| Age | Commit message (Expand) | Author |
| 2012-03-26 | If creation of watchpoint failed on the device, make sure the list maintained... | Johnny Chen |
| 2012-03-07 | When comparing a Thread against a ThreadSpec, don't fetch the Thread's Name o... | Jim Ingham |
| 2012-03-06 | Add a command and an SB API to create exception breakpoints. Make the break ... | Jim Ingham |
| 2012-03-05 | Make it possible to set Exception breakpoints when the target doesn't yet | Jim Ingham |
| 2012-03-03 | First step to making an LanguageRuntime Exception breakpoint API. | Jim Ingham |
| 2012-02-26 | Made a ModuleSpec class in Module.h which can specify a module using one or | Greg Clayton |
| 2012-02-25 | Make the Watchpoint IDs unique per target, not across targets as before. | Johnny Chen |
| 2012-02-24 | <rdar://problem/10103468> | Greg Clayton |
| 2012-02-18 | The second part in thread hardening the internals of LLDB where we make | Greg Clayton |
| 2012-02-17 | Remove unneeded includes. | Jim Ingham |
| 2012-02-16 | Add a general mechanism to wait on the debugger for Broadcasters of a given c... | Jim Ingham |
| 2012-02-13 | Full core file support has been added for mach-o core files. | Greg Clayton |
| 2012-02-09 | First pass at mach-o core file support is in. It currently works for x86_64 | Greg Clayton |
| 2012-02-05 | <rdar://problem/10560053> | Greg Clayton |
| 2012-01-30 | SBFrame is now threadsafe using some extra tricks. One issue is that stack | Greg Clayton |
| 2012-01-29 | Switching back to using std::tr1::shared_ptr. We originally switched away | Greg Clayton |
| 2012-01-13 | Only create new ASTImporters on demand, not | Sean Callanan |
| 2012-01-06 | <rdar://problem/10652336> | Greg Clayton |
| 2011-12-21 | The "desired result type" code in the expression | Sean Callanan |
| 2011-12-12 | rdar://problem/10227672 | Johnny Chen |
| 2011-12-08 | Added a new class called lldb_private::SymbolFileType which is designed to | Greg Clayton |
| 2011-11-30 | rdar://problem/10501020 | Johnny Chen |
| 2011-11-16 | I made the ClangASTImporter owned by the target | Sean Callanan |
| 2011-11-16 | Fixed a problem where the target didn't use a | Sean Callanan |
| 2011-11-15 | Made Target own a ClangASTSource that will be used | Sean Callanan |
| 2011-11-08 | Moved many of the "settings" that used to be in "target.process.*" to just | Greg Clayton |
| 2011-11-07 | Added a language parameter to the expression parser, | Sean Callanan |
| 2011-10-31 | warnings: Fix up several const qualified return types. | Daniel Dunbar |
| 2011-10-28 | Added the ability for the target to specify Modules that will not be searched | Jim Ingham |
| 2011-10-26 | Cleaned up many error codes. For any who is filling in error strings into | Greg Clayton |
| 2011-10-24 | Add more context information to the stop-hook mechanism by displaying the sto... | Johnny Chen |
| 2011-10-19 | Moved lldb::user_id_t values to be 64 bit. This was going to be needed for | Greg Clayton |
| 2011-10-14 | SBValue::Watch() and SBValue::WatchPointee() are now the official API for cre... | Johnny Chen |
| 2011-10-07 | Don't look up main to find the default source file till somebody actually ask... | Jim Ingham |
| 2011-10-05 | Add capability to set ignore count for watchpoint on the command line: | Johnny Chen |
| 2011-09-27 | Add SBTarget::GetLastCreatedWatchpointLocation() API and export to the Python... | Johnny Chen |
| 2011-09-26 | Add SB API class SBWatchpointLocation and some extra methods to the SBTarget ... | Johnny Chen |
| 2011-09-24 | Added to the public API to allow symbolication: | Greg Clayton |
| 2011-09-23 | Add a (bool)end_to_end parameter, default true, to the Target::Remove/Disable... | Johnny Chen |
| 2011-09-23 | Added the ability to restrict breakpoints by function name, function regexp, ... | Jim Ingham |
| 2011-09-23 | Remove the Stop Hooks / End Stop Hooks lines before/after running | Jason Molenda |
| 2011-09-22 | Add initial implementation of watchpoint commands for list, enable, disable, ... | Johnny Chen |
| 2011-09-22 | Converted the lldb_private::Process over to use the intrusive | Greg Clayton |
| 2011-09-21 | Add a new breakpoint type "break by source regular expression". | Jim Ingham |
| 2011-09-20 | Add some watchpoint maintenance methods to the Target class. | Johnny Chen |
| 2011-09-20 | Change Error::SetErrorStringWithFormat() prototype to use an | Jason Molenda |
| 2011-09-17 | Adopt the intrusive pointers in: | Greg Clayton |
| 2011-09-15 | Add cleanup of watchpoint locations during Target::DeleteCurrentProcess(). | Johnny Chen |
| 2011-09-15 | This patch modifies the expression parser to allow it | Sean Callanan |
| 2011-09-14 | Fix a bug where re-use of the same existing target-wise watchpoint did not wo... | Johnny Chen |