This is the mail archive of the gdb-patches@sources.redhat.com 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: breakpoints for gdbserver


> This gives gdbserver a framework for memory-shadowing breakpoints, invisible
> to GDB.  They won't behave gracefully if GDB tries to single-step over them
> or if the user puts breakpoints at the same places; I intend to control all
> the cases where gdbserver might insert them with command line options, so
> that if (say) you want to debug LinuxThreads, you can turn off gdbserver
> thread support.  That's the only way to get reasonable results, IMHO.

Um, what exactly do you mean by ``memory-shadowing breakpoints''?

Andrew



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