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