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