[Lldb-commits] [lldb] [lldb] [Process/FreeBSDKernel] Select paniced thread automatically (PR #178069)
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Thu Jan 29 01:43:07 PST 2026
================
@@ -48,7 +48,7 @@ class ProcessFreeBSDKernel : public lldb_private::PostMortemProcess {
bool DoUpdateThreadList(lldb_private::ThreadList &old_thread_list,
lldb_private::ThreadList &new_thread_list) override;
- lldb::addr_t FindSymbol(const char* name);
+ lldb::addr_t FindSymbol(const char *name);
----------------
DavidSpickett wrote:
Please remove this change.
Updating formatting is fine but we keep it to its own PR unless the code behaviour is also changing. And if you find formatting changes obscure your actual changes, sending a formatting PR first is the usual approach.
https://github.com/llvm/llvm-project/pull/178069
More information about the lldb-commits
mailing list