summaryrefslogtreecommitdiffstats
path: root/lldb/source/API/SBModule.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb][NFC] Migrate to raw_ostream in Module::GetDescriptionRaphael Isemann2019-12-041-1/+1
* [lldb][NFC] Allow range-based for-loops on VariableListRaphael Isemann2019-11-251-10/+6
* Modernize the rest of the Find.* API (NFC)Adrian Prantl2019-10-171-9/+8
* Remove size_t return parameter from FindTypesAdrian Prantl2019-10-011-10/+9
* SymbolVendor: Remove passthrough methodsPavel Labath2019-08-061-13/+10
* Remove SymbolVendor::GetSymtabPavel Labath2019-08-051-10/+4
* [Symbol] Use llvm::Expected when getting TypeSystemsAlex Langford2019-07-301-9/+19
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-231-12/+11
* [Reproducers] Capture return values of functions returning by ptr/refJonas Devlieghere2019-04-031-1/+1
* [lldb] [Reproducer] Move SBRegistry registration into declaring filesMichal Gorny2019-03-191-0/+79
* Add "operator bool" to SB APIsPavel Labath2019-03-111-0/+4
* [SBAPI] Log from record macroJonas Devlieghere2019-03-071-39/+0
* [Reproducers] Add SBReproducer macrosJonas Devlieghere2019-03-061-34/+157
* Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere2019-02-131-2/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [SymbolFile] Remove SymbolContext parameter from FindTypes.Zachary Turner2019-01-141-2/+1
* Rename ObjectFile::GetHeaderAddress to GetBaseAddressPavel Labath2018-12-111-1/+1
* [Target] Do not skip a stop on a breakpoint if a plan was completedAleksandr Urakov2018-11-301-0/+11
* Don't type-erase the FunctionNameType or TypeClass enums.Zachary Turner2018-10-251-10/+13
* Don't type-erase the SymbolContextItem enumeration.Zachary Turner2018-10-251-2/+2
* Add new API to SBTarget and SBModule classes.Alexander Polyakov2018-07-031-0/+11
* Modernize UUID classPavel Labath2018-06-211-1/+1
* Use llvm::VersionTuple instead of manual version marshallingPavel Labath2018-06-181-10/+23
* Remove append parameter to FindGlobalVariablesPavel Labath2018-05-311-1/+1
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-8/+7
* Rename Error -> Status.Zachary Turner2017-05-121-2/+2
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* Move classes from Core -> Utility.Zachary Turner2017-02-021-1/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-631/+469
* Now that SymbolFileDWARF supports having types in completely separate .pcm fi...Greg Clayton2016-02-101-0/+3
* TypeSystem is now a plugin interface and removed any "ClangASTContext &Class:...Greg Clayton2015-09-171-6/+18
* Fix a variety of typos.Bruce Mitchener2015-06-181-1/+1
* Add =shlibs-added/=shlibs-removed notifications (MI)Ilia K2015-03-101-0/+27
* Don't #include ClangASTContext.h from Module.hZachary Turner2015-03-031-0/+1
* Fixed SBModule::GetUUIDString() to not use a static character buffer.Greg Clayton2015-02-111-21/+15
* Buffer not null terminated CID 1094354Sylvestre Ledru2014-08-191-0/+1
* sweep up -Wformat warnings from gccSaleem Abdulrasool2014-04-041-25/+23
* Modified ObjectFile::SetLoadAddress() to now be:Greg Clayton2014-02-071-1/+1
* Added the ability to get the type that a typedef points to via:Greg Clayton2014-01-231-0/+17
* Expose SBPlatform through the public API.Greg Clayton2013-11-201-0/+21
* Huge change to clean up types.Greg Clayton2013-07-111-3/+3
* Cleanup on the unified section list changes. Main changes are:Greg Clayton2013-07-101-3/+3
* Added a way to extract the module specifications from a file. A module specif...Greg Clayton2013-07-081-0/+14
* Split symbol support for ELF and Linux.Michael Sartain2013-07-011-70/+51
* Added the ability to get a list of types from a SBModule or SBCompileUnit. Se...Greg Clayton2013-06-181-0/+18
* Remove the UUID::GetAsCString() method which required a buffer to save the Jason Molenda2013-05-031-4/+11
* Cleanup logging to use the new "std::string FileSpec::GetPath()" function. Al...Greg Clayton2013-04-291-4/+2
* <rdar://problem/13521159>Greg Clayton2013-03-271-5/+5
* <rdar://problem/13107151>Enrico Granata2013-02-071-2/+1
* <rdar://problem/13092722>Greg Clayton2013-02-011-6/+8
OpenPOWER on IntegriCloud