GDB (xrefs)
Loading...
Searching...
No Matches
Macros | Typedefs
gdb_wchar.h File Reference
#include <wchar.h>
#include <wctype.h>

Go to the source code of this file.

Macros

#define PHONY_ICONV
 
#define gdb_wcslen   strlen
 
#define gdb_iswprint   isprint
 
#define gdb_iswxdigit   isxdigit
 
#define gdb_btowc   /* empty */
 
#define gdb_WEOF   EOF
 
#define LCST(X)   X
 
#define INTERMEDIATE_ENCODING   "wchar_t"
 

Typedefs

typedef char gdb_wchar_t
 
typedef int gdb_wint_t
 

Macro Definition Documentation

◆ gdb_btowc

#define gdb_btowc   /* empty */

◆ gdb_iswprint

#define gdb_iswprint   isprint

Definition at line 105 of file gdb_wchar.h.

Referenced by print_wchar(), and wchar_printable().

◆ gdb_iswxdigit

#define gdb_iswxdigit   isxdigit

Definition at line 106 of file gdb_wchar.h.

Referenced by print_wchar().

◆ gdb_wcslen

#define gdb_wcslen   strlen

Definition at line 104 of file gdb_wchar.h.

◆ gdb_WEOF

#define gdb_WEOF   EOF

Definition at line 108 of file gdb_wchar.h.

Referenced by generic_emit_char(), and print_converted_chars_to_obstack().

◆ INTERMEDIATE_ENCODING

#define INTERMEDIATE_ENCODING   "wchar_t"

◆ LCST

#define LCST ( X)    X

◆ PHONY_ICONV

#define PHONY_ICONV

Definition at line 49 of file gdb_wchar.h.

Typedef Documentation

◆ gdb_wchar_t

typedef char gdb_wchar_t

Definition at line 101 of file gdb_wchar.h.

◆ gdb_wint_t

typedef int gdb_wint_t

Definition at line 102 of file gdb_wchar.h.