[all-commits] [llvm/llvm-project] 9b336e: [lldb] Override UpdateBreakpointSites in ProcessGD...

Felipe de Azevedo Piovezan via All-commits all-commits at lists.llvm.org
Wed Apr 29 07:20:42 PDT 2026


  Branch: refs/heads/users/felipepiovezan/delayed_bps_p4
  Home:   https://github.com/llvm/llvm-project
  Commit: 9b336e99ce8852873a8b57bcd3b93207e754dce1
      https://github.com/llvm/llvm-project/commit/9b336e99ce8852873a8b57bcd3b93207e754dce1
  Author: Felipe de Azevedo Piovezan <fpiovezan at apple.com>
  Date:   2026-04-29 (Wed, 29 Apr 2026)

  Changed paths:
    M lldb/include/lldb/Utility/GDBRemote.h
    M lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
    M lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h
    M lldb/source/Utility/GDBRemote.cpp

  Log Message:
  -----------
  [lldb] Override UpdateBreakpointSites in ProcessGDBRemote to use MultiBreakpoint

This concludes the implementation of MultiBreakpoint by actually using
the new packet to batch breakpoint requests.

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


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

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

  Log Message:
  -----------
  fixup! use map typedef


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

  Changed paths:
    M lldb/source/Plugins/Process/gdb-remote/GDBRemoteClientBase.cpp
    M lldb/source/Plugins/Process/gdb-remote/GDBRemoteClientBase.h
    M lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp

  Log Message:
  -----------
  fixup! make helper method to send packet


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

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

  Log Message:
  -----------
  fixup! don't fallback on all packets


Compare: https://github.com/llvm/llvm-project/compare/450064a090b0...7ac0543cdc92

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