Re: [hatari-devel] Debugger question |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
- To: hatari-devel <hatari-devel@xxxxxxxxxxxxxxxxxxx>
- Subject: Re: [hatari-devel] Debugger question
- From: David Savinkoff <dsavnkff@xxxxxxxxx>
- Date: Sat, 23 Oct 2021 17:22:59 -0700
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=telus.net; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=VYimktCoUVJVxwWamkA6FgOYicheR2MaFtcV2OhReCo=; b=E9e6dBqeoS7DU9y8vokWMwantQiPMvqkNPcmpvfx3pQBY4XUHISmV4fkSPI1UZ7egR 7Yuu2op35FXcZfyNmN2Tl/48PPM+7Dm+tB2gYEflX3D15EVkarw865zoUJXwNG2rxq9P 7Ab4SZ2ph3H/7kEZI0XlBBBrNkRC0dJcbU5iIu2eM8kJ42IOe34/fvfm4J6TbkxCVRx5 NWt3JaVP7DG0NJdeztU7q4s8t921EWejF1UuDodZe7X22rHh7v4QWpJB8pQ56H7er420 yiJoXE6QL+zSfHpfm9ilACsIHXujA5+tW4pTSnxodFUBUi4/tFVHOK8HCuzycNx6uhdJ Qg8w==
On Sat, Oct 23, 2021 at 4:34 PM Eero Tamminen wrote:
>
> Hi,
>
> On 23.10.2021 22.25, Roger Burrows wrote:
> > On 23 Oct 2021 at 18:45, Thorsten Otto wrote:
> >> On Samstag, 23. Oktober 2021 18:12:14 CEST Roger Burrows wrote:
> >>> I'm trying to debug an EmuTOS issue (as usual). I want to dump a big
> >> range
> >>> of memory to a file for subsequent examination.
> > ...
> >>
> >> Im not sure what command you are using there, but can't you just use the
> >> savebin command to write the memory to a file, then examine that with a hex
> >> editor?
> >>
> > Thanks, Thorsten (and also Eero who posted at the same time).
> >
> > I just didn't notice that command for some reason. Perhaps I was looking for a
> > command with 'mem' in the name ... 'savebin' is what I want!
>
> It's probably too late to change the names of
> the commands, but maybe their descriptions
> could be improved:
> memdump ( m) : dump memory
> memwrite ( w) : write bytes/words/longs to memory
> loadbin ( l) : load a file into memory
> savebin ( ) : save memory to a file
> ?
>
> (I already commited a small improvement to
> several commands' detailed descriptions.)
>
> "logfile" command is easy to overlook as its
> in the general section. This is because logging
> applies both to CPU & DSP (disassembly etc), but
> I changed at least its short desc to be more
> explicit of what it does:
> logfile ( f) : set (memdump/disasm/etc) log file
>
> - Eero
Names can be added as alternative names without deleting the original name.
David