1. a5f99b6 Bumped Xcode project version for lldb-68. by Greg Clayton · 13 years ago
  2. 54b4bcd Add docstrings for the primordial object -- SBDebugger. by Johnny Chen · 13 years ago
  3. 13cb540 bug fix in summary strings: by Enrico Granata · 13 years ago
  4. 2664941 Remove unnecessary 'import' statement. by Johnny Chen · 13 years ago
  5. 75a4012 Fixed an issue that was causing us to crash when evaluating expressions for by Greg Clayton · 13 years ago
  6. 9163509 Set the EvaluationPoint's m_thread_id to the RIGHT invalid define... by Jim Ingham · 13 years ago
  7. bafc86e Made the string representation for a SBValue return what "frame variable" by Greg Clayton · 13 years ago
  8. 54890a3 Fixed some format names by Enrico Granata · 13 years ago
  9. 107e53d Fixed some issues with ARM backtraces by not processing any push/pop by Greg Clayton · 13 years ago
  10. 9762e10 new syntax for summary strings: by Enrico Granata · 13 years ago
  11. 2ded5ed Add a more verbose docstring for SBThread.h. by Johnny Chen · 13 years ago
  12. da91397 Add swig docstrings for SBBlock.h. by Johnny Chen · 13 years ago
  13. cbb52a6 Add swig docstrings for SBModule.h, plus ifndef the SBModule::GetUUIDBytes() API out if swig. by Johnny Chen · 13 years ago
  14. faf7f05 Add a more verbose docstring to the SBSymbolContext API class. by Johnny Chen · 13 years ago
  15. f6ce70a Add a CLEANUP_DOCSTRING state to our FSM to do cleanup of the Python docstrings by Johnny Chen · 13 years ago
  16. f451e30 Add swig docstrings for SBFrame.h. by Johnny Chen · 13 years ago
  17. d0691fe When we use the "fd://%u" for file descriptors, we need to detect if this is by Greg Clayton · 13 years ago
  18. a9eb827 Cleanup errors that come out of commands and make sure they all have newlines by Greg Clayton · 13 years ago
  19. 3e1c95a Fix Linux build errors by Peter Collingbourne · 13 years ago
  20. 2c77fa4 Refine the post-processing phase of lldb.py to remove some more doxygen/c++-comment residues. by Johnny Chen · 13 years ago
  21. 3440a5f Furnish some docstrings to be swigified into the generated lldb.py module. by Johnny Chen · 13 years ago
  22. 9b3117e test cases for the new features just committed by Enrico Granata · 13 years ago
  23. 886bc3e several improvements to "type summary": by Enrico Granata · 13 years ago
  24. e43cded SWIG doesn't need two methods of the same name 'GetDescription' but differ in by Johnny Chen · 13 years ago
  25. 09e0a42 Add some documentation blocks to SBTarget.h and use swig docstring feature to by Johnny Chen · 13 years ago
  26. a0d0a7c Add docstrings for some API classes and auto-generates docstrings for the methods of them. by Johnny Chen · 13 years ago
  27. e99aa88 Bump Xcode project version to lldb-66 and debugserver-141. by Greg Clayton · 13 years ago
  28. 461c87a Useless Xcode project change that Xcode keeps wanting to add to my project so by Greg Clayton · 13 years ago
  29. b6613ea Add module docstring to the auto-generated lldb.py file. by Johnny Chen · 13 years ago
  30. 10b4ab1 Ifdef out the 'lldb::Encoding GetEncoding(uint32_t &count)' API from by Johnny Chen · 13 years ago
  31. 787554b Restructure to be modular instead of a single big function; by Jason Molenda · 13 years ago
  32. b302b2f Centralize all of the type name code so that we always strip the leading by Greg Clayton · 13 years ago
  33. bbd7bef While we are at it, let's also exercise the similar SBModule.FindGlobalVariables() API within by Johnny Chen · 13 years ago
  34. 51123cf Add test cases to TestTargetAPI.py to exercise the newly added SBTarget.FindGlobalVariables() API. by Johnny Chen · 13 years ago
  35. 1391a39 This commit adds a new top subcommand "summary" to command type named "type". Currently this command by Enrico Granata · 13 years ago
  36. b6dfb16 Add fuzz calls for SBModule/SBTarget.FindGlobalVariables(...). by Johnny Chen · 13 years ago
  37. 917c000 Added support for finding and global variables in the SBTarget and SBModule by Greg Clayton · 13 years ago
  38. a6c1be6 Add fuzz calls for SBTypeMember. by Johnny Chen · 13 years ago
  39. 446ccaa Add fuzz calls to SBType, SBValue, and SBValueList. by Johnny Chen · 13 years ago
  40. 82820f9 Remove a few more places where we were iterating linearly over the Breakpoint Site's rather than by Jim Ingham · 13 years ago
  41. b9dcc51 Fixed an issue that was checked in with the dynamic types and update point by Greg Clayton · 13 years ago
  42. a64f2ce just a test for commit access - ignore this by Enrico Granata · 13 years ago
  43. e657fbc Add fuzz calls for SBTarget and SBThread. by Johnny Chen · 13 years ago
  44. f0e0bc0 Add fuzz calls for SBSymbol and SBSymbolContext. by Johnny Chen · 13 years ago
  45. 2287366 Add fuzz calls for SBStringList and add obj.Clear() calls for some files. by Johnny Chen · 13 years ago
  46. b7a9d64 Add fuzz calls for SBModule and SBProcess. by Johnny Chen · 13 years ago
  47. ff8e5ed Add fuzz calls for SBListener. by Johnny Chen · 13 years ago
  48. ca8f94a Add fuzz calls for SBLineEntry. by Johnny Chen · 13 years ago
  49. 189b473 Add @expectedFailure for TestCallStdStringFunction.py (radar was filed) and by Johnny Chen · 13 years ago
  50. 1d27c3a Add fuzz calls for SBInstruction and SBInstructionList. by Johnny Chen · 13 years ago
  51. 6377f5c Remove the disassembly option: "eOptionShowCurrentLine" and replaced it with by Greg Clayton · 13 years ago
  52. b7b4947 Add fuzz calls for SBInputReader. by Johnny Chen · 13 years ago
  53. c50be73 Add fuzz calls for SBFrame and SBFunction. by Johnny Chen · 13 years ago
  54. 2fe6157 Add fuzz calls for SBFileSpec. by Johnny Chen · 13 years ago
  55. e4a2fd5 Add fuzz calls for SBEvent. by Johnny Chen · 13 years ago
  56. e2ac6de Move to plevel dirs stop-hook, target, process_launch, and signal to reside under functionalities. by Johnny Chen · 13 years ago
  57. d8ded0a Move top level recurse dir to reside under lang/c. by Johnny Chen · 13 years ago
  58. 2913d13 Move top level inlines dir to reside under lang/c. by Johnny Chen · 13 years ago
  59. 33a1c57 Add comments and print output for selected thread under trace mode. by Johnny Chen · 13 years ago
  60. c0dbdc0 Add TestPrintObj.py to go with lang/objc/print-objc, which: by Johnny Chen · 13 years ago
  61. c9ca455 Simplified Makefile. by Johnny Chen · 13 years ago
  62. 31f58fe Move sample objc program to reside under lang/objc. by Johnny Chen · 13 years ago
  63. 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
  64. 607914d Move top level test dirs inlined_breakpoints, load_unload, and embedded_interpreter to reside under functionalities. by Johnny Chen · 13 years ago
  65. 3f8dff9 Move more top level test dirs to reside under functionalities dir. by Johnny Chen · 13 years ago
  66. aff8648 A couple of directory renamings; get rid of 'tests' from the directory names. by Johnny Chen · 13 years ago
  67. 083e4a9 Move some top level directories to reside under functionalities dir. by Johnny Chen · 13 years ago
  68. b5493c2 Create new directory named 'functionalities' to house some existing top level directories. by Johnny Chen · 13 years ago
  69. fc213e1 Move hello_world to now reside under python_api dir. by Johnny Chen · 13 years ago
  70. 82bb53b Simplified the test cases, before moving the file to reside under python_api dir. by Johnny Chen · 13 years ago
  71. b26db29 Move struct_types, stepping, and set_values dirs to now reside under lang/c. by Johnny Chen · 13 years ago
  72. b8025be Move global_variables dir to lang/c and foundation dir to lang/objc. by Johnny Chen · 13 years ago
  73. de2f1ed Move test dirs forward and function_types to now reside under lang/c. by Johnny Chen · 13 years ago
  74. b794017 Move some directories to now reside under lang/c or lang/cpp. by Johnny Chen · 13 years ago
  75. c93a8bb Move enum_types to now reside under lang/c. by Johnny Chen · 13 years ago
  76. 288a014 Move namespace directory to now reside under lang/cpp. by Johnny Chen · 13 years ago
  77. b11e613 Move C++-related test directories to now reside under lang. by Johnny Chen · 13 years ago
  78. f9c6f90 Move objc-related test directories to now reside under lang/objc. by Johnny Chen · 13 years ago
  79. 9914b61 Start moving things around to have a more hierarchical directory structure. by Johnny Chen · 13 years ago
  80. 87ac902 Bumped Xcode project versions to lldb-65 and debugserver-140. by Greg Clayton · 13 years ago
  81. 04f081d Add support for a QEnvironmentHexEncoded packet which takes its by Jason Molenda · 13 years ago
  82. e6d72ca This commit adds broad architectural support for hierarchical by Greg Clayton · 13 years ago
  83. 3801c2c Add fuzz calls for SBError. by Johnny Chen · 13 years ago
  84. 43fc089 Add fuzz calls for SBDebugger. by Johnny Chen · 13 years ago
  85. 165e549 Add fuzz calls for SBCompileUnit. by Johnny Chen · 13 years ago
  86. fa3263b Add fuzz calls for SBCommunication. by Johnny Chen · 13 years ago
  87. 16c8872 Add fuzz calls for SBBroadcaster. by Johnny Chen · 13 years ago
  88. b264c9b Compute svn_info for git-svn bridge, too. by Johnny Chen · 13 years ago
  89. b474782 Removed an member variable "m_local_debugserver" that is no longer needed. by Greg Clayton · 13 years ago
  90. fe1b47d Cleanup error output on expressions. by Greg Clayton · 13 years ago
  91. 5851366 Add support for looking up ivar offset from the ObjC runtime. by Jim Ingham · 13 years ago
  92. cd6377e Add fuzz calls for SBBreakpointLocation. by Johnny Chen · 13 years ago
  93. 15be1d0 Add fuzz calls for SBBreakpoint. by Johnny Chen · 13 years ago
  94. b27e74b Remove an assertion and replace with safe code that emits a warning. by Greg Clayton · 13 years ago
  95. de1dd81 Fixed SBTarget attach calls to properly deal with being connected to a remotely by Greg Clayton · 13 years ago
  96. f4d4fcc ++ cannot be used to increment an enum, so do it another way by Peter Collingbourne · 13 years ago
  97. 07dd55a Add fuzz calls for SBBlock. by Johnny Chen · 13 years ago
  98. 1581e74 Start adding API calls to the invalid SB API object after default construction. by Johnny Chen · 13 years ago
  99. fcfc118 Add an initial test file for the newly added data formatter command. by Johnny Chen · 13 years ago
  100. b7e27f4 o lldbtest.py: by Johnny Chen · 13 years ago