projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f5afdc1
)
* mi/mi-interp.c (mi_on_normal_stop): Call bpstat_print.
author
Tom Tromey
<tromey@redhat.com>
Tue, 22 Nov 2011 21:21:54 +0000
(21:21 +0000)
committer
Tom Tromey
<tromey@redhat.com>
Tue, 22 Nov 2011 21:21:54 +0000
(21:21 +0000)
gdb/ChangeLog
patch
|
blob
|
history
gdb/mi/mi-interp.c
patch
|
blob
|
history
diff --git
a/gdb/ChangeLog
b/gdb/ChangeLog
index f748f76ccea962288fbb391c9606afce23f56a81..2707c5137f12be4ae8af49db3a19f421e86cc625 100644
(file)
--- a/
gdb/ChangeLog
+++ b/
gdb/ChangeLog
@@
-1,3
+1,7
@@
+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.
diff --git
a/gdb/mi/mi-interp.c
b/gdb/mi/mi-interp.c
index 805e3f8bcf547982452356f6e17ff02b352f5760..2aec1c717d34fd595d3db776d2de4e6f14ee8c06 100644
(file)
--- 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;
}