mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-10 09:59:06 +08:00
* sol-thread.c (sol_thread_notice_signals): Use PIDGET when
passing pid down to procfs_notice_signals.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
Fri Sep 18 07:53:08 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
|
||||||
|
|
||||||
|
* sol-thread.c (sol_thread_notice_signals): Use PIDGET when
|
||||||
|
passing pid down to procfs_notice_signals.
|
||||||
|
|
||||||
Wed Sep 16 14:57:14 1998 Stu Grossman <grossman@babylon-5.cygnus.com>
|
Wed Sep 16 14:57:14 1998 Stu Grossman <grossman@babylon-5.cygnus.com>
|
||||||
|
|
||||||
* stabsread.c (resolve_symbol_reference): Return 1 on success, 0 on
|
* stabsread.c (resolve_symbol_reference): Return 1 on success, 0 on
|
||||||
|
@ -822,7 +822,7 @@ static void
|
|||||||
sol_thread_notice_signals (pid)
|
sol_thread_notice_signals (pid)
|
||||||
int pid;
|
int pid;
|
||||||
{
|
{
|
||||||
procfs_ops.to_notice_signals (pid);
|
procfs_ops.to_notice_signals (PIDGET (pid));
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Fork an inferior process, and start debugging it with /proc. */
|
/* Fork an inferior process, and start debugging it with /proc. */
|
||||||
|
Reference in New Issue
Block a user