1. 0841386 Add fuzz calls for newly added SBProcess methods. Fix a typo in the audodoc of SBProcess.ReadCStringFromMemory(). by Johnny Chen · 14 years ago
  2. c548687 <rdar://problem/10584789> by Greg Clayton · 14 years ago
  3. 4a2e337 Expose new read memory fucntion through python in SBProcess: by Greg Clayton · 14 years ago
  4. ef1f690 I have added a function to SBTarget that allows by Sean Callanan · 14 years ago
  5. 1b42575 Add SBValue::GetDynamicValue and SBValue::GetStaticValue API's. by Jim Ingham · 14 years ago
  6. 23038b6 SBProcess.PutSTDIN() needs to be properly typemapped when swigging, by Johnny Chen · 14 years ago
  7. 609b9ce Clarify the SBProcess Python API GetSTDOUT()/GetSTDERR(). They look different from by Johnny Chen · 14 years ago
  8. 96154be <rdar://problem/10126482> by Greg Clayton · 14 years ago
  9. 6e56157 <rdar://problem/9334299> by Greg Clayton · 14 years ago
  10. 2395ede Fix typo in the docstring. by Johnny Chen · 14 years ago
  11. a5dd2bb Add docstrings for SetCondition() and GetCondition() APIs. by Johnny Chen · 14 years ago
  12. 712a628 Add a commnad to set a condition for a watchpoint. Example: by Johnny Chen · 14 years ago
  13. 41a55ef Add SBWatchpoint::GetError() API, which is not currently populated as yet. by Johnny Chen · 14 years ago
  14. ecd4feb SBValue::Watch() and SBValue::WatchPointee() are now the official API for creating by Johnny Chen · 14 years ago
  15. 1fa6b3d Cleaned up the SBWatchpoint public API. by Greg Clayton · 14 years ago
  16. 1fb8a2d Add a SBTarget::BreakpointCreateByName API that allows you to specify the name by Jim Ingham · 14 years ago
  17. 0e6d511 Mention SBBreakpointLocation::GetAddress in the Python .i file. by Jim Ingham · 14 years ago
  18. 681bb5e Add more docstring to the Python interface file for SBSection. by Johnny Chen · 14 years ago
  19. 5cac6a5 Add SBFrame.WatchLocation() to find and watch the location pointed to by by Johnny Chen · 14 years ago
  20. 2f57db0 Cleaned up the the code that figures out the inlined stack frames given a by Greg Clayton · 14 years ago
  21. bf338e6 Migrate the in_range(symbol, section) and symbol_iter(module, section) utility functions by Johnny Chen · 14 years ago
  22. 5eb54bb Add SBTarget::GetLastCreatedWatchpointLocation() API and export to the Python interface. by Johnny Chen · 14 years ago
  23. 092bd15 Export the watchpoint related API (SBWatchpointLocation class and added SBTarget methods) by Johnny Chen · 14 years ago
  24. d9b4425 Fixed the public and internal disassembler API to be named correctly: by Greg Clayton · 14 years ago
  25. 23b8abb Added more functionality to the public API to allow for better by Greg Clayton · 14 years ago
  26. 15ef51e Added the ability to get all section contents, or the section by Greg Clayton · 14 years ago
  27. dc0cbd1 SBSection supports iteration through its subsections, represented as SBSection as well. by Johnny Chen · 14 years ago
  28. 980c750 Fixed build issues after recent checkin. by Greg Clayton · 14 years ago
  29. 432efbc Added missing file. by Greg Clayton · 14 years ago
  30. 3e8c25f Added to the public API to allow symbolication: by Greg Clayton · 14 years ago
  31. 4c24b0a Add an SB API SBFrame::WatchValue() and exported to the Python interface to by Johnny Chen · 14 years ago
  32. d6d4797 Added the ability to restrict breakpoints by function name, function regexp, selector by Jim Ingham · 14 years ago
  33. 03c8ee5 Add a new breakpoint type "break by source regular expression". by Jim Ingham · 14 years ago
  34. 6a388c9 Untabify and fix indentations. Tabs are bad. by Johnny Chen · 14 years ago
  35. 83dd203 Adding "-n", "-p" and "-w" flags to the lldb command-line tool to by Jim Ingham · 14 years ago
  36. 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
  37. d68e089 Added the ability to introspect types thourgh the public SBType interface. by Greg Clayton · 14 years ago
  38. 9154480 Redesign of the interaction between Python and frozen objects: by Enrico Granata · 14 years ago
  39. 6b1596d Changes to Python commands: by Enrico Granata · 14 years ago
  40. e4fd440 Update the SBAddress.i Python interface file to the latest SBAddress.h, by Johnny Chen · 14 years ago
  41. 0c64baf On second thought, add the IsValid() method to SBTypeList, making it similar to SBSymbolContextList and SBValueList. by Johnny Chen · 14 years ago
  42. 5cdaac5 Add SBType.GetBasicType() to the test scenario. by Johnny Chen · 14 years ago
  43. 5307575 Add docstring & example usage for SBTypeList. by Johnny Chen · 14 years ago
  44. f1e7a30 Fix indentation and remove the private section of SBTypeList. by Johnny Chen · 14 years ago
  45. 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
  46. 0fb0bcc Cleaned up the SBType.h file to not include internal headers and reorganized by Greg Clayton · 14 years ago
  47. 979e20d Public API changes: by Enrico Granata · 14 years ago
  48. 19334f4 Add docstrings and cross refs to SBCompileUnit and SBLineEntry. by Johnny Chen · 14 years ago
  49. c6f09f0 Add cross reference to SBThread from the SBFrame docstring. Also add a simple iteration example. by Johnny Chen · 14 years ago
  50. 7b9eeac Add deprecation docstrings for some APIs which take an SBFrame - SBValues know their own frames. by Johnny Chen · 14 years ago
  51. c4f3ade Fix indentation and add a docstring for the ctor. by Johnny Chen · 14 years ago
  52. de856cc Add cross references between the docstrings for regular SBValue iteration: by Johnny Chen · 14 years ago
  53. a395506 Make the SBAddress class easier to use when using the public API. by Greg Clayton · 14 years ago
  54. 39f3310 Change docstring wording: from 'method' to 'function'. by Johnny Chen · 14 years ago
  55. b44dc56 Add docstring for SBInstructionList class. by Johnny Chen · 14 years ago
  56. 4b53e65 Add docstring for SBCommandReturnObject class. by Johnny Chen · 14 years ago
  57. dca4097 Add docstring for SBCommandInterpreter class. by Johnny Chen · 14 years ago
  58. f3b8992 Add docstring for SBBroadcaster class. by Johnny Chen · 14 years ago
  59. fd33bac Add some docstrings for SBFileSpec class. by Johnny Chen · 14 years ago
  60. c7162a5 Add some docstrings for SBError class. by Johnny Chen · 14 years ago
  61. 8a47028 Add some docstrings for SBSourceManager class. by Johnny Chen · 14 years ago
  62. 1a73d4c Add some docstrings for SBStream class. by Johnny Chen · 14 years ago
  63. 5cb6cab Move the rest of the SB headers to interface files. by Johnny Chen · 14 years ago
  64. 6d91e0a Add SWIG interface files for SBSymbol, SBSymbolContext, and SBSymbolContextList. by Johnny Chen · 14 years ago
  65. fb35e2a Add SWIG Python interface files for SBLineEntry, SBListener, and SBModule. by Johnny Chen · 14 years ago
  66. ba6f252 Missed the interface file for SBFunction in the previous checkin. by Johnny Chen · 14 years ago
  67. 6cf1bc3 Add SWIG Python interface files for SBDebugger, SBCompileUnit, and SBEvent. by Johnny Chen · 14 years ago
  68. 3cfd5e8 Add SWIG Python interface files for SBAddress, SBBlock, SBBreakpoint, and SBBreakpointLocation. by Johnny Chen · 14 years ago
  69. c3fba81 Add SWIG Python interface files for SBProcess, SBThread, and SBFrame. by Johnny Chen · 14 years ago
  70. 7be5a4f Fix header documentations. by Johnny Chen · 14 years ago
  71. 854a1ba Add two new interface files SBValue.i and SBValueList.i, instead of directly swigging the header files. by Johnny Chen · 14 years ago
  72. a37300a Cleaned up the interface file for SBTarget. by Johnny Chen · 14 years ago
  73. 8717687 Have SWIG generate autodoc strings with parameter types for all SB API objects by default. by Johnny Chen · 14 years ago
  74. ebd63b2 Create an interface file for SBTarget named SBTarget.i which relieves SBTarget.h by Johnny Chen · 14 years ago