summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/Debugger.cpp
Commit message (Expand)AuthorAgeFilesLines
* Pass ConstString by value (NFC)Adrian Prantl2019-03-061-1/+1
* [Reproducers] Capture and replay interpreter commands.Jonas Devlieghere2019-03-021-1/+6
* Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere2019-02-131-13/+13
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Move Broadcaster+Listener+Event combo from Core into UtilityPavel Labath2018-12-141-2/+2
* [Reproducers] Change how reproducers are initialized.Jonas Devlieghere2018-12-031-18/+0
* [Reproducers] Improve reproducer API and add unit tests.Jonas Devlieghere2018-11-271-8/+13
* Fix copy/paste mistake for r346919.Jonas Devlieghere2018-11-151-1/+1
* [reproducer] Post-commit cleanupJonas Devlieghere2018-11-151-0/+7
* Add GDB remote packet reproducer.Jonas Devlieghere2018-11-131-0/+12
* Remove comments after header includes.Jonas Devlieghere2018-11-111-26/+26
* [FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere2018-11-011-2/+2
* [FileSystem] Remove Exists() from FileSpecJonas Devlieghere2018-11-011-2/+4
* [FileSystem] Move EnumerateDirectory from FileSpec to FileSystem.Jonas Devlieghere2018-11-011-12/+15
* Add support for artificial tail call framesVedant Kumar2018-10-051-2/+4
* Escape newlines in default disassembly format.Jonas Devlieghere2018-10-011-2/+2
* Replace pointer to C-array of PropertyDefinition with llvm::ArrayRefTatyana Krasnukha2018-09-271-2/+1
* Replace "nullptr-terminated" C-arrays of OptionValueEnumeration with safer ll...Tatyana Krasnukha2018-09-261-42/+36
* Check if a terminal supports colors on Windows properlyDavid Bolvansky2018-09-081-1/+0
* Print column info in backtraces et al. if availableAdrian Prantl2018-09-051-1/+2
* Set Windows console mode to enable support for ansi escape codesDavid Bolvansky2018-09-051-0/+9
* Move the column marking functionality to the Highlighter frameworkRaphael Isemann2018-08-301-11/+8
* Don't cancel the current IOHandler when we push a handler for an utility func...Raphael Isemann2018-08-291-2/+4
* Disable use-color if the output stream is not a terminal with color support.Raphael Isemann2018-08-271-0/+3
* Move RegisterValue,Scalar,State from Core to UtilityPavel Labath2018-08-071-5/+5
* [LLDB] Added syntax highlighting supportRaphael Isemann2018-08-021-0/+9
* Add abbreviated name for Debugger::EventHandlerThread.Tatyana Krasnukha2018-07-131-5/+8
* Replace HostInfo::GetLLDBPath with specific functionsPavel Labath2018-06-191-3/+2
* [FileSpec] Delegate common operations to llvm::sys::pathJonas Devlieghere2018-06-131-2/+2
* [FileSystem] Split up the OpenFlags enumeration.Zachary Turner2018-06-071-2/+2
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-48/+45
* s/LLVM_ON_WIN32/_WIN32/, lldbNico Weber2018-04-101-1/+1
* Rename clang.modules-cache-path to symbols.clang-modules-cache-pathAdrian Prantl2018-03-101-2/+2
* Make the clang module cache setting available without a targetAdrian Prantl2018-03-021-0/+4
* [Core/Debugger] Remove some code that doesn't compile anymore.Davide Italiano2018-01-021-69/+0
* Revert r317182 for https://reviews.llvm.org/D39128Jason Molenda2017-11-021-14/+0
* Commit Lawrence D'Anna's patch to changeJason Molenda2017-11-021-0/+14
* Ahhhh roll back that commit, I didn't see that Lawrence had filedJason Molenda2017-11-021-14/+0
* Commit Lawrence D'Anna's patch to changeJason Molenda2017-11-021-0/+14
* Reverting r315966 - it caused a build failure on an ubuntu x android bot.Jason Molenda2017-10-171-14/+0
* Committing this for Larry D'Anna:Jason Molenda2017-10-171-0/+14
* Implement interactive command interruptionLeonard Mosescu2017-10-051-1/+1
* Revert patch r313904, as it breaks "command source" and in Jim Ingham2017-09-281-1/+1
* [LLDB] Implement interactive command interruptionAdrian McCarthy2017-09-211-1/+1
* Introduce new command: thread backtrace uniquePavel Labath2017-06-121-22/+51
* Rename Error -> Status.Zachary Turner2017-05-121-13/+14
* iwyu fixes for lldbCore.Zachary Turner2017-04-061-50/+63
* Remove lldb streams from the Log class completelyPavel Labath2017-03-151-2/+2
* Resubmit FileSystem changes.Zachary Turner2017-03-081-7/+7
* Revert "Use LLVM for all stat-related functionality."Pavel Labath2017-03-071-7/+7
OpenPOWER on IntegriCloud