This is the mail archive of the gdb-patches@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]

[RFA take 3] Allow setting breakpoints on inline functions (PR 10738)


Hi all,

This patch makes GDB able to set breakpoints on inlined functions.

This third version of the patch has been updated to fix the issues
Jan pointed out with the last version.  Specifically, the inline
symbols are not stored in the static block, so do not appear in,
eg, "info functions", "p <tab><tab>", "rbreak", etc; those will
only display/act upon out-of-line functions.

How does it look?  Hopefully there are not a load more places the
symbols have leaked into now!

Thanks,
Gary

-- 
http://gbenson.net/

Attachment: break-on-inline.patch
Description: Text document


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