Skip to content

Commit

Permalink
[LLDB] Correct env vars for Android port selection
Browse files Browse the repository at this point in the history
These should have "LOCAL" in them.

First added in 1e210ab.
  • Loading branch information
DavidSpickett committed Oct 26, 2022
1 parent 2e97898 commit 6cc5bcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lldb/docs/use/remote.rst
Expand Up @@ -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
-------------------------------------------------------
Expand Down

0 comments on commit 6cc5bcc

Please sign in to comment.