aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2011-10-11Add a more generic stepping benchmark, which uses the '-k' option of the test...Johnny Chen
2011-10-11Added some simple testcases for figuring out breakpoints by name in Jim Ingham
2011-10-11Add '-k' option to the test driver to be able to specify a runhook, which is ...Johnny Chen
2011-10-10Remove test logic to check for clang and skip the rest due to insufficient de...Johnny Chen
2011-10-10Add '-e' and '-x' options to the test driver to be able to specify an executa...Johnny Chen
2011-10-08Fix the last testsuite regression from the apple-names stuff.Jim Ingham
2011-10-07Add fuzz call for SBBreakpointLocation.GetAddress().Johnny Chen
2011-10-07Move the responsibility for translating the various eFunctionNameType lookups...Jim Ingham
2011-10-07If we spawn an lldb process for test (via pexpect), do not load the init file...Johnny Chen
2011-10-07Turn the EvaluateExpression (..., True) tests back on.Jim Ingham
2011-10-06Add a test sequence for 'target variable' command when no arguments are given.Johnny Chen
2011-10-05Add capability to set ignore count for watchpoint on the command line:Johnny Chen
2011-10-05Fix a problem where the stop-hook command 'frame variable g_val' produces not...Johnny Chen
2011-10-03Add fuzz call for sub-section iteration for SBSection.Johnny Chen
2011-10-03Add SBSection API to the fuzz testing.Johnny Chen
2011-10-03Add fuzz call for watchpoint location iterator, too.Johnny Chen
2011-10-03Add fuzz calls for various iterators, too.Johnny Chen
2011-10-01Add SBFrame.WatchLocation() to find and watch the location pointed to byJohnny Chen
2011-09-30o lldbtest.py:Johnny Chen
2011-09-30Add an accompanying option to the 'frame variable -w' command to, instead of ...Johnny Chen
2011-09-30Fix extraneous import as a result of the last change.Johnny Chen
2011-09-30Migrate the in_range(symbol, section) and symbol_iter(module, section) utilit...Johnny Chen
2011-09-29Modify the delegation chain from MachThreadList -> MachThread -> DNBArchProto...Johnny Chen
2011-09-29Fix a bug in the current MacOSX MachThreadList::EnableHardwareWatchpoint() im...Johnny Chen
2011-09-28Modify lldbutil.in_range(symbol, section) to deal with the symbol whoseJohnny Chen
2011-09-28Add a test sequence of iterating through a module's symbols belonging to a se...Johnny Chen
2011-09-27Add a simple test TestModuleAndSection.py to exercise some module/section-rel...Johnny Chen
2011-09-27Make the assignment of TestBase.mydir more portable.Johnny Chen
2011-09-27SBWatchpointLocation.GetDescription() takes an additional description level arg.Johnny Chen
2011-09-27Add SBTarget::GetLastCreatedWatchpointLocation() API and export to the Python...Johnny Chen
2011-09-27Add fuzz testing for newly added SBWatchpointLocation API.Johnny Chen
2011-09-27Export the watchpoint related API (SBWatchpointLocation class and added SBTar...Johnny Chen
2011-09-26Remove the @expectedFailureClang custom decorator for indicating clang-specif...Johnny Chen
2011-09-24Fix comment.Johnny Chen
2011-09-24Add FindValue() and WatchValue() fuzz calls to the mix.Johnny Chen
2011-09-24Added to the public API to allow symbolication:Greg Clayton
2011-09-24Add an SB API SBFrame::WatchValue() and exported to the Python interface toJohnny Chen
2011-09-23Add a simple regression test for 'target stop-hook list' with no target speci...Johnny Chen
2011-09-23Added a test for problems caused when Clang errantly makes the line range for...Jim Ingham
2011-09-23Add test cases for watchpoint list, enable, disable, and delete commands.Johnny Chen
2011-09-23A second try to make the TestStopHookMechanism.py more robust after recent ch...Johnny Chen
2011-09-23Add a simple test case for 'help watchpoint', 'help watchpt-id', and 'help wa...Johnny Chen
2011-09-23The "Stop Hooks" anchors have been removed from the stop-hook output.Johnny Chen
2011-09-23Added the ability to restrict breakpoints by function name, function regexp, ...Jim Ingham
2011-09-22Add initial implementation of watchpoint commands for list, enable, disable, ...Johnny Chen
2011-09-22Fixed a problem with the IR interpreter that causedSean Callanan
2011-09-21Add a new breakpoint type "break by source regular expression".Jim Ingham
2011-09-20Add four new expectedFailre decorators to new failures most likely due to r13...Johnny Chen
2011-09-16Add a declaraion info member field to the WatchpointLocation class.Johnny Chen
2011-09-16Minor change for output message (less is better).Johnny Chen