summaryrefslogtreecommitdiffstats
path: root/lldb/source/API/SBModule.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* <rdar://problem/13021266>Enrico Granata2013-01-161-0/+9
* <rdar://problem/12749733>Greg Clayton2012-12-051-21/+30
* <rdar://problem/12750060>Greg Clayton2012-12-041-0/+62
* <rdar://problem/11485744> Implement important data formatters in C++. Have th...Enrico Granata2012-09-041-10/+8
* <rdar://problem/11757916>Greg Clayton2012-08-291-0/+3
* <rdar://problem/11113279>Greg Clayton2012-03-261-4/+4
* Patch from dawn@burble.org:Johnny Chen2012-03-161-0/+24
* <rdar://problem/10103468>Greg Clayton2012-02-241-2/+2
* Added the ability to get a ObjectFile versions from the ObjectFileGreg Clayton2012-02-221-69/+109
* Full core file support has been added for mach-o core files.Greg Clayton2012-02-131-1/+8
* Extended function lookup to allow the user toSean Callanan2012-02-101-1/+3
* Removed all of the "#ifndef SWIG" from the SB header files since we are usingGreg Clayton2012-02-061-13/+11
* <rdar://problem/10560053>Greg Clayton2012-02-051-0/+9
* lldb::SBTarget and lldb::SBProcess are now thread hardened. They both stillGreg Clayton2012-01-301-34/+3
* SBFrame is now threadsafe using some extra tricks. One issue is that stackGreg Clayton2012-01-301-4/+2
* Added the ability to get the target triple, byte order and address byte sizeGreg Clayton2012-01-291-0/+31
* Add needed Clear methods.Jim Ingham2011-12-191-0/+6
* Work in progress for:Johnny Chen2011-12-191-7/+7
* <rdar://problem/10126482>Greg Clayton2011-11-131-3/+4
* Added ClangNamespaceDecl * parameters to severalSean Callanan2011-10-121-2/+6
* Added to the public API to allow symbolication:Greg Clayton2011-09-241-8/+76
* While tracking down memory consumption issue a few things were needed: the Greg Clayton2011-08-101-1/+1
* Cleaned up the SBType.h file to not include internal headers and reorganizedGreg Clayton2011-08-031-36/+33
* Public API changes:Enrico Granata2011-07-291-0/+57
* Make the SBAddress class easier to use when using the publicGreg Clayton2011-07-221-2/+2
* Added support for finding and global variables in the SBTarget and SBModuleGreg Clayton2011-06-291-0/+35
OpenPOWER on IntegriCloud