summaryrefslogtreecommitdiff
path: root/lldb/source/Core/Debugger.cpp
AgeCommit message (Expand)Author
2016-11-02Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons
2016-09-23Update the prompt related functions to use StringRefs.Zachary Turner
2016-09-21add stop column highlighting supportTodd Fiala
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-08-19Add StructuredData plugin type; showcase with new DarwinLog featureTodd Fiala
2016-08-19Revert "Add StructuredData plugin type; showcase with new DarwinLog feature"Todd Fiala
2016-08-19Add StructuredData plugin type; showcase with new DarwinLog featureTodd Fiala
2016-07-28Clean up vestigial remnants of locking primitivesSaleem Abdulrasool
2016-07-11Fixed a threading race condition where we could crash after calling Debugger:...Greg Clayton
2016-05-26Guard against the C++ destructor chain by not letting the debugger list clean...Greg Clayton
2016-05-18remove use of Mutex in favour of std::{,recursive_}mutexSaleem Abdulrasool
2016-05-04Don't let two threads call Debugger::Clear simultaneously.Greg Clayton
2016-04-21Corrected wording of REPL not available messaging (contained a repeated word ...Kate Stone
2016-03-07Change over the broadcaster/listener process to hold shared or weak pointersJim Ingham
2016-03-02Fix Clang-tidy modernize-use-nullptr warnings in some files in source/Core; o...Eugene Zelenko
2015-12-03[LLDB] Switch to assembly view if source is movedMohit K. Bhakkad
2015-10-21Fix error handling when there are no REPLs installed.Sean Callanan
2015-10-21Fixed version of r250913, which actually implements all the static functions.Sean Callanan
2015-10-21Revert "Made the REPL choose a default language if only one REPL can be chosen."Siva Chandra
2015-10-21Made the REPL choose a default language if only one REPL can be chosen.Sean Callanan
2015-10-21When target is NULL, provide a debugger so that REPLs can use that to createSean Callanan
2015-10-20Added support for the "--repl" argument to LLDB. Sean Callanan
2015-10-19Added the concept of a Read-Eval-Print-Loop to LLDB.Sean Callanan
2015-09-18Reduce inclusion of clang headers.Bruce Mitchener
2015-09-08Fix debugger shutdown when Python interpreter is loaded.Oleksiy Vyalov
2015-09-03Purge a few places where *LanguageRuntime.h was being used when it Jim Ingham
2015-07-29First part of an attempt to indicate to the user when they are Jason Molenda
2015-05-29Don't #include "lldb-python.h" from anywhere.Zachary Turner
2015-05-27Make log options uniform betwwen lldb-platform and lldb-gdbserverTamas Berghammer
2015-05-27Improve LLDB prompt handlingPavel Labath
2015-04-09Fix Debugger::HandleProcessEvent in case when ProcessIOHandler doesn't existIlia K
2015-03-31Rework LLDB system initialization.Zachary Turner
2015-03-20Support for truncate/append on log filesPavel Labath
2015-03-19Move LLDB initialization/shutdown to Initialization.Zachary Turner
2015-03-10Add Debugger::InitializeForLLGS to allow ref counted LLGS initialization.Robert Flack
2015-03-10Add Utility/ModuleCache class and integrate it with PlatformGDBRemoteServer -...Oleksiy Vyalov
2015-03-04Further reduce header footprint of Debugger.h.Zachary Turner
2015-02-26Fix a typo Debugger::ExecuteIOHanders to Debugger::ExecuteIOHandlers.Siva Chandra
2015-02-13Change the default disassembly format again. First attempt atJason Molenda
2015-02-04Get rid of Debugger::FormatPrompt() and replace it with the new FormatEntity ...Greg Clayton
2015-01-15Three related changes to help:Kate Stone
2014-12-06Add the ability to set breakpoints with conditions, commands, etc,Jim Ingham
2014-12-02Fix the behavior of ${current-pc-arrow} in the default disassemblyJason Molenda
2014-12-01lldb can deadlock when launched with an non-existing executable:Greg Clayton
2014-11-22This is the first step of making lldb able to create target-specific thingsJim Ingham
2014-11-11Put the current pc arrow back into the default disassembly format.Jason Molenda
2014-11-06This is a large, but clearical, commit that enables the C++ formatters to tak...Enrico Granata
2014-11-05Add a setting escape-non-printables that drives whether the StringPrinter sho...Enrico Granata
2014-10-31Update default disassembly format string so we getJason Molenda
2014-10-28Add a feature where a string data formatter can now be partially composed of ...Enrico Granata