Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dcorefile.c95 memory_error_message (enum target_xfer_status err, in memory_error_message() function
124 = memory_error_message (err, current_inferior ()->arch (), memaddr); in memory_error()
Dgdbcore.h42 extern std::string memory_error_message (enum target_xfer_status err,
Dvalprint.c2712 std::string str = memory_error_message (TARGET_XFER_E_IO, gdbarch, addr); in val_print_string()
DChangeLog-20132728 * breakpoint.c (insert_bp_location): Use memory_error_message to
2733 (memory_error_message): New, factored out from
2741 (memory_error_message): Declare function.
2751 (val_print_string): Use memory_error_message to build the memory
Dbreakpoint.c3044 = memory_error_message (TARGET_XFER_E_IO, in insert_bp_location()
DChangeLog-20179401 * gdbcore.h (memory_error_message): Return std::string.
9402 * corefile.c (memory_error_message): Return std::string.
DChangeLog-201411590 * corefile.c (memory_error_message): User updated.