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/16280] Step into an inline function with varargs doesn't stop


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

--- Comment #5 from Pedro Alves <palves at redhat dot com> ---
And above we can see why.  0x0000000000400712 is just after the je at
0x0000000000400710.

(gdb) info line Step::show
Line 15 of "Step.h" starts at address 0x4006e0 <Step::show(char const*, ...)>
and ends at 0x400712 <Step::show(char const*, ...)+50>.


I'm almost certain I've seen a gcc bug open for this before.

-- 
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]