GDB (xrefs)
Public Attributes | List of all members
converted_character Struct Reference

Public Attributes

int num_chars
 
enum wchar_iterate_result result
 
gdb_wchar_t chars [WCHAR_BUFLEN_MAX]
 
const gdb_bytebuf
 
size_t buflen
 
int repeat_count
 

Detailed Description

Definition at line 51 of file valprint.c.

Member Data Documentation

const gdb_byte* converted_character::buf

Definition at line 63 of file valprint.c.

Referenced by count_next_character(), and print_converted_chars_to_obstack().

size_t converted_character::buflen

Definition at line 66 of file valprint.c.

Referenced by count_next_character(), and print_converted_chars_to_obstack().

gdb_wchar_t converted_character::chars[WCHAR_BUFLEN_MAX]

Definition at line 60 of file valprint.c.

Referenced by count_next_character(), and print_converted_chars_to_obstack().

int converted_character::num_chars

Definition at line 54 of file valprint.c.

Referenced by count_next_character().

int converted_character::repeat_count

Definition at line 69 of file valprint.c.

Referenced by count_next_character(), and print_converted_chars_to_obstack().

enum wchar_iterate_result converted_character::result

The documentation for this struct was generated from the following file: