| Commit message (Expand) | Author | Age | Files | Lines |
| * | Move lldb-log.cpp to core/Logging.cpp | Zachary Turner | 2015-03-18 | 1 | -1/+0 |
| * | Fix fetching the architecture of the target on process launch | Tamas Berghammer | 2015-03-13 | 1 | -0/+24 |
| * | Remove unused FileSpec variable from Target::GetSharedModule | Ilia K | 2015-03-12 | 1 | -1/+0 |
| * | Add =shlibs-added/=shlibs-removed notifications (MI) | Ilia K | 2015-03-10 | 1 | -75/+69 |
| * | Don't #include FormatManager.h from Debugger.h | Zachary Turner | 2015-03-03 | 1 | -0/+3 |
| * | Don't #include ClangPersistentVariables.h from Process.h | Zachary Turner | 2015-03-03 | 1 | -0/+1 |
| * | Reduce header footprint of Target.h | Zachary Turner | 2015-03-03 | 1 | -61/+86 |
| * | Fix Arg0 argument after r229110. The problem was that Arg0ValueChangedCallbac... | Ilia K | 2015-02-13 | 1 | -1/+2 |
| * | Add -exec-arguments command | Ilia K | 2015-02-13 | 1 | -1/+147 |
| * | Introduce the notion of "runtime support values" | Enrico Granata | 2015-02-11 | 1 | -1/+18 |
| * | As part of the cleanup when a process dies, tell watchpoints to forget their ... | Enrico Granata | 2015-02-11 | 1 | -0/+21 |
| * | Extract attach core logic from SBTarget::Attach* methods into unified SBTarge... | Oleksiy Vyalov | 2015-02-10 | 1 | -0/+77 |
| * | 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 |