================
@@ -9,15 +9,73 @@
#ifndef LLDB_SYMBOL_SYMBOLLOCATOR_H
#define LLDB_SYMBOL_SYMBOLLOCATOR_H
+#include "lldb/Core/ModuleSpec.h"
#include "lldb/Core/PluginInterface.h"
+#include "lldb/Target/Statistics.h"
+#include "lldb/Utility/Status.h"
#include "lldb/Utility/UUID.h"
+#include "llvm/Support/Error.h"
+
+#include <system_error>
+
namespace lldb_private {
class SymbolLocator : public PluginInterface {
public:
SymbolLocator() = default;
+ /// A binary was not found and nothing could say why. Its own error type, so
----------------
bulbazord wrote:
What do you mean by "Its own error type"?
https://github.com/llvm/llvm-project/pull/215391
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits