summaryrefslogtreecommitdiff
path: root/lldb/source/Core/ValueObjectList.cpp
AgeCommit message (Expand)Author
2024-10-24[lldb] Move ValueObject into its own library (NFC) (#113393)Jonas Devlieghere
2020-02-11[lldb] Delete the SharingPtr classPavel Labath
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-05-15Delete unnecessary copy ctors/copy assignment operatorsFangrui Song
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-11-11Remove comments after header includes.Jonas Devlieghere
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2017-04-06iwyu fixes for lldbCore.Zachary Turner
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2013-01-25<rdar://problem/13069948>Greg Clayton
2011-07-08Added the ability to see global variables with a variable expression path soGreg Clayton
2011-06-29Added support for finding and global variables in the SBTarget and SBModuleGreg Clayton
2010-09-02StackFrame objects now own ValueObjects for any frame variables (locals, args,Greg Clayton
2010-08-27Made it so we update the current frames from the previous frames by doing STLGreg Clayton
2010-06-08Initial checkin of lldb code from internal Apple repo.Chris Lattner