[Lldb-commits] [lldb] [lldb][Process/FreeBSDKernel] Fix broken debugging on aarch64 (PR #180222)

Minsoo Choo via lldb-commits lldb-commits at lists.llvm.org
Thu Feb 12 07:45:00 PST 2026


================
@@ -9,14 +9,20 @@
 #include "RegisterContextFreeBSDKernel_arm64.h"
 #include "Plugins/Process/Utility/lldb-arm64-register-enums.h"
 
+#include "lldb/Symbol/Symbol.h"
 #include "lldb/Target/Process.h"
+#include "lldb/Target/Target.h"
 #include "lldb/Target/Thread.h"
+#include "lldb/Utility/LLDBLog.h"
+#include "lldb/Utility/Log.h"
 #include "lldb/Utility/RegisterValue.h"
 #include "llvm/Support/Endian.h"
 
 using namespace lldb;
 using namespace lldb_private;
 
+#define FBSD14 1400084
----------------
mchoo7 wrote:

`consexpr` here as well

https://github.com/llvm/llvm-project/pull/180222


More information about the lldb-commits mailing list