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 gdb/18531] New: Request to add functionality "set skip pending on"


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

            Bug ID: 18531
           Summary: Request to add functionality "set skip pending on"
           Product: gdb
           Version: 7.7
            Status: NEW
          Severity: normal
          Priority: P2
         Component: gdb
          Assignee: unassigned at sourceware dot org
          Reporter: levi.armstrong at gmail dot com
  Target Milestone: ---

Currently if you add the command skip file or skip function withing the
.gdbinit you will receive the output below resulting in the file or function
not being added. I think it would be very use full to the feature set skip
pending on similar to the set breakpoint pending on to allow for you to add the
skip files to the .gdbinit file or in my case the IDE I am using will execute a
python script that will loop through and add all of the boost headers to the
skip.

No source file named ".........."
~"Ignore file pending future shared library load? (y or [n])[answered N; input
not from terminal]\n"

I am interested in help with the development of the patch but I am not familiar
with the gdb source, so I would need assistance in how to best implement this
patch.

Thank you for your time.

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