diff options
author | Pedro Alves <palves@redhat.com> | 2012-02-02 18:04:29 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2012-02-02 18:04:29 +0000 |
commit | e886a1732a221f36ae53d7c46383ffcaba865fdc (patch) | |
tree | 9ccde901b2e6170de36d0a7789cf2a63ee7f46ac /gdb/ChangeLog | |
parent | 526f25b299bdd3a21bded4102a192eb680817324 (diff) | |
download | gdb-e886a1732a221f36ae53d7c46383ffcaba865fdc.zip gdb-e886a1732a221f36ae53d7c46383ffcaba865fdc.tar.gz gdb-e886a1732a221f36ae53d7c46383ffcaba865fdc.tar.bz2 |
gdbserver/
2012-02-02 Pedro Alves <palves@redhat.com>
* tracepoint.c (cmd_qtminftpilen): Return 0 if there's no current
inferior.
gdb/
2012-02-02 Pedro Alves <palves@redhat.com>
* remote.c (remote_get_min_fast_tracepoint_insn_len): Return 0 if
the current inferior has no execution. Make sure the current
remote process matches gdb's current inferior.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 211af59..62ef750 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +2012-02-02 Pedro Alves <palves@redhat.com> + + * remote.c (remote_get_min_fast_tracepoint_insn_len): Return 0 if + the current inferior has no execution. Make sure the current + remote process matches gdb's current inferior. + 2012-02-02 Tom Tromey <tromey@redhat.com> PR gdb/13405: |