[Lldb-commits] [PATCH] D16767: Fix single-stepping onto a breakpoint
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Mon Feb 1 04:49:54 PST 2016
labath created this revision.
labath added reviewers: tberghammer, emaste.
labath added subscribers: lldb-commits, abhishek.aggarwal.
Herald added a subscriber: emaste.
r259344 introduced a bug, where we fail to perform a single step, when the instruction we are
stepping onto contains a breakpoint which is not valid for this thread. This fixes the problem
and add a test case.
http://reviews.llvm.org/D16767
Files:
packages/Python/lldbsuite/test/functionalities/breakpoint/consecutive_breakpoints/TestSingleStepOntoBreakpoint.py
source/Plugins/Process/FreeBSD/FreeBSDThread.cpp
source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D16767.46523.patch
Type: text/x-patch
Size: 6755 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20160201/79fe9f94/attachment.bin>
More information about the lldb-commits
mailing list