[all-commits] [llvm/llvm-project] bddeef: [lldb] [NFC] Remove unused WatchpointResourceList ...

Jason Molenda via All-commits all-commits at lists.llvm.org
Wed Jan 24 15:18:46 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: bddeef54cb66609ad0a32d840051713cd8487adb
      https://github.com/llvm/llvm-project/commit/bddeef54cb66609ad0a32d840051713cd8487adb
  Author: Jason Molenda <jmolenda at apple.com>
  Date:   2024-01-24 (Wed, 24 Jan 2024)

  Changed paths:
    R lldb/include/lldb/Breakpoint/WatchpointResourceList.h
    M lldb/source/Breakpoint/CMakeLists.txt
    R lldb/source/Breakpoint/WatchpointResourceList.cpp

  Log Message:
  -----------
  [lldb] [NFC] Remove unused WatchpointResourceList class (#79385)

In `[lldb] [mostly NFC] Large WP foundation: WatchpointResources
(#68845)` I added a new template StopPointSiteList to combine
WatchpointResourceList and BreakpointSiteList. But I didn't remove the
now-unused WatchpointResourceList class. This patch fixes that.




More information about the All-commits mailing list