diff options
Diffstat (limited to 'gdb/gdbserver/ChangeLog')
-rw-r--r-- | gdb/gdbserver/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/gdbserver/ChangeLog b/gdb/gdbserver/ChangeLog index eab7e8d..60244ef 100644 --- a/gdb/gdbserver/ChangeLog +++ b/gdb/gdbserver/ChangeLog @@ -1,3 +1,8 @@ +2014-04-09 Pedro Alves <palves@redhat.com> + + * linux-low.c (linux_read_loadmap): Pass current_inferior directly + to lwpid_of. + 2014-02-27 Pedro Alves <palves@redhat.com> PR 12702 |