Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/binutils/gdb/
Dsolib-sunos.c130 static struct ld_debug debug_copy; variable
526 read_memory (debug_addr, (char *) &debug_copy, sizeof (debug_copy)); in disable_break()
532 breakpoint_addr = SOLIB_EXTRACT_ADDRESS (debug_copy.ldd_bp_addr); in disable_break()
533 write_memory (breakpoint_addr, (char *) &debug_copy.ldd_bp_inst, in disable_break()
534 sizeof (debug_copy.ldd_bp_inst)); in disable_break()
615 flag_addr = debug_addr + (CORE_ADDR) ((char *) &debug_copy.ldd_in_debugger - in enable_break()
616 (char *) &debug_copy); in enable_break()
677 j = target_read_memory (debug_addr, (char *) &debug_copy, in sunos_special_symbol_handling()
678 sizeof (debug_copy)); in sunos_special_symbol_handling()
684 if (debug_copy.ldd_cp) in sunos_special_symbol_handling()
[all …]