labath added a comment.
I think there are some architectural issues here in how ProcessWindows works.
Normally (i.e., on all non-windows process classes), it is the job of the
dynamic loader plugin to create modules and set their load addresses. However,
ProcessWindows does things differently,
labath marked an inline comment as done.
labath added inline comments.
Comment at: lldb/trunk/source/Target/ProcessLaunchInfo.cpp:220
+ if (!m_pty->OpenFirstAvailableMaster(open_flags, nullptr, 0)) {
+return llvm::createStringError(llvm::inconvertibleErrorCode(),
+
kubamracek added a comment.
Herald added a reviewer: serge-sans-paille.
Ping.
Repository:
rLLDB LLDB
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D56221/new/
https://reviews.llvm.org/D56221
___
lldb-commits mailing list
lldb-commits@list