forked from Imagelibrary/binutils-gdb
Don't write to inferior_ptid in target.c
gdb/ChangeLog: 2020-06-18 Pedro Alves <palves@redhat.com> * target.c (generic_mourn_inferior): Use switch_to_no_thread instead of writing to inferior_ptid.
This commit is contained in:
@@ -3108,7 +3108,7 @@ generic_mourn_inferior (void)
|
||||
{
|
||||
inferior *inf = current_inferior ();
|
||||
|
||||
inferior_ptid = null_ptid;
|
||||
switch_to_no_thread ();
|
||||
|
||||
/* Mark breakpoints uninserted in case something tries to delete a
|
||||
breakpoint while we delete the inferior's threads (which would
|
||||
|
||||
Reference in New Issue
Block a user