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