- de4059f some editing of data visualization error messages to make them more meaningful by Enrico Granata · 13 years ago
- a395506 Make the SBAddress class easier to use when using the public API. by Greg Clayton · 13 years ago
- 8c06276 Fix comment. by Johnny Chen · 13 years ago
- 084fd89 Add BasicFormatter and ChildVisitingFormatter utility classes to the lldbutil.py module by Johnny Chen · 13 years ago
- e4e3e2c when typing a summary string you can use the %S symbol to explicitly indicate that you want the summary to be used to print the target object by Enrico Granata · 13 years ago
- 62ebe5a Add test scenario of SBValue APIs for the 'days_of_week' global variable. by Johnny Chen · 13 years ago
- 4b06725 Add test scenario for exercising SBValue API: TypeIsPointerType() and GetByteSize(). by Johnny Chen · 13 years ago
- da4d479 Skip the remaining -Y? (skipping ? layers of summaries) tests if using a known version by Johnny Chen · 13 years ago
- 02afd34 A more succinct assertTrue. by Johnny Chen · 13 years ago
- 2a458f9 Minor change; add an assertTrue stmt. by Johnny Chen · 13 years ago
- 4c3fb4b The implementation of categories is now synchronization safe by Enrico Granata · 13 years ago
- 8a717e5 Fixed a bug where deleting a regex summary would not immediately reflect in the variables display by Enrico Granata · 13 years ago
- 7f163b3 Some descriptive text for the Python script feature: by Enrico Granata · 13 years ago
- 90d207e System-wide summaries: by Enrico Granata · 13 years ago
- 5503d46 Add TestValueAPI.py to exercise the newly added/modified SBValue APIs: by Johnny Chen · 13 years ago
- 8f64c47 Added the ability to get synthetic child values from SBValue objects that by Greg Clayton · 13 years ago
- f7a9b14 Python summary strings: by Enrico Granata · 13 years ago
- 07b32b1 Minor change of variable name, from m to b (for breakpoint). by Johnny Chen · 13 years ago
- 309c89d Fixed a crasher where entering 'help disasm' on the command line would crash lldb. by Johnny Chen · 13 years ago
- 7d4c7fe Modify the test script to better handle the different inlining behaviors of by Johnny Chen · 13 years ago
- 4c1671d Add @expectedFailure decorator for test_target_variable_command_with_dsym(). by Johnny Chen · 13 years ago
- 8db6cf5 Add display of a static int variable to the test scenario. by Johnny Chen · 13 years ago
- 1928653 Add a test case to exercise 'target variable' command before and after running the inferior. by Johnny Chen · 13 years ago
- 7d8622c test cases by Enrico Granata · 13 years ago
- 86e7c3e smarter summary strings: by Enrico Granata · 13 years ago
- b44fcb3 test case for the named summaries feature by Enrico Granata · 13 years ago
- 1a10208 named summaries: by Enrico Granata · 13 years ago
- 425b0cf Passing in os.ctermid() as the arg for SBTarget.Launch(...) for stdin_path, stdout_path, and stderr_path by Johnny Chen · 13 years ago
- 0a18748 The lldbtest.TestBase.DebugSBValue(self, val) method call now does not need the frame argument. by Johnny Chen · 13 years ago
- 8b0ce52 Mark the test with expectedFailure for now. by Jim Ingham · 13 years ago
- 5230c19 rolling back previous commit; double fix made it wrong again by Enrico Granata · 13 years ago
- 195d540 Prevent the test suite from failing all the time until this bug is fixed by Enrico Granata · 13 years ago
- e65566f Mark as expected failure. by Johnny Chen · 13 years ago
- 57cd6dd Update the test scenario for find_global_variables() to now start the inferior process by Johnny Chen · 13 years ago
- 46171ff Add rdar://problem/9747668 info for "target variable g_marked_spot.y" command. by Johnny Chen · 13 years ago
- 4570195 Add test scenarios for 'target variable' command into TestGlobalVariables.py file. by Johnny Chen · 13 years ago
- cdb1b40 Add some comment. by Johnny Chen · 13 years ago
- 33b4be1 o TestEvents.py: by Johnny Chen · 13 years ago
- 9a60f26 New test to check that we can call functions in static methods in ObjC. by Jim Ingham · 13 years ago
- ff78238 final fix for the global constructors issue by Enrico Granata · 13 years ago
- d4c27b8 Rearranged the debug output to come before the assert for function name 'outer_inline'. by Johnny Chen · 13 years ago
- 9a0688f The Python API does not need SBEvent::BroadcasterMatchesPtr() when SBEvent::BroadcasterMatchesRef() suffices. by Johnny Chen · 13 years ago
- d06692d Add assert to check the SBModule of SBSymbolContextList returned from SBTarget.FindFunctions(). by Johnny Chen · 13 years ago
- 11cff85 Add test cases to exercise the SBTarget.FindFunctions() API. by Johnny Chen · 13 years ago
- 368f822 Centralize the variable display prefs into a new option by Greg Clayton · 13 years ago
- 88f6996 Add fuzz calls for SBType::IsPointerType(void *opaque_type). by Johnny Chen · 13 years ago
- bafc86e Made the string representation for a SBValue return what "frame variable" by Greg Clayton · 13 years ago
- 9762e10 new syntax for summary strings: by Enrico Granata · 13 years ago
- cbb52a6 Add swig docstrings for SBModule.h, plus ifndef the SBModule::GetUUIDBytes() API out if swig. by Johnny Chen · 13 years ago
- 9b3117e test cases for the new features just committed by Enrico Granata · 13 years ago
- 886bc3e several improvements to "type summary": by Enrico Granata · 13 years ago
- b302b2f Centralize all of the type name code so that we always strip the leading by Greg Clayton · 13 years ago
- bbd7bef While we are at it, let's also exercise the similar SBModule.FindGlobalVariables() API within by Johnny Chen · 13 years ago
- 51123cf Add test cases to TestTargetAPI.py to exercise the newly added SBTarget.FindGlobalVariables() API. by Johnny Chen · 13 years ago
- 1391a39 This commit adds a new top subcommand "summary" to command type named "type". Currently this command by Enrico Granata · 13 years ago
- b6dfb16 Add fuzz calls for SBModule/SBTarget.FindGlobalVariables(...). by Johnny Chen · 13 years ago
- a6c1be6 Add fuzz calls for SBTypeMember. by Johnny Chen · 13 years ago
- 446ccaa Add fuzz calls to SBType, SBValue, and SBValueList. by Johnny Chen · 13 years ago
- e657fbc Add fuzz calls for SBTarget and SBThread. by Johnny Chen · 13 years ago
- f0e0bc0 Add fuzz calls for SBSymbol and SBSymbolContext. by Johnny Chen · 13 years ago
- 2287366 Add fuzz calls for SBStringList and add obj.Clear() calls for some files. by Johnny Chen · 13 years ago
- b7a9d64 Add fuzz calls for SBModule and SBProcess. by Johnny Chen · 13 years ago
- ff8e5ed Add fuzz calls for SBListener. by Johnny Chen · 13 years ago
- ca8f94a Add fuzz calls for SBLineEntry. by Johnny Chen · 13 years ago
- 189b473 Add @expectedFailure for TestCallStdStringFunction.py (radar was filed) and by Johnny Chen · 13 years ago
- 1d27c3a Add fuzz calls for SBInstruction and SBInstructionList. by Johnny Chen · 13 years ago
- b7b4947 Add fuzz calls for SBInputReader. by Johnny Chen · 13 years ago
- c50be73 Add fuzz calls for SBFrame and SBFunction. by Johnny Chen · 13 years ago
- 2fe6157 Add fuzz calls for SBFileSpec. by Johnny Chen · 13 years ago
- e4a2fd5 Add fuzz calls for SBEvent. by Johnny Chen · 13 years ago
- e2ac6de Move to plevel dirs stop-hook, target, process_launch, and signal to reside under functionalities. by Johnny Chen · 13 years ago
- d8ded0a Move top level recurse dir to reside under lang/c. by Johnny Chen · 13 years ago
- 2913d13 Move top level inlines dir to reside under lang/c. by Johnny Chen · 13 years ago
- 33a1c57 Add comments and print output for selected thread under trace mode. by Johnny Chen · 13 years ago
- c0dbdc0 Add TestPrintObj.py to go with lang/objc/print-objc, which: by Johnny Chen · 13 years ago
- c9ca455 Simplified Makefile. by Johnny Chen · 13 years ago
- 31f58fe Move sample objc program to reside under lang/objc. by Johnny Chen · 13 years ago
- 17a1399 Move top level test dirs platform and inferior-crashing to reside under functionalities and order to reside under macosx. by Johnny Chen · 13 years ago
- 607914d Move top level test dirs inlined_breakpoints, load_unload, and embedded_interpreter to reside under functionalities. by Johnny Chen · 13 years ago
- 3f8dff9 Move more top level test dirs to reside under functionalities dir. by Johnny Chen · 13 years ago
- aff8648 A couple of directory renamings; get rid of 'tests' from the directory names. by Johnny Chen · 13 years ago
- 083e4a9 Move some top level directories to reside under functionalities dir. by Johnny Chen · 13 years ago
- fc213e1 Move hello_world to now reside under python_api dir. by Johnny Chen · 13 years ago
- 82bb53b Simplified the test cases, before moving the file to reside under python_api dir. by Johnny Chen · 13 years ago
- b26db29 Move struct_types, stepping, and set_values dirs to now reside under lang/c. by Johnny Chen · 13 years ago
- b8025be Move global_variables dir to lang/c and foundation dir to lang/objc. by Johnny Chen · 13 years ago
- de2f1ed Move test dirs forward and function_types to now reside under lang/c. by Johnny Chen · 13 years ago
- b794017 Move some directories to now reside under lang/c or lang/cpp. by Johnny Chen · 13 years ago
- c93a8bb Move enum_types to now reside under lang/c. by Johnny Chen · 13 years ago
- 288a014 Move namespace directory to now reside under lang/cpp. by Johnny Chen · 13 years ago
- b11e613 Move C++-related test directories to now reside under lang. by Johnny Chen · 13 years ago
- f9c6f90 Move objc-related test directories to now reside under lang/objc. by Johnny Chen · 13 years ago
- 9914b61 Start moving things around to have a more hierarchical directory structure. by Johnny Chen · 13 years ago
- 3801c2c Add fuzz calls for SBError. by Johnny Chen · 13 years ago
- 43fc089 Add fuzz calls for SBDebugger. by Johnny Chen · 13 years ago
- 165e549 Add fuzz calls for SBCompileUnit. by Johnny Chen · 13 years ago
- fa3263b Add fuzz calls for SBCommunication. by Johnny Chen · 13 years ago
- 16c8872 Add fuzz calls for SBBroadcaster. by Johnny Chen · 13 years ago
- b264c9b Compute svn_info for git-svn bridge, too. by Johnny Chen · 13 years ago
- 5851366 Add support for looking up ivar offset from the ObjC runtime. by Jim Ingham · 13 years ago