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: help string for "break" command


On Fri, Jan 12, 2007 at 07:11:14PM +0100, mathieu lacage wrote:
> Which leads me to suspect that my current target (x86 linux FC6) does
> not implement this so, the memory region lookup code returns the default
> region all the time which contains an RW attr. Is this expected ?

That is correct.  As I wrote in a reply earlier, this does not apply
to the notion of "read-only" used by Unix VM systems, where the OS
can create a COW copy for us to use.  It's for debugging ROM images.

-- 
Daniel Jacobowitz
CodeSourcery


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