summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/Debugger.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move classes from Core -> Utility.Zachary Turner2017-02-021-1/+1
* One of the changes Jim made in r286288 (cleaning up the stop printJason Molenda2017-01-281-1/+1
* Use Timeout<> in the Listener classPavel Labath2016-11-301-2/+2
* Rewrite all Property related functions in terms of StringRef.Zachary Turner2016-11-171-8/+5
* Don't allow direct access to StreamString's internal buffer.Zachary Turner2016-11-161-1/+1
* Clean up the stop printing header lines.Jim Ingham2016-11-081-3/+25
* Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons2016-11-021-3/+3
* Update the prompt related functions to use StringRefs.Zachary Turner2016-09-231-4/+4
* add stop column highlighting supportTodd Fiala2016-09-211-0/+51
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-1498/+1265
* Add StructuredData plugin type; showcase with new DarwinLog featureTodd Fiala2016-08-191-3/+48
* Revert "Add StructuredData plugin type; showcase with new DarwinLog feature"Todd Fiala2016-08-191-48/+3
* Add StructuredData plugin type; showcase with new DarwinLog featureTodd Fiala2016-08-191-3/+48
* Clean up vestigial remnants of locking primitivesSaleem Abdulrasool2016-07-281-2/+2
* Fixed a threading race condition where we could crash after calling Debugger:...Greg Clayton2016-07-111-2/+0
* Guard against the C++ destructor chain by not letting the debugger list clean...Greg Clayton2016-05-261-67/+49
* remove use of Mutex in favour of std::{,recursive_}mutexSaleem Abdulrasool2016-05-181-41/+41
* Don't let two threads call Debugger::Clear simultaneously.Greg Clayton2016-05-041-24/+39
* Corrected wording of REPL not available messaging (contained a repeated word ...Kate Stone2016-04-211-1/+1
* Change over the broadcaster/listener process to hold shared or weak pointersJim Ingham2016-03-071-12/+13
* Fix Clang-tidy modernize-use-nullptr warnings in some files in source/Core; o...Eugene Zelenko2016-03-021-109/+100
* [LLDB] Switch to assembly view if source is movedMohit K. Bhakkad2015-12-031-4/+5
* Fix error handling when there are no REPLs installed.Sean Callanan2015-10-211-0/+22
* Fixed version of r250913, which actually implements all the static functions.Sean Callanan2015-10-211-5/+0
* Revert "Made the REPL choose a default language if only one REPL can be chosen."Siva Chandra2015-10-211-0/+5
* Made the REPL choose a default language if only one REPL can be chosen.Sean Callanan2015-10-211-5/+0
* When target is NULL, provide a debugger so that REPLs can use that to createSean Callanan2015-10-211-1/+1
* Added support for the "--repl" argument to LLDB. Sean Callanan2015-10-201-0/+34
* Added the concept of a Read-Eval-Print-Loop to LLDB.Sean Callanan2015-10-191-0/+72
* Reduce inclusion of clang headers.Bruce Mitchener2015-09-181-3/+0
* Fix debugger shutdown when Python interpreter is loaded.Oleksiy Vyalov2015-09-081-1/+5
* Purge a few places where *LanguageRuntime.h was being used when it Jim Ingham2015-09-031-2/+1
* First part of an attempt to indicate to the user when they are Jason Molenda2015-07-291-0/+2
* Don't #include "lldb-python.h" from anywhere.Zachary Turner2015-05-291-2/+0
* Make log options uniform betwwen lldb-platform and lldb-gdbserverTamas Berghammer2015-05-271-29/+1
* Improve LLDB prompt handlingPavel Labath2015-05-271-111/+77
* Fix Debugger::HandleProcessEvent in case when ProcessIOHandler doesn't existIlia K2015-04-091-1/+1
* Rework LLDB system initialization.Zachary Turner2015-03-311-30/+17
* Support for truncate/append on log filesPavel Labath2015-03-201-1/+6
* Move LLDB initialization/shutdown to Initialization.Zachary Turner2015-03-191-24/+5
* Add Debugger::InitializeForLLGS to allow ref counted LLGS initialization.Robert Flack2015-03-101-3/+22
* Add Utility/ModuleCache class and integrate it with PlatformGDBRemoteServer -...Oleksiy Vyalov2015-03-101-0/+4
* Further reduce header footprint of Debugger.h.Zachary Turner2015-03-041-0/+1
* Fix a typo Debugger::ExecuteIOHanders to Debugger::ExecuteIOHandlers.Siva Chandra2015-02-261-2/+2
* Change the default disassembly format again. First attempt atJason Molenda2015-02-131-1/+15
* Get rid of Debugger::FormatPrompt() and replace it with the new FormatEntity ...Greg Clayton2015-02-041-1702/+36
* Three related changes to help:Kate Stone2015-01-151-0/+12
* Add the ability to set breakpoints with conditions, commands, etc,Jim Ingham2014-12-061-5/+9
* Fix the behavior of ${current-pc-arrow} in the default disassemblyJason Molenda2014-12-021-7/+8
* lldb can deadlock when launched with an non-existing executable:Greg Clayton2014-12-011-10/+26
OpenPOWER on IntegriCloud