https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118260

            Bug ID: 118260
           Summary: Automatically add some 'skip's from gdb helper code
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libstdc++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: tromey at gcc dot gnu.org
  Target Milestone: ---

Some standard functions and methods aren't too interesting to step into.
E.g., std::unique_ptr::get.

Perhaps the libstdc++ gdb helper code could automatically install
"skip"s for these things.

This idea comes from this reddit thread:

https://www.reddit.com/r/cpp/comments/1hpwwk7/skipping_boring_functions_in_debuggers/

Reply via email to