diff options
author | Pedro Alves <palves@redhat.com> | 2009-06-29 18:27:23 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2009-06-29 18:27:23 +0000 |
commit | 173853dc66b58323cfb6a504fab77f7fb8f73c92 (patch) | |
tree | 4511b161ba11472d2b822a476ac5958d038c217c /gdb/ChangeLog | |
parent | 7ab9ffdd43ed1efdb44418fa003e316b5e099ec7 (diff) | |
download | gdb-173853dc66b58323cfb6a504fab77f7fb8f73c92.zip gdb-173853dc66b58323cfb6a504fab77f7fb8f73c92.tar.gz gdb-173853dc66b58323cfb6a504fab77f7fb8f73c92.tar.bz2 |
* infrun.c (handle_inferior_event): Context switch to the new
thread when resuming for a new_thread_event.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 18832c6..934248a 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2009-06-29 Pedro Alves <pedro@codesourcery.com> + + * infrun.c (handle_inferior_event): Context switch to the new + thread when resuming for a new_thread_event. + 2009-06-29 Ulrich Weigand <uweigand@de.ibm.com> * ada-lang.h (ada_convert_actual): Add GDBARCH argument. |