This describes the packet discussed in the RFC: https://discourse.llvm.org/t/rfc-a-new-packet-to-set-remove-multiple-breakpoints/90623 The following PRs are related: * [[lldb] Propose MultiBreakpoint extension to GDB Remote](https://github.com/llvm/llvm-project/pull/192910) * [[debugserver] Implement MultiBreakpoint](https://github.com/llvm/llvm-project/pull/192914) * [[lldb-server][NFC] Factor out code handling breakpoint packets](https://github.com/llvm/llvm-project/pull/192915) * [[lldb-server] Implement support for MultiBreakpoint packet](https://github.com/llvm/llvm-project/pull/192919) * [[lldb][GDBRemote] Parse MultiBreakpoint+ capability](https://github.com/llvm/llvm-project/pull/192962) * [[lldb][NFC] Move BreakpointSite::IsEnabled/SetEnabled into Process](https://github.com/llvm/llvm-project/pull/192964) * [[lldb] Implement delayed breakpoints](https://github.com/llvm/llvm-project/pull/192971) * [[lldb] Override UpdateBreakpointSites in ProcessGDBRemote to use MultiBreakpoint](https://github.com/llvm/llvm-project/pull/192988)