[Lldb-commits] [PATCH] D72981: [debugserver] Unify the breakpoint/watchpoint interface (NFCI)

Jonas Devlieghere via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Sat Jan 18 12:06:37 PST 2020


JDevlieghere created this revision.
JDevlieghere added a reviewer: jasonmolenda.
Herald added a project: LLDB.
JDevlieghere added a parent revision: D72971: [debugserver] Share code between Enable/DisableHardwareWatchpoint (NFC).

Unify the interface for enabling and disabling breakpoints with their watchpoint counterpart. This allows both to go through `DoHardwareBreakpointAction`.


Repository:
  rLLDB LLDB

https://reviews.llvm.org/D72981

Files:
  lldb/tools/debugserver/source/DNBArch.h
  lldb/tools/debugserver/source/MacOSX/MachThread.cpp
  lldb/tools/debugserver/source/MacOSX/MachThread.h
  lldb/tools/debugserver/source/MacOSX/MachThreadList.cpp
  lldb/tools/debugserver/source/MacOSX/MachThreadList.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D72981.238959.patch
Type: text/x-patch
Size: 7354 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20200118/15e01f21/attachment.bin>


More information about the lldb-commits mailing list