mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 14:49:38 +08:00
gdb/
2012-05-24 Pedro Alves <palves@redhat.com> PR gdb/7205 Replace target_signal with gdb_signal throughout. gdb/gdbserver/ 2012-05-24 Pedro Alves <palves@redhat.com> PR gdb/7205 Replace target_signal with gdb_signal throughout. include/gdb/ 2012-05-24 Pedro Alves <palves@redhat.com> PR gdb/7205 Replace target_signal with gdb_signal throughout. sim/common/ 2012-05-24 Pedro Alves <palves@redhat.com> PR gdb/7205 Replace target_signal with gdb_signal throughout.
This commit is contained in:
@ -172,7 +172,7 @@ extern void default_gen_return_address (struct gdbarch *gdbarch,
|
||||
extern const char *default_auto_charset (void);
|
||||
extern const char *default_auto_wide_charset (void);
|
||||
|
||||
extern enum target_signal default_target_signal_from_host (struct gdbarch *,
|
||||
extern enum gdb_signal default_gdb_signal_from_host (struct gdbarch *,
|
||||
int);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user