summaryrefslogtreecommitdiffstats
path: root/lldb/source/API/SBModule.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* <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
* First pass at adding logging capabilities for the API functions. At the momentCaroline Tice2010-10-261-1/+42
* Remove all the __repr__ methods from the API/*.h files, and put themCaroline Tice2010-09-221-9/+1
* Add GetDescription() and __repr__ () methods to most API classes, to allowCaroline Tice2010-09-201-0/+22
* Added some missing API for address resolving within a module, and lookingGreg Clayton2010-09-101-0/+22
* Very large changes that were needed in order to allow multiple connectionsGreg Clayton2010-06-231-17/+17
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+107
OpenPOWER on IntegriCloud