| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Move Host::GetLLDBPath to HostInfo. | Zachary Turner | 2014-08-21 | 1 | -3/+4 |
* | When attempting to print function names with arguments in frame formatting, a... | Enrico Granata | 2014-08-16 | 1 | -1/+23 |
* | If a hand-called function is interrupted by hitting a breakpoint, then | Jim Ingham | 2014-07-08 | 1 | -0/+14 |
* | Fix a few typos. | Bruce Mitchener | 2014-06-27 | 1 | -3/+3 |
* | Command files that switch input handlers didn't work, now they do. | Greg Clayton | 2014-06-20 | 1 | -3/+23 |
* | Initial merge of some of the iOS 8 / Mac OS X Yosemite specific | Jason Molenda | 2014-06-13 | 1 | -0/+103 |
* | Make sure that the CommandInterpreter::m_command_io_handler_sp gets reset whe... | Greg Clayton | 2014-04-25 | 1 | -0/+2 |
* | <rdar://problem/14862302> | Enrico Granata | 2014-03-25 | 1 | -3/+18 |
* | Core: preprocess out TestPromptFormats | Saleem Abdulrasool | 2014-03-20 | 1 | -0/+2 |
* | After doing all the work to compute the target ValueObject we want to evaluat... | Jim Ingham | 2014-03-11 | 1 | -0/+7 |
* | Don't hold the ThreadList lock over calls to the GetStatus (Process or Thread... | Jim Ingham | 2014-03-07 | 1 | -53/+58 |
* | "size_t" isn't always 64 bit, it is 32 bit on 32 bit systems. All printf styl... | Greg Clayton | 2014-03-03 | 1 | -1/+4 |
* | Fixed all overlapping prompt issues. | Greg Clayton | 2014-02-28 | 1 | -53/+81 |