summaryrefslogtreecommitdiff
path: root/lldb/tools/lldb-server/LLDBServerUtilities.cpp
AgeCommit message (Expand)Author
2024-09-16[lldb] Nits on uses of llvm::raw_string_ostream (NFC) (#108745)Youngsuk Kim
2024-07-31[lldb] Fixed lldb-server crash (TestLogHandler was not thread safe) (#101326)Dmitry Vasilyev
2022-06-16[lldb] Introduce the concept of a log handler (NFC)Jonas Devlieghere
2021-04-06[SystemZ][z/OS][Windows] Add new OF_TextWithCRLF flag and use this flag inste...Abhina Sreeskantharajan
2019-08-05Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFCFangrui Song
2019-05-01[lldb-server] Remove lldb-server's dependency on CoreAlex Langford
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-04-17Move Args.cpp from Interpreter to UtilityPavel Labath
2017-03-15Remove lldb streams from the Log class completelyPavel Labath
2017-03-03Move Log from Core -> Utility.Zachary Turner
2017-03-01Modernize Enable/DisableLogChannel interface a bitPavel Labath
2017-02-10Convert Log class to llvm streamsPavel Labath
2017-02-02Move classes from Core -> Utility.Zachary Turner
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2015-09-10Fix crash in lldb-server caused by an API change in LLVMTamas Berghammer
2015-05-27Make log options uniform betwwen lldb-platform and lldb-gdbserverTamas Berghammer