aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/API/SBModule.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone1-631/+469
2016-02-10Now that SymbolFileDWARF supports having types in completely separate .pcm fi...Greg Clayton1-0/+3
2015-09-17TypeSystem is now a plugin interface and removed any "ClangASTContext &Class:...Greg Clayton1-6/+18
2015-06-18Fix a variety of typos.Bruce Mitchener1-1/+1
2015-03-10Add =shlibs-added/=shlibs-removed notifications (MI)Ilia K1-0/+27
2015-03-03Don't #include ClangASTContext.h from Module.hZachary Turner1-0/+1
2015-02-11Fixed SBModule::GetUUIDString() to not use a static character buffer.Greg Clayton1-21/+15
2014-08-19Buffer not null terminated CID 1094354Sylvestre Ledru1-0/+1
2014-04-04sweep up -Wformat warnings from gccSaleem Abdulrasool1-25/+23
2014-02-07Modified ObjectFile::SetLoadAddress() to now be:Greg Clayton1-1/+1
2014-01-23Added the ability to get the type that a typedef points to via:Greg Clayton1-0/+17
2013-11-20Expose SBPlatform through the public API.Greg Clayton1-0/+21
2013-07-11Huge change to clean up types.Greg Clayton1-3/+3
2013-07-10Cleanup on the unified section list changes. Main changes are:Greg Clayton1-3/+3
2013-07-08Added a way to extract the module specifications from a file. A module specif...Greg Clayton1-0/+14
2013-07-01Split symbol support for ELF and Linux.Michael Sartain1-70/+51
2013-06-18Added the ability to get a list of types from a SBModule or SBCompileUnit. Se...Greg Clayton1-0/+18
2013-05-03Remove the UUID::GetAsCString() method which required a buffer to save the Jason Molenda1-4/+11
2013-04-29Cleanup logging to use the new "std::string FileSpec::GetPath()" function. Al...Greg Clayton1-4/+2
2013-03-27<rdar://problem/13521159>Greg Clayton1-5/+5
2013-02-07<rdar://problem/13107151>Enrico Granata1-2/+1
2013-02-01<rdar://problem/13092722>Greg Clayton1-6/+8
2013-01-16<rdar://problem/13021266>Enrico Granata1-0/+9
2012-12-05<rdar://problem/12749733>Greg Clayton1-21/+30
2012-12-04<rdar://problem/12750060>Greg Clayton1-0/+62
2012-09-04<rdar://problem/11485744> Implement important data formatters in C++. Have th...Enrico Granata1-10/+8
2012-08-29<rdar://problem/11757916>Greg Clayton1-0/+3
2012-03-26<rdar://problem/11113279>Greg Clayton1-4/+4
2012-03-16Patch from dawn@burble.org:Johnny Chen1-0/+24
2012-02-24<rdar://problem/10103468>Greg Clayton1-2/+2
2012-02-22Added the ability to get a ObjectFile versions from the ObjectFileGreg Clayton1-69/+109
2012-02-13Full core file support has been added for mach-o core files.Greg Clayton1-1/+8
2012-02-10Extended function lookup to allow the user toSean Callanan1-1/+3
2012-02-06Removed all of the "#ifndef SWIG" from the SB header files since we are usingGreg Clayton1-13/+11
2012-02-05<rdar://problem/10560053>Greg Clayton1-0/+9
2012-01-30lldb::SBTarget and lldb::SBProcess are now thread hardened. They both stillGreg Clayton1-34/+3
2012-01-30SBFrame is now threadsafe using some extra tricks. One issue is that stackGreg Clayton1-4/+2
2012-01-29Added the ability to get the target triple, byte order and address byte sizeGreg Clayton1-0/+31
2011-12-19Add needed Clear methods.Jim Ingham1-0/+6
2011-12-19Work in progress for:Johnny Chen1-7/+7
2011-11-13<rdar://problem/10126482>Greg Clayton1-3/+4
2011-10-12Added ClangNamespaceDecl * parameters to severalSean Callanan1-2/+6
2011-09-24Added to the public API to allow symbolication:Greg Clayton1-8/+76
2011-08-10While tracking down memory consumption issue a few things were needed: the Greg Clayton1-1/+1
2011-08-03Cleaned up the SBType.h file to not include internal headers and reorganizedGreg Clayton1-36/+33
2011-07-29Public API changes:Enrico Granata1-0/+57
2011-07-22Make the SBAddress class easier to use when using the publicGreg Clayton1-2/+2
2011-06-29Added support for finding and global variables in the SBTarget and SBModuleGreg Clayton1-0/+35
2011-06-28Add fuzz calls for SBModule and SBProcess.Johnny Chen1-2/+3
2011-06-21Added the ability to find functions from either a SBModule (find functionsGreg Clayton1-1/+22