summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/Debugger.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
* This is the first step of making lldb able to create target-specific thingsJim Ingham2014-11-221-0/+15
* Put the current pc arrow back into the default disassembly format.Jason Molenda2014-11-111-1/+1
* This is a large, but clearical, commit that enables the C++ formatters to tak...Enrico Granata2014-11-061-1/+1
* Add a setting escape-non-printables that drives whether the StringPrinter sho...Enrico Granata2014-11-051-2/+15
* Update default disassembly format string so we getJason Molenda2014-10-311-2/+1
* Add a feature where a string data formatter can now be partially composed of ...Enrico Granata2014-10-281-0/+9
* Implement explicit thread stack size specification on Windows.Zachary Turner2014-10-241-5/+4
* Fix a problem where summary strings could not use a synthetically generated v...Enrico Granata2014-10-221-0/+1
* Expose the type-info flags at the public API layer. These flags provide much ...Enrico Granata2014-10-211-2/+2
* Make the "synchronous" mode actually work without race conditions.Greg Clayton2014-10-211-172/+8
* Allow ThreadLauncher::LaunchThread() to specify a minimum stack byte size whe...Greg Clayton2014-10-151-2/+12
* Don't lock the IOHandlerList::m_mutex in Debugger::RunIOHandler(...) since if...Greg Clayton2014-10-131-1/+0
* Reinstate setting addr_width to the result of the computation,Eric Christopher2014-10-111-1/+1
* LLDB AddressSanitizer instrumentation runtime plugin, breakpint on error and ...Kuba Brecka2014-10-101-0/+1
* Add a new disassembly-format specification so that the disassemblerJason Molenda2014-10-101-15/+162
* Move ConnectionFileDescriptor to platform-specific Host directory.Zachary Turner2014-10-061-1/+1
* Fix up the HostThread interface, making the interface simpler.Zachary Turner2014-09-231-8/+6
* Test suite runs better again after recent fixes that would select a platform ...Greg Clayton2014-09-191-1/+1
* Fix the ctor ivar initialization formatting for Debugger,Jason Molenda2014-09-121-16/+16
* Create a HostThread abstraction.Zachary Turner2014-09-091-30/+29
* Update LLDB to use LLVM's DynamicLibrary.Zachary Turner2014-08-271-4/+5
OpenPOWER on IntegriCloud