| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add a LaunchSimple API that is nicer to use for quick scripts. | Jim Ingham | 2011-03-31 | 1 | -0/+26 |
| * | Many improvements to the Platform base class and subclasses. The base Platform | Greg Clayton | 2011-03-30 | 1 | -1/+1 |
| * | Fixed the LLDB build so that we can have private types, private enums and | Greg Clayton | 2011-03-24 | 1 | -1/+1 |
| * | Expose ConnectRemote API through SBTarget and SBProcess. | James McIlree | 2011-03-04 | 1 | -0/+35 |
| * | Added a missing API call in SBTarget that enables one to get | Greg Clayton | 2011-03-02 | 1 | -0/+10 |
| * | Moved FileSpec into the Host layer since it will vary from host to host. | Greg Clayton | 2011-02-08 | 1 | -1/+1 |
| * | Added a SBListener parameter to Launch and attach calls to avoid a race | Greg Clayton | 2011-02-03 | 1 | -4/+17 |
| * | Endian patch from Kirk Beitz that allows better cross platform building. | Greg Clayton | 2011-02-01 | 1 | -0/+1 |
| * | Changed the SymbolFile::FindFunction() function calls to only return | Greg Clayton | 2011-01-27 | 1 | -9/+34 |
| * | Added support for some new environment variables within LLDB to enable some | Greg Clayton | 2011-01-27 | 1 | -19/+85 |
| * | Deprecated old forms of SBTarget::Launch. There is not just one and no | Greg Clayton | 2011-01-23 | 1 | -43/+0 |
| * | Restored some missing APIs for the test suite. Now testsuite still has some f... | Greg Clayton | 2011-01-23 | 1 | -0/+30 |
| * | Added a new variant of SBTarget::Launch() that deprectates the old one that | Greg Clayton | 2011-01-23 | 1 | -26/+23 |
| * | The LLDB API (lldb::SB*) is now thread safe! | Greg Clayton | 2010-12-20 | 1 | -180/+46 |
| * | Fixed the "expression" command object to use the StackFrame::GetValueForExpre... | Greg Clayton | 2010-12-15 | 1 | -1/+2 |
| * | Added the ability for SBTarget to resolve load addresses (convert lldb::addr_... | Greg Clayton | 2010-12-12 | 1 | -0/+11 |
| * | Fixed FileSpec's operator == to deal with equivalent paths such as "/tmp/a.c" | Greg Clayton | 2010-11-08 | 1 | -1/+1 |
| * | Modified all logging calls to hand out shared pointers to make sure we | Greg Clayton | 2010-11-06 | 1 | -15/+15 |
| * | Added copy constructors and assignment operators to all lldb::SB* classes | Greg Clayton | 2010-11-05 | 1 | -0/+8 |
| * | Cleaned up the API logging a lot more to reduce redundant information and | Greg Clayton | 2010-10-31 | 1 | -72/+25 |
| * | Improved API logging. | Greg Clayton | 2010-10-30 | 1 | -55/+30 |
| * | Add the ability to disable individual log categories, rather | Caroline Tice | 2010-10-29 | 1 | -2/+4 |
| * | Modified the lldb_private::TypeList to use a std::multimap for quicker lookup | Greg Clayton | 2010-10-29 | 1 | -87/+37 |
| * | Clean up the API logging code: | Caroline Tice | 2010-10-26 | 1 | -108/+86 |
| * | First pass at adding logging capabilities for the API functions. At the moment | Caroline Tice | 2010-10-26 | 1 | -7/+295 |
| * | Fixed an issue where we were resolving paths when we should have been. | Greg Clayton | 2010-10-20 | 1 | -4/+4 |
| * | Fixed a launching issue. | Sean Callanan | 2010-10-07 | 1 | -4/+4 |
| * | Cleaned up the SWIG stuff so all includes happen as they should, no pulling | Greg Clayton | 2010-10-07 | 1 | -21/+20 |
| * | o SBtarget.cpp/.h: | Johnny Chen | 2010-10-07 | 1 | -13/+13 |
| * | Expose the error contained within an SBValue. | Greg Clayton | 2010-10-06 | 1 | -2/+106 |
| * | Leaving in deprecated functions until we can get a clean build with the new A... | Greg Clayton | 2010-10-06 | 1 | -2/+25 |
| * | Added the first of hopefully many python example scripts that show how to | Greg Clayton | 2010-10-06 | 1 | -31/+36 |
| * | There are now to new "settings set" variables that live in each debugger | Greg Clayton | 2010-10-04 | 1 | -4/+4 |
| * | Change how we call Target::CreateBreakpoint to account for the new "name type... | Jim Ingham | 2010-09-30 | 1 | -2/+2 |
| * | Remove all the __repr__ methods from the API/*.h files, and put them | Caroline Tice | 2010-09-22 | 1 | -9/+1 |
| * | Fix indentations. | Caroline Tice | 2010-09-20 | 1 | -2/+2 |
| * | Add GetDescription() and __repr__ () methods to most API classes, to allow | Caroline Tice | 2010-09-20 | 1 | -0/+23 |
| * | Moved the section load list up into the target so we can use the target | Greg Clayton | 2010-09-14 | 1 | -2/+3 |
| * | Added the ability to disable ASLR (Address Space Layout Randomization). ASLR | Greg Clayton | 2010-08-31 | 1 | -1/+2 |
| * | Change "Current" as in GetCurrentThread, GetCurrentStackFrame, etc, to "Selec... | Jim Ingham | 2010-08-26 | 1 | -11/+0 |
| * | Added "void Clear();" methods to SBDebugger, SBTarget and SBThread so they ca... | Greg Clayton | 2010-07-30 | 1 | -0/+7 |
| * | Added needed breakpoint functionality to the public API that includes: | Greg Clayton | 2010-07-23 | 1 | -19/+15 |
| * | Merged Eli Friedman's linux build changes where he added Makefile files that | Greg Clayton | 2010-07-09 | 1 | -1/+1 |
| * | Centralized all disassembly into static functions in source/Core/Disassembler... | Greg Clayton | 2010-06-30 | 1 | -137/+79 |
| * | A little code cleanup to not create an script bridging object just to feed | Greg Clayton | 2010-06-29 | 1 | -5/+2 |
| * | Very large changes that were needed in order to allow multiple connections | Greg Clayton | 2010-06-23 | 1 | -59/+75 |
| * | Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong. | Jim Ingham | 2010-06-15 | 1 | -1/+1 |
| * | And some more include line fixes. | Eli Friedman | 2010-06-09 | 1 | -5/+5 |
| * | Initial checkin of lldb code from internal Apple repo. | Chris Lattner | 2010-06-08 | 1 | -0/+553 |