[Lldb-commits] [PATCH] D45573: Report more precise error message when attach fails
Jonas Devlieghere via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Apr 12 09:09:22 PDT 2018
JDevlieghere accepted this revision.
JDevlieghere added a comment.
This revision is now accepted and ready to land.
LGTM module comment
================
Comment at: source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp:3809
}
// E01 code from vAttach means that the attach failed
if (::strstr(continue_cstr, "vAttach") != NULL &&
----------------
Outdated comment
https://reviews.llvm.org/D45573
More information about the lldb-commits
mailing list