This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PING][PATCH 0/2] All threads not stopped when a process exits


> This is a 2-part series that aims to fix the problem of all threads
> not being stopped when a process exits.  The problem is, if we are in
> all-stop mode with multiple inferiors, and an exit event is received
> from an inferior, target_mourn_inferior() unpushes the process target
> and leaves exec_ops as the top target of the current inferior.  This
> new top target is not non-stop.  Hence, stop_all_threads() is skipped.
> If there are other inferiors, they remain running instead of being
> stopped.

Kindly pinging for the patch at

  https://sourceware.org/ml/gdb-patches/2020-02/msg00122.html

Thanks
Baris


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]