teak-llvm/lldb/packages/Python/lldbsuite/test/functionalities/breakpoint
Pavel Labath efd04a6c75 Fix single-stepping onto a breakpoint
Summary:
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.

Reviewers: tberghammer, emaste

Subscribers: abhishek.aggarwal, lldb-commits, emaste

Differential Revision: http://reviews.llvm.org/D16767

llvm-svn: 259488
2016-02-02 10:40:56 +00:00
..
address_breakpoints Add the ability (through the SB API & command line) to specify an address 2015-11-17 03:39:13 +00:00
breakpoint_command Remove use_lldb_suite from the package, and don't import it anymore. 2015-11-03 19:20:39 +00:00
breakpoint_conditions [MIPS][LLDB]Fix TestBreakpointCondition.py for MIPS 2015-11-18 08:12:34 +00:00
breakpoint_ids Remove use_lldb_suite from the package, and don't import it anymore. 2015-11-03 19:20:39 +00:00
breakpoint_ignore_count Remove use_lldb_suite from the package, and don't import it anymore. 2015-11-03 19:20:39 +00:00
breakpoint_in_delayslot Fix some python 3 incompatibilities that went in overnight. 2016-01-27 18:49:35 +00:00
breakpoint_language Make the language specifier to "break set" actually filter the names by their language. So for 2015-11-06 22:48:59 +00:00
breakpoint_locations Update some XFAILs after the 3.8->3.9 version change 2016-01-14 12:49:48 +00:00
breakpoint_options Remove use_lldb_suite from the package, and don't import it anymore. 2015-11-03 19:20:39 +00:00
comp_dir_symlink Remove use_lldb_suite from the package, and don't import it anymore. 2015-11-03 19:20:39 +00:00
consecutive_breakpoints Fix single-stepping onto a breakpoint 2016-02-02 10:40:56 +00:00
cpp Remove use_lldb_suite from the package, and don't import it anymore. 2015-11-03 19:20:39 +00:00
cpp_exception Remove use_lldb_suite from the package, and don't import it anymore. 2015-11-03 19:20:39 +00:00
debugbreak On non-Windows platforms, asm int 3 generates an eStopReasonSignal. 2016-01-15 23:44:45 +00:00
dummy_target_breakpoints Remove use_lldb_suite from the package, and don't import it anymore. 2015-11-03 19:20:39 +00:00
inlined_breakpoints Remove use_lldb_suite from the package, and don't import it anymore. 2015-11-03 19:20:39 +00:00
objc Remove use_lldb_suite from the package, and don't import it anymore. 2015-11-03 19:20:39 +00:00