[Lldb-commits] [PATCH] D54221: Add setting to require hardware breakpoints.
Jonas Devlieghere via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Nov 7 13:19:23 PST 2018
JDevlieghere updated this revision to Diff 173015.
JDevlieghere added a comment.
Fix bug for `thread until` and add test case.
https://reviews.llvm.org/D54221
Files:
include/lldb/API/SBBreakpoint.h
include/lldb/Breakpoint/Breakpoint.h
include/lldb/Target/Target.h
include/lldb/Target/Thread.h
include/lldb/Target/ThreadPlanBase.h
include/lldb/Target/ThreadPlanRunToAddress.h
include/lldb/Target/ThreadPlanStepInRange.h
include/lldb/Target/ThreadPlanStepInstruction.h
include/lldb/Target/ThreadPlanStepOut.h
include/lldb/Target/ThreadPlanStepRange.h
include/lldb/Target/ThreadPlanStepThrough.h
include/lldb/Target/ThreadPlanStepUntil.h
packages/Python/lldbsuite/test/functionalities/breakpoint/require_hw_breakpoints/Makefile
packages/Python/lldbsuite/test/functionalities/breakpoint/require_hw_breakpoints/TestRequireHWBreakpoints.py
packages/Python/lldbsuite/test/functionalities/breakpoint/require_hw_breakpoints/main.c
packages/Python/lldbsuite/test/functionalities/step_scripted/TestStepScripted.py
scripts/interface/SBBreakpoint.i
source/API/SBBreakpoint.cpp
source/API/SBThread.cpp
source/API/SBThreadPlan.cpp
source/Breakpoint/Breakpoint.cpp
source/Commands/CommandObjectThread.cpp
source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleThreadPlanStepThroughObjCTrampoline.cpp
source/Target/Process.cpp
source/Target/StopInfo.cpp
source/Target/Target.cpp
source/Target/Thread.cpp
source/Target/ThreadPlanCallOnFunctionExit.cpp
source/Target/ThreadPlanPython.cpp
source/Target/ThreadPlanRunToAddress.cpp
source/Target/ThreadPlanShouldStopHere.cpp
source/Target/ThreadPlanStepInRange.cpp
source/Target/ThreadPlanStepInstruction.cpp
source/Target/ThreadPlanStepOut.cpp
source/Target/ThreadPlanStepOverRange.cpp
source/Target/ThreadPlanStepRange.cpp
source/Target/ThreadPlanStepThrough.cpp
source/Target/ThreadPlanStepUntil.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D54221.173015.patch
Type: text/x-patch
Size: 71903 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20181107/643c3888/attachment-0001.bin>
More information about the lldb-commits
mailing list