diff options
author | Daniel Jacobowitz <drow@false.org> | 2008-11-24 18:05:02 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2008-11-24 18:05:02 +0000 |
commit | f142445f872fe237e7597c96c735dd03d9037bc5 (patch) | |
tree | 9dd934857249dcc75f889462bd07591e708c0a2b /gdb/gdbserver/ChangeLog | |
parent | a0b7aece708587e6c4a33d9c62fd0fe73b990b6b (diff) | |
download | gdb-f142445f872fe237e7597c96c735dd03d9037bc5.zip gdb-f142445f872fe237e7597c96c735dd03d9037bc5.tar.gz gdb-f142445f872fe237e7597c96c735dd03d9037bc5.tar.bz2 |
* server.c (handle_v_run): Always use the supplied argument list.
Diffstat (limited to 'gdb/gdbserver/ChangeLog')
-rw-r--r-- | gdb/gdbserver/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/gdbserver/ChangeLog b/gdb/gdbserver/ChangeLog index 6928840..7b1d553 100644 --- a/gdb/gdbserver/ChangeLog +++ b/gdb/gdbserver/ChangeLog @@ -1,3 +1,7 @@ +2008-11-24 Daniel Jacobowitz <dan@codesourcery.com> + + * server.c (handle_v_run): Always use the supplied argument list. + 2008-11-19 Bob Wilson <bob.wilson@acm.org> * xtensa-xtregs.c (XTENSA_ELF_XTREG_SIZE): Change to 4. |