[Lldb-commits] [PATCH] D14952: Modify "platform connect" to connect to processes as well
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Fri Dec 4 05:42:19 PST 2015
labath added a comment.
Just a tiny remark from my side..
================
Comment at: source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerPlatform.cpp:184
@@ +183,3 @@
+ std::string hostname;
+ // TODO: /tmp/ should not be hardcoded. User might want to override /tmp
+ // with the TMPDIR environment variable
----------------
The TMPDIR and "sleep" comments seem to be obsolete...
http://reviews.llvm.org/D14952
More information about the lldb-commits
mailing list