1. d1e3fe2 Rename ObjectFile::GetHeaderAddress to GetBaseAddress by Pavel Labath · 7 years ago
  2. 9b087d2 [Target] Do not skip a stop on a breakpoint if a plan was completed by Aleksandr Urakov · 7 years ago
  3. 117b1fa Don't type-erase the FunctionNameType or TypeClass enums. by Zachary Turner · 7 years ago
  4. 991e445 Don't type-erase the SymbolContextItem enumeration. by Zachary Turner · 7 years ago
  5. da0c081 Add new API to SBTarget and SBModule classes. by Alexander Polyakov · 7 years ago
  6. 470b286 Modernize UUID class by Pavel Labath · 7 years ago
  7. 2272c48 Use llvm::VersionTuple instead of manual version marshalling by Pavel Labath · 7 years ago
  8. 34cda14 Remove append parameter to FindGlobalVariables by Pavel Labath · 7 years ago
  9. 0509724 Reflow paragraphs in comments. by Adrian Prantl · 7 years ago
  10. 97206d5 Rename Error -> Status. by Zachary Turner · 8 years ago
  11. 6f9e690 Move Log from Core -> Utility. by Zachary Turner · 9 years ago
  12. bf9a773 Move classes from Core -> Utility. by Zachary Turner · 9 years ago
  13. b9c1b51 *** This commit represents a complete reformatting of the LLDB source code by Kate Stone · 9 years ago
  14. ae088e5 Now that SymbolFileDWARF supports having types in completely separate .pcm file with "-fmodules -gmodules", each SymbolFileDWARF can reference module DWARF info by looking in other DWARF files. Then if you have 1000 .o files that each reference one or more .pcm files in their debug info, a simple Module::FindTypes(...) call can end up searching the same .pcm file over and over and over. Now all internal FindTypes methods in classes (ModuleList, Module, SymbolFile) now take an extra argument: by Greg Clayton · 10 years ago
  15. 56939cb TypeSystem is now a plugin interface and removed any "ClangASTContext &Class::GetClangASTContext()" functions. by Greg Clayton · 10 years ago
  16. 58ef391 Fix a variety of typos. by Bruce Mitchener · 10 years ago
  17. eb2c19a Add =shlibs-added/=shlibs-removed notifications (MI) by Ilia K · 11 years ago
  18. 88c6b62 Don't #include ClangASTContext.h from Module.h by Zachary Turner · 11 years ago
  19. f1be855 Fixed SBModule::GetUUIDString() to not use a static character buffer. by Greg Clayton · 11 years ago
  20. 802a353 Buffer not null terminated CID 1094354 by Sylvestre Ledru · 11 years ago
  21. 324a103 sweep up -Wformat warnings from gcc by Saleem Abdulrasool · 11 years ago
  22. 751caf6 Modified ObjectFile::SetLoadAddress() to now be: by Greg Clayton · 12 years ago
  23. 1f4db7d Added the ability to get the type that a typedef points to via: by Greg Clayton · 12 years ago
  24. fbb7634 Expose SBPlatform through the public API. by Greg Clayton · 12 years ago
  25. 57ee306 Huge change to clean up types. by Greg Clayton · 12 years ago
  26. 3046e66 Cleanup on the unified section list changes. Main changes are: by Greg Clayton · 12 years ago
  27. 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
  28. a7499c9 Split symbol support for ELF and Linux. by Michael Sartain · 12 years ago
  29. 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
  30. c16b4af Remove the UUID::GetAsCString() method which required a buffer to save the by Jason Molenda · 12 years ago
  31. 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
  32. 5160ce5 <rdar://problem/13521159> by Greg Clayton · 13 years ago
  33. 85425d7 <rdar://problem/13107151> by Enrico Granata · 13 years ago
  34. 39f7ee8 <rdar://problem/13092722> by Greg Clayton · 13 years ago
  35. bcd80b4 <rdar://problem/13021266> by Enrico Granata · 13 years ago
  36. b43165b <rdar://problem/12749733> by Greg Clayton · 13 years ago
  37. e14e192 <rdar://problem/12750060> by Greg Clayton · 13 years ago
  38. 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
  39. 1f74607 <rdar://problem/11757916> by Greg Clayton · 13 years ago
  40. 84db910 <rdar://problem/11113279> by Greg Clayton · 14 years ago
  41. 873a7a4 Patch from dawn@burble.org: by Johnny Chen · 14 years ago
  42. e72dfb3 <rdar://problem/10103468> by Greg Clayton · 14 years ago
  43. c2ff931 Added the ability to get a ObjectFile versions from the ObjectFile by Greg Clayton · 14 years ago
  44. c859e2d Full core file support has been added for mach-o core files. by Greg Clayton · 14 years ago
  45. 9df05fb Extended function lookup to allow the user to by Sean Callanan · 14 years ago
  46. 5569e64 Removed all of the "#ifndef SWIG" from the SB header files since we are using by Greg Clayton · 14 years ago
  47. c966054 <rdar://problem/10560053> by Greg Clayton · 14 years ago
  48. acdbe81 lldb::SBTarget and lldb::SBProcess are now thread hardened. They both still by Greg Clayton · 14 years ago
  49. b9556ac SBFrame is now threadsafe using some extra tricks. One issue is that stack by Greg Clayton · 14 years ago
  50. 13d1950 Added the ability to get the target triple, byte order and address byte size by Greg Clayton · 14 years ago
  51. 5d3bca4 Add needed Clear methods. <rdar://problem/10596340> by Jim Ingham · 14 years ago
  52. 4efffd9 Work in progress for: by Johnny Chen · 14 years ago
  53. da7bc7d <rdar://problem/10126482> by Greg Clayton · 14 years ago
  54. b6d70eb Added ClangNamespaceDecl * parameters to several by Sean Callanan · 14 years ago
  55. cac9c5f Added to the public API to allow symbolication: by Greg Clayton · 14 years ago
  56. 3418c85 While tracking down memory consumption issue a few things were needed: the by Greg Clayton · 14 years ago
  57. fe42ac4 Cleaned up the SBType.h file to not include internal headers and reorganized by Greg Clayton · 14 years ago
  58. 6f3533f Public API changes: by Enrico Granata · 14 years ago
  59. 00e6fbf Make the SBAddress class easier to use when using the public API. by Greg Clayton · 14 years ago
  60. dea8cb4 Added support for finding and global variables in the SBTarget and SBModule by Greg Clayton · 14 years ago
  61. a25bf6e Add fuzz calls for SBModule and SBProcess. by Johnny Chen · 14 years ago
  62. fe356d3 Added the ability to find functions from either a SBModule (find functions by Greg Clayton · 14 years ago
  63. 2289fa4 Added the ability to set the Platform path for a module through the SBModule by Greg Clayton · 14 years ago
  64. df2963e Add TestSymbolAPI.py to test the newly added SBSymbol and SBAddress APIs: by Johnny Chen · 15 years ago
  65. bbdabce Added symbol table access through the module for now. We might need to expose by Greg Clayton · 15 years ago
  66. 2d4edfb Modified all logging calls to hand out shared pointers to make sure we by Greg Clayton · 15 years ago
  67. efabb12 Added copy constructors and assignment operators to all lldb::SB* classes by Greg Clayton · 15 years ago
  68. 38adbbb Fixed an include so case sensitive builders can build. by Greg Clayton · 15 years ago
  69. cfd1ace Cleaned up the API logging a lot more to reduce redundant information and by Greg Clayton · 15 years ago
  70. 4838131 Improved API logging. by Greg Clayton · 15 years ago
  71. 750cd17 Clean up the API logging code: by Caroline Tice · 15 years ago
  72. ceb6b13 First pass at adding logging capabilities for the API functions. At the moment by Caroline Tice · 15 years ago
  73. dac97f3 Remove all the __repr__ methods from the API/*.h files, and put them by Caroline Tice · 15 years ago
  74. dde9cff by Caroline Tice · 15 years ago
  75. 0996003 Added some missing API for address resolving within a module, and looking by Greg Clayton · 15 years ago
  76. 6611103 Very large changes that were needed in order to allow multiple connections by Greg Clayton · 15 years ago
  77. 30fdc8d Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 15 years ago