1. 9911d2f Added functionality to call Objective-C class methods by Sean Callanan · 13 years ago
  2. 99e6e6c Add bench entries. by Johnny Chen · 13 years ago
  3. ad670e4 Change the expected substrings for 'frame variable' output to: by Johnny Chen · 13 years ago
  4. ba560cc Enhanced the ObjC DynamicCheckerFunction to test for "object responds to selector" as well as by Jim Ingham · 13 years ago
  5. 869ccb0 Add expectedFailure decorators. by Johnny Chen · 13 years ago
  6. c6b20fc Add some expr evaluations for simple STL data types. Radar to be filed soon. by Johnny Chen · 13 years ago
  7. 2bd310c tests: Improve Makefile/dotest to properly set LLDB_HERE variable used in some by Daniel Dunbar · 13 years ago
  8. 8ca450b Revert 143359 and modify the test case to not include non-valid c identifier character. by Johnny Chen · 13 years ago
  9. 437e3ff Add bench entries. by Johnny Chen · 13 years ago
  10. f35a112 Add a Python script to invoke each test file under the test root using a separate process. by Johnny Chen · 13 years ago
  11. 2f8d35b When running tests, prepend our LibDir to the user's SHLIBPATH_VAR by Peter Collingbourne · 13 years ago
  12. cf78037 Add a simple regression test to go with r143260. by Johnny Chen · 13 years ago
  13. cb442da Add bench entries. by Johnny Chen · 13 years ago
  14. 47fb2df Add bench entries. by Johnny Chen · 13 years ago
  15. 91da005 Fix a typo. by Johnny Chen · 13 years ago
  16. 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
  17. 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
  18. 5e94f62 Add bench history entries. by Johnny Chen · 13 years ago
  19. 9351b4f Undo r142549 and r142543 which temporarily relax the expected substrings for by Johnny Chen · 13 years ago
  20. 24a6bd9 Added support for the new ".apple_objc" accelerator tables. These tables are by Greg Clayton · 13 years ago
  21. 0d80e07 Add display of min and max samples to Stopwatch's string representation. by Johnny Chen · 13 years ago
  22. ebbec4c Establish a baseline for bench.py score by using a fixed lldb executable as the by Johnny Chen · 13 years ago
  23. 2bb0549 Add another metric for startup delay -- run to breakpoint, which measures the time from issuing by Johnny Chen · 13 years ago
  24. 0409d99 Benchmark the turnaround time starting a debugger and run to the breakpoint with lldb vs. gdb. by Johnny Chen · 13 years ago
  25. 64df1aa Add a bench-history file to keep track of simple bench results. by Johnny Chen · 13 years ago
  26. 4d96a74 Add more context information to the stop-hook mechanism by displaying the stop-hook by Johnny Chen · 13 years ago
  27. 911f519 Minor change. by Johnny Chen · 13 years ago
  28. 33d0129 Test some lldb command abbreviations to make sure the common short spellings of by Johnny Chen · 13 years ago
  29. d1ede68 Add two new @expectedFailure decorators. by Johnny Chen · 13 years ago
  30. 9d1acc1 Add "di" and "dis" aliases to "disassemble" so they will win over "display". by Jim Ingham · 13 years ago
  31. 114b640 Fix test regressions due to the addition of 'display' alias to the top level commands, which conflicts by Johnny Chen · 13 years ago
  32. 613790a Removed the @expectedFailure decorators from test cases. They have been fixed with the r142717 check-in. by Johnny Chen · 13 years ago
  33. eef9057 Add bench.py as a driver script to run some benchmarks on lldb. by Johnny Chen · 13 years ago
  34. d910853 Add a benchmark for measuring the response time of the 'frame variable' command. by Johnny Chen · 13 years ago
  35. a85b571 Rephrase benchmark output display. by Johnny Chen · 13 years ago
  36. 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
  37. 7b0e08c Fix the compilation warning while running the test case. by Johnny Chen · 13 years ago
  38. 3a9c096 Fix wrong directory name. by Johnny Chen · 13 years ago
  39. 703de44 Add a benchmark for measuring start up delays of lldb, including: by Johnny Chen · 13 years ago
  40. 8a1b122 Breakpoint specification can have the form '-n main', so it's not a good idea to by Johnny Chen · 13 years ago
  41. ac56c17 Directory renaming: example -> expression. by Johnny Chen · 13 years ago
  42. de3d67d Directory renaming: example -> expression. by Johnny Chen · 13 years ago
  43. 5f2ed17 Parameterize the iteration count used when running benchmarks, instead of hard-coded inside the test case. by Johnny Chen · 13 years ago
  44. 8f8345f Remove stale code. by Johnny Chen · 13 years ago
  45. a38fddb Remove stale code. by Johnny Chen · 13 years ago
  46. 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
  47. f133254 Missed this file when doing r142543 to temporarily relax the expected substrings for watchpoint creation output. by Johnny Chen · 13 years ago
  48. 076f0e0 Temporarily relax the expected substrings for watchpoint creation output by Johnny Chen · 13 years ago
  49. 644ad08 Modify lldbtest.Base.runHooks() to now take the following keyword arguments: by Johnny Chen · 13 years ago
  50. 5f3c567 Extract the run hooks functionality into the base class lldbtest.Base. by Johnny Chen · 13 years ago
  51. 2189eef Add test cases for setting condition on a watchpoint for both command and API. by Johnny Chen · 13 years ago
  52. 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
  53. 1e8a14a Rename test file. by Johnny Chen · 13 years ago
  54. 87ce647 Fix wrong docstring. by Johnny Chen · 13 years ago
  55. 712a628 Add a commnad to set a condition for a watchpoint. Example: by Johnny Chen · 13 years ago
  56. 41a55ef Add SBWatchpoint::GetError() API, which is not currently populated as yet. by Johnny Chen · 13 years ago
  57. d652268 Remove debug 'print watchpoint' statement. by Johnny Chen · 13 years ago
  58. 1e90cce Rename directory command_python to command_script, and the test file, too. by Johnny Chen · 13 years ago
  59. 50e0534 Add a test case to exercise the newly added SB API: by Johnny Chen · 13 years ago
  60. 6442acf Fix wrong docstring with respect to API usage. by Johnny Chen · 13 years ago
  61. ecd4feb SBValue::Watch() and SBValue::WatchPointee() are now the official API for creating by Johnny Chen · 13 years ago
  62. 30640cc Add cleanups for 'command script add' to TestCommandPython.py. by Johnny Chen · 13 years ago
  63. 192871b Add a more generic stepping benchmark, which uses the '-k' option of the test driver by Johnny Chen · 13 years ago
  64. d11e14b Added some simple testcases for figuring out breakpoints by name in by Jim Ingham · 13 years ago
  65. 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
  66. 7c07873 Remove test logic to check for clang and skip the rest due to insufficient debug info. by Johnny Chen · 13 years ago
  67. 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
  68. 8a2a4f8 Fix the last testsuite regression from the apple-names stuff. by Jim Ingham · 13 years ago
  69. e0510ea Add fuzz call for SBBreakpointLocation.GetAddress(). by Johnny Chen · 13 years ago
  70. 8b7b227 Move the responsibility for translating the various eFunctionNameType lookups to the by Jim Ingham · 13 years ago
  71. 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
  72. c409821 Turn the EvaluateExpression (..., True) tests back on. by Jim Ingham · 13 years ago
  73. 8b3ed5c Add a test sequence for 'target variable' command when no arguments are given. by Johnny Chen · 13 years ago
  74. e14cf4e Add capability to set ignore count for watchpoint on the command line: by Johnny Chen · 13 years ago
  75. 8bdf57c Fix a problem where the stop-hook command 'frame variable g_val' produces nothing by Johnny Chen · 13 years ago
  76. d94f973 Add fuzz call for sub-section iteration for SBSection. by Johnny Chen · 13 years ago
  77. 7e98e09 Add SBSection API to the fuzz testing. by Johnny Chen · 13 years ago
  78. 6136969 Add fuzz call for watchpoint location iterator, too. by Johnny Chen · 13 years ago
  79. a70c157 Add fuzz calls for various iterators, too. by Johnny Chen · 13 years ago
  80. 5cac6a5 Add SBFrame.WatchLocation() to find and watch the location pointed to by by Johnny Chen · 13 years ago
  81. 90c56e6 o lldbtest.py: by Johnny Chen · 13 years ago
  82. 1b45252 Add an accompanying option to the 'frame variable -w' command to, instead of watching the variable, by Johnny Chen · 13 years ago
  83. 6acf30a Fix extraneous import as a result of the last change. by Johnny Chen · 13 years ago
  84. bf338e6 Migrate the in_range(symbol, section) and symbol_iter(module, section) utility functions by Johnny Chen · 13 years ago
  85. 3dd956e Modify the delegation chain from MachThreadList -> MachThread -> DNBArchProtocol so that when by Johnny Chen · 13 years ago
  86. 48c7756 Fix a bug in the current MacOSX MachThreadList::EnableHardwareWatchpoint() impl so that by Johnny Chen · 13 years ago
  87. ff2ec04 Modify lldbutil.in_range(symbol, section) to deal with the symbol whose by Johnny Chen · 13 years ago
  88. e708261 Add a test sequence of iterating through a module's symbols belonging to a section. by Johnny Chen · 13 years ago
  89. fd4fe88 Add a simple test TestModuleAndSection.py to exercise some module/section-related APIs. by Johnny Chen · 13 years ago
  90. a9f92b1 Make the assignment of TestBase.mydir more portable. by Johnny Chen · 13 years ago
  91. 8a0d897 SBWatchpointLocation.GetDescription() takes an additional description level arg. by Johnny Chen · 13 years ago
  92. 5eb54bb Add SBTarget::GetLastCreatedWatchpointLocation() API and export to the Python interface. by Johnny Chen · 13 years ago
  93. b59194f Add fuzz testing for newly added SBWatchpointLocation API. by Johnny Chen · 13 years ago
  94. 092bd15 Export the watchpoint related API (SBWatchpointLocation class and added SBTarget methods) by Johnny Chen · 13 years ago
  95. 88b6ac2 Remove the @expectedFailureClang custom decorator for indicating clang-specific test failures. by Johnny Chen · 13 years ago
  96. ad0134d Fix comment. by Johnny Chen · 13 years ago
  97. 27a944d Add FindValue() and WatchValue() fuzz calls to the mix. by Johnny Chen · 13 years ago
  98. 3e8c25f Added to the public API to allow symbolication: by Greg Clayton · 13 years ago
  99. 4c24b0a Add an SB API SBFrame::WatchValue() and exported to the Python interface to by Johnny Chen · 13 years ago
  100. bfb4199 Add a simple regression test for 'target stop-hook list' with no target specified. by Johnny Chen · 13 years ago