projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e97898
)
[LLDB] Correct env vars for Android port selection
author
David Spickett
<david.spickett@linaro.org>
Wed, 26 Oct 2022 12:31:27 +0000
(12:31 +0000)
committer
David Spickett
<david.spickett@linaro.org>
Wed, 26 Oct 2022 12:31:27 +0000
(12:31 +0000)
These should have "LOCAL" in them.
First added in
1e210abf9925ad08fb7c79894b4ec5ef8f0ef173
.
lldb/docs/use/remote.rst
patch
|
blob
|
history
diff --git
a/lldb/docs/use/remote.rst
b/lldb/docs/use/remote.rst
index
ef8847a
..
1649bec
100644
(file)
--- 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
-------------------------------------------------------