[Lldb-commits] [lldb] [lldb/Target] Add GetStartSymbol method to DynamicLoader plugins (PR #99673)
Jason Molenda via lldb-commits
lldb-commits at lists.llvm.org
Fri Jul 19 11:32:30 PDT 2024
================
@@ -10,9 +10,11 @@
#define LLDB_TARGET_DYNAMICLOADER_H
#include "lldb/Core/PluginInterface.h"
+#include "lldb/Symbol/Symbol.h"
#include "lldb/Utility/FileSpec.h"
#include "lldb/Utility/Status.h"
#include "lldb/Utility/UUID.h"
+#include "lldb/Utility/UnimplementedError.h"
----------------
jasonmolenda wrote:
We can remove this header file include now.
https://github.com/llvm/llvm-project/pull/99673
More information about the lldb-commits
mailing list