summaryrefslogtreecommitdiffstats
path: root/lldb/include/lldb/API/SBSymbolContextList.h
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-33/+21
* Add LLDB_API to all of the public API class definitions.Zachary Turner2015-02-171-1/+1
* After discussing with Chris Lattner, we require C++11, so lets get rid of the...Greg Clayton2013-04-181-1/+1
* Since we use C++11, we should switch over to using std::unique_ptr when C++11...Greg Clayton2013-04-181-1/+1
* Removed all of the "#ifndef SWIG" from the SB header files since we are usingGreg Clayton2012-02-061-7/+10
* Add SWIG interface files for SBSymbol, SBSymbolContext, and SBSymbolContextList.Johnny Chen2011-07-191-27/+0
* Add docstrings for SBSymbolContextList with example usage.Johnny Chen2011-07-071-0/+27
* Added the ability to find functions from either a SBModule (find functionsGreg Clayton2011-06-211-0/+6
* Added some missing API for address resolving within a module, and lookingGreg Clayton2010-09-101-0/+60
OpenPOWER on IntegriCloud