forked from OSchip/llvm-project
[lldb/Plugin] Fix plugin definition for ProcessWindows
This should fix the unresolved external symbol error.
This commit is contained in:
parent
594a89f727
commit
3431dc32a4
|
@ -44,7 +44,7 @@
|
|||
using namespace lldb;
|
||||
using namespace lldb_private;
|
||||
|
||||
LLDB_PLUGIN_DEFINE(ProcessWindows)
|
||||
LLDB_PLUGIN_DEFINE_ADV(ProcessWindows, ProcessWindowsCommon)
|
||||
|
||||
namespace {
|
||||
std::string GetProcessExecutableName(HANDLE process_handle) {
|
||||
|
|
Loading…
Reference in New Issue