Re: gdb and memory access
Re: gdb and memory access
- Subject: Re: gdb and memory access
- From: Jonas Maebe <email@hidden>
- Date: Sun, 16 Jan 2005 16:59:37 +0100
On 16 jan 2005, at 07:44, Patrick Cusack wrote:
following readout. gdb will allow me to disassemble
certain parts of
the running program, but when i try to disassemble any
unknown_text()
functions, I get the following: Cannot access
memory at address
whatever. Does anyone know why gdb can't read these
memory addresses? Is the memory protected from
reading?
Those are probably in fact invalid addresses. For some reason, gdb gets
confused when tracing the call stack at that point. Maybe there's some
CFM-to-MachO glue code or so.
Jonas
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden