[Lldb-commits] [PATCH] D72985: [lldb/debugserver] Implement hardware breakpoints for x86_64 and i386

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


JDevlieghere created this revision.
JDevlieghere added reviewers: jasonmolenda, jingham.
Herald added a subscriber: abidh.
Herald added a project: LLDB.
JDevlieghere added a parent revision: D72981: [debugserver] Unify the breakpoint/watchpoint interface (NFCI).

This implements hardware breakpoints for x86_64 and i386 in debugserver. It's based on Pedro's patch sent to lldb-commits (http://lists.llvm.org/pipermail/lldb-commits/Week-of-Mon-20200113/060327.html) although most of it is the same as the existing hardware watchpoint implementation.


Repository:
  rLLDB LLDB

https://reviews.llvm.org/D72985

Files:
  lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/hardware_breakpoints/hardware_breakpoint_on_multiple_threads/TestHWBreakMultiThread.py
  lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/require_hw_breakpoints/TestRequireHWBreakpoints.py
  lldb/tools/debugserver/source/MacOSX/arm/DNBArchImpl.cpp
  lldb/tools/debugserver/source/MacOSX/arm/DNBArchImpl.h
  lldb/tools/debugserver/source/MacOSX/i386/DNBArchImplI386.cpp
  lldb/tools/debugserver/source/MacOSX/i386/DNBArchImplI386.h
  lldb/tools/debugserver/source/MacOSX/x86_64/DNBArchImplX86_64.cpp
  lldb/tools/debugserver/source/MacOSX/x86_64/DNBArchImplX86_64.h
  lldb/tools/debugserver/source/RNBRemote.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D72985.238964.patch
Type: text/x-patch
Size: 24144 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20200118/4d9df753/attachment-0001.bin>


More information about the lldb-commits mailing list