diff options
author | Keith Seitz <keiths@redhat.com> | 2002-10-22 17:53:42 +0000 |
---|---|---|
committer | Keith Seitz <keiths@redhat.com> | 2002-10-22 17:53:42 +0000 |
commit | 99615eb88f4394f240d5cc8807b5c15db91cc754 (patch) | |
tree | 8ca92b45dfe458ec185ae51965c493d6892aa171 /gdb/mi/ChangeLog | |
parent | 7ed1d3463ed9ab59cb3f7e2e454d0e214b743c85 (diff) | |
download | gdb-99615eb88f4394f240d5cc8807b5c15db91cc754.zip gdb-99615eb88f4394f240d5cc8807b5c15db91cc754.tar.gz gdb-99615eb88f4394f240d5cc8807b5c15db91cc754.tar.bz2 |
* mi-main.c (mi_cmd_thread_select): Only return MI_CMD_CAUGHT_ERROR
when we really did catch an error(). If we got GDB_RC_FAIL, return
MI_CMD_ERROR instead.
Diffstat (limited to 'gdb/mi/ChangeLog')
-rw-r--r-- | gdb/mi/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/mi/ChangeLog b/gdb/mi/ChangeLog index 0a0954f..5a89d5f 100644 --- a/gdb/mi/ChangeLog +++ b/gdb/mi/ChangeLog @@ -1,3 +1,9 @@ +2002-10-22 Keith Seitz <keiths@redhat.com> + + * mi-main.c (mi_cmd_thread_select): Only return MI_CMD_CAUGHT_ERROR + when we really did catch an error(). If we got GDB_RC_FAIL, return + MI_CMD_ERROR instead. + 2002-10-03 Jeff Johnston <jjohnstn@redhat.com> * gdbmi.texinfo: Fix examples that show frames to remove |