mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-02 02:35:00 +08:00
gdbarch.sh (CALL_DUMMY_LOCATION): Require a value.
This commit is contained in:
@ -1,3 +1,8 @@
|
||||
2001-11-06 Andrew Cagney <ac131313@redhat.com>
|
||||
|
||||
* gdbarch.sh (CALL_DUMMY_LOCATION): Require a value.
|
||||
* gdbarch.c: Regenerate.
|
||||
|
||||
2001-11-06 Andrew Cagney <ac131313@redhat.com>
|
||||
|
||||
* blockframe.c (get_prev_frame): Replace #ifdef
|
||||
|
@ -619,7 +619,7 @@ verify_gdbarch (struct gdbarch *gdbarch)
|
||||
if ((GDB_MULTI_ARCH >= 1)
|
||||
&& (gdbarch->use_generic_dummy_frames == -1))
|
||||
fprintf_unfiltered (log, "\n\tuse_generic_dummy_frames");
|
||||
if ((GDB_MULTI_ARCH >= 2)
|
||||
if ((GDB_MULTI_ARCH >= 1)
|
||||
&& (gdbarch->call_dummy_location == 0))
|
||||
fprintf_unfiltered (log, "\n\tcall_dummy_location");
|
||||
if ((GDB_MULTI_ARCH >= 2)
|
||||
|
@ -437,7 +437,7 @@ f:2:CANNOT_FETCH_REGISTER:int:cannot_fetch_register:int regnum:regnum:::cannot_r
|
||||
f:2:CANNOT_STORE_REGISTER:int:cannot_store_register:int regnum:regnum:::cannot_register_not::0
|
||||
#
|
||||
v:1:USE_GENERIC_DUMMY_FRAMES:int:use_generic_dummy_frames::::0:-1
|
||||
v:2:CALL_DUMMY_LOCATION:int:call_dummy_location::::0:0
|
||||
v:1:CALL_DUMMY_LOCATION:int:call_dummy_location::::0:0
|
||||
f:2:CALL_DUMMY_ADDRESS:CORE_ADDR:call_dummy_address:void:::0:0::gdbarch->call_dummy_location == AT_ENTRY_POINT && gdbarch->call_dummy_address == 0
|
||||
v:2:CALL_DUMMY_START_OFFSET:CORE_ADDR:call_dummy_start_offset::::0:-1:::0x%08lx
|
||||
v:2:CALL_DUMMY_BREAKPOINT_OFFSET:CORE_ADDR:call_dummy_breakpoint_offset::::0:-1::gdbarch->call_dummy_breakpoint_offset_p && gdbarch->call_dummy_breakpoint_offset == -1:0x%08lx::CALL_DUMMY_BREAKPOINT_OFFSET_P
|
||||
|
Reference in New Issue
Block a user