aboutsummaryrefslogtreecommitdiff
path: root/gdb/mi
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2011-11-22 21:21:54 +0000
committerTom Tromey <tromey@redhat.com>2011-11-22 21:21:54 +0000
commit5bd6aa835706da4799d994bfee65f205ce2d5304 (patch)
tree5a1b504be790bb96d3efc326fe2fff387d792c7a /gdb/mi
parentf5afdc187dae0c7472d001381b579348b5d36316 (diff)
downloadgdb-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/mi')
-rw-r--r--gdb/mi/mi-interp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/mi/mi-interp.c b/gdb/mi/mi-interp.c
index 805e3f8..2aec1c7 100644
--- a/gdb/mi/mi-interp.c
+++ b/gdb/mi/mi-interp.c
@@ -429,6 +429,7 @@ mi_on_normal_stop (struct bpstats *bs, int print_frame)
struct ui_out *saved_uiout = current_uiout;
current_uiout = mi_uiout;
+ bpstat_print (bs);
print_stack_frame (get_selected_frame (NULL), 0, SRC_AND_LOC);
current_uiout = saved_uiout;
}