[Lldb-commits] [lldb] When running OS Plugins from dSYM's, make sure start state is correct (PR #146441)
Jonas Devlieghere via lldb-commits
lldb-commits at lists.llvm.org
Tue Jul 1 11:14:51 PDT 2025
================
@@ -9,6 +9,7 @@
#ifndef LLDB_HOST_HOSTTHREAD_H
#define LLDB_HOST_HOSTTHREAD_H
+#include "lldb/Host/HostNativeThreadBase.h"
#include "lldb/Host/HostNativeThreadForward.h"
----------------
JDevlieghere wrote:
Guess this one can go now? Or we implement `HasThread` out-of-line.
https://github.com/llvm/llvm-project/pull/146441
More information about the lldb-commits
mailing list