diff options
author | Denis Pilat <denis.pilat@st.com> | 2007-03-29 07:35:39 +0000 |
---|---|---|
committer | Denis Pilat <denis.pilat@st.com> | 2007-03-29 07:35:39 +0000 |
commit | aaf9e9fd5ba92fddf4cb82bfa1e5cdf4b6234a53 (patch) | |
tree | fc1f85e60c5610480e334263836a4bb802d8130e /gdb/infrun.c | |
parent | e72cf3ec8eab6e6ca2528279a556c1370c4dd900 (diff) | |
download | gdb-aaf9e9fd5ba92fddf4cb82bfa1e5cdf4b6234a53.zip gdb-aaf9e9fd5ba92fddf4cb82bfa1e5cdf4b6234a53.tar.gz gdb-aaf9e9fd5ba92fddf4cb82bfa1e5cdf4b6234a53.tar.bz2 |
2007-03-29 Denis Pilat <denis.pilat@st.com>
* stack.c (print_stack_frame): Always use LOC_AND_ADDRESS in MI output.
* infrun.c (normal_stop): Remove MI specific frame printing treatment.
Diffstat (limited to 'gdb/infrun.c')
-rw-r--r-- | gdb/infrun.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/infrun.c b/gdb/infrun.c index 394fa86..8fd0376 100644 --- a/gdb/infrun.c +++ b/gdb/infrun.c @@ -3193,10 +3193,6 @@ Further execution is probably impossible.\n")); default: internal_error (__FILE__, __LINE__, _("Unknown value.")); } - /* For mi, have the same behavior every time we stop: - print everything but the source line. */ - if (ui_out_is_mi_like_p (uiout)) - source_flag = LOC_AND_ADDRESS; if (ui_out_is_mi_like_p (uiout)) ui_out_field_int (uiout, "thread-id", |