[all-commits] [llvm/llvm-project] f188c9: [lldb] Add bidirectional packetLog to gdbclientuti...

Daniel Sanders via All-commits all-commits at lists.llvm.org
Tue Oct 21 01:38:45 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f188c97cc193773071b0b61ebf214705fb84189e
      https://github.com/llvm/llvm-project/commit/f188c97cc193773071b0b61ebf214705fb84189e
  Author: Daniel Sanders <daniel_l_sanders at apple.com>
  Date:   2025-10-21 (Tue, 21 Oct 2025)

  Changed paths:
    M lldb/packages/Python/lldbsuite/test/gdbclientutils.py
    M lldb/packages/Python/lldbsuite/test/lldbgdbclient.py
    M lldb/test/API/functionalities/gdb_remote_client/TestContinue.py
    M lldb/test/API/functionalities/gdb_remote_client/TestGDBRemoteClient.py
    M lldb/test/API/functionalities/gdb_remote_client/TestGDBRemoteLoad.py
    M lldb/test/API/functionalities/gdb_remote_client/TestGDBRemotePlatformFile.py

  Log Message:
  -----------
  [lldb] Add bidirectional packetLog to gdbclientutils.py (#162176)

While debugging the tests for #155000 I found it helpful to have both
sides
of the simulated gdb-rsp traffic rather than just the responses so I've
extended
the packetLog in MockGDBServerResponder to record traffic in both
directions.
Tests have been updated accordingly



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