1. 191343e Add SBProcess::GetNumSupportedHardwareWatchpoints() API and export it through the Python scripting bridge. by Johnny Chen · 13 years ago
  2. a80d1e8 Add GetID to the .i file. by Jim Ingham · 13 years ago
  3. d82bc6d Found one more place where the OkayToDiscard needs to be consulted. by Jim Ingham · 13 years ago
  4. 3cae38b Make every Python API __len__() method return a PyIntObject. by Filipe Cabecinhas · 13 years ago
  5. f92ddcc Print out a notification when the process of a target other than the currently selected target stops. by Jim Ingham · 13 years ago
  6. 651cbe2 <rdar://problem/11239650> Fixing a bug where the SetValueFromCString() method failed to operate on dynamic values. The fix consists in making the set operation fall through to the parent. We only actually allow this if the dynamic value is at a 0-offset from the parent, or the new value is 0. Other scenarios would need agreement on the actual meaning of the set operation (do we keep offsetting? do we just assume the user knows what they are doing?) so we prevent them, and let the expression parser deal with the complexity by Enrico Granata · 13 years ago
  7. b170aee <rdar://problem/11358639> by Greg Clayton · 13 years ago
  8. f0bc815 Added the ability to specify the symbol file for a module when adding it to a target. by Greg Clayton · 13 years ago
  9. 7fb1430 Expose GetAddressClass() from both the SBAddress and SBInstruction so clients can tell the difference between ARM/Thumb opcodes when disassembling ARM. by Greg Clayton · 13 years ago
  10. d41abdc Added a property to get the dynamic type which uses the most permissive way to get a dynamic type. by Greg Clayton · 13 years ago
  11. 3be42fb Export the ability to see if a symbol is externally visible and also if the symbol was synthetically added to the symbol table (the symbol was not part of the symbol table itself but came from another section). by Greg Clayton · 13 years ago
  12. dba1de8 Synthetic values are now automatically enabled and active by default. SBValue is set up to always wrap a synthetic value when one is available. by Enrico Granata · 13 years ago
  13. d44c9d3 Adding a new API call IsTypeComplete() to SBType. This call is meant to check if the type has been previously completed or not (which is mostly interesting from a performance point of view) by Enrico Granata · 13 years ago
  14. 1dbf2a8 Export the APIs submitted by Dawn to the Python bindings. Add a simple test case for the SBModule.compile_unit_iter() API. by Johnny Chen · 13 years ago
  15. a989307 Added the ability to disassembly "count" instructions given a SBAddress. by Greg Clayton · 13 years ago
  16. 4722b10 Add a command and an SB API to create exception breakpoints. Make the break output prettier for Exception breakpoints. by Jim Ingham · 13 years ago
  17. 0164b75 rdar://problem/10976649 by Johnny Chen · 13 years ago
  18. de3b25b added a new formatter for CF(Mutable)BitVector by Enrico Granata · 13 years ago
  19. 80efa5e Added some missing accessors to the SBAttachInfo for user and group ID by Greg Clayton · 13 years ago
  20. 98ca1e6 Fixed the launching code when using the new SBLaunchInfo. by Greg Clayton · 13 years ago
  21. 0a8dcac Added the new way we will eventually do all attaches and launches. First clients by Greg Clayton · 13 years ago
  22. 49f4bf2 Added the ability to get a ObjectFile versions from the ObjectFile by Greg Clayton · 13 years ago
  23. 6c530f2 Add a logging mode that takes a callback and flush'es to that callback. by Jim Ingham · 13 years ago
  24. d760907c Adding formatters for several useful Objective-C/Cocoa data types. The new categories are not enabled at startup, but can be manually activated if desired. by Enrico Granata · 13 years ago
  25. 5a15e69 Add a general mechanism to wait on the debugger for Broadcasters of a given class/event bit set. by Jim Ingham · 13 years ago
  26. 16376ed <rdar://problem/10062621> by Enrico Granata · 13 years ago
  27. 28e2386 Send Breakpoint Changed events for all the relevant changes to breakpoints. by Jim Ingham · 13 years ago
  28. 7dd5c51 Removed all of the "#ifndef SWIG" from the SB header files since we are using by Greg Clayton · 14 years ago
  29. b5a8f14 <rdar://problem/10560053> by Greg Clayton · 14 years ago
  30. 39f54ea Allow a SBAddress to be created from a SBSection and an offset. by Greg Clayton · 14 years ago
  31. d62b9c1 Expose more convenience functionality in the python classes. by Greg Clayton · 14 years ago
  32. 4e6640e Fixed casting in the lldb::SBValue::Cast(SBType) function. by Greg Clayton · 14 years ago
  33. b6a5ba6 Cleaned up the documentation strings for many helper objects and added by Greg Clayton · 14 years ago
  34. 3eeaf6e Added support to SBType for getting template arguments from a SBType: by Greg Clayton · 14 years ago
  35. b302dff Added many more python convenience accessors: by Greg Clayton · 14 years ago
  36. 394da8e Added a new convenience property on lldb.SBThread names "frames" which always returns a complete list of all lldb.SBFrame objects: by Greg Clayton · 14 years ago
  37. 86ad476 Added fuzz testing for when we call API calls with an invalid object. by Greg Clayton · 14 years ago
  38. 9b4197b Removed an incorrectly added property from SBTarget.i by Greg Clayton · 14 years ago
  39. 1b92520 Added the ability to get the target triple, byte order and address byte size by Greg Clayton · 14 years ago
  40. 177bc68 <rdar://problem/10750012> by Greg Clayton · 14 years ago
  41. a6b7e32 Patch from Enrico Granata that moves SBData related functions into the SBData by Greg Clayton · 14 years ago
  42. 9f074f0 http://llvm.org/bugs/show_bug.cgi?id=11619 by Johnny Chen · 14 years ago
  43. e0bd571 Add needed Clear methods. <rdar://problem/10596340> by Jim Ingham · 14 years ago
  44. 65f4fb0 Fix Python docstring for SBThread.GetStopDescription(). by Johnny Chen · 14 years ago
  45. bcbefa8 Fixed code rot pointed out by Jim. by Johnny Chen · 14 years ago
  46. 1586d97 Add the ability to capture the return value in a thread's stop info, and print it by Jim Ingham · 14 years ago
  47. 0841386 Add fuzz calls for newly added SBProcess methods. Fix a typo in the audodoc of SBProcess.ReadCStringFromMemory(). by Johnny Chen · 14 years ago
  48. c548687 <rdar://problem/10584789> by Greg Clayton · 14 years ago
  49. 4a2e337 Expose new read memory fucntion through python in SBProcess: by Greg Clayton · 14 years ago
  50. ef1f690 I have added a function to SBTarget that allows by Sean Callanan · 14 years ago
  51. 1b42575 Add SBValue::GetDynamicValue and SBValue::GetStaticValue API's. by Jim Ingham · 14 years ago
  52. 23038b6 SBProcess.PutSTDIN() needs to be properly typemapped when swigging, by Johnny Chen · 14 years ago
  53. 609b9ce Clarify the SBProcess Python API GetSTDOUT()/GetSTDERR(). They look different from by Johnny Chen · 14 years ago
  54. 96154be <rdar://problem/10126482> by Greg Clayton · 14 years ago
  55. 6e56157 <rdar://problem/9334299> by Greg Clayton · 14 years ago
  56. 2395ede Fix typo in the docstring. by Johnny Chen · 14 years ago
  57. a5dd2bb Add docstrings for SetCondition() and GetCondition() APIs. by Johnny Chen · 14 years ago
  58. 712a628 Add a commnad to set a condition for a watchpoint. Example: by Johnny Chen · 14 years ago
  59. 41a55ef Add SBWatchpoint::GetError() API, which is not currently populated as yet. by Johnny Chen · 14 years ago
  60. ecd4feb SBValue::Watch() and SBValue::WatchPointee() are now the official API for creating by Johnny Chen · 14 years ago
  61. 1fa6b3d Cleaned up the SBWatchpoint public API. by Greg Clayton · 14 years ago
  62. 1fb8a2d Add a SBTarget::BreakpointCreateByName API that allows you to specify the name by Jim Ingham · 14 years ago
  63. 0e6d511 Mention SBBreakpointLocation::GetAddress in the Python .i file. by Jim Ingham · 14 years ago
  64. 681bb5e Add more docstring to the Python interface file for SBSection. by Johnny Chen · 14 years ago
  65. 5cac6a5 Add SBFrame.WatchLocation() to find and watch the location pointed to by by Johnny Chen · 14 years ago
  66. 2f57db0 Cleaned up the the code that figures out the inlined stack frames given a by Greg Clayton · 14 years ago
  67. bf338e6 Migrate the in_range(symbol, section) and symbol_iter(module, section) utility functions by Johnny Chen · 14 years ago
  68. 5eb54bb Add SBTarget::GetLastCreatedWatchpointLocation() API and export to the Python interface. by Johnny Chen · 14 years ago
  69. 092bd15 Export the watchpoint related API (SBWatchpointLocation class and added SBTarget methods) by Johnny Chen · 14 years ago
  70. d9b4425 Fixed the public and internal disassembler API to be named correctly: by Greg Clayton · 14 years ago
  71. 23b8abb Added more functionality to the public API to allow for better by Greg Clayton · 14 years ago
  72. 15ef51e Added the ability to get all section contents, or the section by Greg Clayton · 14 years ago
  73. dc0cbd1 SBSection supports iteration through its subsections, represented as SBSection as well. by Johnny Chen · 14 years ago
  74. 980c750 Fixed build issues after recent checkin. by Greg Clayton · 14 years ago
  75. 432efbc Added missing file. by Greg Clayton · 14 years ago
  76. 3e8c25f Added to the public API to allow symbolication: by Greg Clayton · 14 years ago
  77. 4c24b0a Add an SB API SBFrame::WatchValue() and exported to the Python interface to by Johnny Chen · 14 years ago
  78. d6d4797 Added the ability to restrict breakpoints by function name, function regexp, selector by Jim Ingham · 14 years ago
  79. 03c8ee5 Add a new breakpoint type "break by source regular expression". by Jim Ingham · 14 years ago
  80. 6a388c9 Untabify and fix indentations. Tabs are bad. by Johnny Chen · 14 years ago
  81. 83dd203 Adding "-n", "-p" and "-w" flags to the lldb command-line tool to by Jim Ingham · 14 years ago
  82. 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 · 14 years ago
  83. d68e089 Added the ability to introspect types thourgh the public SBType interface. by Greg Clayton · 14 years ago
  84. 9154480 Redesign of the interaction between Python and frozen objects: by Enrico Granata · 14 years ago
  85. 6b1596d Changes to Python commands: by Enrico Granata · 14 years ago
  86. e4fd440 Update the SBAddress.i Python interface file to the latest SBAddress.h, by Johnny Chen · 14 years ago
  87. 0c64baf On second thought, add the IsValid() method to SBTypeList, making it similar to SBSymbolContextList and SBValueList. by Johnny Chen · 14 years ago
  88. 5cdaac5 Add SBType.GetBasicType() to the test scenario. by Johnny Chen · 14 years ago
  89. 5307575 Add docstring & example usage for SBTypeList. by Johnny Chen · 14 years ago
  90. f1e7a30 Fix indentation and remove the private section of SBTypeList. by Johnny Chen · 14 years ago
  91. c92eb40 APIs to GetValueAsSigned/Unsigned() in SBValue now also accept an SBError parameter to give more info about any problem by Enrico Granata · 14 years ago
  92. 0fb0bcc Cleaned up the SBType.h file to not include internal headers and reorganized by Greg Clayton · 14 years ago
  93. 979e20d Public API changes: by Enrico Granata · 14 years ago
  94. 19334f4 Add docstrings and cross refs to SBCompileUnit and SBLineEntry. by Johnny Chen · 14 years ago
  95. c6f09f0 Add cross reference to SBThread from the SBFrame docstring. Also add a simple iteration example. by Johnny Chen · 14 years ago
  96. 7b9eeac Add deprecation docstrings for some APIs which take an SBFrame - SBValues know their own frames. by Johnny Chen · 14 years ago
  97. c4f3ade Fix indentation and add a docstring for the ctor. by Johnny Chen · 14 years ago
  98. de856cc Add cross references between the docstrings for regular SBValue iteration: by Johnny Chen · 14 years ago
  99. a395506 Make the SBAddress class easier to use when using the public API. by Greg Clayton · 14 years ago
  100. 39f3310 Change docstring wording: from 'method' to 'function'. by Johnny Chen · 14 years ago