1. a6b7e32 Patch from Enrico Granata that moves SBData related functions into the SBData by Greg Clayton · 13 years ago
  2. 9f074f0 http://llvm.org/bugs/show_bug.cgi?id=11619 by Johnny Chen · 13 years ago
  3. aa9d267 Fixed a problem in our local Clang's method for by Sean Callanan · 13 years ago
  4. 2f28ece <rdar://problem/10507811> by Greg Clayton · 13 years ago
  5. 2757c34 Cleaned up the usage to show the BuildAndIntegration configuration. by Greg Clayton · 13 years ago
  6. daa6efe The "desired result type" code in the expression by Sean Callanan · 13 years ago
  7. 506cba9 Tightened Clang against a bug in which RecordDecls by Sean Callanan · 13 years ago
  8. e0bd571 Add needed Clear methods. <rdar://problem/10596340> by Jim Ingham · 13 years ago
  9. 65f4fb0 Fix Python docstring for SBThread.GetStopDescription(). by Johnny Chen · 13 years ago
  10. bcbefa8 Fixed code rot pointed out by Jim. by Johnny Chen · 13 years ago
  11. 93a82e3 Added a version of the LLVM/Clang checkout and by Sean Callanan · 13 years ago
  12. 1586d97 Add the ability to capture the return value in a thread's stop info, and print it by Jim Ingham · 13 years ago
  13. ef1fd12 I have added a new patch to LLVM that makes the by Sean Callanan · 13 years ago
  14. 0539a80 Updated Clang to take an enhancement to the way by Sean Callanan · 13 years ago
  15. 0841386 Add fuzz calls for newly added SBProcess methods. Fix a typo in the audodoc of SBProcess.ReadCStringFromMemory(). by Johnny Chen · 13 years ago
  16. c548687 <rdar://problem/10584789> by Greg Clayton · 13 years ago
  17. 4a2e337 Expose new read memory fucntion through python in SBProcess: by Greg Clayton · 13 years ago
  18. ef1f690 I have added a function to SBTarget that allows by Sean Callanan · 13 years ago
  19. a0d06cd Add more robustness - use PyString_CheckExact(pvalue) to check whether pvalue is a Python string before by Johnny Chen · 13 years ago
  20. 2fcf412 http://llvm.org/bugs/show_bug.cgi?id=11569 by Johnny Chen · 13 years ago
  21. 1b42575 Add SBValue::GetDynamicValue and SBValue::GetStaticValue API's. by Jim Ingham · 13 years ago
  22. 0523083 Picked up a new revision of Clang to pull in Objective-C by Sean Callanan · 13 years ago
  23. 23038b6 SBProcess.PutSTDIN() needs to be properly typemapped when swigging, by Johnny Chen · 13 years ago
  24. 609b9ce Clarify the SBProcess Python API GetSTDOUT()/GetSTDERR(). They look different from by Johnny Chen · 13 years ago
  25. fecc09c Pulled in a new revision of LLVM/Clang and added by Sean Callanan · 13 years ago
  26. 5a55c7a This commit completes the rearchitecting of ClangASTSource by Sean Callanan · 13 years ago
  27. e6ea5fe Pulled in a new version of LLVM/Clang to solve a variety by Sean Callanan · 13 years ago
  28. 96154be <rdar://problem/10126482> by Greg Clayton · 13 years ago
  29. f2a0a5c Updated LLVM/Clang to pull in a fix for Objective-C by Sean Callanan · 13 years ago
  30. 6e56157 <rdar://problem/9334299> by Greg Clayton · 13 years ago
  31. 106d593 Add a missing ')' in the comment. by Johnny Chen · 13 years ago
  32. 7537dce Updated LLVM/Clang to pick up a fix for imports of by Sean Callanan · 13 years ago
  33. 3e4238d Fixed the Xcode project building of LLVM to be a bit more user friendly: by Greg Clayton · 13 years ago
  34. 1ea79b0 ...And forgot to check in build-llvm.pl. Sigh. by Sean Callanan · 13 years ago
  35. 2395ede Fix typo in the docstring. by Johnny Chen · 13 years ago
  36. 65e01e7 Updated LLVM/Clang to pull in a variety of type by Sean Callanan · 13 years ago
  37. a5dd2bb Add docstrings for SetCondition() and GetCondition() APIs. by Johnny Chen · 13 years ago
  38. 59df36f this patch introduces a new command script import command which takes as input a filename for a Python script and imports the module contained in that file. the containing directory is added to the Python path such that dependencies are honored. also, the module may contain an __lldb_init_module(debugger,dict) function, which gets called after importing, and which can somehow initialize the module's interaction with lldb by Enrico Granata · 13 years ago
  39. 712a628 Add a commnad to set a condition for a watchpoint. Example: by Johnny Chen · 13 years ago
  40. 10babe1 Added a buildbot script that automatically checks by Sean Callanan · 13 years ago
  41. 41a55ef Add SBWatchpoint::GetError() API, which is not currently populated as yet. by Johnny Chen · 13 years ago
  42. ecd4feb SBValue::Watch() and SBValue::WatchPointee() are now the official API for creating by Johnny Chen · 13 years ago
  43. 1fa6b3d Cleaned up the SBWatchpoint public API. by Greg Clayton · 13 years ago
  44. 1fb8a2d Add a SBTarget::BreakpointCreateByName API that allows you to specify the name by Jim Ingham · 13 years ago
  45. c153518 Updated LLVM/Clang to pull in the latest ARM disassembler. by Sean Callanan · 13 years ago
  46. 0e6d511 Mention SBBreakpointLocation::GetAddress in the Python .i file. by Jim Ingham · 13 years ago
  47. 681bb5e Add more docstring to the Python interface file for SBSection. by Johnny Chen · 13 years ago
  48. 3689431 Add comment markers for in_range(symbol, section). by Johnny Chen · 13 years ago
  49. 5cac6a5 Add SBFrame.WatchLocation() to find and watch the location pointed to by by Johnny Chen · 13 years ago
  50. 2f57db0 Cleaned up the the code that figures out the inlined stack frames given a by Greg Clayton · 13 years ago
  51. f11c029 Add docstring to in_range() function residing in the lldb module. by Johnny Chen · 13 years ago
  52. bf338e6 Migrate the in_range(symbol, section) and symbol_iter(module, section) utility functions by Johnny Chen · 13 years ago
  53. 5eb54bb Add SBTarget::GetLastCreatedWatchpointLocation() API and export to the Python interface. by Johnny Chen · 13 years ago
  54. 092bd15 Export the watchpoint related API (SBWatchpointLocation class and added SBTarget methods) by Johnny Chen · 13 years ago
  55. d9b4425 Fixed the public and internal disassembler API to be named correctly: by Greg Clayton · 13 years ago
  56. 23b8abb Added more functionality to the public API to allow for better by Greg Clayton · 13 years ago
  57. 15ef51e Added the ability to get all section contents, or the section by Greg Clayton · 13 years ago
  58. dc0cbd1 SBSection supports iteration through its subsections, represented as SBSection as well. by Johnny Chen · 13 years ago
  59. 980c750 Fixed build issues after recent checkin. by Greg Clayton · 13 years ago
  60. 432efbc Added missing file. by Greg Clayton · 13 years ago
  61. 3e8c25f Added to the public API to allow symbolication: by Greg Clayton · 13 years ago
  62. 4c24b0a Add an SB API SBFrame::WatchValue() and exported to the Python interface to by Johnny Chen · 13 years ago
  63. d6d4797 Added the ability to restrict breakpoints by function name, function regexp, selector by Jim Ingham · 13 years ago
  64. 03c8ee5 Add a new breakpoint type "break by source regular expression". by Jim Ingham · 13 years ago
  65. 1a3e9e6 Make sure to print out register names when reading registers and also by Greg Clayton · 13 years ago
  66. 6a388c9 Untabify and fix indentations. Tabs are bad. by Johnny Chen · 13 years ago
  67. 83dd203 Adding "-n", "-p" and "-w" flags to the lldb command-line tool to by Jim Ingham · 13 years ago
  68. cc63746 SBSourceManager now gets the real source manager either from the Debugger or Target. Also, move the SourceManager file cache into the debugger by Jim Ingham · 13 years ago
  69. d68e089 Added the ability to introspect types thourgh the public SBType interface. by Greg Clayton · 13 years ago
  70. c39793d Fixed the error message: by Johnny Chen · 13 years ago
  71. 9154480 Redesign of the interaction between Python and frozen objects: by Enrico Granata · 13 years ago
  72. 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
  73. c01c05c Restored the version of LLVM that we previously by Sean Callanan · 13 years ago
  74. f530bfe Check the timesatmps of includees python-extensions.swig and python-wrapper.swig and force by Johnny Chen · 13 years ago
  75. 960691f - Support for Python namespaces: by Enrico Granata · 13 years ago
  76. 872959b Further fix for SWIG interoperability; making sure the Release() method of SBCommandReturnObject is called at all times by Enrico Granata · 13 years ago
  77. 3370f0c Fixed some SWIG interoperability issues by Enrico Granata · 13 years ago
  78. 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
  79. cbfc0ea Refined the rollback to LLVM, picking up a newer by Sean Callanan · 13 years ago
  80. 047eea6 Because of disassembler crashes, I rolled back by Sean Callanan · 13 years ago
  81. f501c59 First round of code cleanups: by Enrico Granata · 13 years ago
  82. 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
  83. 6b1596d Changes to Python commands: by Enrico Granata · 13 years ago
  84. c2a2825 Python commands: by Enrico Granata · 13 years ago
  85. e4fd440 Update the SBAddress.i Python interface file to the latest SBAddress.h, by Johnny Chen · 13 years ago
  86. 6c98ba7 Updated LLVM/Clang to to pick up fixes for a by Sean Callanan · 13 years ago
  87. 1239c1a Fixed an issue where LLDB was complaining about the lack of 'update' in a synthetic provider, despite it being optional by Enrico Granata · 13 years ago
  88. 758db96 Add logic to SBValue.linked_list_iter() to detect infinite loop and to bail out early. by Johnny Chen · 13 years ago
  89. 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
  90. 0c64baf On second thought, add the IsValid() method to SBTypeList, making it similar to SBSymbolContextList and SBValueList. by Johnny Chen · 13 years ago
  91. 5cdaac5 Add SBType.GetBasicType() to the test scenario. by Johnny Chen · 13 years ago
  92. 5307575 Add docstring & example usage for SBTypeList. by Johnny Chen · 13 years ago
  93. f1e7a30 Fix indentation and remove the private section of SBTypeList. by Johnny Chen · 13 years ago
  94. d7e04d9 o modify-python-lldb.py: by Johnny Chen · 13 years ago
  95. 3ee8520 The recently introduced SBTypeList is also iterable. by Johnny Chen · 13 years ago
  96. c92eb40 APIs to GetValueAsSigned/Unsigned() in SBValue now also accept an SBError parameter to give more info about any problem by Enrico Granata · 13 years ago
  97. 0fb0bcc Cleaned up the SBType.h file to not include internal headers and reorganized by Greg Clayton · 13 years ago
  98. 6487558 Remove libEnhancedDisassembly.dylib by Greg Clayton · 13 years ago
  99. 9b7d038 Updated LLVM to pick up a few new ARM targets. by Sean Callanan · 13 years ago
  100. 9b6898f This change brings in the latest LLVM/Clang, and by Sean Callanan · 13 years ago