[Lldb-commits] [PATCH] D63165: Initial support for native debugging of x86/x64 Windows processes

Adrian McCarthy via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Jun 11 16:36:45 PDT 2019


amccarth added a comment.

Sorry for the stupid question, but ...

What exactly is meant here by "Native"?  How is a NativeProcessWindows different from ProcessWindows?



================
Comment at: source/Plugins/Process/Windows/Common/NativeProcessWindows.h:16
+#include "IDebugDelegate.h"
+#include "ProcessDebugger.h"
+
----------------
Where is ProcessDebugger.h?  Should that be part of this patch?


Repository:
  rLLDB LLDB

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D63165/new/

https://reviews.llvm.org/D63165





More information about the lldb-commits mailing list