diff options
Diffstat (limited to 'gdb/gdbserver/ChangeLog')
-rw-r--r-- | gdb/gdbserver/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/gdbserver/ChangeLog b/gdb/gdbserver/ChangeLog index e265798..6e2a95d 100644 --- a/gdb/gdbserver/ChangeLog +++ b/gdb/gdbserver/ChangeLog @@ -1,3 +1,12 @@ +2015-11-26 Daniel Colascione <dancol@dancol.org> +2015-11-26 Simon Marchi <simon.marchi@ericsson.com> + + * linux-low.c (linux_target_ops): Use linux_proc_tid_get_name. + * server.c (handle_qxfer_threads_worker): Refactor to include thread + name in reply. + * target.h (struct target_ops) <thread_name>: New field. + (target_thread_name): New macro. + 2015-11-23 Joel Brobecker <brobecker@adacore.com> * regcache.h (regcache_invalidate_pid): Add declaration. |