| Summary: | add "save history" command | ||
|---|---|---|---|
| Product: | gdb | Reporter: | Tom Tromey <tromey> |
| Component: | cli | Assignee: | Tom Tromey <tromey> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | ssbssa |
| Priority: | P2 | ||
| Version: | HEAD | ||
| Target Milestone: | 18.1 | ||
| Host: | Target: | ||
| Build: | Last reconfirmed: | ||
| Project(s) to access: | ssh public key: | ||
|
Description
Tom Tromey
2018-09-15 18:55:42 UTC
Working on a patch. I sent a patch for "save history" but not any of the other stuff. So I tend to think this could remain separate. The master branch has been updated by Tom Tromey <tromey@sourceware.org>: https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=52279d0980ee052bb425bd4e96fd36a25c4c3e88 commit 52279d0980ee052bb425bd4e96fd36a25c4c3e88 Author: Tom Tromey <tom@tromey.com> Date: Mon Jan 23 17:40:16 2023 -0700 Add "save history" command PR cli/23664 points out that it would sometimes be convenient to immediately save the current history to a file. This patch implements this feature. Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=23664 Reviewed-By: Eli Zaretskii <eliz@gnu.org> Reviewed-By: Keith Seitz <keiths@redhat.com> Fixed. |