Bug 17997

Summary: save skips to a file
Product: gdb Reporter: Wyatt Epp <wyatt.epp>
Component: cliAssignee: Tom Tromey <tromey>
Status: NEW ---    
Severity: enhancement CC: tromey
Priority: P2 Keywords: good-first-bug
Version: unknown   
Target Milestone: ---   
Host: Target:
Build: Last reconfirmed:

Description Wyatt Epp 2015-02-18 15:09:40 UTC
Similar to how breakpoints and tracepoints can be saved to a file for loading later, I'd like to be able to save skipped functions and files to a file that can be loaded in a different session.

This covers similar territory to bug #15814 and bug #17442, but the finer-grained control over what is skipped and when would be useful for me.
Comment 1 Tom Tromey 2023-01-24 00:17:06 UTC
I have a patch for this, but no docs yet.