diff options
author | Tom Tromey <tromey@redhat.com> | 2011-11-22 21:21:54 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2011-11-22 21:21:54 +0000 |
commit | 5bd6aa835706da4799d994bfee65f205ce2d5304 (patch) | |
tree | 5a1b504be790bb96d3efc326fe2fff387d792c7a /gdb/ChangeLog | |
parent | f5afdc187dae0c7472d001381b579348b5d36316 (diff) | |
download | gdb-5bd6aa835706da4799d994bfee65f205ce2d5304.zip gdb-5bd6aa835706da4799d994bfee65f205ce2d5304.tar.gz gdb-5bd6aa835706da4799d994bfee65f205ce2d5304.tar.bz2 |
* mi/mi-interp.c (mi_on_normal_stop): Call bpstat_print.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index f748f76..2707c51 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,9 @@ 2011-11-22 Tom Tromey <tromey@redhat.com> + * mi/mi-interp.c (mi_on_normal_stop): Call bpstat_print. + +2011-11-22 Tom Tromey <tromey@redhat.com> + * mi/mi-common.c (_initialize_gdb_mi_common): Remove. Use static_assert to check the size of async_reason_string_lookup. |