summaryrefslogtreecommitdiff
path: root/lldb/source/Core/State.cpp
AgeCommit message (Expand)Author
2018-08-07Move RegisterValue,Scalar,State from Core to UtilityPavel Labath
2017-04-06iwyu fixes for lldbCore.Zachary Turner
2017-01-24Add format_provider for lldb::StateTypePavel Labath
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2012-12-07More Linux warnings fixes (remove default labels as needed):Daniel Malea
2011-11-17Fixed an issue with the pthread_setspecific() where we weren't NULL-ing outGreg Clayton
2011-06-23Centralized all of the format to c-string and to format character code insideGreg Clayton
2011-06-17Added a new format for displaying an array of characters: eFormatCharArrayGreg Clayton
2011-05-17Added an allocated memory cache to avoid having to allocate memory over andGreg Clayton
2011-04-27Added a new OptionValue subclass for lldb::Format: OptionValueFormat. AddedGreg Clayton
2011-02-04Added support for attaching to a remote debug server with the new command:Greg Clayton
2010-10-18Fixed debugserver to properly attach to a process by name with the Greg Clayton
2010-06-09Add missing includes.Eli Friedman
2010-06-08Initial checkin of lldb code from internal Apple repo.Chris Lattner