This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug breakpoints/16853] PowerPC: Missed break after step


https://sourceware.org/bugzilla/show_bug.cgi?id=16853

--- Comment #1 from Andrej Krutak <andrej.krutak at sysgo dot com> ---
(In reply to Andrej Krutak from comment #0)
> Created attachment 7555 [details]
> hanoi.c (demo program)
> 
> When trying to debug a code containing recursive function on qemu-ppc (60x),
> GDB doesn't properly step lines. Using the attached hanoi.c, the following
> doesn't work:
> 

Actually, after a few more tests, it looks like the recursion may not be main
issue. Instead the break doesn't work properly due to printf() before the
Hanoi() call.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]