teak-llvm/lldb/packages/Python/lldbsuite/test/functionalities/breakpoint
Jim Ingham 906d91e762 Fix error propagation from the Z0 packet in gdb-remote breakpoint setting.
The error was not getting propagated to the caller, so the higher layers thought the breakpoint
was successfully set & resolved.

I added a testcase, but it assumes 0x0 is not a valid place to set a breakpoint.  On most systems
that is true, but if it isn't true of your system, either find another good place and add it to the
test, or x-fail the test.

<rdar://problem/26345962>

llvm-svn: 270014
2016-05-19 02:13:44 +00:00
..
address_breakpoints Fix error propagation from the Z0 packet in gdb-remote breakpoint setting. 2016-05-19 02:13:44 +00:00
breakpoint_case_sensitivity xfail case sensitivity test on Linux. 2016-02-24 22:41:04 +00:00
breakpoint_command Remove expectedFailureWindows decorator. 2016-02-08 19:34:59 +00:00
breakpoint_conditions Corrected aarch64 register no in TestBreakpointConditions.py 2016-05-11 09:29:14 +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 Move the rest of the tests over to using the new decorator module. 2016-02-04 23:04:17 +00:00
breakpoint_in_delayslot A number of improvements to decorator conditionals. 2016-02-08 19:35:18 +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 Remove expectedFailureWindows decorator. 2016-02-08 19:34:59 +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
breakpoint_set_restart Fix breakpoint_set_restart test for Windows 2016-04-12 22:45:03 +00:00
comp_dir_symlink Remove skipIfHostPlatform and skipUnlessHostPlatform decorators. 2016-02-09 00:36:27 +00:00
consecutive_breakpoints Move the rest of the tests over to using the new decorator module. 2016-02-04 23:04:17 +00:00
cpp Make destructor breakpoint location test more resilient 2016-04-15 09:11:22 +00:00
cpp_exception Remove expectedFailureWindows decorator. 2016-02-08 19:34:59 +00:00
debugbreak 'int' is reported as an exception on OS X not as a signal. I don't think 2016-04-12 17:04:12 +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 Move the rest of the tests over to using the new decorator module. 2016-02-04 23:04:17 +00:00
source_regexp Add a testcase for "BreakpointSetBySourceRegex" 2016-05-10 01:52:44 +00:00