| Commit message (Expand) | Author | Age | Files | Lines |
| * | Dynamic values have been around (and stable and reliable) for long enough tha... | Enrico Granata | 2015-01-09 | 1 | -1/+1 |
| * | Audit uses of ConstString::AsCString() to make sure they weren't assuming | Jim Ingham | 2014-12-19 | 1 | -2/+2 |
| * | Add the ability to set breakpoints with conditions, commands, etc, | Jim Ingham | 2014-12-06 | 1 | -28/+39 |
| * | This is the meat of the code to add Clang modules | Sean Callanan | 2014-12-05 | 1 | -0/+16 |
| * | This is the first step of making lldb able to create target-specific things | Jim Ingham | 2014-11-22 | 1 | -2/+17 |
| * | Fixed more fallout from running the test suite remotely on iOS devices. | Greg Clayton | 2014-11-17 | 1 | -3/+37 |
| * | Added functions to the C++ API, for the benefit of non-8-bit byte architectures. | Matthew Gardiner | 2014-10-22 | 1 | -0/+6 |
| * | Make the "synchronous" mode actually work without race conditions. | Greg Clayton | 2014-10-21 | 1 | -3/+3 |
| * | Remove LLDB_DEFAULT_SHELL #define, and determine this at runtime. | Zachary Turner | 2014-10-20 | 1 | -1/+2 |
| * | llgs: fixes to PTY/gdb-remote inferior stdout/stderr handling, logging addtions. | Todd Fiala | 2014-10-11 | 1 | -0/+7 |
| * | Rework the way we pass "run multiple command" options to the various API's that | Jim Ingham | 2014-10-11 | 1 | -12/+11 |
| * | Reverse out r219169 related to quote handling. | Todd Fiala | 2014-10-10 | 1 | -16/+0 |
| * | logging: added more logging to the Target/Platform launch & attach sequence. | Todd Fiala | 2014-10-09 | 1 | -2/+21 |
| * | Add "target.expr-parser-compiler-args" setting. | Todd Fiala | 2014-10-06 | 1 | -0/+16 |
| * | Change inline-breakpoint-strategy setting to default to eInlineBreakpointsAlw... | Todd Fiala | 2014-09-24 | 1 | -3/+4 |
| * | Add a new target.process.memory-cache-line-size to change the size of | Jason Molenda | 2014-09-03 | 1 | -0/+5 |
| * | In order for the debug script filename to be valid as a module name, LLDB doe... | Enrico Granata | 2014-08-16 | 1 | -3/+3 |
| * | Fix iohandler prompt race condition. | Todd Fiala | 2014-08-12 | 1 | -1/+6 |
| * | Target: silence a GCC warning | Saleem Abdulrasool | 2014-07-23 | 1 | -1/+4 |
| * | Enable lldb-platform exe support for Linux. | Todd Fiala | 2014-07-22 | 1 | -2/+5 |
| * | Fix typos. | Bruce Mitchener | 2014-07-01 | 1 | -6/+6 |
| * | Added an option to turn OFF the "detach on error" behavior that was added | Jim Ingham | 2014-06-25 | 1 | -0/+16 |
| * | Rename eExecution*** to eExpression*** to be consistent with the result type. | Jim Ingham | 2014-05-05 | 1 | -2/+2 |
| * | Make the Expression Execution result enum available to the SB API layer. | Jim Ingham | 2014-05-05 | 1 | -2/+2 |
| * | Sometimes when launching through a shell, we can run into cases where the /bi... | Greg Clayton | 2014-04-30 | 1 | -0/+21 |
| * | Fixed an issue where if you called: | Greg Clayton | 2014-04-07 | 1 | -0/+2 |
| * | sweep up -Wformat warnings from gcc | Saleem Abdulrasool | 2014-04-04 | 1 | -3/+3 |
| * | JITed functions can now have debug info and be debugged with debug and source... | Greg Clayton | 2014-03-24 | 1 | -11/+18 |
| * | Create a Process::ModulesDidLoad() method to handle process-related tasks, as... | Andrew MacPherson | 2014-03-13 | 1 | -5/+1 |
| * | "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/+1 |
| * | Fix Windows build using portable types for formatting the log outputs | Deepak Panickal | 2014-03-03 | 1 | -1/+1 |
| * | Fix build break due to signature change on ASTContext' setExternalSource para... | Todd Fiala | 2014-02-27 | 1 | -1/+1 |
| * | Add a new target setting, trap-handler-names, where a user can | Jason Molenda | 2014-02-14 | 1 | -1/+15 |
| * | Merging the iohandler branch back into main. | Greg Clayton | 2014-01-27 | 1 | -15/+23 |
| * | Rename Platform::GetFile (3-arg version) to GetFileWithUUID | Steve Pucci | 2014-01-17 | 1 | -1/+1 |
| * | Get the breakpoint setting, and the Mac OS X DYLD trampolines and expression ... | Jim Ingham | 2014-01-10 | 1 | -9/+9 |
| * | <rdar://problem/15668743> | Greg Clayton | 2013-12-18 | 1 | -0/+10 |
| * | Centralized the launching of a process into Target::Launch() | Greg Clayton | 2013-12-13 | 1 | -0/+109 |
| * | Add a setting to allow users to enable expressions that crash LLDB to show up... | Greg Clayton | 2013-12-06 | 1 | -1/+10 |
| * | For logical backtrace work, lldb needs to track Module unloads etc & symoblic... | Greg Clayton | 2013-12-06 | 1 | -10/+68 |
| * | Expose SBPlatform through the public API. | Greg Clayton | 2013-11-20 | 1 | -13/+75 |
| * | Fixed the the breakpoint test case failures. | Greg Clayton | 2013-11-09 | 1 | -5/+13 |
| * | <rdar://problem/15367122> | Greg Clayton | 2013-11-05 | 1 | -18/+18 |
| * | Add a new system runtime plugin type - just the top level | Jason Molenda | 2013-11-05 | 1 | -0/+9 |
| * | Added a "--debug" option to the "expression" command. | Greg Clayton | 2013-11-04 | 1 | -9/+4 |
| * | Roll back the changes I made in r193907 which created a new Frame | Jason Molenda | 2013-11-04 | 1 | -6/+6 |
| * | Add a new base class, Frame. It is a pure virtual function which | Jason Molenda | 2013-11-02 | 1 | -6/+6 |
| * | Fix the format warnings. | Sylvestre Ledru | 2013-10-31 | 1 | -1/+1 |
| * | <rdar://problem/13635174> | Greg Clayton | 2013-10-11 | 1 | -18/+24 |
| * | Target::m_suppress_synthetic_value was a hack required to disable synthetic v... | Enrico Granata | 2013-09-24 | 1 | -3/+1 |