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 ", "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/