1. e99aa88 Bump Xcode project version to lldb-66 and debugserver-141. by Greg Clayton · 13 years ago
  2. 461c87a Useless Xcode project change that Xcode keeps wanting to add to my project so by Greg Clayton · 13 years ago
  3. b6613ea Add module docstring to the auto-generated lldb.py file. by Johnny Chen · 13 years ago
  4. 10b4ab1 Ifdef out the 'lldb::Encoding GetEncoding(uint32_t &count)' API from by Johnny Chen · 13 years ago
  5. 787554b Restructure to be modular instead of a single big function; by Jason Molenda · 13 years ago
  6. b302b2f Centralize all of the type name code so that we always strip the leading by Greg Clayton · 13 years ago
  7. bbd7bef While we are at it, let's also exercise the similar SBModule.FindGlobalVariables() API within by Johnny Chen · 13 years ago
  8. 51123cf Add test cases to TestTargetAPI.py to exercise the newly added SBTarget.FindGlobalVariables() API. by Johnny Chen · 13 years ago
  9. 1391a39 This commit adds a new top subcommand "summary" to command type named "type". Currently this command by Enrico Granata · 13 years ago
  10. b6dfb16 Add fuzz calls for SBModule/SBTarget.FindGlobalVariables(...). by Johnny Chen · 13 years ago
  11. 917c000 Added support for finding and global variables in the SBTarget and SBModule by Greg Clayton · 13 years ago
  12. a6c1be6 Add fuzz calls for SBTypeMember. by Johnny Chen · 13 years ago
  13. 446ccaa Add fuzz calls to SBType, SBValue, and SBValueList. by Johnny Chen · 13 years ago
  14. 82820f9 Remove a few more places where we were iterating linearly over the Breakpoint Site's rather than by Jim Ingham · 13 years ago
  15. b9dcc51 Fixed an issue that was checked in with the dynamic types and update point by Greg Clayton · 13 years ago
  16. a64f2ce just a test for commit access - ignore this by Enrico Granata · 13 years ago
  17. e657fbc Add fuzz calls for SBTarget and SBThread. by Johnny Chen · 13 years ago
  18. f0e0bc0 Add fuzz calls for SBSymbol and SBSymbolContext. by Johnny Chen · 13 years ago
  19. 2287366 Add fuzz calls for SBStringList and add obj.Clear() calls for some files. by Johnny Chen · 13 years ago
  20. b7a9d64 Add fuzz calls for SBModule and SBProcess. by Johnny Chen · 13 years ago
  21. ff8e5ed Add fuzz calls for SBListener. by Johnny Chen · 13 years ago
  22. ca8f94a Add fuzz calls for SBLineEntry. by Johnny Chen · 13 years ago
  23. 189b473 Add @expectedFailure for TestCallStdStringFunction.py (radar was filed) and by Johnny Chen · 13 years ago
  24. 1d27c3a Add fuzz calls for SBInstruction and SBInstructionList. by Johnny Chen · 13 years ago
  25. 6377f5c Remove the disassembly option: "eOptionShowCurrentLine" and replaced it with by Greg Clayton · 13 years ago
  26. b7b4947 Add fuzz calls for SBInputReader. by Johnny Chen · 13 years ago
  27. c50be73 Add fuzz calls for SBFrame and SBFunction. by Johnny Chen · 13 years ago
  28. 2fe6157 Add fuzz calls for SBFileSpec. by Johnny Chen · 13 years ago
  29. e4a2fd5 Add fuzz calls for SBEvent. by Johnny Chen · 13 years ago
  30. e2ac6de Move to plevel dirs stop-hook, target, process_launch, and signal to reside under functionalities. by Johnny Chen · 13 years ago
  31. d8ded0a Move top level recurse dir to reside under lang/c. by Johnny Chen · 13 years ago
  32. 2913d13 Move top level inlines dir to reside under lang/c. by Johnny Chen · 13 years ago
  33. 33a1c57 Add comments and print output for selected thread under trace mode. by Johnny Chen · 13 years ago
  34. c0dbdc0 Add TestPrintObj.py to go with lang/objc/print-objc, which: by Johnny Chen · 13 years ago
  35. c9ca455 Simplified Makefile. by Johnny Chen · 13 years ago
  36. 31f58fe Move sample objc program to reside under lang/objc. by Johnny Chen · 13 years ago
  37. 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
  38. 607914d Move top level test dirs inlined_breakpoints, load_unload, and embedded_interpreter to reside under functionalities. by Johnny Chen · 13 years ago
  39. 3f8dff9 Move more top level test dirs to reside under functionalities dir. by Johnny Chen · 13 years ago
  40. aff8648 A couple of directory renamings; get rid of 'tests' from the directory names. by Johnny Chen · 13 years ago
  41. 083e4a9 Move some top level directories to reside under functionalities dir. by Johnny Chen · 13 years ago
  42. b5493c2 Create new directory named 'functionalities' to house some existing top level directories. by Johnny Chen · 13 years ago
  43. fc213e1 Move hello_world to now reside under python_api dir. by Johnny Chen · 13 years ago
  44. 82bb53b Simplified the test cases, before moving the file to reside under python_api dir. by Johnny Chen · 13 years ago
  45. b26db29 Move struct_types, stepping, and set_values dirs to now reside under lang/c. by Johnny Chen · 13 years ago
  46. b8025be Move global_variables dir to lang/c and foundation dir to lang/objc. by Johnny Chen · 13 years ago
  47. de2f1ed Move test dirs forward and function_types to now reside under lang/c. by Johnny Chen · 13 years ago
  48. b794017 Move some directories to now reside under lang/c or lang/cpp. by Johnny Chen · 13 years ago
  49. c93a8bb Move enum_types to now reside under lang/c. by Johnny Chen · 13 years ago
  50. 288a014 Move namespace directory to now reside under lang/cpp. by Johnny Chen · 13 years ago
  51. b11e613 Move C++-related test directories to now reside under lang. by Johnny Chen · 13 years ago
  52. f9c6f90 Move objc-related test directories to now reside under lang/objc. by Johnny Chen · 13 years ago
  53. 9914b61 Start moving things around to have a more hierarchical directory structure. by Johnny Chen · 13 years ago
  54. 87ac902 Bumped Xcode project versions to lldb-65 and debugserver-140. by Greg Clayton · 13 years ago
  55. 04f081d Add support for a QEnvironmentHexEncoded packet which takes its by Jason Molenda · 13 years ago
  56. e6d72ca This commit adds broad architectural support for hierarchical by Greg Clayton · 13 years ago
  57. 3801c2c Add fuzz calls for SBError. by Johnny Chen · 13 years ago
  58. 43fc089 Add fuzz calls for SBDebugger. by Johnny Chen · 13 years ago
  59. 165e549 Add fuzz calls for SBCompileUnit. by Johnny Chen · 13 years ago
  60. fa3263b Add fuzz calls for SBCommunication. by Johnny Chen · 13 years ago
  61. 16c8872 Add fuzz calls for SBBroadcaster. by Johnny Chen · 13 years ago
  62. b264c9b Compute svn_info for git-svn bridge, too. by Johnny Chen · 13 years ago
  63. b474782 Removed an member variable "m_local_debugserver" that is no longer needed. by Greg Clayton · 13 years ago
  64. fe1b47d Cleanup error output on expressions. by Greg Clayton · 13 years ago
  65. 5851366 Add support for looking up ivar offset from the ObjC runtime. by Jim Ingham · 13 years ago
  66. cd6377e Add fuzz calls for SBBreakpointLocation. by Johnny Chen · 13 years ago
  67. 15be1d0 Add fuzz calls for SBBreakpoint. by Johnny Chen · 13 years ago
  68. b27e74b Remove an assertion and replace with safe code that emits a warning. by Greg Clayton · 13 years ago
  69. de1dd81 Fixed SBTarget attach calls to properly deal with being connected to a remotely by Greg Clayton · 13 years ago
  70. f4d4fcc ++ cannot be used to increment an enum, so do it another way by Peter Collingbourne · 13 years ago
  71. 07dd55a Add fuzz calls for SBBlock. by Johnny Chen · 13 years ago
  72. 1581e74 Start adding API calls to the invalid SB API object after default construction. by Johnny Chen · 13 years ago
  73. fcfc118 Add an initial test file for the newly added data formatter command. by Johnny Chen · 13 years ago
  74. b7e27f4 o lldbtest.py: by Johnny Chen · 13 years ago
  75. 3182eff Centralized all of the format to c-string and to format character code inside by Greg Clayton · 13 years ago
  76. 4119be5 For now, use 'b.out' compiled from main2.cpp as the executable name for test_run_to_address_with_dsym/dwarf() by Johnny Chen · 13 years ago
  77. 921fac0 Fix header paths by Peter Collingbourne · 13 years ago
  78. d062ee8 Refactorings of the test/types directory to more elegantly express the uniqueness of by Johnny Chen · 13 years ago
  79. de7f47d Fix typo spotted by Elias Pipping. by Charles Davis · 13 years ago
  80. ff0c5df Another patch from Enrico Granata. by Greg Clayton · 13 years ago
  81. 5c28dd1 Committing type format code for Enrico Granata. by Greg Clayton · 13 years ago
  82. 0664a57 When installing the Python modules: by Charles Davis · 13 years ago
  83. cbc07cf Fixed an issue for ARM where data symbols would alway return invalid addresses. by Greg Clayton · 13 years ago
  84. cad757c Remove -MT options from SWIG invocation by Peter Collingbourne · 13 years ago
  85. 2c41e14 Modify the test cases (there are a bunch of them) under test/types so that they by Johnny Chen · 13 years ago
  86. b586767 Trivial fix - insert a space between the frame name and the instruction output. by Jim Ingham · 13 years ago
  87. 9a39f59 Add docstring to test_SBSymbolContextList(self) explaining that upon default construction, the API object is valid. by Johnny Chen · 13 years ago
  88. 41ae812 Reverting switch to the AsyncOutputStream for the Thread Trace Logger. This change caused the logger to crash. Presumably we're printing at a time the debugger isn't ready to print. by Jim Ingham · 13 years ago
  89. f2fa5dd Bump Xcode project version to 64. by Greg Clayton · 13 years ago
  90. 51c3533 This newly introduced test file (for debugging purpose) needs to handle the case by Johnny Chen · 13 years ago
  91. cd0f938 Recent change to SBSymbolContextList (r133498) makes the default constructor return by Johnny Chen · 13 years ago
  92. 4985959 Add a 10 second timeout to ensure that we don't lock up if we never get to the by Greg Clayton · 13 years ago
  93. 4bb0f19 Fixed an issue where SBFrame::GetDisassembly() was returning disassembly that by Greg Clayton · 13 years ago
  94. cf79716 I messed up the test case id to turn logging on and then off. It is "test_long_type_with_dsym", by Johnny Chen · 13 years ago
  95. 2354bcf Add logging of 'commands' category, too. by Johnny Chen · 13 years ago
  96. 785e3e7 Don't print out the baton pointer value for simple Baton classes. by Greg Clayton · 13 years ago
  97. d047d81 rdar://problem/9649573 has captured the log files when running test_long_long_type_with_dsym() (which luckily failed) and the test session files for test failures. by Johnny Chen · 13 years ago
  98. d88785b Add a test file "TestFailures.py" to try to capture test failures which occur when running by Johnny Chen · 13 years ago
  99. c935a89 Fix the log channel for gdb-remote. It should be "gdb-remote" now, instead of "process.gdb-remote". by Johnny Chen · 13 years ago
  100. a4082f0 Replace examine-threads.c with a similar little utility I wrote a by Jason Molenda · 13 years ago