[Lldb-commits] [PATCH] D56233: [lldb-server] Add initial support for lldb-server on Windows

Aaron Smith via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Apr 9 12:52:25 PDT 2019


asmith marked 4 inline comments as done.
asmith added inline comments.


================
Comment at: source/Plugins/Process/Windows/Common/NativeProcessWindows.h:16
+
+#include "IDebugDelegate.h"
+#include "ProcessDebugger.h"
----------------
labath wrote:
> It looks like IDebugDelegate.h is missing from the patch.
IDebugDelegate.h is located in source/Plugins/Process/Windows/Common


================
Comment at: source/Plugins/Process/Windows/Common/ProcessDebugger.h:16
+
+#include "ForwardDecl.h"
+
----------------
labath wrote:
> File missing from patch.
That's found in source/Plugins/Process/Windows/Common


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

https://reviews.llvm.org/D56233





More information about the lldb-commits mailing list