1. 56939cb TypeSystem is now a plugin interface and removed any "ClangASTContext &Class::GetClangASTContext()" functions. by Greg Clayton · 10 years ago
  2. 58ef391 Fix a variety of typos. by Bruce Mitchener · 10 years ago
  3. eb2c19a Add =shlibs-added/=shlibs-removed notifications (MI) by Ilia K · 11 years ago
  4. 88c6b62 Don't #include ClangASTContext.h from Module.h by Zachary Turner · 11 years ago
  5. f1be855 Fixed SBModule::GetUUIDString() to not use a static character buffer. by Greg Clayton · 11 years ago
  6. 802a353 Buffer not null terminated CID 1094354 by Sylvestre Ledru · 11 years ago
  7. 324a103 sweep up -Wformat warnings from gcc by Saleem Abdulrasool · 12 years ago
  8. 751caf6 Modified ObjectFile::SetLoadAddress() to now be: by Greg Clayton · 12 years ago
  9. 1f4db7d Added the ability to get the type that a typedef points to via: by Greg Clayton · 12 years ago
  10. fbb7634 Expose SBPlatform through the public API. by Greg Clayton · 12 years ago
  11. 57ee306 Huge change to clean up types. by Greg Clayton · 12 years ago
  12. 3046e66 Cleanup on the unified section list changes. Main changes are: by Greg Clayton · 12 years ago
  13. 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
  14. a7499c9 Split symbol support for ELF and Linux. by Michael Sartain · 12 years ago
  15. 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
  16. c16b4af Remove the UUID::GetAsCString() method which required a buffer to save the by Jason Molenda · 12 years ago
  17. b5ad4ec Cleanup logging to use the new "std::string FileSpec::GetPath()" function. Also added a similar function for modules: by Greg Clayton · 12 years ago
  18. 5160ce5 <rdar://problem/13521159> by Greg Clayton · 13 years ago
  19. 85425d7 <rdar://problem/13107151> by Enrico Granata · 13 years ago
  20. 39f7ee8 <rdar://problem/13092722> by Greg Clayton · 13 years ago
  21. bcd80b4 <rdar://problem/13021266> by Enrico Granata · 13 years ago
  22. b43165b <rdar://problem/12749733> by Greg Clayton · 13 years ago
  23. e14e192 <rdar://problem/12750060> by Greg Clayton · 13 years ago
  24. 3467d80 <rdar://problem/11485744> Implement important data formatters in C++. Have the Objective-C language runtime plugin expose class descriptors objects akin to the objc_runtime.py Pythonic implementation. Rewrite the data formatters for some core Cocoa classes in C++ instead of Python. by Enrico Granata · 13 years ago
  25. 1f74607 <rdar://problem/11757916> by Greg Clayton · 13 years ago
  26. 84db910 <rdar://problem/11113279> by Greg Clayton · 14 years ago
  27. 873a7a4 Patch from dawn@burble.org: by Johnny Chen · 14 years ago
  28. e72dfb3 <rdar://problem/10103468> by Greg Clayton · 14 years ago
  29. c2ff931 Added the ability to get a ObjectFile versions from the ObjectFile by Greg Clayton · 14 years ago
  30. c859e2d Full core file support has been added for mach-o core files. by Greg Clayton · 14 years ago
  31. 9df05fb Extended function lookup to allow the user to by Sean Callanan · 14 years ago
  32. 5569e64 Removed all of the "#ifndef SWIG" from the SB header files since we are using by Greg Clayton · 14 years ago
  33. c966054 <rdar://problem/10560053> by Greg Clayton · 14 years ago
  34. acdbe81 lldb::SBTarget and lldb::SBProcess are now thread hardened. They both still by Greg Clayton · 14 years ago
  35. b9556ac SBFrame is now threadsafe using some extra tricks. One issue is that stack by Greg Clayton · 14 years ago
  36. 13d1950 Added the ability to get the target triple, byte order and address byte size by Greg Clayton · 14 years ago
  37. 5d3bca4 Add needed Clear methods. <rdar://problem/10596340> by Jim Ingham · 14 years ago
  38. 4efffd9 Work in progress for: by Johnny Chen · 14 years ago
  39. da7bc7d <rdar://problem/10126482> by Greg Clayton · 14 years ago
  40. b6d70eb Added ClangNamespaceDecl * parameters to several by Sean Callanan · 14 years ago
  41. cac9c5f Added to the public API to allow symbolication: by Greg Clayton · 14 years ago
  42. 3418c85 While tracking down memory consumption issue a few things were needed: the by Greg Clayton · 14 years ago
  43. fe42ac4 Cleaned up the SBType.h file to not include internal headers and reorganized by Greg Clayton · 14 years ago
  44. 6f3533f Public API changes: by Enrico Granata · 14 years ago
  45. 00e6fbf Make the SBAddress class easier to use when using the public API. by Greg Clayton · 14 years ago
  46. dea8cb4 Added support for finding and global variables in the SBTarget and SBModule by Greg Clayton · 14 years ago
  47. a25bf6e Add fuzz calls for SBModule and SBProcess. by Johnny Chen · 14 years ago
  48. fe356d3 Added the ability to find functions from either a SBModule (find functions by Greg Clayton · 14 years ago
  49. 2289fa4 Added the ability to set the Platform path for a module through the SBModule by Greg Clayton · 14 years ago
  50. df2963e Add TestSymbolAPI.py to test the newly added SBSymbol and SBAddress APIs: by Johnny Chen · 15 years ago
  51. bbdabce Added symbol table access through the module for now. We might need to expose by Greg Clayton · 15 years ago
  52. 2d4edfb Modified all logging calls to hand out shared pointers to make sure we by Greg Clayton · 15 years ago
  53. efabb12 Added copy constructors and assignment operators to all lldb::SB* classes by Greg Clayton · 15 years ago
  54. 38adbbb Fixed an include so case sensitive builders can build. by Greg Clayton · 15 years ago
  55. cfd1ace Cleaned up the API logging a lot more to reduce redundant information and by Greg Clayton · 15 years ago
  56. 4838131 Improved API logging. by Greg Clayton · 15 years ago
  57. 750cd17 Clean up the API logging code: by Caroline Tice · 15 years ago
  58. ceb6b13 First pass at adding logging capabilities for the API functions. At the moment by Caroline Tice · 15 years ago
  59. dac97f3 Remove all the __repr__ methods from the API/*.h files, and put them by Caroline Tice · 15 years ago
  60. dde9cff by Caroline Tice · 15 years ago
  61. 0996003 Added some missing API for address resolving within a module, and looking by Greg Clayton · 15 years ago
  62. 6611103 Very large changes that were needed in order to allow multiple connections by Greg Clayton · 15 years ago
  63. 30fdc8d Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 15 years ago