teak-llvm/lldb/packages/Python/lldbsuite/test/functionalities/watchpoint
Pavel Labath d5ee7ab47e Add and fix some tests for PPC64
Summary:
TestExprsChar.py
Char is unsigned char by default in PowerPC.

TestDisassembleBreakpoint.py
Modify disassemble testcase to consider multiple architectures.

TestThreadJump.py
Jumping directly to the return line on PowerPC architecture dos not
means returning the value that is seen on the code. The last test fails,
because it needs the execution of some assembly in the beginning of the
function. Avoiding this test for this architecture.

TestEhFrameUnwind.py
Implement func for ppc64le test case.

TestWatchLocation.py
TestStepOverWatchpoint.py
PowerPC currently supports only one H/W watchpoint.

TestDisassembleRawData.py
Add PowerPC opcode and instruction for disassemble testcase.

Reviewers: labath

Reviewed By: labath

Subscribers: davide, labath, alexandreyy, lldb-commits, luporl, lbianc

Differential Revision: https://reviews.llvm.org/D44472
Patch by Alexandre Yukio Yamashita <alexandre.yamashita@eldorado.org.br>.

llvm-svn: 328488
2018-03-26 12:42:07 +00:00
..
hello_watchlocation Add and fix some tests for PPC64 2018-03-26 12:42:07 +00:00
hello_watchpoint Compile the LLDB tests out-of-tree. 2018-01-30 18:29:16 +00:00
multi_watchpoint_slots Compile the LLDB tests out-of-tree. 2018-01-30 18:29:16 +00:00
multiple_hits Adapt some tests to work with PPC64le architecture 2018-02-28 20:57:26 +00:00
multiple_threads Speed up TestWatchpointMultipleThreads 2018-03-02 00:17:05 +00:00
step_over_watchpoint Add and fix some tests for PPC64 2018-03-26 12:42:07 +00:00
variable_out_of_scope Skip TestWatchedVarHitWhenInScope.py everywhere 2018-03-14 09:13:33 +00:00
watchpoint_commands Compile the LLDB tests out-of-tree. 2018-01-30 18:29:16 +00:00
watchpoint_disable Compile the LLDB tests out-of-tree. 2018-01-30 18:29:16 +00:00
watchpoint_events Wrap all references to build artifacts in the LLDB testsuite (NFC) 2018-01-19 23:24:35 +00:00
watchpoint_on_vectors Build each testcase variant in its own subdirectory and remove the srcdir lock file 2018-02-06 18:22:51 +00:00
watchpoint_set_command Wrap all references to build artifacts in the LLDB testsuite (NFC) 2018-01-19 23:24:35 +00:00
watchpoint_size Compile the LLDB tests out-of-tree. 2018-01-30 18:29:16 +00:00
.categories Add a "watchpoint" test category and annotate tests appropriately 2017-10-31 15:27:19 +00:00