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: [RFA] Report watchpoints hits for 'debug infrun'.


> Date: Sat, 1 Dec 2007 10:27:55 -0500
> From: Daniel Jacobowitz <drow@false.org>
> Cc: gdb-patches@sources.redhat.com
> 
> BTW, the call to target_stopped_data_address is missing from this
> patch.  It's going to use addr uninitialized.

Right, and I'd also guard the use of that address by something,
because some targets don't support that (we don't want to print
garbage in those cases, do we?).


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