From: broeker AT physik DOT rwth-aachen DOT de Newsgroups: comp.os.msdos.djgpp Subject: Re: some gdb and ANSI template standards Date: 23 Mar 2000 13:04:09 GMT Organization: Aachen University of Technology (RWTH) Lines: 24 Message-ID: <8bd4o9$c8i$1@nets3.rz.RWTH-Aachen.DE> References: <38CC0B8F DOT EAEB9F25 AT hotmail DOT com> <38CC0C58 DOT 6B1CB1F4 AT hotmail DOT com> <38D9540C DOT 827432C1 AT caresystems DOT com DOT au> NNTP-Posting-Host: acp3bf.physik.rwth-aachen.de X-Trace: nets3.rz.RWTH-Aachen.DE 953816649 12562 137.226.32.75 (23 Mar 2000 13:04:09 GMT) X-Complaints-To: abuse AT rwth-aachen DOT de NNTP-Posting-Date: 23 Mar 2000 13:04:09 GMT Originator: broeker@ To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com [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 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.