1. 16376ed <rdar://problem/10062621> by Enrico Granata · 12 years ago
  2. b302dff Added many more python convenience accessors: by Greg Clayton · 13 years ago
  3. 90c5214 Removed the "lldb-forward-rtti.h" header file as it was designed to contain by Greg Clayton · 13 years ago
  4. 1fa6b3d Cleaned up the SBWatchpoint public API. by Greg Clayton · 13 years ago
  5. 092bd15 Export the watchpoint related API (SBWatchpointLocation class and added SBTarget methods) by Johnny Chen · 13 years ago
  6. 3e8c25f Added to the public API to allow symbolication: by Greg Clayton · 13 years ago
  7. 03c8ee5 Add a new breakpoint type "break by source regular expression". by Jim Ingham · 13 years ago
  8. 9154480 Redesign of the interaction between Python and frozen objects: by Enrico Granata · 13 years ago
  9. 6b1596d Changes to Python commands: by Enrico Granata · 13 years ago
  10. f307cf7 lldb.swig (the SWIG input file) has become too large. Modularize a bit by introducing two files by Johnny Chen · 13 years ago
  11. 9ae7cef Python synthetic children: by Enrico Granata · 13 years ago
  12. 5cb6cab Move the rest of the SB headers to interface files. by Johnny Chen · 13 years ago
  13. 335b3ee Rearrange the %include SWIG directives into two groups. One is the pure .h headers and the other is the .i interface files. by Johnny Chen · 13 years ago
  14. 6d91e0a Add SWIG interface files for SBSymbol, SBSymbolContext, and SBSymbolContextList. by Johnny Chen · 13 years ago
  15. fb35e2a Add SWIG Python interface files for SBLineEntry, SBListener, and SBModule. by Johnny Chen · 13 years ago
  16. 6cf1bc3 Add SWIG Python interface files for SBDebugger, SBCompileUnit, and SBEvent. by Johnny Chen · 13 years ago
  17. 3cfd5e8 Add SWIG Python interface files for SBAddress, SBBlock, SBBreakpoint, and SBBreakpointLocation. by Johnny Chen · 13 years ago
  18. c3fba81 Add SWIG Python interface files for SBProcess, SBThread, and SBFrame. by Johnny Chen · 13 years ago
  19. 854a1ba Add two new interface files SBValue.i and SBValueList.i, instead of directly swigging the header files. by Johnny Chen · 13 years ago
  20. 6c9f3e2 Runtime errors in Python scripts were not being shown; this fix makes them print out to ease correcting errors by Enrico Granata · 13 years ago
  21. 8717687 Have SWIG generate autodoc strings with parameter types for all SB API objects by default. by Johnny Chen · 13 years ago
  22. ebd63b2 Create an interface file for SBTarget named SBTarget.i which relieves SBTarget.h by Johnny Chen · 13 years ago
  23. f7a9b14 Python summary strings: by Enrico Granata · 13 years ago
  24. 59efa13 Add summary info for SBBreakpoint to the lldb module level docstring. by Johnny Chen · 13 years ago
  25. 6185899 Minor wording change. by Johnny Chen · 13 years ago
  26. 33b4be1 o TestEvents.py: by Johnny Chen · 13 years ago
  27. a0d0a7c Add docstrings for some API classes and auto-generates docstrings for the methods of them. by Johnny Chen · 13 years ago
  28. b6613ea Add module docstring to the auto-generated lldb.py file. by Johnny Chen · 13 years ago
  29. b344843 Fixed the LLDB build so that we can have private types, private enums and by Greg Clayton · 13 years ago
  30. 562ed0e Fix compile warnings wrt LLDBWrapPython.cpp. by Johnny Chen · 13 years ago
  31. e86cbb9 Abtracted the innards of lldb-core away from the SB interface. There was some by Greg Clayton · 13 years ago
  32. e59b869 There's no sense checking for < 0 with a return type of size_t: by Johnny Chen · 13 years ago
  33. 586a3e6 Add TestThreadAPI.py file to house the Python SBThread API test cases. by Johnny Chen · 13 years ago
  34. 36a0f74 Add TestProcessAPI.py which exercises some Python SBProcess API. In particular, this tests by Johnny Chen · 13 years ago
  35. 0d62dfd Fixed an error in the type map for "char **" that was a bad memory smasher. by Greg Clayton · 14 years ago
  36. 0aa2e55 Split up the Python script interpreter code to allow multiple script interpreter objects to by Caroline Tice · 14 years ago
  37. c1955f2 Patch by Stephen Wilson to make Swig happy building on linux. by Johnny Chen · 14 years ago
  38. 5144f38 More SWIG cleanup. Moved the breakpoint callback function back to the by Greg Clayton · 14 years ago
  39. d8c6253 Cleaned up the SWIG stuff so all includes happen as they should, no pulling by Greg Clayton · 14 years ago
  40. e47649c o SBtarget.cpp/.h: by Johnny Chen · 14 years ago
  41. 5c4c746 Added the ability to get the disassembly instructions from the function and by Greg Clayton · 14 years ago
  42. 59c5d5d Automatically wrap *all* Python code entered for a breakpoint command inside by Caroline Tice · 14 years ago
  43. e49ec18 Remove all the __repr__ methods from the API/*.h files, and put them by Caroline Tice · 14 years ago
  44. 1ca48b0 Remove SBCommandContext which was not needed or doing anything. by Caroline Tice · 14 years ago
  45. 98f930f by Caroline Tice · 14 years ago
  46. dfc91c3 Remove unnecessary/inappropriate output-printing functions from the API. by Caroline Tice · 14 years ago
  47. 4ead2e9 o Exposed SBFileSpec to the Python APIs in lldb.py. by Johnny Chen · 14 years ago
  48. b4d1fff o Added a test case for array_types which uses the Python APIs from lldb.py, by Johnny Chen · 14 years ago
  49. 558be58 Add a unique ID to each debugger instance. by Caroline Tice · 14 years ago
  50. 461a437 Patched in Pawel Wodnicki's lldb.swig changes for linux compatability. by Greg Clayton · 14 years ago
  51. 24943d2 Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 14 years ago