- 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
- e031d3e Added a test for problems caused when Clang errantly makes the line range for one line by Jim Ingham · 13 years ago
- 3856985 Add test cases for watchpoint list, enable, disable, and delete commands. by Johnny Chen · 13 years ago
- 0f22304 A second try to make the TestStopHookMechanism.py more robust after recent changes. by Johnny Chen · 13 years ago
- 3f39170 Add a simple test case for 'help watchpoint', 'help watchpt-id', and 'help watchpt-id-list'. by Johnny Chen · 13 years ago
- d430b91 The "Stop Hooks" anchors have been removed from the stop-hook output. by Johnny Chen · 13 years ago
- d6d4797 Added the ability to restrict breakpoints by function name, function regexp, selector by Jim Ingham · 13 years ago
- 01acfa7 Add initial implementation of watchpoint commands for list, enable, disable, and delete. by Johnny Chen · 13 years ago
- a8428a4 Fixed a problem with the IR interpreter that caused by Sean Callanan · 13 years ago
- 03c8ee5 Add a new breakpoint type "break by source regular expression". by Jim Ingham · 13 years ago
- 0ae3164 Add four new expectedFailre decorators to new failures most likely due to r139772 check-in. by Johnny Chen · 13 years ago
- 10b12b3 Add a declaraion info member field to the WatchpointLocation class. by Johnny Chen · 13 years ago
- 6a45148 Minor change for output message (less is better). by Johnny Chen · 13 years ago
- 178c8d9 To be more paranoid, check cmd_output before searching in it. by Johnny Chen · 13 years ago
- 6a4e087 Rephrase the checkDsymForUUIDIsNotOn() a bit so that in the normal case where automatic by Johnny Chen · 13 years ago
- 2891bb0 Add a check for the test driver to make sure that, on Mac OS X, the automatic lookup and caching by Johnny Chen · 13 years ago
- cbecb9a Fix wrong test method name. by Johnny Chen · 13 years ago
- 2e1f447 Add fuzz calls for added API methods: FindFirstType(), FindTypes(), and GetSourceManager(). by Johnny Chen · 13 years ago
- 12a8ecd Add fuzz calls to newly added methods: GetAsync() and SetSelectedTarget(SBTarget). by Johnny Chen · 13 years ago
- 58c66e2 Add a simple watchpoint test to exercise watchpoint creation followed by watchpoint hit events. by Johnny Chen · 13 years ago
- 3823c84 Fixed indentation. by Johnny Chen · 13 years ago
- 1ac6d1f Adding two new options to the 'help' command: by Enrico Granata · 13 years ago
- fdf24ef Move the SourceManager from the Debugger to the Target. That way it can store the per-Target default Source File & Line. by Jim Ingham · 13 years ago
- d86218a Test should print to stdout only if self.TraceOn() is True. by Johnny Chen · 13 years ago
- 9154480 Redesign of the interaction between Python and frozen objects: by Enrico Granata · 13 years ago
- 2b5b8d2 Update the test case in light of recent change of LLDB-Info.plist to track Apple Generic Version number by Johnny Chen · 13 years ago
- 6033bed Add a new attribute self.lldbHere, representing the fullpath to the 'lldb' executable by Johnny Chen · 13 years ago
- 222df17 Modify the loggings output oracle to fix test suite failure, after the recent change to CommandInterpreter.cpp. by Johnny Chen · 13 years ago
- 319df48 Remove skip decorator now that crash has been fixed. by Johnny Chen · 13 years ago
- b7058c5 Pretty print the run options for dumpSessionInfo(self) client. by Johnny Chen · 13 years ago
- 909b7b7 Fix compile warning. by Johnny Chen · 13 years ago
- 7522961 Don't display the stdout if not in TraceOn(), i.e, '-t option, mode. by Johnny Chen · 13 years ago
- 4ecbe3d The plugin impl of getCompiler() should be in unison with the Makefile.rules change. by Johnny Chen · 13 years ago
- 5513256 Remove the expectedFailure decorator. The test has been passing for some time now. by Johnny Chen · 13 years ago
- 37ef7c7 Moved the test code for Python commands out of the test case for aliases, into its own dedicated test case (one fill was still lurking in the old folder) by Enrico Granata · 13 years ago
- 46623be Moved the test code for Python commands out of the test case for aliases, into its own dedicated test case by Enrico Granata · 13 years ago
- 92f7572 Uniquefy the various data-formatter test class names so that: by Johnny Chen · 13 years ago
- b0d9796 Skip these two cases temporarily while investigating the crash on OSX Lion with clang as the compiler. by Johnny Chen · 13 years ago
- 93c7d37 Make clang the default compiler for building the test programs. by Johnny Chen · 13 years ago
- ef1923d Improved the user-friendliness of errors shown by the summary feature in certain areas by Enrico Granata · 13 years ago
- 2431244 Added support for persistent types to the by Sean Callanan · 13 years ago
- 242ffb8 Short option for --summary-string in 'type summary add' is now -s. This might be a breaking change for those who have summaries defined. by Enrico Granata · 13 years ago
- adec24d Add some expected failure decorators with radar numbers. by Johnny Chen · 13 years ago
- 2c6a3d8 Additional code cleanups ; Short option name for --python-script in type summary add moved from -s to -o (this is a preliminary step in moving the short option for --summary-string from -f to -s) ; Accordingly updated the test suite by Enrico Granata · 13 years ago
- c01c05c Restored the version of LLVM that we previously by Sean Callanan · 13 years ago
- 24b81e3 Fix the 'target variable' help syntax to output one or more <variable-name>'s. by Johnny Chen · 13 years ago
- c70f3f5 Modify test cases to use 'target variable' to display global variables. by Johnny Chen · 13 years ago
- 960691f - Support for Python namespaces: by Enrico Granata · 13 years ago
- 13a54a1 Taking care of an issue with using lldb_private types in SBCommandInterpreter.cpp ; Making NSString test case work on Snow Leopard ; Removing an unused variable warning by Enrico Granata · 13 years ago
- 6f30287 - Now using ${var} as the summary for an aggregate type will produce "name-of-type @ object-location" instead of giving an error by Enrico Granata · 13 years ago
- cbfc0ea Refined the rollback to LLVM, picking up a newer by Sean Callanan · 13 years ago
- 2f2c6fb More thorough fix for the spaces-in-typename issue by Enrico Granata · 13 years ago
- 7c9136b Minor change for the @expectedFailureClang logic. For the non-clang test failure, re-raise by Johnny Chen · 13 years ago
- d3a86a2 Third round of code cleanups: by Enrico Granata · 13 years ago
- 65040cb Add a decorator for marking clang only expectedFailure. Use it for the test_step_over_3_times_with_dsym/dwarf() by Johnny Chen · 13 years ago
- 7044f1b Revert the previous addition of expectedFailure decorators, it was a mistake. by Johnny Chen · 13 years ago
- 0c8e91e Add expectedFailure decorator. Failed possibly due to rollback of llvm/clang. by Johnny Chen · 13 years ago
- 1c61743 Second round of code cleanups: by Enrico Granata · 13 years ago
- f501c59 First round of code cleanups: by Enrico Granata · 13 years ago
- 074e3b6 New category "gnu-libstdc++" provides summary for std::string and synthetic children for types std::map, std::list and std::vector by Enrico Granata · 13 years ago
- e5e34cb When defining a scripted command, it is possible to provide a docstring and that will be used as the help text for the command by Enrico Granata · 13 years ago
- 6b1596d Changes to Python commands: by Enrico Granata · 13 years ago
- 770683d Add comment about recent change. by Johnny Chen · 13 years ago
- e90a10e Comment change. by Johnny Chen · 13 years ago
- 9e643db Add comment on known restrictions of the current implementation. by Johnny Chen · 13 years ago
- 13fb657 The redo script did not take into account the compiler and architecture configuration of the failed tests. by Johnny Chen · 13 years ago
- d6c7e5c Take clang output into account. by Johnny Chen · 13 years ago
- 4d30840 Re-enable the test for ValueAsUnsigned on a register Value. by Jim Ingham · 13 years ago
- 8339f98 Fix the test suite error of: by Johnny Chen · 13 years ago
- c2a2825 Python commands: by Enrico Granata · 13 years ago
- baafee2 Modify the expected substrings to accomodate clang, now that rdar://problem/8516141 has been fixed. by Johnny Chen · 13 years ago
- cd1df5a Forgot to initialize the self.__skipped__ attribute lldbtest.Base. by Johnny Chen · 13 years ago
- f5b8909 Test driver should also report skipped tests because there were cases when tests were skipped by Johnny Chen · 13 years ago
- 161cdf6 Add new SBAddress APIs to the fuzz tests. by Johnny Chen · 13 years ago
- be85f0b Add a simple test case to exercise the SBDebugger.CreateTargetWithFileAndTargetTriple() API. by Johnny Chen · 13 years ago
- e36a35c Test case for changing ValueObjects with SBValue::SetValueFromCString. by Jim Ingham · 13 years ago
- 4386675 Modify the skipUnless() logic to work for OSX Lion. by Johnny Chen · 13 years ago
- db4be60 Fix a test driver bug where multiple filter specs (through the -f TestClassName.test_method_name by Johnny Chen · 13 years ago
- a61c839 Add radar info for self.skipTest(). by Johnny Chen · 13 years ago
- 422f116 Skip the TestObjCDymaicValue.py tests for i386 due to dynamic types for ObjC V1 runtime not implemented yet. by Johnny Chen · 13 years ago
- 7f9985a Add TestInferiorChanged.py to test that lldb reloads the inferior after it was changed during the debug session. by Johnny Chen · 13 years ago
- 06f0db6 Added an error message when the user tries to add a filter when a synthetic provider for the same type is already defined in the same category by Enrico Granata · 13 years ago
- 4d162e5 When running dotest.py under pdb (the python debugger), define DOTEST_PDB=YES and by Johnny Chen · 13 years ago
- 018921d *Some more optimizations in usage of ConstString by Enrico Granata · 13 years ago
- 0811370 Fix the expect patterns to work for both OSX SnowLeopard and Lion. by Johnny Chen · 13 years ago
- 6c98ba7 Updated LLVM/Clang to to pick up fixes for a by Sean Callanan · 13 years ago
- 9c57fc0 Fixed an issue where a pointer's address was being logged instead of its value by Enrico Granata · 13 years ago
- 758db96 Add logic to SBValue.linked_list_iter() to detect infinite loop and to bail out early. by Johnny Chen · 13 years ago
- d96c9e8 Change the SBValue.linked_list_iter() to treat the value object as a homogeneous linked list data structure by Johnny Chen · 13 years ago
- 6fd55f1 When a benchmarks test fails, the re-run command should include the '+b' option instead of the '-t' option. by Johnny Chen · 13 years ago
- 1b3d1df Fixed a problem that prevented access to members by Sean Callanan · 13 years ago