Home
last modified time | relevance | path

Searched refs:overlay_debugging (Results 1 – 9 of 9) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dsymfile.c2807 enum overlay_debugging_state overlay_debugging = ovly_off; variable
2823 if (overlay_debugging) in section_is_overlay()
2861 switch (overlay_debugging) in overlay_is_mapped()
2894 if (overlay_debugging) in section_is_mapped()
2913 if (overlay_debugging) in pc_in_unmapped_range()
2933 if (overlay_debugging) in pc_in_mapped_range()
2968 if (overlay_debugging) in overlay_unmapped_address()
2985 if (overlay_debugging) in overlay_mapped_address()
3001 if (overlay_debugging) in symbol_overlayed_address()
3033 if (overlay_debugging) in find_pc_overlay()
[all …]
H A Dfindvar.c410 if (overlay_debugging) in read_var_value()
433 if (overlay_debugging) in read_var_value()
509 if (overlay_debugging) in read_var_value()
569 if (overlay_debugging) in read_var_value()
H A Dsymfile.h280 } overlay_debugging;
H A Dexec.c460 if (overlay_debugging) in xfer_memory()
472 if (overlay_debugging && section && p->the_bfd_section && in xfer_memory()
H A Dbreakpoint.c794 if (overlay_debugging == ovly_off in insert_bp_location()
1427 if (overlay_debugging == ovly_off in remove_breakpoint()
1696 if (overlay_debugging in breakpoint_here_p()
1729 if (overlay_debugging in breakpoint_inserted_here_p()
1760 if (overlay_debugging in software_breakpoint_inserted_here_p()
1794 if (overlay_debugging in breakpoint_thread_match()
2612 if (overlay_debugging /* unmapped overlay section */ in bpstat_stop_status()
2634 if (overlay_debugging /* unmapped overlay section */ in bpstat_stop_status()
3772 if (!b->pending && (!overlay_debugging || b->loc->section == section)) in describe_other_breakpoints()
3779 if (!b->pending && (!overlay_debugging || b->loc->section == section)) in describe_other_breakpoints()
[all …]
H A Dparse.c385 if (overlay_debugging) in write_exp_msymbol()
H A Dax-gdb.c1817 if (overlay_debugging) in agent_command()
H A Dprintcmd.c607 if (overlay_debugging) in build_address_symbolic()
H A DChangeLog-200213696 * symfile.c (overlay_debugging): Use enums instead of literals.