Unify the interface for enabling and disabling breakpoints with their watchpoint counterpart. This allows both to go through DoHardwareBreakpointAction.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D72981
[debugserver] Unify the breakpoint/watchpoint interface (NFCI) ClosedPublic Authored by JDevlieghere on Jan 18 2020, 12:00 PM.
Details Summary Unify the interface for enabling and disabling breakpoints with their watchpoint counterpart. This allows both to go through DoHardwareBreakpointAction.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jan 24 2020, 3:03 PM Closed by commit rG9902c8e3c661: [lldb/debugserver] Unify the breakpoint/watchpoint interface (NFCI) (authored by JDevlieghere). · Explain WhyJan 24 2020, 3:14 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 240306 lldb/tools/debugserver/source/DNBArch.h
lldb/tools/debugserver/source/MacOSX/MachThread.h
lldb/tools/debugserver/source/MacOSX/MachThread.cpp
lldb/tools/debugserver/source/MacOSX/MachThreadList.h
lldb/tools/debugserver/source/MacOSX/MachThreadList.cpp
|