GDB (xrefs)
Macros | Typedefs
/tmp/gdb-7.10/gdb/gdb_wchar.h File Reference
#include <iconv.h>
#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_iswdigit   isdigit
 
#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

#define gdb_btowc   /* empty */
#define gdb_iswdigit   isdigit

Definition at line 106 of file gdb_wchar.h.

Referenced by print_wchar().

#define gdb_iswprint   isprint

Definition at line 105 of file gdb_wchar.h.

Referenced by wchar_printable().

#define gdb_wcslen   strlen

Definition at line 104 of file gdb_wchar.h.

#define gdb_WEOF   EOF

Definition at line 108 of file gdb_wchar.h.

Referenced by generic_emit_char(), and print_converted_chars_to_obstack().

#define INTERMEDIATE_ENCODING   "wchar_t"

Definition at line 117 of file gdb_wchar.h.

Referenced by generic_emit_char(), generic_printstr(), and make_wchar_iterator().

#define LCST (   X)    X
#define PHONY_ICONV

Definition at line 49 of file gdb_wchar.h.

Typedef Documentation

typedef char gdb_wchar_t

Definition at line 101 of file gdb_wchar.h.

typedef int gdb_wint_t

Definition at line 102 of file gdb_wchar.h.