On Tue, May 20, 2003 at 12:24:23PM +0200, Maurice Lombardi wrote:
I have tried for the first time to use dwarf-2 debugging with the last gpc version (20030507 / gcc 3.2.2) and DJGPP (it is the default now). I use either gdb 5.3 (last djgpp distribution) or rhide 1.5.0.1 (last snapshot, said to incorporate the same gdb version). In any case when I try to set a breakpoint, I obtain an error message:
internal error - unimplemented function unk_lang_create_fundamental_type called.
Any other experience on other systems / version ?
Everything is correct with stabs debugging, and also when debugging C programs.
I've tried it on Linux recently, with no success. I've downloaded the latest gdb source distribution, and it seems that Pascal+dwarf is not supported by gdb. The trouble is that dwarf reading routines do not understand Pascal specific types, so "set language c" doesn't help either.
Emil