[Lldb-commits] [lldb] 6cc5bcc - [LLDB] Correct env vars for Android port selection

David Spickett via lldb-commits lldb-commits at lists.llvm.org
Wed Oct 26 05:32:58 PDT 2022


Author: David Spickett
Date: 2022-10-26T12:31:27Z
New Revision: 6cc5bcc12d3095376fa28b794b3bbb09ea6a9e4e

URL: https://github.com/llvm/llvm-project/commit/6cc5bcc12d3095376fa28b794b3bbb09ea6a9e4e
DIFF: https://github.com/llvm/llvm-project/commit/6cc5bcc12d3095376fa28b794b3bbb09ea6a9e4e.diff

LOG: [LLDB] Correct env vars for Android port selection

These should have "LOCAL" in them.

First added in 1e210abf9925ad08fb7c79894b4ec5ef8f0ef173.

Added: 
    

Modified: 
    lldb/docs/use/remote.rst

Removed: 
    


################################################################################
diff  --git a/lldb/docs/use/remote.rst b/lldb/docs/use/remote.rst
index ef8847a7c062..1649becea78f 100644
--- a/lldb/docs/use/remote.rst
+++ b/lldb/docs/use/remote.rst
@@ -138,7 +138,7 @@ further using the platform shell command.
 When using the "remote-android" platform, the client LLDB forwards two ports, one
 for connecting to the platform, and another for connecting to the gdbserver.
 The client ports are configurable through the environment variables
-ANDROID_PLATFORM_PORT and ANDROID_PLATFORM_GDB_PORT, respectively.
+ANDROID_PLATFORM_LOCAL_PORT and ANDROID_PLATFORM_LOCAL_GDB_PORT, respectively.
 
 Launching a locally built process on the remote machine
 -------------------------------------------------------


        


More information about the lldb-commits mailing list