gdbserver: handle running threads in qXfer:threads:read
[deliverable/binutils-gdb.git] / gdbserver / ChangeLog
index d924e7231f45cb61dc6e7e0d8fbefbeeb0d550fb..f42b5c753a3b7686c5f166f4f6e820ed6d713d15 100644 (file)
@@ -1,3 +1,14 @@
+2020-07-22  Pedro Alves  <pedro@palves.net>
+
+       * inferiors.cc (switch_to_process): New, moved here from
+       thread-db.cc, and made extern.
+       * inferiors.h (switch_to_process): Declare.
+       * server.cc: Include "gdbsupport/scoped_restore.h".
+       (handle_qxfer_threads_proper): Now returns bool.  Prepare to
+       access memory around target calls.
+       (handle_qxfer_threads): Handle errors.
+       * thread-db.cc (switch_to_process): Moved to inferiors.cc.
+
 2020-07-21  Simon Marchi  <simon.marchi@efficios.com>
 
        * linux-low.cc (stopped_pids): Make static.
This page took 0.027453 seconds and 4 git commands to generate.