[all-commits] [llvm/llvm-project] 42704d: [lldb-server] Implement support for MultiBreakpoin...

Felipe de Azevedo Piovezan via All-commits all-commits at lists.llvm.org
Mon Apr 27 09:12:19 PDT 2026


  Branch: refs/heads/users/felipepiovezan/lldbserver_multibreakpoint_p2
  Home:   https://github.com/llvm/llvm-project
  Commit: 42704d29ca4b5d08ecddcec1183b3904d747929e
      https://github.com/llvm/llvm-project/commit/42704d29ca4b5d08ecddcec1183b3904d747929e
  Author: Felipe de Azevedo Piovezan <fpiovezan at apple.com>
  Date:   2026-04-27 (Mon, 27 Apr 2026)

  Changed paths:
    M lldb/include/lldb/Utility/StringExtractorGDBRemote.h
    M lldb/packages/Python/lldbsuite/test/tools/lldb-server/gdbremote_testcase.py
    M lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp
    M lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.h
    M lldb/source/Utility/StringExtractorGDBRemote.cpp
    M lldb/test/API/functionalities/multi-breakpoint/TestMultiBreakpoint.py

  Log Message:
  -----------
  [lldb-server] Implement support for MultiBreakpoint packet

This is fairly straightforward, thanks to the helper functions created
in the previous commit.

https://github.com/llvm/llvm-project/pull/192910


  Commit: fd28e9503a795ed959ec6f65249b4fd19ea0ac64
      https://github.com/llvm/llvm-project/commit/fd28e9503a795ed959ec6f65249b4fd19ea0ac64
  Author: Felipe de Azevedo Piovezan <fpiovezan at apple.com>
  Date:   2026-04-27 (Mon, 27 Apr 2026)

  Changed paths:
    M lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp

  Log Message:
  -----------
  fixup! rework static assert for older compilers


Compare: https://github.com/llvm/llvm-project/compare/6cbbea7c4cc3...fd28e9503a79

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