[all-commits] [llvm/llvm-project] 2e8931: [lldb] Removed gdbserver ports map from lldb-serve...

Dmitry Vasilyev via All-commits all-commits at lists.llvm.org
Thu Oct 3 10:01:10 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2e89312419c5f7875c947fcf79ea0446cf65a287
      https://github.com/llvm/llvm-project/commit/2e89312419c5f7875c947fcf79ea0446cf65a287
  Author: Dmitry Vasilyev <dvassiliev at accesssoftek.com>
  Date:   2024-10-03 (Thu, 03 Oct 2024)

  Changed paths:
    M lldb/docs/man/lldb-server.rst
    M lldb/docs/resources/qemu-testing.rst
    M lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerPlatform.cpp
    M lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerPlatform.h
    M lldb/test/API/commands/platform/launchgdbserver/TestPlatformLaunchGDBServer.py
    R lldb/test/Shell/lldb-server/TestGdbserverPort.test
    R lldb/tools/lldb-server/Acceptor.cpp
    R lldb/tools/lldb-server/Acceptor.h
    M lldb/tools/lldb-server/CMakeLists.txt
    M lldb/tools/lldb-server/lldb-gdbserver.cpp
    M lldb/tools/lldb-server/lldb-platform.cpp
    M lldb/unittests/Process/gdb-remote/CMakeLists.txt
    R lldb/unittests/Process/gdb-remote/PortMapTest.cpp

  Log Message:
  -----------
  [lldb] Removed gdbserver ports map from lldb-server (#104238)

Listen to gdbserver-port, accept the connection and run `lldb-server gdbserver --fd` on all platforms.
Parameters --min-gdbserver-port and --max-gdbserver-port are deprecated now.

This is the part 2 of #101283.

Fixes #97537.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list