[lldb] Readd missing functionalities/breakpoint tests
authorRaphael Isemann <teemperor@gmail.com>
Tue, 10 Sep 2019 12:04:04 +0000 (12:04 +0000)
committerRaphael Isemann <teemperor@gmail.com>
Tue, 10 Sep 2019 12:04:04 +0000 (12:04 +0000)
commitd9442afba1bd65fd0b5c93b67922eaed923445e2
tree4cf657a31d92a6a17d07dd8a81e85bd00fe22d39
parent3729b17cff53b536d2019b2d4c90e2a6f17754d1
[lldb] Readd missing functionalities/breakpoint tests

It seems when I restructured the test folders the functionalities/breakpoint
was deleted. This just reverts this change and re-adds the tests.

llvm-svn: 371512
108 files changed:
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/address_breakpoints/Makefile [new file with mode: 0644]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/address_breakpoints/TestAddressBreakpoints.py [new file with mode: 0644]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/address_breakpoints/TestBadAddressBreakpoints.py [new file with mode: 0644]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/address_breakpoints/main.c [new file with mode: 0644]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/auto_continue/Makefile [new file with mode: 0644]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/auto_continue/TestBreakpointAutoContinue.py [new file with mode: 0644]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/auto_continue/main.c [new file with mode: 0644]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_by_line_and_column/Makefile [new file with mode: 0644]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_by_line_and_column/TestBreakpointByLineAndColumn.py [new file with mode: 0644]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_by_line_and_column/main.c [new file with mode: 0644]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_command/Makefile [new file with mode: 0644]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_command/TestBreakpointCommand.py [new file with mode: 0644]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_command/TestBreakpointCommandsFromPython.py [new file with mode: 0644]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_command/TestRegexpBreakCommand.py [new file with mode: 0644]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_command/a.c [new file with mode: 0644]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_command/b.c [new file with mode: 0644]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_command/bktptcmd.py [new file with mode: 0644]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_command/main.c [new file with mode: 0644]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_command/side_effect.py [new file with mode: 0644]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_conditions/Makefile [new file with mode: 0644]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_conditions/TestBreakpointConditions.py [new file with mode: 0644]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_conditions/main.c [new file with mode: 0644]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_hit_count/Makefile [new file with mode: 0644]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_hit_count/TestBreakpointHitCount.py [new file with mode: 0644]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_hit_count/main.cpp [new file with mode: 0644]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_ids/Makefile [new file with mode: 0644]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_ids/TestBreakpointIDs.py [new file with mode: 0644]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_ids/main.cpp [new file with mode: 0644]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_ignore_count/Makefile [new file with mode: 0644]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_ignore_count/TestBreakpointIgnoreCount.py [new file with mode: 0644]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_ignore_count/main.c [new file with mode: 0644]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_in_delayslot/Makefile [new file with mode: 0644]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_in_delayslot/TestAvoidBreakpointInDelaySlot.py [new file with mode: 0644]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_in_delayslot/main.c [new file with mode: 0644]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_language/Makefile [new file with mode: 0644]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_language/TestBreakpointLanguage.py [new file with mode: 0644]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_language/a.c [new file with mode: 0644]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_language/b.cpp [new file with mode: 0644]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_language/main.cpp [new file with mode: 0644]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_locations/Makefile [new file with mode: 0644]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_locations/TestBreakpointLocations.py [new file with mode: 0644]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_locations/main.c [new file with mode: 0644]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_names/Makefile [new file with mode: 0644]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_names/TestBreakpointNames.py [new file with mode: 0644]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_names/main.c [new file with mode: 0644]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_options/Makefile [new file with mode: 0644]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_options/TestBreakpointOptions.py [new file with mode: 0644]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_options/foo.cpp [new file with mode: 0644]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_options/main.cpp [new file with mode: 0644]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_set_restart/Makefile [new file with mode: 0644]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_set_restart/TestBreakpointSetRestart.py [new file with mode: 0644]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_set_restart/main.cpp [new file with mode: 0644]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/comp_dir_symlink/Makefile [new file with mode: 0644]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/comp_dir_symlink/TestCompDirSymLink.py [new file with mode: 0644]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/comp_dir_symlink/main.cpp [new file with mode: 0644]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/consecutive_breakpoints/Makefile [new file with mode: 0644]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/consecutive_breakpoints/TestConsecutiveBreakpoints.py [new file with mode: 0644]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/consecutive_breakpoints/main.cpp [new file with mode: 0644]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/cpp/Makefile [new file with mode: 0644]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/cpp/TestCPPBreakpointLocations.py [new file with mode: 0644]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/cpp/main.cpp [new file with mode: 0644]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/cpp_exception/Makefile [new file with mode: 0644]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/cpp_exception/TestCPPExceptionBreakpoint.py [new file with mode: 0644]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/cpp_exception/main.cpp [new file with mode: 0644]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/debugbreak/Makefile [new file with mode: 0644]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/debugbreak/TestDebugBreak.py [new file with mode: 0644]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/debugbreak/main.c [new file with mode: 0644]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/dummy_target_breakpoints/Makefile [new file with mode: 0644]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/dummy_target_breakpoints/TestBreakpointsWithNoTargets.py [new file with mode: 0644]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/dummy_target_breakpoints/main.c [new file with mode: 0644]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/global_constructor/Makefile [new file with mode: 0644]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/global_constructor/TestBreakpointInGlobalConstructor.py [new file with mode: 0644]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/global_constructor/foo.cpp [new file with mode: 0644]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/global_constructor/foo.h [new file with mode: 0644]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/global_constructor/main.cpp [new file with mode: 0644]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/hardware_breakpoints/hardware_breakpoint_on_multiple_threads/Makefile [new file with mode: 0644]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/hardware_breakpoints/hardware_breakpoint_on_multiple_threads/TestHWBreakMultiThread.py [new file with mode: 0644]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/hardware_breakpoints/hardware_breakpoint_on_multiple_threads/main.cpp [new file with mode: 0644]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/inlined_breakpoints/Makefile [new file with mode: 0644]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/inlined_breakpoints/TestInlinedBreakpoints.py [new file with mode: 0644]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/inlined_breakpoints/basic_type.cpp [new file with mode: 0644]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/inlined_breakpoints/int.cpp [new file with mode: 0644]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/move_nearest/Makefile [new file with mode: 0644]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/move_nearest/TestMoveNearest.py [new file with mode: 0644]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/move_nearest/foo.cpp [new file with mode: 0644]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/move_nearest/foo.h [new file with mode: 0644]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/move_nearest/main.cpp [new file with mode: 0644]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/objc/Makefile [new file with mode: 0644]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/objc/TestObjCBreakpoints.py [new file with mode: 0644]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/objc/main.m [new file with mode: 0644]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/require_hw_breakpoints/Makefile [new file with mode: 0644]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/require_hw_breakpoints/TestRequireHWBreakpoints.py [new file with mode: 0644]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/require_hw_breakpoints/main.c [new file with mode: 0644]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/scripted_bkpt/Makefile [new file with mode: 0644]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/scripted_bkpt/TestScriptedResolver.py [new file with mode: 0644]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/scripted_bkpt/main.c [new file with mode: 0644]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/scripted_bkpt/resolver.py [new file with mode: 0644]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/serialize/Makefile [new file with mode: 0644]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/serialize/TestBreakpointSerialization.py [new file with mode: 0644]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/serialize/main.c [new file with mode: 0644]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/source_regexp/Makefile [new file with mode: 0644]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/source_regexp/TestSourceRegexBreakpoints.py [new file with mode: 0644]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/source_regexp/a.c [new file with mode: 0644]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/source_regexp/a.h [new file with mode: 0644]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/source_regexp/main.c [new file with mode: 0644]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/step_over_breakpoint/Makefile [new file with mode: 0644]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/step_over_breakpoint/TestStepOverBreakpoint.py [new file with mode: 0644]
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/step_over_breakpoint/main.cpp [new file with mode: 0644]