Mail Archives: djgpp/1997/11/19/04:14:50
On Mon, 17 Nov 1997, Ulrich Doewich wrote:
> a) where do I get hold of the manual the help page of FSDB refers to?
There is no manual. The only source of info besides the built-in help
is the source code (it's in djlsr201.zip).
> b) how can I do a memory dump with a different selector than the default
> (ie. es instead of ds)?
You can't, not without changing the sources. The data pane is filled
by reading the memory of the debuggee using the `read_child' function
from the DJGPP debug support (on src/debug/common/dbgcom.c inside
djlsr201.zip), and that function has the DS selector hard-wired.
You should be able to set DS to the contents of ES and *then* dump, of
course.
- Raw text -