This is the mail archive of the gdb@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: How to get remote target to break on memory access (use z-packet)


On Thu, Aug 21, 2008 at 12:11:14PM -0500, Gabe Black wrote:
> > Try building GDB HEAD instead, or building a cross-configured GDB.
> 
> Ok, so it worked when I built the HEAD on Ubuntu, however, it did not
> work and behaved the same as before when I built it using mingw/msys.
> Was the fix implemented platform dependent?

Yes, it looks like no one fixed mingw.

Don't build a native debugger.  Try --target=i386-elf, or i386-linux,
or whatever it is you're connecting to.

-- 
Daniel Jacobowitz
CodeSourcery


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