Searched refs:gdb_xml_element (Results 1 – 11 of 11) sorted by relevance
/dflybsd-src/contrib/gdb-7/gdb/ |
H A D | xml-support.h | 29 struct gdb_xml_element; 146 (struct gdb_xml_parser *parser, const struct gdb_xml_element *element, 156 (struct gdb_xml_parser *, const struct gdb_xml_element *, 163 struct gdb_xml_element struct 167 const struct gdb_xml_element *children; argument 178 (const char *name, const struct gdb_xml_element *elements, argument 204 const struct gdb_xml_element *elements,
|
H A D | xml-tdesc.c | 103 const struct gdb_xml_element *element, in tdesc_end_arch() 120 const struct gdb_xml_element *element, in tdesc_end_osabi() 138 const struct gdb_xml_element *element, in tdesc_end_compatible() 152 const struct gdb_xml_element *element, in tdesc_start_target() 167 const struct gdb_xml_element *element, in tdesc_start_feature() 181 const struct gdb_xml_element *element, in tdesc_start_reg() 232 const struct gdb_xml_element *element, in tdesc_start_union() 248 const struct gdb_xml_element *element, in tdesc_start_struct() 273 const struct gdb_xml_element *element, in tdesc_start_flags() 294 const struct gdb_xml_element *element, in tdesc_start_field() [all …]
|
H A D | memory-map.c | 59 const struct gdb_xml_element *element, in memory_map_start_memory() 82 const struct gdb_xml_element *element, in memory_map_end_memory() 97 const struct gdb_xml_element *element, in memory_map_start_property() 111 const struct gdb_xml_element *element, in memory_map_end_property() 144 const struct gdb_xml_element memory_children[] = { 165 const struct gdb_xml_element memory_map_children[] = { 171 const struct gdb_xml_element memory_map_elements[] = {
|
H A D | osdata.c | 61 const struct gdb_xml_element *element, in osdata_start_osdata() 81 const struct gdb_xml_element *element, in osdata_start_item() 94 const struct gdb_xml_element *element, in osdata_start_column() 107 const struct gdb_xml_element *element, in osdata_end_column() 143 const struct gdb_xml_element item_children[] = { 155 const struct gdb_xml_element osdata_children[] = { 162 const struct gdb_xml_element osdata_elements[] = {
|
H A D | solib-target.c | 82 const struct gdb_xml_element *element, in library_list_start_segment() 99 const struct gdb_xml_element *element, in library_list_start_section() 118 const struct gdb_xml_element *element, in library_list_start_library() 131 const struct gdb_xml_element *element, in library_list_end_library() 148 const struct gdb_xml_element *element, in library_list_start_list() 192 static const struct gdb_xml_element library_children[] = { 207 static const struct gdb_xml_element library_list_children[] = { 219 static const struct gdb_xml_element library_list_elements[] = {
|
H A D | xml-support.c | 48 const struct gdb_xml_element *elements; 51 const struct gdb_xml_element *element; 181 const struct gdb_xml_element *element; in gdb_xml_start_element() 344 const struct gdb_xml_element *element; in gdb_xml_end_element() 447 const struct gdb_xml_element *elements, in gdb_xml_create_parser_and_cleanup_1() 490 const struct gdb_xml_element *elements, in gdb_xml_create_parser_and_cleanup() 618 const struct gdb_xml_element *elements, in gdb_xml_parse_quick() 772 const struct gdb_xml_element *element, in xinclude_start_include() 807 const struct gdb_xml_element *element, in xinclude_end_include() 876 const struct gdb_xml_element xinclude_elements[] = {
|
H A D | xml-syscall.c | 175 const struct gdb_xml_element *element, in syscall_start_syscall() 210 static const struct gdb_xml_element syscalls_info_children[] = { 217 static const struct gdb_xml_element syselements[] = {
|
H A D | btrace.c | 458 const struct gdb_xml_element *element, in check_xml_btrace_version() 471 const struct gdb_xml_element *element, in parse_xml_btrace_block() 499 static const struct gdb_xml_element btrace_children[] = { 505 static const struct gdb_xml_element btrace_elements[] = {
|
H A D | solib-svr4.c | 994 const struct gdb_xml_element *element, in library_list_start_library() 1022 const struct gdb_xml_element *element, in svr4_library_list_start_list() 1050 static const struct gdb_xml_element svr4_library_list_children[] = 1067 static const struct gdb_xml_element svr4_library_list_elements[] =
|
H A D | tracepoint.c | 5090 const struct gdb_xml_element *element, in traceframe_info_start_memory() 5122 static const struct gdb_xml_element traceframe_info_children[] = { 5129 static const struct gdb_xml_element traceframe_info_elements[] = {
|
H A D | remote.c | 2615 const struct gdb_xml_element *element, in start_thread() 2640 const struct gdb_xml_element *element, in end_thread() 2655 const struct gdb_xml_element thread_children[] = { 2659 const struct gdb_xml_element threads_children[] = { 2666 const struct gdb_xml_element threads_elements[] = {
|