diff options
author | Keith Seitz <keiths@redhat.com> | 2001-07-11 16:46:57 +0000 |
---|---|---|
committer | Keith Seitz <keiths@redhat.com> | 2001-07-11 16:46:57 +0000 |
commit | 84c6c83cbc7569a373a6bb7d4ed588ef06aaf9a3 (patch) | |
tree | 6bc4ff913ac1d180c16188d3e2274a92f707b4d2 /gdb/ChangeLog | |
parent | 7333607edefaef9eb0e5f3de1f14574851f6d734 (diff) | |
download | gdb-84c6c83cbc7569a373a6bb7d4ed588ef06aaf9a3.zip gdb-84c6c83cbc7569a373a6bb7d4ed588ef06aaf9a3.tar.gz gdb-84c6c83cbc7569a373a6bb7d4ed588ef06aaf9a3.tar.bz2 |
* infrun.c (print_stop_reason): Add missing uiout field
"reason" for SIGNAL_RECEIVED case.
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 5254994..2236826 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2001-07-11 Keith Seitz <keiths@redhat.com> + + * infrun.c (print_stop_reason): Add missing uiout field + "reason" for SIGNAL_RECEIVED case. + 2001-07-11 Mark Kettenis <kettenis@gnu.org> * config/alpha/nm-linux.h (TARGET_ELF64, PSIGNAL_IN_SIGNAL_H): |