Re: [PATCH] Add location_t printer to gdbinit.in

2014-01-31 Thread Mike Stump
On Jan 31, 2014, at 2:40 AM, Marek Polacek wrote: > Often enough I need to print expanded_location of location_t. > It'd be convenient to have this macro in gdbinit.in. > > Ok? Looks good to me…

[PATCH] Add location_t printer to gdbinit.in

2014-01-31 Thread Marek Polacek
Often enough I need to print expanded_location of location_t. It'd be convenient to have this macro in gdbinit.in. Ok? 2014-01-31 Marek Polacek * gdbinit.in (pel): Define. diff --git a/gcc/gdbinit.in b/gcc/gdbinit.in index c388f8a..25c530a 100644 --- a/gcc/gdbinit.in +++ b/gcc/gdbini