| Commit message (Expand) | Author | Age | Files | Lines |
* | [LLDB] Switch to assembly view if source is moved | Mohit K. Bhakkad | 2015-12-03 | 1 | -4/+5 |
* | Fix error handling when there are no REPLs installed. | Sean Callanan | 2015-10-21 | 1 | -0/+22 |
* | Fixed version of r250913, which actually implements all the static functions. | Sean Callanan | 2015-10-21 | 1 | -5/+0 |
* | Revert "Made the REPL choose a default language if only one REPL can be chosen." | Siva Chandra | 2015-10-21 | 1 | -0/+5 |
* | Made the REPL choose a default language if only one REPL can be chosen. | Sean Callanan | 2015-10-21 | 1 | -5/+0 |
* | When target is NULL, provide a debugger so that REPLs can use that to create | Sean Callanan | 2015-10-21 | 1 | -1/+1 |
* | Added support for the "--repl" argument to LLDB. | Sean Callanan | 2015-10-20 | 1 | -0/+34 |
* | Added the concept of a Read-Eval-Print-Loop to LLDB. | Sean Callanan | 2015-10-19 | 1 | -0/+72 |
* | Reduce inclusion of clang headers. | Bruce Mitchener | 2015-09-18 | 1 | -3/+0 |
* | Fix debugger shutdown when Python interpreter is loaded. | Oleksiy Vyalov | 2015-09-08 | 1 | -1/+5 |
* | Purge a few places where *LanguageRuntime.h was being used when it | Jim Ingham | 2015-09-03 | 1 | -2/+1 |
* | First part of an attempt to indicate to the user when they are | Jason Molenda | 2015-07-29 | 1 | -0/+2 |
* | Don't #include "lldb-python.h" from anywhere. | Zachary Turner | 2015-05-29 | 1 | -2/+0 |
* | Make log options uniform betwwen lldb-platform and lldb-gdbserver | Tamas Berghammer | 2015-05-27 | 1 | -29/+1 |
* | Improve LLDB prompt handling | Pavel Labath | 2015-05-27 | 1 | -111/+77 |
* | Fix Debugger::HandleProcessEvent in case when ProcessIOHandler doesn't exist | Ilia K | 2015-04-09 | 1 | -1/+1 |
* | Rework LLDB system initialization. | Zachary Turner | 2015-03-31 | 1 | -30/+17 |
* | Support for truncate/append on log files | Pavel Labath | 2015-03-20 | 1 | -1/+6 |
* | Move LLDB initialization/shutdown to Initialization. | Zachary Turner | 2015-03-19 | 1 | -24/+5 |
* | Add Debugger::InitializeForLLGS to allow ref counted LLGS initialization. | Robert Flack | 2015-03-10 | 1 | -3/+22 |
* | Add Utility/ModuleCache class and integrate it with PlatformGDBRemoteServer -... | Oleksiy Vyalov | 2015-03-10 | 1 | -0/+4 |
* | Further reduce header footprint of Debugger.h. | Zachary Turner | 2015-03-04 | 1 | -0/+1 |
* | Fix a typo Debugger::ExecuteIOHanders to Debugger::ExecuteIOHandlers. | Siva Chandra | 2015-02-26 | 1 | -2/+2 |
* | Change the default disassembly format again. First attempt at | Jason Molenda | 2015-02-13 | 1 | -1/+15 |
* | Get rid of Debugger::FormatPrompt() and replace it with the new FormatEntity ... | Greg Clayton | 2015-02-04 | 1 | -1702/+36 |
* | Three related changes to help: | Kate Stone | 2015-01-15 | 1 | -0/+12 |
* | Add the ability to set breakpoints with conditions, commands, etc, | Jim Ingham | 2014-12-06 | 1 | -5/+9 |
* | Fix the behavior of ${current-pc-arrow} in the default disassembly | Jason Molenda | 2014-12-02 | 1 | -7/+8 |
* | lldb can deadlock when launched with an non-existing executable: | Greg Clayton | 2014-12-01 | 1 | -10/+26 |
* | This is the first step of making lldb able to create target-specific things | Jim Ingham | 2014-11-22 | 1 | -0/+15 |
* | Put the current pc arrow back into the default disassembly format. | Jason Molenda | 2014-11-11 | 1 | -1/+1 |
* | This is a large, but clearical, commit that enables the C++ formatters to tak... | Enrico Granata | 2014-11-06 | 1 | -1/+1 |
* | Add a setting escape-non-printables that drives whether the StringPrinter sho... | Enrico Granata | 2014-11-05 | 1 | -2/+15 |
* | Update default disassembly format string so we get | Jason Molenda | 2014-10-31 | 1 | -2/+1 |
* | Add a feature where a string data formatter can now be partially composed of ... | Enrico Granata | 2014-10-28 | 1 | -0/+9 |
* | Implement explicit thread stack size specification on Windows. | Zachary Turner | 2014-10-24 | 1 | -5/+4 |
* | Fix a problem where summary strings could not use a synthetically generated v... | Enrico Granata | 2014-10-22 | 1 | -0/+1 |
* | Expose the type-info flags at the public API layer. These flags provide much ... | Enrico Granata | 2014-10-21 | 1 | -2/+2 |
* | Make the "synchronous" mode actually work without race conditions. | Greg Clayton | 2014-10-21 | 1 | -172/+8 |
* | Allow ThreadLauncher::LaunchThread() to specify a minimum stack byte size whe... | Greg Clayton | 2014-10-15 | 1 | -2/+12 |
* | Don't lock the IOHandlerList::m_mutex in Debugger::RunIOHandler(...) since if... | Greg Clayton | 2014-10-13 | 1 | -1/+0 |
* | Reinstate setting addr_width to the result of the computation, | Eric Christopher | 2014-10-11 | 1 | -1/+1 |
* | LLDB AddressSanitizer instrumentation runtime plugin, breakpint on error and ... | Kuba Brecka | 2014-10-10 | 1 | -0/+1 |
* | Add a new disassembly-format specification so that the disassembler | Jason Molenda | 2014-10-10 | 1 | -15/+162 |
* | Move ConnectionFileDescriptor to platform-specific Host directory. | Zachary Turner | 2014-10-06 | 1 | -1/+1 |
* | Fix up the HostThread interface, making the interface simpler. | Zachary Turner | 2014-09-23 | 1 | -8/+6 |
* | Test suite runs better again after recent fixes that would select a platform ... | Greg Clayton | 2014-09-19 | 1 | -1/+1 |
* | Fix the ctor ivar initialization formatting for Debugger, | Jason Molenda | 2014-09-12 | 1 | -16/+16 |
* | Create a HostThread abstraction. | Zachary Turner | 2014-09-09 | 1 | -30/+29 |
* | Update LLDB to use LLVM's DynamicLibrary. | Zachary Turner | 2014-08-27 | 1 | -4/+5 |