| Commit message (Expand) | Author | Age | Files | Lines |
* | Note in the documentation about the fact that Python callbacks can return a v... | Enrico Granata | 2013-05-16 | 1 | -0/+6 |
* | <rdar://problem/13883385> | Enrico Granata | 2013-05-15 | 1 | -1/+2 |
* | After discussing with Chris Lattner, we require C++11, so lets get rid of the... | Greg Clayton | 2013-04-18 | 1 | -2/+2 |
* | Since we use C++11, we should switch over to using std::unique_ptr when C++11... | Greg Clayton | 2013-04-18 | 1 | -2/+2 |
* | breakpoint command add currently doesn't support adding commands to more than... | Jim Ingham | 2013-02-28 | 1 | -0/+7 |
* | Fix Linux build warnings due to redefinition of macros: | Daniel Malea | 2012-12-05 | 1 | -0/+2 |
* | <rdar://problem/12798131> | Greg Clayton | 2012-12-04 | 1 | -1/+1 |
* | Updated the "breakpoint command add" documentation and fixed the web site doc... | Greg Clayton | 2012-10-26 | 1 | -109/+124 |
* | Change the NULL to a 0 since we need a uint32_t | Filipe Cabecinhas | 2012-09-11 | 1 | -4/+4 |
* | <rdar://problem/11975483> Removing user-visible references to 'dict' as a par... | Enrico Granata | 2012-08-08 | 1 | -1/+1 |
* | Ran the static analyzer on the codebase and found a few things. | Greg Clayton | 2012-07-17 | 1 | -4/+3 |
* | Make raw & parsed commands subclasses of CommandObject rather than having the... | Jim Ingham | 2012-06-08 | 1 | -574/+581 |
* | <rdar://problem/11328896> Fixing a bug where regex commands were saved in the... | Enrico Granata | 2012-05-31 | 1 | -1/+2 |
* | Fix the docs for "breakpoint command add" to specify the arguments passed int... | Jim Ingham | 2012-04-25 | 1 | -21/+32 |
* | Adding a new --python-function (-F) option to breakpoint command add. The opt... | Enrico Granata | 2012-04-04 | 1 | -5/+38 |
* | Using the new ScriptInterpreterObject in the implementation of synthetic chil... | Enrico Granata | 2012-03-06 | 1 | -2/+2 |
* | Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptr | Greg Clayton | 2012-02-21 | 1 | -2/+3 |
* | Remove unneeded includes. | Jim Ingham | 2012-02-17 | 1 | -1/+0 |
* | Cleaned up many error codes. For any who is filling in error strings into | Greg Clayton | 2011-10-26 | 1 | -1/+1 |
* | Re-organized the contents of RangeMap.h to be more concise and also allow for... | Greg Clayton | 2011-10-07 | 1 | -39/+36 |
* | Converted the lldb_private::Process over to use the intrusive | Greg Clayton | 2011-09-22 | 1 | -2/+3 |
* | Add 'batch_mode' to CommandInterpreter. Modify InputReaders to | Caroline Tice | 2011-06-16 | 1 | -14/+21 |
* | Added Debugger::GetAsync{Output/Error}Stream, and use it to print parse error... | Jim Ingham | 2011-06-02 | 1 | -4/+2 |
* | Change the command 'breakpoint command remove' to 'breakpoint command delete', | Caroline Tice | 2011-05-22 | 1 | -12/+12 |
* | Fix places that were writing directly to the debugger's output | Caroline Tice | 2011-05-16 | 1 | -4/+11 |
* | This patch captures and serializes all output being written by the | Caroline Tice | 2011-05-02 | 1 | -0/+3 |
* | Added two new classes for command options: | Greg Clayton | 2011-04-13 | 1 | -2/+2 |
* | Modified the ArchSpec to take an optional "Platform *" when setting the triple. | Greg Clayton | 2011-04-07 | 1 | -3/+4 |
* | Many improvements to the Platform base class and subclasses. The base Platform | Greg Clayton | 2011-03-30 | 1 | -2/+0 |
* | Fixed the LLDB build so that we can have private types, private enums and | Greg Clayton | 2011-03-24 | 1 | -3/+3 |
* | - Changed all the places where CommandObjectReturn was exporting a StreamStri... | Jim Ingham | 2011-02-19 | 1 | -12/+8 |
* | Factor all the code that does "Execute a list of lldb command interpreter com... | Jim Ingham | 2011-02-18 | 1 | -74/+80 |
* | Use Host::File in lldb_private::StreamFile and other places to cleanup host | Greg Clayton | 2011-02-09 | 1 | -33/+24 |
* | The code to check whether the number of arguments was 0 was not necessary, Ve... | Jim Ingham | 2011-01-21 | 1 | -7/+0 |
* | Add the ability to catch and do the right thing with Interrupts (often contro... | Caroline Tice | 2010-11-19 | 1 | -0/+23 |
* | Flush the prompts immediately in the breakpoint command input readers, to make | Caroline Tice | 2010-10-27 | 1 | -0/+7 |
* | Modify existing commands with arguments to use the new argument mechanism | Caroline Tice | 2010-10-04 | 1 | -3/+41 |
* | Modify command options to use the new arguments mechanism. Now all command o... | Caroline Tice | 2010-10-01 | 1 | -6/+6 |
* | Update help text for breakpoint command one-liners. | Caroline Tice | 2010-09-21 | 1 | -1/+1 |
* | Re-write/clean up code that generated Python breakpoint commands. | Caroline Tice | 2010-09-21 | 1 | -0/+5 |
* | General command line help cleanup: | Greg Clayton | 2010-09-18 | 1 | -1/+1 |
* | Fixed the way set/show variables were being accessed to being natively | Greg Clayton | 2010-09-18 | 1 | -34/+29 |
* | Fixed some comments. | Johnny Chen | 2010-09-11 | 1 | -1/+1 |
* | Added [-o <one-liner>] to the "breakpoint command add" lldb command to be able | Johnny Chen | 2010-09-11 | 1 | -38/+72 |
* | Fixed the breakage of "breakpoint command add -p 1 2" caused by r113596 as | Johnny Chen | 2010-09-10 | 1 | -2/+2 |
* | Updated help text for "breakpoint command add" to reflect r113596 changeset. | Johnny Chen | 2010-09-10 | 1 | -0/+16 |
* | Added the capability to specify a one-liner Python script as the callback | Johnny Chen | 2010-09-10 | 1 | -6/+18 |
* | Clean up, clarify and standardize help text, and fix a few help text formatti... | Caroline Tice | 2010-09-08 | 1 | -4/+4 |
* | Change "Current" as in GetCurrentThread, GetCurrentStackFrame, etc, to "Selec... | Jim Ingham | 2010-08-26 | 1 | -3/+3 |
* | I enabled some extra warnings for hidden local variables and for hidden | Greg Clayton | 2010-07-14 | 1 | -6/+12 |