mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-27 22:48:57 +08:00
* hpux-thread.c (hpux_thread_resume): Delete commented-out code.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2008-01-17 Joel Brobecker <brobecker@adacore.com>
|
||||||
|
|
||||||
|
* hpux-thread.c (hpux_thread_resume): Delete commented-out code.
|
||||||
|
|
||||||
2008-01-16 Mark Kettenis <kettenis@gnu.org>
|
2008-01-16 Mark Kettenis <kettenis@gnu.org>
|
||||||
|
|
||||||
* auxv.c (fprint_target_auxv): Add support for AT_SUN_AUXFLAGS.
|
* auxv.c (fprint_target_auxv): Add support for AT_SUN_AUXFLAGS.
|
||||||
|
@ -180,15 +180,6 @@ hpux_thread_resume (ptid_t ptid, int step, enum target_signal signo)
|
|||||||
ptid = main_ptid;
|
ptid = main_ptid;
|
||||||
inferior_ptid = main_ptid;
|
inferior_ptid = main_ptid;
|
||||||
|
|
||||||
#if 0
|
|
||||||
if (pid != -1)
|
|
||||||
{
|
|
||||||
pid = thread_to_lwp (pid, -2);
|
|
||||||
if (pid == -2) /* Inactive thread */
|
|
||||||
error (_("This version of Solaris can't start inactive threads."));
|
|
||||||
}
|
|
||||||
#endif
|
|
||||||
|
|
||||||
deprecated_child_ops.to_resume (ptid, step, signo);
|
deprecated_child_ops.to_resume (ptid, step, signo);
|
||||||
|
|
||||||
cached_thread = 0;
|
cached_thread = 0;
|
||||||
|
Reference in New Issue
Block a user