/dflybsd-src/contrib/gdb-7/gdb/ |
H A D | symmisc.c | 525 hex_string (SYMBOL_VALUE (symbol))); in print_symbol() 562 hex_string (SYMBOL_VALUE (symbol))); in print_symbol() 567 hex_string (SYMBOL_VALUE (symbol))); in print_symbol() 577 hex_string (SYMBOL_VALUE (symbol))); in print_symbol()
|
H A D | frame.c | 214 fprintf_unfiltered (file, "%s=%s", name, hex_string (addr)); in fprint_field() 287 fprintf_unfiltered (file, "%s", hex_string (fi->next->prev_pc.value)); in fprint_frame() 299 fprintf_unfiltered (file, "%s", hex_string (fi->next->prev_func.addr)); in fprint_frame() 678 hex_string (this_frame->prev_pc.value)); in frame_unwind_pc_if_available() 748 hex_string (next_frame->prev_func.addr)); in get_frame_func_if_available() 1470 hex_string (addr), hex_string (pc)); in create_new_frame()
|
H A D | maint.c | 514 sect->the_bfd_section->name, hex_string (address)); in maintenance_translate_address() 516 printf_filtered (_("no symbol at %s\n"), hex_string (address)); in maintenance_translate_address()
|
H A D | utils.h | 277 extern char *hex_string (LONGEST);
|
H A D | amd64-tdep.c | 1650 hex_string (rel32), paddress (gdbarch, oldloc), in amd64_relocate_instruction() 1651 hex_string (newrel), paddress (gdbarch, *to)); in amd64_relocate_instruction() 1679 hex_string (rel32), paddress (gdbarch, oldloc), in amd64_relocate_instruction() 1680 hex_string (newrel), paddress (gdbarch, *to)); in amd64_relocate_instruction()
|
H A D | utils.c | 2832 return hex_string (addr); in paddress() 3047 hex_string (LONGEST num) in hex_string() function 3097 result = hex_string (val); in int_string()
|
H A D | infcall.c | 366 hex_string (funaddr)); in get_function_name()
|
H A D | target.c | 1904 hex_string (address), phex (length, 0)); in target_flash_erase() 2898 pulongest (search_buf_size), hex_string (start_addr)); in simple_search_memory() 2954 hex_string (read_addr)); in simple_search_memory() 2990 hex_string (start_addr)); in target_search_memory()
|
H A D | buildsym.c | 549 hex_string ((LONGEST) start)); in make_blockvector()
|
H A D | dbxread.c | 2170 unknown_symtype_complaint (hex_string (nlist.n_type)); in read_dbx_symtab() 3166 unknown_symtype_complaint (hex_string (type)); in process_one_symbol()
|
H A D | i386-tdep.c | 770 hex_string (rel32), paddress (gdbarch, oldloc), in i386_relocate_instruction() 771 hex_string (newrel), paddress (gdbarch, *to)); in i386_relocate_instruction() 795 hex_string (rel32), paddress (gdbarch, oldloc), in i386_relocate_instruction() 796 hex_string (newrel), paddress (gdbarch, *to)); in i386_relocate_instruction()
|
H A D | dwarf2read.c | 9160 kind, hex_string (signature), in lookup_dwo_cutu() 9196 kind, dwo_name, hex_string (signature), in lookup_dwo_cutu() 9211 kind, dwo_name, hex_string (signature)); in lookup_dwo_cutu() 14227 hex_string (DW_UNSND (attr))); in read_attribute_value() 17201 fputs_filtered (hex_string (DW_ADDR (&die->attrs[i])), f); in dump_die_shallow() 17216 fputs_filtered (hex_string (DW_UNSND (&die->attrs[i])), f); in dump_die_shallow() 17220 fputs_filtered (hex_string (DW_UNSND (&die->attrs[i])), f); in dump_die_shallow()
|
H A D | symfile.c | 1997 args->section_name, hex_string (args->section_size), in load_progress()
|
H A D | mdebugread.c | 3440 hex_string (type_code)); /* CUR_SYMBOL_TYPE */ in parse_partial_symbols()
|
H A D | tracepoint.c | 2704 hex_string (SYMBOL_VALUE (sym))); in scope_info()
|
H A D | remote.c | 5560 hex_string (pnum), p, buf); in remote_parse_stop_reply()
|
H A D | breakpoint.c | 15323 xsnprintf (small_buf, sizeof (small_buf), "*%s", hex_string (utp->addr)); in create_tracepoint_from_upload()
|
/dflybsd-src/contrib/gdb-7/gdb/python/ |
H A D | py-finishbreakpoint.c | 291 xsnprintf (small_buf, sizeof (small_buf), "*%s", hex_string (finish_pc)); in bpfinishpy_init()
|
/dflybsd-src/gnu/usr.bin/gdb/kgdb/ |
H A D | kld.c | 267 hex_string(sap->other[i].addr)); in load_kld()
|
/dflybsd-src/contrib/gdb-7/gdb/cli/ |
H A D | cli-cmds.c | 811 hex_string ((unsigned long) sal.pc)); in edit_command() 976 hex_string ((unsigned long) sal.pc)); in list_command()
|
/dflybsd-src/contrib/gdb-7/gdb/mi/ |
H A D | mi-cmd-var.c | 146 name, frame, hex_string (frameaddr), expr); in mi_cmd_var_create()
|