www.delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp/1997/11/19/04:14:50

Date: Wed, 19 Nov 1997 11:13:54 +0200 (IST)
From: Eli Zaretskii <eliz AT is DOT elta DOT co DOT il>
To: Ulrich Doewich <ulrich DOT doewich AT shaw DOT wave DOT ca>
cc: djgpp AT delorie DOT com
Subject: Re: FSDB question..
In-Reply-To: <MPG.eda4a5acd27f30a989685@gateway>
Message-ID: <Pine.SUN.3.91.971119111336.8258K-100000@is>
MIME-Version: 1.0

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 -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019