- 9911d2f Added functionality to call Objective-C class methods by Sean Callanan · 13 years ago
- 99e6e6c Add bench entries. by Johnny Chen · 13 years ago
- ad670e4 Change the expected substrings for 'frame variable' output to: by Johnny Chen · 13 years ago
- ba560cc Enhanced the ObjC DynamicCheckerFunction to test for "object responds to selector" as well as by Jim Ingham · 13 years ago
- 869ccb0 Add expectedFailure decorators. by Johnny Chen · 13 years ago
- c6b20fc Add some expr evaluations for simple STL data types. Radar to be filed soon. by Johnny Chen · 13 years ago
- 2bd310c tests: Improve Makefile/dotest to properly set LLDB_HERE variable used in some by Daniel Dunbar · 13 years ago
- 8ca450b Revert 143359 and modify the test case to not include non-valid c identifier character. by Johnny Chen · 13 years ago
- 437e3ff Add bench entries. by Johnny Chen · 13 years ago
- f35a112 Add a Python script to invoke each test file under the test root using a separate process. by Johnny Chen · 13 years ago
- 2f8d35b When running tests, prepend our LibDir to the user's SHLIBPATH_VAR by Peter Collingbourne · 13 years ago
- cf78037 Add a simple regression test to go with r143260. by Johnny Chen · 13 years ago
- cb442da Add bench entries. by Johnny Chen · 13 years ago
- 47fb2df Add bench entries. by Johnny Chen · 13 years ago
- 91da005 Fix a typo. by Johnny Chen · 13 years ago
- 8904eb0 Print out the version of the locally built 'lldb' binary, not the one found in your PATH env variable. by Johnny Chen · 13 years ago
- 88309fd This benchmark is meant to run the locally built 'lldb' binary, not the binary on the PATH env variable. by Johnny Chen · 13 years ago
- 5e94f62 Add bench history entries. by Johnny Chen · 13 years ago
- 9351b4f Undo r142549 and r142543 which temporarily relax the expected substrings for by Johnny Chen · 13 years ago
- 24a6bd9 Added support for the new ".apple_objc" accelerator tables. These tables are by Greg Clayton · 13 years ago
- 0d80e07 Add display of min and max samples to Stopwatch's string representation. by Johnny Chen · 13 years ago
- ebbec4c Establish a baseline for bench.py score by using a fixed lldb executable as the by Johnny Chen · 13 years ago
- 2bb0549 Add another metric for startup delay -- run to breakpoint, which measures the time from issuing by Johnny Chen · 13 years ago
- 0409d99 Benchmark the turnaround time starting a debugger and run to the breakpoint with lldb vs. gdb. by Johnny Chen · 13 years ago
- 64df1aa Add a bench-history file to keep track of simple bench results. by Johnny Chen · 13 years ago
- 4d96a74 Add more context information to the stop-hook mechanism by displaying the stop-hook by Johnny Chen · 13 years ago
- 911f519 Minor change. by Johnny Chen · 13 years ago
- 33d0129 Test some lldb command abbreviations to make sure the common short spellings of by Johnny Chen · 13 years ago
- d1ede68 Add two new @expectedFailure decorators. by Johnny Chen · 13 years ago
- 9d1acc1 Add "di" and "dis" aliases to "disassemble" so they will win over "display". by Jim Ingham · 13 years ago
- 114b640 Fix test regressions due to the addition of 'display' alias to the top level commands, which conflicts by Johnny Chen · 13 years ago
- 613790a Removed the @expectedFailure decorators from test cases. They have been fixed with the r142717 check-in. by Johnny Chen · 13 years ago
- eef9057 Add bench.py as a driver script to run some benchmarks on lldb. by Johnny Chen · 13 years ago
- d910853 Add a benchmark for measuring the response time of the 'frame variable' command. by Johnny Chen · 13 years ago
- a85b571 Rephrase benchmark output display. by Johnny Chen · 13 years ago
- fe5f1ed Add a '-n' option to turn off printings of build dir, lldb version, svn info, and other headers by Johnny Chen · 13 years ago
- 7b0e08c Fix the compilation warning while running the test case. by Johnny Chen · 13 years ago
- 3a9c096 Fix wrong directory name. by Johnny Chen · 13 years ago
- 703de44 Add a benchmark for measuring start up delays of lldb, including: by Johnny Chen · 13 years ago
- 8a1b122 Breakpoint specification can have the form '-n main', so it's not a good idea to by Johnny Chen · 13 years ago
- ac56c17 Directory renaming: example -> expression. by Johnny Chen · 13 years ago
- de3d67d Directory renaming: example -> expression. by Johnny Chen · 13 years ago
- 5f2ed17 Parameterize the iteration count used when running benchmarks, instead of hard-coded inside the test case. by Johnny Chen · 13 years ago
- 8f8345f Remove stale code. by Johnny Chen · 13 years ago
- a38fddb Remove stale code. by Johnny Chen · 13 years ago
- 289fd0e Up until now, we have been using pexpect to spawn an lldb process and use lldb commands to by Johnny Chen · 13 years ago
- f133254 Missed this file when doing r142543 to temporarily relax the expected substrings for watchpoint creation output. by Johnny Chen · 13 years ago
- 076f0e0 Temporarily relax the expected substrings for watchpoint creation output by Johnny Chen · 13 years ago
- 644ad08 Modify lldbtest.Base.runHooks() to now take the following keyword arguments: by Johnny Chen · 13 years ago
- 5f3c567 Extract the run hooks functionality into the base class lldbtest.Base. by Johnny Chen · 13 years ago
- 2189eef Add test cases for setting condition on a watchpoint for both command and API. by Johnny Chen · 13 years ago
- 59df36f this patch introduces a new command script import command which takes as input a filename for a Python script and imports the module contained in that file. the containing directory is added to the Python path such that dependencies are honored. also, the module may contain an __lldb_init_module(debugger,dict) function, which gets called after importing, and which can somehow initialize the module's interaction with lldb by Enrico Granata · 13 years ago
- 1e8a14a Rename test file. by Johnny Chen · 13 years ago
- 87ce647 Fix wrong docstring. by Johnny Chen · 13 years ago
- 712a628 Add a commnad to set a condition for a watchpoint. Example: by Johnny Chen · 13 years ago
- 41a55ef Add SBWatchpoint::GetError() API, which is not currently populated as yet. by Johnny Chen · 13 years ago
- d652268 Remove debug 'print watchpoint' statement. by Johnny Chen · 13 years ago
- 1e90cce Rename directory command_python to command_script, and the test file, too. by Johnny Chen · 13 years ago
- 50e0534 Add a test case to exercise the newly added SB API: by Johnny Chen · 13 years ago
- 6442acf Fix wrong docstring with respect to API usage. by Johnny Chen · 13 years ago
- ecd4feb SBValue::Watch() and SBValue::WatchPointee() are now the official API for creating by Johnny Chen · 13 years ago
- 30640cc Add cleanups for 'command script add' to TestCommandPython.py. by Johnny Chen · 13 years ago
- 192871b Add a more generic stepping benchmark, which uses the '-k' option of the test driver by Johnny Chen · 13 years ago
- d11e14b Added some simple testcases for figuring out breakpoints by name in by Jim Ingham · 13 years ago
- 38f823c Add '-k' option to the test driver to be able to specify a runhook, which is an lldb command by Johnny Chen · 13 years ago
- 7c07873 Remove test logic to check for clang and skip the rest due to insufficient debug info. by Johnny Chen · 13 years ago
- e00c930 Add '-e' and '-x' options to the test driver to be able to specify an executable (full path) by Johnny Chen · 13 years ago
- 8a2a4f8 Fix the last testsuite regression from the apple-names stuff. by Jim Ingham · 13 years ago
- e0510ea Add fuzz call for SBBreakpointLocation.GetAddress(). by Johnny Chen · 13 years ago
- 8b7b227 Move the responsibility for translating the various eFunctionNameType lookups to the by Jim Ingham · 13 years ago
- 7d7f447 If we spawn an lldb process for test (via pexpect), do not load the init file unless told otherwise. by Johnny Chen · 13 years ago
- c409821 Turn the EvaluateExpression (..., True) tests back on. by Jim Ingham · 13 years ago
- 8b3ed5c Add a test sequence for 'target variable' command when no arguments are given. by Johnny Chen · 13 years ago
- e14cf4e Add capability to set ignore count for watchpoint on the command line: by Johnny Chen · 13 years ago
- 8bdf57c Fix a problem where the stop-hook command 'frame variable g_val' produces nothing by Johnny Chen · 13 years ago
- d94f973 Add fuzz call for sub-section iteration for SBSection. by Johnny Chen · 13 years ago
- 7e98e09 Add SBSection API to the fuzz testing. by Johnny Chen · 13 years ago
- 6136969 Add fuzz call for watchpoint location iterator, too. by Johnny Chen · 13 years ago
- a70c157 Add fuzz calls for various iterators, too. by Johnny Chen · 13 years ago
- 5cac6a5 Add SBFrame.WatchLocation() to find and watch the location pointed to by by Johnny Chen · 13 years ago
- 90c56e6 o lldbtest.py: by Johnny Chen · 13 years ago
- 1b45252 Add an accompanying option to the 'frame variable -w' command to, instead of watching the variable, by Johnny Chen · 13 years ago
- 6acf30a Fix extraneous import as a result of the last change. by Johnny Chen · 13 years ago
- bf338e6 Migrate the in_range(symbol, section) and symbol_iter(module, section) utility functions by Johnny Chen · 13 years ago
- 3dd956e Modify the delegation chain from MachThreadList -> MachThread -> DNBArchProtocol so that when by Johnny Chen · 13 years ago
- 48c7756 Fix a bug in the current MacOSX MachThreadList::EnableHardwareWatchpoint() impl so that by Johnny Chen · 13 years ago
- ff2ec04 Modify lldbutil.in_range(symbol, section) to deal with the symbol whose by Johnny Chen · 13 years ago
- e708261 Add a test sequence of iterating through a module's symbols belonging to a section. by Johnny Chen · 13 years ago
- fd4fe88 Add a simple test TestModuleAndSection.py to exercise some module/section-related APIs. by Johnny Chen · 13 years ago
- a9f92b1 Make the assignment of TestBase.mydir more portable. by Johnny Chen · 13 years ago
- 8a0d897 SBWatchpointLocation.GetDescription() takes an additional description level arg. by Johnny Chen · 13 years ago
- 5eb54bb Add SBTarget::GetLastCreatedWatchpointLocation() API and export to the Python interface. by Johnny Chen · 13 years ago
- b59194f Add fuzz testing for newly added SBWatchpointLocation API. by Johnny Chen · 13 years ago
- 092bd15 Export the watchpoint related API (SBWatchpointLocation class and added SBTarget methods) by Johnny Chen · 13 years ago
- 88b6ac2 Remove the @expectedFailureClang custom decorator for indicating clang-specific test failures. by Johnny Chen · 13 years ago
- ad0134d Fix comment. by Johnny Chen · 13 years ago
- 27a944d Add FindValue() and WatchValue() fuzz calls to the mix. by Johnny Chen · 13 years ago
- 3e8c25f Added to the public API to allow symbolication: by Greg Clayton · 13 years ago
- 4c24b0a Add an SB API SBFrame::WatchValue() and exported to the Python interface to by Johnny Chen · 13 years ago
- bfb4199 Add a simple regression test for 'target stop-hook list' with no target specified. by Johnny Chen · 13 years ago