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:
@@ -53,7 +53,7 @@ struct thread_resume
|
||||
thread. If stopping a thread, and this is 0, the target should
|
||||
stop the thread however it best decides to (e.g., SIGSTOP on
|
||||
linux; SuspendThread on win32). This is a host signal value (not
|
||||
enum target_signal). */
|
||||
enum gdb_signal). */
|
||||
int sig;
|
||||
};
|
||||
|
||||
@@ -97,7 +97,7 @@ struct target_waitstatus
|
||||
union
|
||||
{
|
||||
int integer;
|
||||
enum target_signal sig;
|
||||
enum gdb_signal sig;
|
||||
ptid_t related_pid;
|
||||
char *execd_pathname;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user