[llvm] 72e666d - [lldb][FreeBSDKernel] Add release notes for refresh-threads (#191399)
via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 15 01:42:13 PDT 2026
Author: Minsoo Choo
Date: 2026-04-15T17:42:08+09:00
New Revision: 72e666d290a96fe8b286a7f668641ef377c4ea73
URL: https://github.com/llvm/llvm-project/commit/72e666d290a96fe8b286a7f668641ef377c4ea73
DIFF: https://github.com/llvm/llvm-project/commit/72e666d290a96fe8b286a7f668641ef377c4ea73.diff
LOG: [lldb][FreeBSDKernel] Add release notes for refresh-threads (#191399)
Fixes: 9116344c02bf0b9ec037451d12935d7539c48679 (#188692)
Assisted-by: Claude
---------
Signed-off-by: Minsoo Choo <minsoochoo0122 at proton.me>
Added:
Modified:
llvm/docs/ReleaseNotes.md
Removed:
################################################################################
diff --git a/llvm/docs/ReleaseNotes.md b/llvm/docs/ReleaseNotes.md
index a47c5a48d51b8..8ccd186e5207d 100644
--- a/llvm/docs/ReleaseNotes.md
+++ b/llvm/docs/ReleaseNotes.md
@@ -279,6 +279,9 @@ Changes to LLDB
`plugin.process.freebsd-kernel-core.read-only` must be set to `false`. This setting is available when
using `/dev/mem` or a kernel dump. However, since `kvm_write()` does not support writing to kernel dumps,
writes to a kernel dump will still fail when the setting is false.
+* Added a command `process plugin refresh-threads`, enabling on-demand thread-list reconstruction from `/dev/mem`
+ so users can resync live kernel thread state without restarting LLDB. Note that this has no impact on full dump
+ and minidump files.
### Linux
More information about the llvm-commits
mailing list