[hatari-devel] section, symbols and autocompletion

[ Thread Index | Date Index | More lists.tuxfamily.org/hatari-devel Archives ]


Hi

while in the debugger, I noticed that if I enter 'm' and press 'tab' then only the symbols declared in the BSS or DATA sections are displayed.

On the other end, if I enter 'd' and press 'tab', only the symbols in the TEXT section are displayed.

But it's not rare to put everything in the TEXT section and don't use DATA or BSS when coding in asm.

Also, you could have a music player in the data section whose code you want to see when using 'd'.
For example :

	DATA
music
	incbin "music.bin"

Then when doing 'd'+'tab', 'music' should be listed in the completion choices.

Maybe symbols autocompletion should not limit to a specific type of section ? (or add an option to do this)

Eero, what do you think ?

Nicolas



Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/