summaryrefslogtreecommitdiff
path: root/lldb/source/Core/StringList.cpp
AgeCommit message (Expand)Author
2017-03-21Move StringList from Core -> Utility.Zachary Turner
2017-03-03Move Log from Core -> Utility.Zachary Turner
2017-03-03Remove some dead code in FileSpec.Zachary Turner
2017-02-13Clean up debug loggingPavel Labath
2017-02-02Move classes from Core -> Utility.Zachary Turner
2016-11-17Convert AutoComplete related code to StringRef.Zachary Turner
2016-11-16Don't allow direct access to StreamString's internal buffer.Zachary Turner
2016-10-03Refactor the Args class.Zachary Turner
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-01-07Remove duplicate header added in r256927Ewan Crawford
2016-01-06Add LogDump methods to lldb_private::StringList.Ewan Crawford
2015-05-22Implement PlatformWindows::GetEnvironment.Zachary Turner
2014-01-27Merging the iohandler branch back into main. Greg Clayton
2013-06-19Sort out a number of mismatched integer types in order to cut down the number...Andy Gibbs
2013-01-25<rdar://problem/13069948>Greg Clayton
2012-08-23<rdar://problem/12022079>Greg Clayton
2012-08-22Reimplemented the code that backed the "settings" in lldb. There were many is...Greg Clayton
2012-05-26Fixed memory management issues introduced by revision 157507. Greg Clayton
2012-05-26rdar://problem/11535045Johnny Chen
2011-08-10While tracking down memory consumption issue a few things were needed: the Greg Clayton
2011-07-15Python summary strings:Enrico Granata
2011-03-11Declare some const functions as const.Jim Ingham
2011-02-18Factor all the code that does "Execute a list of lldb command interpreter com...Jim Ingham
2010-07-09Merged Eli Friedman's linux build changes where he added Makefile files thatGreg Clayton
2010-06-08Initial checkin of lldb code from internal Apple repo.Chris Lattner