labath accepted this revision.
labath added a comment.
This revision is now accepted and ready to land.

The LLDB_DEBUGSERVER_PATH is the "official" way to force a debugserver path in 
lldb. So unless you want to change the implementation in 
GDBRemoteCommunication, I don't think there is anything better you can do than 
this patch.

(I guess you could launch the executable in an inherited environment (which 
would then automatically contain this var) instead of adding it manually, but I 
don't have a strong opinion on which way is better).


https://reviews.llvm.org/D43546



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to