[Lldb-commits] [PATCH] D159076: [lldb] Add DynamicLoader for FreeBSD Kernel post-mortem debug facility

2023-08-29 Thread Sheng-Yi Hung via Phabricator via lldb-commits
aokblast created this revision. Herald added a subscriber: emaste. Herald added a project: All. aokblast requested review of this revision. Herald added a project: LLDB. Herald added a subscriber: lldb-commits. Repository: rG LLVM Github Monorepo https://reviews.llvm.org/D159076 Files: lldb/

[Lldb-commits] [PATCH] D159076: [lldb] Add DynamicLoader for FreeBSD Kernel post-mortem debug facility

2023-08-29 Thread Sheng-Yi Hung via Phabricator via lldb-commits
aokblast updated this revision to Diff 554235. aokblast added a comment. Change DynamicLoader plugin for ProcessFreeBSDKernel Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D159076/new/ https://reviews.llvm.org/D159076 Files: lldb/source/Plugins/D

[Lldb-commits] [PATCH] D159076: [lldb] Add DynamicLoader for FreeBSD Kernel post-mortem debug facility

2023-08-29 Thread Sheng-Yi Hung via Phabricator via lldb-commits
aokblast updated this revision to Diff 554236. aokblast added a comment. Herald added a subscriber: MaskRay. Add relocatable file support for kernel module Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D159076/new/ https://reviews.llvm.org/D159076

[Lldb-commits] [PATCH] D159076: [lldb] Add DynamicLoader for FreeBSD Kernel post-mortem debug facility

2023-08-29 Thread Sheng-Yi Hung via Phabricator via lldb-commits
aokblast updated this revision to Diff 554237. aokblast added a comment. Add subdirectory for DynamicLoader Plugin directory Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D159076/new/ https://reviews.llvm.org/D159076 Files: lldb/source/Plugins/Dy

[Lldb-commits] [PATCH] D159076: [lldb] Add DynamicLoader for FreeBSD Kernel post-mortem debug facility

2023-08-30 Thread Sheng-Yi Hung via Phabricator via lldb-commits
aokblast updated this revision to Diff 554722. aokblast added a comment. Add "real comment" for commented code Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D159076/new/ https://reviews.llvm.org/D159076 Files: lldb/source/Plugins/DynamicLoader/F

[Lldb-commits] [PATCH] D159076: [lldb] Add DynamicLoader for FreeBSD Kernel post-mortem debug facility

2023-08-30 Thread Sheng-Yi Hung via Phabricator via lldb-commits
aokblast updated this revision to Diff 554724. aokblast added a comment. This change fix the indentation for the ObjectFileELF.cpp Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D159076/new/ https://reviews.llvm.org/D159076 Files: lldb/source/Plug