[all-commits] [llvm/llvm-project] 354eb8: [lldb] Also show session history in fzf_history (#...
Dave Lee via All-commits
all-commits at lists.llvm.org
Wed Feb 26 19:15:12 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 354eb88285c0d803b0674a3b2961b4109905383a
https://github.com/llvm/llvm-project/commit/354eb88285c0d803b0674a3b2961b4109905383a
Author: Dave Lee <davelee.com at gmail.com>
Date: 2025-02-26 (Wed, 26 Feb 2025)
Changed paths:
M lldb/examples/python/fzf_history.py
Log Message:
-----------
[lldb] Also show session history in fzf_history (#128986)
lldb's history log file is written to at the end of a debugging session.
As a result, the log does not contain commands run during the current
session.
This extends the `fzf_history` to include the output of `session
history`.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list