| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add a note. | Johnny Chen | 2011-07-20 | 1 | -0/+1 |
| * | Minor modification. | Johnny Chen | 2011-07-20 | 1 | -1/+1 |
| * | Skip the remaining -Y? (skipping ? layers of summaries) tests if using a know... | Johnny Chen | 2011-07-20 | 1 | -0/+16 |
| * | Added KDP resume, suspend, set/remove breakpoint, and kernel version support. | Greg Clayton | 2011-07-20 | 6 | -57/+269 |
| * | Remove extra launch arguments. | Greg Clayton | 2011-07-20 | 1 | -10/+0 |
| * | Added register reading support for ARM, i386 and x86_64. | Greg Clayton | 2011-07-20 | 7 | -49/+177 |
| * | Add some docstrings for SBFileSpec class. | Johnny Chen | 2011-07-20 | 1 | -0/+21 |
| * | Add some docstrings for SBError class. | Johnny Chen | 2011-07-20 | 1 | -0/+47 |
| * | A more succinct assertTrue. | Johnny Chen | 2011-07-20 | 1 | -2/+1 |
| * | Minor change; add an assertTrue stmt. | Johnny Chen | 2011-07-20 | 1 | -0/+1 |
| * | Add some docstrings for SBSourceManager class. | Johnny Chen | 2011-07-19 | 1 | -0/+26 |
| * | Add some docstrings for SBStream class. | Johnny Chen | 2011-07-19 | 1 | -8/+47 |
| * | Move the rest of the SB headers to interface files. | Johnny Chen | 2011-07-19 | 15 | -15/+830 |
| * | type category list now supports a regular expression argument that filters ca... | Enrico Granata | 2011-07-19 | 2 | -19/+203 |
| * | Rearrange the %include SWIG directives into two groups. One is the pure .h h... | Johnny Chen | 2011-07-19 | 1 | -13/+17 |
| * | Applied Matt Johnson patch to ValueObject and FormatManager | Enrico Granata | 2011-07-19 | 2 | -20/+20 |
| * | Avoid calling accessor function more than once when result is already in | Greg Clayton | 2011-07-19 | 1 | -1/+1 |
| * | Added some more functionality to SocketAddress and modified | Greg Clayton | 2011-07-19 | 3 | -33/+233 |
| * | Patch by Matt Johnson to silence G++ warnings! | Johnny Chen | 2011-07-19 | 18 | -48/+49 |
| * | Fix build error for StringSummaryFormat undefined symbols. | Johnny Chen | 2011-07-19 | 1 | -1/+2 |
| * | The implementation of categories is now synchronization safe | Enrico Granata | 2011-07-19 | 21 | -678/+805 |
| * | Abstract "struct sockaddr", "struct sockaddr_in", "struct sockaddr_in6" and | Greg Clayton | 2011-07-19 | 5 | -33/+327 |
| * | Modified the LocateMacOSXFilesUsingDebugSymbols(...) function to locate | Greg Clayton | 2011-07-19 | 32 | -3944/+5810 |
| * | Fixed a bug where deleting a regex summary would not immediately reflect in t... | Enrico Granata | 2011-07-19 | 19 | -441/+1436 |
| * | Initialize the all important automatic variable 'lldb::ConnectionStatus statu... | Johnny Chen | 2011-07-19 | 1 | -1/+1 |
| * | Add SWIG interface files for SBSymbol, SBSymbolContext, and SBSymbolContextList. | Johnny Chen | 2011-07-19 | 8 | -81/+215 |
| * | Add SWIG Python interface files for SBLineEntry, SBListener, and SBModule. | Johnny Chen | 2011-07-18 | 8 | -60/+316 |
| * | Missed the interface file for SBFunction in the previous checkin. | Johnny Chen | 2011-07-18 | 2 | -41/+81 |
| * | Add SWIG Python interface files for SBDebugger, SBCompileUnit, and SBEvent. | Johnny Chen | 2011-07-18 | 7 | -246/+534 |
| * | Add SWIG Python interface files for SBAddress, SBBlock, SBBreakpoint, and SBB... | Johnny Chen | 2011-07-18 | 9 | -173/+428 |
| * | Removed a redundant dyn_cast. Thanks to Felipe | Sean Callanan | 2011-07-18 | 1 | -7/+5 |
| * | Add SWIG Python interface files for SBProcess, SBThread, and SBFrame. | Johnny Chen | 2011-07-18 | 10 | -194/+591 |
| * | Fix header documentations. | Johnny Chen | 2011-07-18 | 2 | -2/+2 |
| * | Add two new interface files SBValue.i and SBValueList.i, instead of directly ... | Johnny Chen | 2011-07-18 | 5 | -119/+366 |
| * | Cleaned up the interface file for SBTarget. | Johnny Chen | 2011-07-18 | 1 | -50/+0 |
| * | Runtime errors in Python scripts were not being shown; this fix makes them pr... | Enrico Granata | 2011-07-18 | 1 | -0/+4 |
| * | Added a boolean to the pure virtual lldb_private::Process::CanDebug(...) | Greg Clayton | 2011-07-17 | 16 | -235/+442 |
| * | Have SWIG generate autodoc strings with parameter types for all SB API object... | Johnny Chen | 2011-07-16 | 2 | -2/+3 |
| * | Create an interface file for SBTarget named SBTarget.i which relieves SBTarget.h | Johnny Chen | 2011-07-16 | 4 | -112/+494 |
| * | Add missing #include, fixes Linux build | Peter Collingbourne | 2011-07-16 | 1 | -0/+2 |
| * | Completed more work on the KDP darwin kernel debugging Process plug-in. | Greg Clayton | 2011-07-16 | 12 | -162/+607 |
| * | Some descriptive text for the Python script feature: | Enrico Granata | 2011-07-16 | 13 | -21/+287 |
| * | Added support for dynamic detection of AVX, and | Sean Callanan | 2011-07-16 | 8 | -17/+84 |
| * | System-wide summaries: | Enrico Granata | 2011-07-15 | 13 | -580/+1137 |
| * | Fix gcc build error | Peter Collingbourne | 2011-07-15 | 1 | -2/+0 |
| * | Add TestValueAPI.py to exercise the newly added/modified SBValue APIs: | Johnny Chen | 2011-07-15 | 4 | -0/+124 |
| * | Add some more docstrings for SBCompileUnit and SBBreakpoint, plus incorporate... | Johnny Chen | 2011-07-15 | 4 | -10/+48 |
| * | Added the ability to get synthetic child values from SBValue objects that | Greg Clayton | 2011-07-15 | 3 | -14/+76 |
| * | Fixed the comment lines in the file comment headers. | Greg Clayton | 2011-07-15 | 6 | -6/+6 |
| * | Added the ability to connect using "tcp://<host>:<port>" which is the | Greg Clayton | 2011-07-15 | 6 | -261/+277 |