| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Fixed the command line LLDB so that "CTRL+C" will interrupt a running process... | Greg Clayton | 2014-02-24 | 1 | -1/+1 |
| * | Check curr_thread is not empty before accessing it. | Jim Ingham | 2014-01-31 | 1 | -1/+1 |
| * | Fixed a crasher when handling process events that is due to a translation fro... | Greg Clayton | 2014-01-28 | 1 | -1/+2 |
| * | Merging the iohandler branch back into main. | Greg Clayton | 2014-01-27 | 1 | -208/+688 |
| * | Fixed internal code to not link against and code from "lldb/API/*". | Greg Clayton | 2013-12-02 | 1 | -37/+16 |
| * | Roll back the changes I made in r193907 which created a new Frame | Jason Molenda | 2013-11-04 | 1 | -5/+5 |
| * | Add a new base class, Frame. It is a pure virtual function which | Jason Molenda | 2013-11-02 | 1 | -5/+5 |
| * | Renaming the setting to enable/disable automatic one-lining of summaries as a... | Enrico Granata | 2013-10-31 | 1 | -4/+4 |
| * | <rdar://problem/15319880> | Enrico Granata | 2013-10-25 | 1 | -0/+10 |
| * | Made all other "operator bool"s explicit and ensured | Sean Callanan | 2013-10-04 | 1 | -8/+8 |