summaryrefslogtreecommitdiffstats
path: root/lldb/source/API/SBModule.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add fuzz calls for SBModule and SBProcess.Johnny Chen2011-06-281-2/+3
* Added the ability to find functions from either a SBModule (find functionsGreg Clayton2011-06-211-1/+22
* Added the ability to set the Platform path for a module through the SBModuleGreg Clayton2011-04-301-0/+46
* Add TestSymbolAPI.py to test the newly added SBSymbol and SBAddress APIs:Johnny Chen2011-04-011-0/+25
* Added symbol table access through the module for now. We might need to exposeGreg Clayton2010-12-071-0/+33
* Modified all logging calls to hand out shared pointers to make sure weGreg Clayton2010-11-061-2/+2
* Added copy constructors and assignment operators to all lldb::SB* classesGreg Clayton2010-11-051-0/+13
* Fixed an include so case sensitive builders can build.Greg Clayton2010-10-311-1/+1
* Cleaned up the API logging a lot more to reduce redundant information and Greg Clayton2010-10-311-4/+2
* Improved API logging.Greg Clayton2010-10-301-20/+12
* Clean up the API logging code:Caroline Tice2010-10-261-14/+10
OpenPOWER on IntegriCloud