summaryrefslogtreecommitdiff
path: root/include/lldb/API/SBValueList.h
AgeCommit message (Expand)Author
2019-03-11Add "operator bool" to SB APIsPavel Labath
2019-02-13Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2015-02-17Add LLDB_API to all of the public API class definitions.Zachary Turner
2014-11-21Per off-list feedback, this API returns the *first* value with a given name, ...Enrico Granata
2014-11-21Add an API on SBValueList to find the first value with a given name stored in...Enrico Granata
2013-04-22Daniel Malea reported seeing warnings for the use of anonymous namespaces in ...Enrico Granata
2013-04-18After discussing with Chris Lattner, we require C++11, so lets get rid of the...Greg Clayton
2013-04-18Missed some cases when switching over to using our STD_UNIQUE_PTR macros.Greg Clayton
2013-04-11Use std::unique_ptr instead of std::auto_ptr.Greg Clayton
2013-02-07Renaming SBValueList::get() to Enrico Granata
2013-02-07Correct logging for function calls that return SBValueListEnrico Granata
2013-02-07<rdar://problem/13107151>Enrico Granata
2012-02-06Removed all of the "#ifndef SWIG" from the SB header files since we are usingGreg Clayton
2011-12-19Add needed Clear methods.Jim Ingham
2011-07-18Add two new interface files SBValue.i and SBValueList.i, instead of directly ...Johnny Chen
2011-07-15Add usage docstring to SBValue.h, and minor update of docstrings for SBValueL...Johnny Chen
2011-07-07Add docstrings for SBValueList with example usage.Johnny Chen
2011-06-29Added support for finding and global variables in the SBTarget and SBModuleGreg Clayton
2010-10-26Clean up the API logging code:Caroline Tice
2010-06-23Very large changes that were needed in order to allow multiple connectionsGreg Clayton
2010-06-09Misc warning/error fixes.Eli Friedman
2010-06-09Fix include lines to use more conventional paths, part 1.Eli Friedman
2010-06-08Initial checkin of lldb code from internal Apple repo.Chris Lattner