mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-01-27 03:54:29 +00:00
* infrun.c (normal_stop): Don't overwrite old_chain.
This commit is contained in:
parent
f13d903a9c
commit
fee0be5dee
@ -1,3 +1,7 @@
|
||||
2009-03-17 Pedro Alves <pedro@codesourcery.com>
|
||||
|
||||
* infrun.c (normal_stop): Don't overwrite old_chain.
|
||||
|
||||
2009-03-16 Joel Brobecker <brobecker@adacore.com>
|
||||
|
||||
* remote-mips.c (mips_load): Replace call to regcache_set_valid_p,
|
||||
|
@ -4239,10 +4239,10 @@ normal_stop (void)
|
||||
if (target_has_execution)
|
||||
{
|
||||
if (!non_stop)
|
||||
old_chain = make_cleanup (finish_thread_state_cleanup, &minus_one_ptid);
|
||||
make_cleanup (finish_thread_state_cleanup, &minus_one_ptid);
|
||||
else if (last.kind != TARGET_WAITKIND_SIGNALLED
|
||||
&& last.kind != TARGET_WAITKIND_EXITED)
|
||||
old_chain = make_cleanup (finish_thread_state_cleanup, &inferior_ptid);
|
||||
make_cleanup (finish_thread_state_cleanup, &inferior_ptid);
|
||||
}
|
||||
|
||||
/* In non-stop mode, we don't want GDB to switch threads behind the
|
||||
|
Loading…
x
Reference in New Issue
Block a user