mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 06:45:56 +08:00
* dbxread.c: reset function_start_offset after a finishing N_FUN
is seen. * remote-sim.c: allow TARGET_REDEFINE_DEFAULT_OPS to override target vectors as needed. * txvu-tdep.c: add support for VIF breakpoints.
This commit is contained in:
@ -958,12 +958,17 @@ static void init_gdbsim_ops(void)
|
||||
gdbsim_ops.to_sections = NULL;
|
||||
gdbsim_ops.to_sections_end = NULL;
|
||||
gdbsim_ops.to_magic = OPS_MAGIC;
|
||||
|
||||
#ifdef TARGET_REDEFINE_DEFAULT_OPS
|
||||
TARGET_REDEFINE_DEFAULT_OPS (&gdbsim_ops);
|
||||
#endif
|
||||
}
|
||||
|
||||
void
|
||||
_initialize_remote_sim ()
|
||||
{
|
||||
init_gdbsim_ops() ;
|
||||
|
||||
add_target (&gdbsim_ops);
|
||||
|
||||
add_com ("sim <command>", class_obscure, simulator_command,
|
||||
|
Reference in New Issue
Block a user