summaryrefslogtreecommitdiffstats
path: root/lldb/source
Commit message (Expand)AuthorAgeFilesLines
* Patch by Bill Lynch fixing handling of the pidSean Callanan2010-08-183-8/+10
* Avoid an assertion crash by avoiding a circular dependency in the objectiveGreg Clayton2010-08-181-3/+0
* Changed "Error Value::GetValueAsData (...)" to set the data extractor byte Greg Clayton2010-08-181-0/+9
* Fixed an issue where we would return matches for DWARF in the .o files whenGreg Clayton2010-08-171-4/+38
* Don't try to get the architecture up front when doing attach -w.Jim Ingham2010-08-171-5/+8
* Check for errors in Resume before waiting for the resume to complete.Jim Ingham2010-08-171-1/+6
* Fixed FindFunctions so it works with all the new name types for the DWARF in ...Greg Clayton2010-08-171-17/+18
* Documented ClangResultSynthesizer and added very minorSean Callanan2010-08-161-3/+4
* Documented ClangExpressionVariable(List), andSean Callanan2010-08-131-17/+4
* Added documentation to ClangExpressionDeclMap.Sean Callanan2010-08-132-5/+3
* Modified CommandObjectExpression::EvaluateExpression() so that it takes anJohnny Chen2010-08-132-17/+28
* Documented ClangExpression and made parts of itSean Callanan2010-08-133-96/+9
* Added documentation to ClangASTSource andSean Callanan2010-08-121-0/+4
* Removed the ClangStmtVisitor, which is old codeSean Callanan2010-08-122-1046/+1
* Now that we are using the Unwinder (or Jason's new unwinder when that comes a...Jim Ingham2010-08-125-115/+80
* Added automatically generated result variables for eachSean Callanan2010-08-124-119/+310
* Few little fixes to reading in inlined functions. Also added a test case wit...Jim Ingham2010-08-121-6/+27
* Added support for persistent variables to theSean Callanan2010-08-116-52/+320
* There is no need to restore (sys.stdin, sys.stdout) of the python scriptJohnny Chen2010-08-101-5/+0
* Fix clang warnings.Benjamin Kramer2010-08-101-2/+2
* Looks like this is how you identify executables in ELF.Jim Ingham2010-08-101-2/+1
* Make breakpoint commands work again. Added a PerformAction to the stop info ...Jim Ingham2010-08-102-21/+48
* Remove unused powerpc unwind support.Jason Molenda2010-08-097-615/+0
* Change Target & Process so they can really be initialized with an invalid arc...Jim Ingham2010-08-0919-193/+649
* Updated help text to refer to "commands alias"Sean Callanan2010-08-092-20/+20
* Removed the -i option from the expr command, andSean Callanan2010-08-063-141/+93
* Fixed namespace visibility problems that wereSean Callanan2010-08-062-21/+21
* More missing files from my previous checkin.Greg Clayton2010-08-052-22/+42
* Added functionality to our API for SBType. This will allow users to eventuall...Greg Clayton2010-08-051-0/+212
* Abtracted the old "lldb_private::Thread::StopInfo" into an abtract class.Greg Clayton2010-08-0422-892/+998
* Added support for accessing members of C++ objects,Sean Callanan2010-08-045-2/+54
* Added FindTypes to Module and ModuleList.Greg Clayton2010-08-032-10/+35
* Added support for objective C built-in types: id, Class, and SEL. This Greg Clayton2010-08-0321-415/+536
* Set a CodeGenOption in Clang to inhibit insertionSean Callanan2010-08-032-0/+9
* Added support for rewriting objc_msgSend so we canSean Callanan2010-07-313-32/+275
* We can do better when reporting the status of one-liner script execution.Johnny Chen2010-07-303-9/+28
* Updated to llvm/clang from July 30, 2010 at 08:00.Greg Clayton2010-07-303-82/+84
* Added "void Clear();" methods to SBDebugger, SBTarget and SBThread so they ca...Greg Clayton2010-07-303-0/+20
* Removed pending TODOs after resolving them with help of the clang folks and t...Greg Clayton2010-07-291-6/+0
* Fixed "void *ClangASTContext::CreatePointerType (void *clang_type);" to retur...Greg Clayton2010-07-291-1/+19
* Fixed "warning: unused variable 'log'".Johnny Chen2010-07-291-2/+0
* Fixed expression result printing to have the expression result type be in Greg Clayton2010-07-291-1/+1
* Fixed the expression code to use the rightSean Callanan2010-07-291-23/+25
* The unix "source" command maps to "command source" in lldb. :-)Johnny Chen2010-07-281-1/+1
* Created lldb::LanguageType by moving an enumeration from the Greg Clayton2010-07-2810-82/+441
* Added and improved logging. This is helping us as weSean Callanan2010-07-284-36/+74
* Added support for calling functions from expressions.Sean Callanan2010-07-272-24/+47
* Added support for locating a function that isSean Callanan2010-07-272-10/+66
* Fixed a bug in the IR transformer where we wereSean Callanan2010-07-271-1/+10
* Changed SymbolContext so when you search for functionsSean Callanan2010-07-276-57/+114
OpenPOWER on IntegriCloud