[all-commits] [llvm/llvm-project] 1e210a: [LLDB] Make remote-android local ports configurable

Luka Markušić via All-commits all-commits at lists.llvm.org
Wed Oct 26 01:15:02 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1e210abf9925ad08fb7c79894b4ec5ef8f0ef173
      https://github.com/llvm/llvm-project/commit/1e210abf9925ad08fb7c79894b4ec5ef8f0ef173
  Author: Luka Markušić <markusicluka at gmail.com>
  Date:   2022-10-26 (Wed, 26 Oct 2022)

  Changed paths:
    M lldb/docs/use/remote.rst
    M lldb/source/Plugins/Platform/Android/PlatformAndroidRemoteGDBServer.cpp
    M lldb/source/Plugins/Platform/Android/PlatformAndroidRemoteGDBServer.h

  Log Message:
  -----------
  [LLDB] 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).

There is a lengthier discussion on github - https://github.com/llvm/llvm-project/issues/58114

Reviewed By: clayborg

Differential Revision: https://reviews.llvm.org/D136465




More information about the All-commits mailing list