This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [2/3] RFC: *stopped and CLI commands


On Wednesday 16 November 2011 20:00:30, Tom Tromey wrote:
> 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;
>         }

Hmm, I should have read this one first.  This means that with
patch 3 we'll print "Stopped due to ..." twice?

-- 
Pedro Alves


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]