mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-27 14:39:09 +08:00
Fix file name.
This commit is contained in:
@ -638,9 +638,9 @@
|
|||||||
|
|
||||||
* infrun.c (handle_inferior_event): Don't treat an invalid ptid
|
* infrun.c (handle_inferior_event): Don't treat an invalid ptid
|
||||||
as a new thread event.
|
as a new thread event.
|
||||||
* thread_db.c (thread_get_info_callback): If the thread is a
|
* thread-db.c (thread_get_info_callback): If the thread is a
|
||||||
zombie, return TD_THR_ZOMBIE.
|
zombie, return TD_THR_ZOMBIE.
|
||||||
* (thread_from_lwp): If thread_get_info_callback returns
|
(thread_from_lwp): If thread_get_info_callback returns
|
||||||
TD_THR_ZOMBIE, check if the thread is still on the thread list
|
TD_THR_ZOMBIE, check if the thread is still on the thread list
|
||||||
and return a -1 ptid if not found.
|
and return a -1 ptid if not found.
|
||||||
(thread_db_wait): If thread_from_lwp returns a -1 ptid, then
|
(thread_db_wait): If thread_from_lwp returns a -1 ptid, then
|
||||||
|
Reference in New Issue
Block a user