summaryrefslogtreecommitdiff
path: root/lldb/source/Core/Debugger.cpp
AgeCommit message (Expand)Author
2018-11-01[FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere
2018-11-01[FileSystem] Remove Exists() from FileSpecJonas Devlieghere
2018-11-01[FileSystem] Move EnumerateDirectory from FileSpec to FileSystem.Jonas Devlieghere
2018-10-05Add support for artificial tail call framesVedant Kumar
2018-10-01Escape newlines in default disassembly format.Jonas Devlieghere
2018-09-27Replace pointer to C-array of PropertyDefinition with llvm::ArrayRefTatyana Krasnukha
2018-09-26Replace "nullptr-terminated" C-arrays of OptionValueEnumeration with safer ll...Tatyana Krasnukha
2018-09-08Check if a terminal supports colors on Windows properlyDavid Bolvansky
2018-09-05Print column info in backtraces et al. if availableAdrian Prantl
2018-09-05Set Windows console mode to enable support for ansi escape codesDavid Bolvansky
2018-08-30Move the column marking functionality to the Highlighter frameworkRaphael Isemann
2018-08-29Don't cancel the current IOHandler when we push a handler for an utility func...Raphael Isemann
2018-08-27Disable use-color if the output stream is not a terminal with color support.Raphael Isemann
2018-08-07Move RegisterValue,Scalar,State from Core to UtilityPavel Labath
2018-08-02[LLDB] Added syntax highlighting supportRaphael Isemann
2018-07-13Add abbreviated name for Debugger::EventHandlerThread.Tatyana Krasnukha
2018-06-19Replace HostInfo::GetLLDBPath with specific functionsPavel Labath
2018-06-13[FileSpec] Delegate common operations to llvm::sys::pathJonas Devlieghere
2018-06-07[FileSystem] Split up the OpenFlags enumeration.Zachary Turner
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2018-04-10s/LLVM_ON_WIN32/_WIN32/, lldbNico Weber
2018-03-10Rename clang.modules-cache-path to symbols.clang-modules-cache-pathAdrian Prantl
2018-03-02Make the clang module cache setting available without a targetAdrian Prantl
2018-01-02[Core/Debugger] Remove some code that doesn't compile anymore.Davide Italiano
2017-11-02Revert r317182 for https://reviews.llvm.org/D39128Jason Molenda
2017-11-02Commit Lawrence D'Anna's patch to changeJason Molenda
2017-11-02Ahhhh roll back that commit, I didn't see that Lawrence had filedJason Molenda
2017-11-02Commit Lawrence D'Anna's patch to changeJason Molenda
2017-10-17Reverting r315966 - it caused a build failure on an ubuntu x android bot.Jason Molenda
2017-10-17Committing this for Larry D'Anna:Jason Molenda
2017-10-05Implement interactive command interruptionLeonard Mosescu
2017-09-28Revert patch r313904, as it breaks "command source" and in Jim Ingham
2017-09-21[LLDB] Implement interactive command interruptionAdrian McCarthy
2017-06-12Introduce new command: thread backtrace uniquePavel Labath
2017-05-12Rename Error -> Status.Zachary Turner
2017-04-06iwyu fixes for lldbCore.Zachary Turner
2017-03-15Remove lldb streams from the Log class completelyPavel Labath
2017-03-08Resubmit FileSystem changes.Zachary Turner
2017-03-07Revert "Use LLVM for all stat-related functionality."Pavel Labath
2017-03-07Use LLVM for all stat-related functionality.Zachary Turner
2017-03-06Move many other files 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-06Switch std::call_once to llvm::call_onceKamil Rytarowski
2017-02-02Move classes from Core -> Utility.Zachary Turner
2017-01-28One of the changes Jim made in r286288 (cleaning up the stop printJason Molenda
2016-11-30Use Timeout<> in the Listener classPavel Labath
2016-11-17Rewrite all Property related functions in terms of StringRef.Zachary Turner
2016-11-16Don't allow direct access to StreamString's internal buffer.Zachary Turner
2016-11-08Clean up the stop printing header lines.Jim Ingham