Mail Archives: djgpp/2000/03/23/08:50:51
[Leon: you keep posting unrelated articles into a totally unrelated
thread, it seems. You should avoid doing that. Post without
referencing any other article if you have a new question...]
leon <Leon AT caresystems DOT com DOT au> wrote:
> sorry that haven't tested it on djgpp - but it could be a gdb general
> problem...
[...]
> but when i run gdb and try to step into Go - it does not show any code!
> (i did compile with ggdb option)
There is a known problem with gdb and recent gcc versions, that you
could be hit by, here. It shows up as very short functions (one or two
lines of 'active' code only) getting missed completely if you try to
'step' into them.
To check if this is your problem, recompile with the gcc option
'-mno-schedule-prologue' added to your list of flags. This should
allow you to step into that function. If not, your problem is another
one.
--
Hans-Bernhard Broeker (broeker AT physik DOT rwth-aachen DOT de)
Even if all the snow were burnt, ashes would remain.
- Raw text -