[Lldb-commits] [PATCH] D136465: Make remote-android local ports configurable

Luka Markušić via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Oct 25 02:13:30 PDT 2022


mark2185 updated this revision to Diff 470421.
mark2185 added a comment.

Make remote-android local ports configurable

The local ports for `platform connect` and `attach` were always random, this allows the user to configure them.
This is useful for debugging a truly remote android (when the android in question is connected to a remote server).


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D136465/new/

https://reviews.llvm.org/D136465

Files:
  lldb/docs/use/remote.rst
  lldb/source/Plugins/Platform/Android/PlatformAndroidRemoteGDBServer.cpp
  lldb/source/Plugins/Platform/Android/PlatformAndroidRemoteGDBServer.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D136465.470421.patch
Type: text/x-patch
Size: 4915 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20221025/a0f4501d/attachment-0001.bin>


More information about the lldb-commits mailing list