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: [PATCH 0/7 V2] Range stepping


On 04/11/2013 03:43 AM, Yao Qi wrote:

> This is the V2 of range stepping series.  V1 can be found here
> <http://sourceware.org/ml/gdb-patches/2013-03/msg00450.html>.
> 
> There are some updates in V2:
> 
>  - Rebase patches on GDB trunk, and resolve conflicts.
>  - Use phex_nz instead of hexnumstr to get the address.  It fixes a
> bug on mips target when sending address to the remote target.
>  - Define an internalvar range_stepping_counter and increment it each
> time GDB does range-stepping, so that in the test, we don't have to
> turn 'remote debug' on and parse the RSP packets.  During the test,
> we find that it is unsafe to turn the debugging output on, because it
> may blow up the gdb.log.
> 
> Patch 1,2,3,7 are unchanged.
> 
> The whole series is tested on x86_64-linux, native and gdbserver.

Thanks!  As I'm no longer much distracted with 7.6 things or that
dreaded -Wpointer-sign thing, I've resumed review/hacking on this.
I really really want to get this over with, but please bear with
me.  :-)

-- 
Pedro Alves


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