forked from Imagelibrary/binutils-gdb
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:
@@ -1231,7 +1231,7 @@ amd64_linux_syscall_record (struct regcache *regcache)
|
||||
static int
|
||||
amd64_linux_record_signal (struct gdbarch *gdbarch,
|
||||
struct regcache *regcache,
|
||||
enum target_signal signal)
|
||||
enum gdb_signal signal)
|
||||
{
|
||||
ULONGEST rsp;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user