mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 14:49:38 +08:00
* breakpoint.c (breakpoint_re_set): Select a default source
symtab if one is not currently selected. * utils.c (query): Call wrap_here before building the output query string, to turn off wrapping and flush any buffered output. Otherwise our query may end up in the wrap buffer and never be seen by the user. * eval.c (evaluate_subexp): Report error when attempting to evaluate subscript for types without a target type, rather than dumping core by using the NULL pointer. * symfile.c (symbol_file_command): Forget current_source_symtab and current_source_line when discarding symbol table.
This commit is contained in:
@ -470,4 +470,5 @@ i860 takes them in registers */
|
||||
/* used to indicate that the misc function vector has size information about
|
||||
misc functions -- currently true for elf format only -- mlf */
|
||||
#define MISC_FUNCTIONS_HAS_SIZE
|
||||
#define GET_BASEREG_VALUE(frame,basereg) get_saved_basereg(frame, basereg);
|
||||
#define FRAME_GET_BASEREG_VALUE(frame,basereg) get_saved_basereg(frame, basereg);
|
||||
|
||||
|
Reference in New Issue
Block a user