1. 1f4db7d Added the ability to get the type that a typedef points to via: by Greg Clayton · 12 years ago
  2. fbb7634 Expose SBPlatform through the public API. by Greg Clayton · 12 years ago
  3. 226cce2 Added a way to extract the module specifications from a file. A module specification is information that is required to describe a module (executable, shared library, object file, ect). This information includes host path, platform path (remote path), symbol file path, UUID, object name (for objects in .a files for example you could have an object name of "foo.o"), and target triple. Module specification can be used to create a module, or used to add a module to a target. A list of module specifications can be used to enumerate objects in container objects (like universal mach files and BSD archive files). by Greg Clayton · 12 years ago
  4. f02500c Added the ability to get a list of types from a SBModule or SBCompileUnit. Sebastien Metrot wanted this, and sent a hollowed out patch. I filled in the blanks and did the low level implementation. The new functions are: by Greg Clayton · 12 years ago
  5. c338733 <rdar://problem/11742979> by Enrico Granata · 13 years ago
  6. 66a907a Added new properties to lldb.SBModule classes: by Greg Clayton · 13 years ago
  7. 006c1d1 <rdar://problem/13281528> by Greg Clayton · 13 years ago
  8. bcd80b4 <rdar://problem/13021266> by Enrico Granata · 13 years ago
  9. b43165b <rdar://problem/12749733> by Greg Clayton · 13 years ago
  10. e14e192 <rdar://problem/12750060> by Greg Clayton · 13 years ago
  11. 5ef31a9 Added documentation for many of our python properties and also made the property help show up by declaring the properties correctly. We previosly declared properties into a local "x" variable, what I didn't realize is that the help will use this as the property name for the help output. by Greg Clayton · 13 years ago
  12. 1a96ef8 Make every Python API __len__() method return a PyIntObject. by Filipe Cabecinhas · 14 years ago
  13. 1b72f09 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 · 14 years ago
  14. c2ff931 Added the ability to get a ObjectFile versions from the ObjectFile by Greg Clayton · 14 years ago
  15. 5569e64 Removed all of the "#ifndef SWIG" from the SB header files since we are using by Greg Clayton · 14 years ago
  16. c966054 <rdar://problem/10560053> by Greg Clayton · 14 years ago
  17. 819134a Allow a SBAddress to be created from a SBSection and an offset. by Greg Clayton · 14 years ago
  18. b62bb8c Cleaned up the documentation strings for many helper objects and added by Greg Clayton · 14 years ago
  19. 6b2bd93 Added many more python convenience accessors: by Greg Clayton · 14 years ago
  20. 13d1950 Added the ability to get the target triple, byte order and address byte size by Greg Clayton · 14 years ago
  21. 5d3bca4 Add needed Clear methods. <rdar://problem/10596340> by Jim Ingham · 14 years ago
  22. b49b7b5 Add SBFrame.WatchLocation() to find and watch the location pointed to by by Johnny Chen · 14 years ago
  23. c44e20c Migrate the in_range(symbol, section) and symbol_iter(module, section) utility functions by Johnny Chen · 14 years ago
  24. 5b94dc2 SBSection supports iteration through its subsections, represented as SBSection as well. by Johnny Chen · 14 years ago
  25. cac9c5f Added to the public API to allow symbolication: by Greg Clayton · 14 years ago
  26. 6f3533f Public API changes: by Enrico Granata · 14 years ago
  27. f74cb50 Add SWIG Python interface files for SBLineEntry, SBListener, and SBModule. by Johnny Chen · 14 years ago