29 Oct
2012
29 Oct
'12
9:56 p.m.
#36802: GDB won't "step in" (s) --------------------+-------------------------------- Reporter: dave@… | Owner: macports-tickets@… Type: defect | Status: new Priority: High | Milestone: Component: ports | Version: 2.1.2 Keywords: | Port: gdb --------------------+-------------------------------- Compile this program with {{{gcc -O0 -g x.c -o x}}}, then {{{ggdb x}}}. Enter {{{b main}}}, then {{{run}}}, then {{{s}}}. The program should be stopped on line 3 ({{{return 5}}}), but it's not. {{{ #!c int f() { return 5; } int main() { return !f(); } }}} -- Ticket URL: <https://trac.macports.org/ticket/36802> MacPorts <http://www.macports.org/> Ports system for Mac OS