Bug 17997 - save skips to a file
Summary: save skips to a file
Status: NEW
Alias: None
Product: gdb
Classification: Unclassified
Component: cli (show other bugs)
Version: unknown
: P2 enhancement
Target Milestone: ---
Assignee: Tom Tromey
URL:
Keywords: good-first-bug
Depends on:
Blocks:
 
Reported: 2015-02-18 15:09 UTC by Wyatt Epp
Modified: 2023-01-24 00:17 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.