summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/Debugger.cpp
Commit message (Expand)AuthorAgeFilesLines
* update ScriptInterpreterPython to use File, not FILE*Lawrence D'Anna2019-10-161-6/+3
* factor out an abstract base class for FileLawrence D'Anna2019-10-031-2/+2
* SBDebugger::SetInputFile, SetOutputFile, etc.Lawrence D'Anna2019-10-031-16/+7
* remove File::SetStream(), make new files instead.Lawrence D'Anna2019-09-271-56/+38
* remove unused method ResetOutputFileHandle()Jonas Devlieghere2019-09-251-5/+0
* [lldb] Limit the amount of zeroes we use for padding when printing small floatsRaphael Isemann2019-09-041-3/+8
* [lldb] Construct the dummy target when the first Debugger object is constructedRaphael Isemann2019-08-261-4/+3
* Extend FindTypes with CompilerContext to allow filtering by language.Adrian Prantl2019-08-221-6/+4
* Revert Extend FindTypes with CompilerContext to allow filtering by language.Adrian Prantl2019-08-221-4/+6
* Extend FindTypes with CompilerContext to allow filtering by language.Adrian Prantl2019-08-221-6/+4
* [NFC] Remove lldb_utility namespace.Jonas Devlieghere2019-08-211-2/+2
* [LLDB] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-3/+3
* Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFCFangrui Song2019-08-051-2/+2
* Format OptionEnumValueElement (NFC)Jonas Devlieghere2019-08-021-31/+71
* Fix issues with inferior stdout coming out of orderPavel Labath2019-07-311-63/+20
* [lldb] Qualify includes of Properties[Enum].inc files. NFCJordan Rupprecht2019-07-291-2/+2
* [lldb] Also include the array definition in Properties.incJonas Devlieghere2019-07-291-18/+16
* [TableGen] Fix stale include pathsJonas Devlieghere2019-07-261-2/+2
* Let tablegen generate property definitionsJonas Devlieghere2019-07-251-111/+5
* Change LaunchThread interface to return an expected.Jonas Devlieghere2019-07-051-5/+22
* Add color to the default thread and frame format.Jonas Devlieghere2019-06-171-11/+18
* [lldb] fix cannot convert from 'nullptr' to 'lldb::thread_result_t'Konrad Kleine2019-05-231-2/+2
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-231-2/+2
* [ScriptInterpreter] Move ownership into debugger (NFC)Jonas Devlieghere2019-04-261-8/+19
* [CommandInterpreter] Remove scripting language argument. (NFC)Jonas Devlieghere2019-04-261-2/+2
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-2/+0
* 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
OpenPOWER on IntegriCloud