summaryrefslogtreecommitdiffstats
path: root/lldb/scripts
Commit message (Expand)AuthorAgeFilesLines
* <rdar://problem/10750012>Greg Clayton2012-01-271-8/+0
* If timestamps are enabled when logging GDB remote packets ("log enable -T -f ...Greg Clayton2012-01-251-2/+97
* Handle 's' packets correctly when disassembling GDB packet output.Greg Clayton2012-01-251-5/+15
* Integrated a patch for the MCJIT that inhibitsSean Callanan2012-01-191-0/+12
* Patch from Enrico Granata that moves SBData related functions into the SBDataGreg Clayton2012-01-072-21/+46
* http://llvm.org/bugs/show_bug.cgi?id=11619Johnny Chen2012-01-062-0/+172
* Fixed a problem in our local Clang's method forSean Callanan2012-01-051-0/+19
* <rdar://problem/10507811>Greg Clayton2012-01-041-4/+5
* Cleaned up the usage to show the BuildAndIntegration configuration.Greg Clayton2011-12-281-3/+3
* The "desired result type" code in the expressionSean Callanan2011-12-211-0/+25
* Tightened Clang against a bug in which RecordDeclsSean Callanan2011-12-211-0/+14
* Add needed Clear methods.Jim Ingham2011-12-193-0/+9
* Fix Python docstring for SBThread.GetStopDescription().Johnny Chen2011-12-191-0/+4
* Fixed code rot pointed out by Jim.Johnny Chen2011-12-171-1/+1
* Added a version of the LLVM/Clang checkout andSean Callanan2011-12-171-0/+73
* Add the ability to capture the return value in a thread's stop info, and prin...Jim Ingham2011-12-171-0/+3
* I have added a new patch to LLVM that makes theSean Callanan2011-12-171-0/+199
* Updated Clang to take an enhancement to the waySean Callanan2011-12-163-12/+12
* Add fuzz calls for newly added SBProcess methods. Fix a typo in the audodoc ...Johnny Chen2011-12-151-1/+1
* <rdar://problem/10584789>Greg Clayton2011-12-151-0/+3
* Expose new read memory fucntion through python in SBProcess:Greg Clayton2011-12-151-0/+51
* I have added a function to SBTarget that allowsSean Callanan2011-12-142-16/+37
* Add more robustness - use PyString_CheckExact(pvalue) to check whether pvalue...Johnny Chen2011-12-141-1/+1
* http://llvm.org/bugs/show_bug.cgi?id=11569Johnny Chen2011-12-141-2/+4
* Add SBValue::GetDynamicValue and SBValue::GetStaticValue API's.Jim Ingham2011-12-081-0/+9
* Picked up a new revision of Clang to pull in Objective-CSean Callanan2011-12-015-13/+13
* SBProcess.PutSTDIN() needs to be properly typemapped when swigging,Johnny Chen2011-11-283-0/+15
* Clarify the SBProcess Python API GetSTDOUT()/GetSTDERR(). They look differen...Johnny Chen2011-11-281-0/+10
* Pulled in a new revision of LLVM/Clang and addedSean Callanan2011-11-196-66/+143
* This commit completes the rearchitecting of ClangASTSourceSean Callanan2011-11-183-1/+114
* Pulled in a new version of LLVM/Clang to solve a varietySean Callanan2011-11-151-2/+2
* <rdar://problem/10126482>Greg Clayton2011-11-133-3/+20
* Updated LLVM/Clang to pull in a fix for Objective-CSean Callanan2011-11-111-2/+2
* <rdar://problem/9334299>Greg Clayton2011-11-101-0/+3
* Add a missing ')' in the comment.Johnny Chen2011-11-081-1/+1
* Updated LLVM/Clang to pick up a fix for imports ofSean Callanan2011-11-042-33/+59
* Fixed the Xcode project building of LLVM to be a bit more user friendly:Greg Clayton2011-11-043-95/+138
* ...And forgot to check in build-llvm.pl. Sigh.Sean Callanan2011-11-021-2/+2
* Fix typo in the docstring.Johnny Chen2011-10-261-2/+2
* Updated LLVM/Clang to pull in a variety of typeSean Callanan2011-10-211-2/+2
* Add docstrings for SetCondition() and GetCondition() APIs.Johnny Chen2011-10-183-0/+31
* this patch introduces a new command script import command which takes as inpu...Enrico Granata2011-10-171-1/+83
* Add a commnad to set a condition for a watchpoint. Example:Johnny Chen2011-10-171-0/+6
* Added a buildbot script that automatically checksSean Callanan2011-10-141-0/+152
* Add SBWatchpoint::GetError() API, which is not currently populated as yet.Johnny Chen2011-10-141-3/+6
* SBValue::Watch() and SBValue::WatchPointee() are now the official API for cre...Johnny Chen2011-10-145-33/+20
* Cleaned up the SBWatchpoint public API.Greg Clayton2011-10-137-37/+47
* Add a SBTarget::BreakpointCreateByName API that allows you to specify the nameJim Ingham2011-10-111-0/+6
* Updated LLVM/Clang to pull in the latest ARM disassembler.Sean Callanan2011-10-071-3/+2
* Mention SBBreakpointLocation::GetAddress in the Python .i file.Jim Ingham2011-10-071-0/+3
OpenPOWER on IntegriCloud