| Age | Commit message (Expand) | Author |
| 2014-10-24 | Implement explicit thread stack size specification on Windows. | Zachary Turner |
| 2014-10-22 | Fix a problem where summary strings could not use a synthetically generated v... | Enrico Granata |
| 2014-10-21 | Expose the type-info flags at the public API layer. These flags provide much ... | Enrico Granata |
| 2014-10-21 | Make the "synchronous" mode actually work without race conditions. | Greg Clayton |
| 2014-10-15 | Allow ThreadLauncher::LaunchThread() to specify a minimum stack byte size whe... | Greg Clayton |
| 2014-10-13 | Don't lock the IOHandlerList::m_mutex in Debugger::RunIOHandler(...) since if... | Greg Clayton |
| 2014-10-11 | Reinstate setting addr_width to the result of the computation, | Eric Christopher |
| 2014-10-10 | LLDB AddressSanitizer instrumentation runtime plugin, breakpint on error and ... | Kuba Brecka |
| 2014-10-10 | Add a new disassembly-format specification so that the disassembler | Jason Molenda |
| 2014-10-06 | Move ConnectionFileDescriptor to platform-specific Host directory. | Zachary Turner |
| 2014-09-23 | Fix up the HostThread interface, making the interface simpler. | Zachary Turner |
| 2014-09-19 | Test suite runs better again after recent fixes that would select a platform ... | Greg Clayton |
| 2014-09-12 | Fix the ctor ivar initialization formatting for Debugger, | Jason Molenda |
| 2014-09-09 | Create a HostThread abstraction. | Zachary Turner |
| 2014-08-27 | Update LLDB to use LLVM's DynamicLibrary. | Zachary Turner |
| 2014-08-21 | Move Host::GetLLDBPath to HostInfo. | Zachary Turner |
| 2014-08-16 | When attempting to print function names with arguments in frame formatting, a... | Enrico Granata |
| 2014-07-08 | If a hand-called function is interrupted by hitting a breakpoint, then | Jim Ingham |
| 2014-06-27 | Fix a few typos. | Bruce Mitchener |
| 2014-06-20 | Command files that switch input handlers didn't work, now they do. | Greg Clayton |
| 2014-06-13 | Initial merge of some of the iOS 8 / Mac OS X Yosemite specific | Jason Molenda |
| 2014-04-25 | Make sure that the CommandInterpreter::m_command_io_handler_sp gets reset whe... | Greg Clayton |
| 2014-03-25 | <rdar://problem/14862302> | Enrico Granata |
| 2014-03-20 | Core: preprocess out TestPromptFormats | Saleem Abdulrasool |
| 2014-03-11 | After doing all the work to compute the target ValueObject we want to evaluat... | Jim Ingham |
| 2014-03-07 | Don't hold the ThreadList lock over calls to the GetStatus (Process or Thread... | Jim Ingham |
| 2014-03-03 | "size_t" isn't always 64 bit, it is 32 bit on 32 bit systems. All printf styl... | Greg Clayton |
| 2014-02-28 | Fixed all overlapping prompt issues. | Greg Clayton |
| 2014-02-24 | Fixed the command line LLDB so that "CTRL+C" will interrupt a running process... | Greg Clayton |
| 2014-01-31 | Check curr_thread is not empty before accessing it. | Jim Ingham |
| 2014-01-28 | Fixed a crasher when handling process events that is due to a translation fro... | Greg Clayton |
| 2014-01-27 | Merging the iohandler branch back into main. | Greg Clayton |
| 2013-12-02 | Fixed internal code to not link against and code from "lldb/API/*". | Greg Clayton |
| 2013-11-04 | Roll back the changes I made in r193907 which created a new Frame | Jason Molenda |
| 2013-11-02 | Add a new base class, Frame. It is a pure virtual function which | Jason Molenda |
| 2013-10-31 | Renaming the setting to enable/disable automatic one-lining of summaries as a... | Enrico Granata |
| 2013-10-25 | <rdar://problem/15319880> | Enrico Granata |
| 2013-10-04 | Made all other "operator bool"s explicit and ensured | Sean Callanan |
| 2013-09-30 | <rdar://problem/14393032> | Enrico Granata |
| 2013-09-05 | Remove spurious reference to radars in code (we try not to put Radar numbers ... | Jim Ingham |
| 2013-07-30 | Add format specifiers to various format ids so we can print thread ids in dec... | Michael Sartain |
| 2013-07-17 | simple plugin now works with Linux fix assert in SetPluginInfo implement Linu... | Michael Sartain |
| 2013-07-11 | Huge change to clean up types. | Greg Clayton |
| 2013-06-21 | Adding two new markers to the ${var..} specifier | Enrico Granata |
| 2013-06-20 | In thread and frame format strings, it is now allowed to use Python functions... | Enrico Granata |
| 2013-06-18 | <rdar://problem/12717717> | Enrico Granata |
| 2013-05-29 | Remove unused variable. | Greg Clayton |
| 2013-05-23 | Add ${ansi.XX} parsing to lldb prompt, use-color setting, and -no-use-colors ... | Michael Sartain |
| 2013-05-21 | <rdar://problem/13878726> | Enrico Granata |
| 2013-05-21 | Improving the previous checkin about target.load-script-from-symbol-file | Enrico Granata |