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

Felipe de Azevedo Piovezan via All-commits all-commits at lists.llvm.org
Mon Apr 27 01:36:30 PDT 2026


  Branch: refs/heads/users/felipepiovezan/lldbserver_multibreakpoint_p2
  Home:   https://github.com/llvm/llvm-project
  Commit: 24076e7349dd1c223c8e41c769e4d8dd3f429a12
      https://github.com/llvm/llvm-project/commit/24076e7349dd1c223c8e41c769e4d8dd3f429a12
  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



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