[hatari-devel] Command completion added to debugger
Laurent Sallafranque
laurent.sallafranque at free.fr
Tue Sep 15 22:27:33 CEST 2009
Ok, I've taken the latest version, now it works, but I get an error
while compiling :
make[1]: entrant dans le répertoire «
/home/laurent/Atari/hatari/tools/hmsa »
gcc -g -Wmissing-prototypes -Wstrict-prototypes -Wsign-compare
-Wbad-function-cast -Wcast-qual -Wpointer-arith -Wall -Wwrite-strings
-O2 -I/usr/include/libpng12 -DHAVE_LIBPNG=1 -DHAVE_X11=1
-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I../..
-I../../src/includes -I../../src/uae-cpu -c -o hmsa.o hmsa.c
hmsa.c:20:17: erreur: log.h : Aucun fichier ou dossier de ce type
hmsa.c:25: erreur: expected ‘)’ before ‘nType’
make[1]: *** [hmsa.o] Erreur 1
make[1]: quittant le répertoire « /home/laurent/Atari/hatari/tools/hmsa »
make: *** [all] Erreur 2
laurent at OrdiLolo:~/Atari/hatari$
Regards
Laurent
Eero Tamminen a écrit :
> Hi,
>
> On Tuesday 15 September 2009, Laurent Sallafranque wrote:
>
>> I think there's a problem with dsp debug mode :
>> > db pc=$abcd
>>
>> ERROR in tokenized string:
>> 'pc = $abcd'
>> ^-invalid variable/register name
>>
>> I've also tried with R0 without succes.
>>
>
> Works for me. Could you try hg pull + make distclean + make?
>
>
>
>> Eero Tamminen a écrit :
>>
>>> On Monday 14 September 2009, Eero Tamminen wrote:
>>>
>>>> I've now only moved the debug / log / trace stuff to debug/ subdir
>>>> as-is and split the breakcond.c test code to new tests/-dir. I'll
>>>> split the debugui.c, add the trace command + do more completion stuff
>>>> next week.
>>>>
>
> "trace" command is now there and all of these commands support now
> completion:
> - breakpoint: Hatari internal variable names (HBL etc)
> - logfile, loadbin, savebin: file names
> - setopt: option names
> - trace: trace type names
> - help: command names
>
> You may want to add some tracing support also to DSP. :-)
>
> Are there any (non-register) internal Hatari DSP emulation variables which
> values you would like to be available for DSP breakpoint (similarly to HBL
> etc on the CPU side)?
>
>
> - Eero
>
>
>
More information about the hatari-devel
mailing list