mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-12-14 15:50:34 +00:00
2011-11-10 Pedro Alves <pedro@codesourcery.com>
gdb/ * linux-nat.c (linux_nat_wait): Don't force waking up the event loop when returning a TARGET_WAITKIND_NO_RESUMED.
This commit is contained in:
parent
0c94aa73a0
commit
6953d2240a
@ -1,3 +1,8 @@
|
||||
2011-11-10 Pedro Alves <pedro@codesourcery.com>
|
||||
|
||||
* linux-nat.c (linux_nat_wait): Don't force waking up the event
|
||||
loop when returning a TARGET_WAITKIND_NO_RESUMED.
|
||||
|
||||
2011-11-10 Pedro Alves <pedro@codesourcery.com>
|
||||
|
||||
* target.c (target_waitstatus_to_string): Handle
|
||||
|
@ -3980,7 +3980,8 @@ linux_nat_wait (struct target_ops *ops,
|
||||
may be more. If we requested a specific lwp or process, also
|
||||
assume there may be more. */
|
||||
if (target_can_async_p ()
|
||||
&& (ourstatus->kind != TARGET_WAITKIND_IGNORE
|
||||
&& ((ourstatus->kind != TARGET_WAITKIND_IGNORE
|
||||
&& ourstatus->kind != TARGET_WAITKIND_NO_RESUMED)
|
||||
|| !ptid_equal (ptid, minus_one_ptid)))
|
||||
async_file_mark ();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user