mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-02 23:12:56 +00:00
* mn10300-tdep.c (mn10300_gdbarch_init): We do have a
dummy_breakpoint_offset; it's zero.
This commit is contained in:
parent
ee9f9641e0
commit
bf4b70a5e8
@ -1,5 +1,8 @@
|
||||
2001-05-08 Jim Blandy <jimb@redhat.com>
|
||||
|
||||
* mn10300-tdep.c (mn10300_gdbarch_init): We do have a
|
||||
dummy_breakpoint_offset; it's zero.
|
||||
|
||||
* mn10300-tdep.c (mn10300_pop_frame): Split the mn10300-specific
|
||||
stuff out into mn10300_pop_frame_regular, and use
|
||||
generic_pop_current_frame. This lets us share code, and also
|
||||
|
@ -1039,7 +1039,8 @@ mn10300_gdbarch_init (struct gdbarch_info info,
|
||||
|
||||
/* Calling functions in the inferior from GDB. */
|
||||
set_gdbarch_call_dummy_p (gdbarch, 1);
|
||||
set_gdbarch_call_dummy_breakpoint_offset_p (gdbarch, 0);
|
||||
set_gdbarch_call_dummy_breakpoint_offset_p (gdbarch, 1);
|
||||
set_gdbarch_call_dummy_breakpoint_offset (gdbarch, 0);
|
||||
set_gdbarch_call_dummy_stack_adjust_p (gdbarch, 0);
|
||||
set_gdbarch_call_dummy_location (gdbarch, AT_ENTRY_POINT);
|
||||
set_gdbarch_call_dummy_address (gdbarch, entry_point_address);
|
||||
|
Loading…
x
Reference in New Issue
Block a user