summaryrefslogtreecommitdiffstats
path: root/lldb/source/Expression
Commit message (Expand)AuthorAgeFilesLines
* Fixed a potential crash if layout for a structureSean Callanan2013-03-251-1/+4
* If there are multiple uses of an Objective-CSean Callanan2013-03-231-8/+12
* Modified the way we report fields of records.Sean Callanan2013-03-211-5/+1
* Update source/Expression/CMakeLists.txt to reflect actual source files.Andy Gibbs2013-03-201-2/+1
* Updated the IRExecutionUnit to keep local copiesSean Callanan2013-03-191-30/+34
* Fixed handling of function pointers in the IRSean Callanan2013-03-192-12/+42
* Refactored the expression parser so that the IRSean Callanan2013-03-198-719/+828
* <rdar://problem/13421412>Greg Clayton2013-03-142-5/+5
* Fixed a problem where we didn't return TypedefNameDeclsSean Callanan2013-03-141-0/+8
* Switch from CreateTypeSourceInfo, which allocatesSean Callanan2013-03-121-1/+1
* Misc. clang build warning fixes.Matt Kopec2013-03-121-1/+1
* Match the new declaration of clang::ASTContext::getFunctionType introduced in...Sylvestre Ledru2013-03-101-2/+1
* Removed One Definition Rule warnings because they'reSean Callanan2013-03-081-0/+1
* Added very lightweight, statically-allocatedSean Callanan2013-03-082-3/+20
* Adding support for DW_OP_stack_value in DWARFExpression::EvaluateAndrew Kaylor2013-03-061-0/+12
* Added a little bit of logging to ClangFunction toSean Callanan2013-03-061-1/+29
* Add support for non-register scalar values in DoMaterializeOneVariable.Andrew Kaylor2013-03-061-120/+173
* <rdar://problem/13338643>Greg Clayton2013-03-041-9/+10
* Convert from the C-based LLVM Disassembler shim to the full MC Disassembler A...Jim Ingham2013-03-021-1/+3
* Fixed some problems with type deportation:Sean Callanan2013-02-281-2/+3
* Add GNU indirect function support in expressions for Linux.Matt Kopec2013-02-271-15/+46
* <rdar://problem/13265297> Greg Clayton2013-02-231-2/+2
* Fix clang warnings related to python macro redefinition and printf format spe...Matt Kopec2013-02-211-1/+1
* Change to JITDefault code model for ELF targetsAndrew Kaylor2013-02-211-1/+9
* Hardening in case a thread's frames are missing.Sean Callanan2013-02-211-1/+1
* Adding CMake build system to LLDB. Some known issues remain:Daniel Malea2013-02-211-0/+22
* Fixed a bug where certain vector code didn'tSean Callanan2013-02-211-0/+10
* Change ELF relocation model to staticAndrew Kaylor2013-02-202-1/+8
* Fixes in the IRInterpreter:Sean Callanan2013-02-151-8/+7
* Bring lldb up to date with clang revision 175141.Filipe Cabecinhas2013-02-141-0/+1
* Centralized the expression prefixes that are used for both expressions and ut...Greg Clayton2013-02-132-57/+33
* <rdar://problem/13210494>Greg Clayton2013-02-131-1/+30
* Made NULL, nil, and Nil use the appropriateSean Callanan2013-02-131-3/+3
* Made LLDB build with the latest Clang. This meantSean Callanan2013-02-121-14/+32
* Fixed the way the ClangExpressionDeclMap looksSean Callanan2013-02-121-4/+11
* Reworked the way Process::RunThreadPlan and the ThreadPlanCallFunction intero...Jim Ingham2013-02-091-1/+1
* Address sanitizer found an issue which we filed a bug for: <rdar://problem/13...Greg Clayton2013-02-071-0/+3
* Correct the definition of ObjC's BOOL in our pre-canned set of defines. It's...Jim Ingham2013-02-011-1/+1
* Modified the expression parser's class wrapper toSean Callanan2013-02-011-16/+57
* Add "thread return -x" to unwind the innermost user called expression (if you...Jim Ingham2013-01-311-2/+2
* <rdar://problem/13107904>Greg Clayton2013-01-291-1/+0
* Fixed a "wchar_t" typo.Greg Clayton2013-01-291-2/+2
* Always define types from stdint.h so they are always available for use in exp...Greg Clayton2013-01-281-12/+26
* <rdar://problem/13069948>Greg Clayton2013-01-255-56/+52
* Quick fix to make LLDB TOT work with Clang TOT.Sean Callanan2013-01-221-1/+1
* Extended LLDB to handle blocks capturing 'self'Sean Callanan2013-01-192-7/+92
* Made the expression handle variables withSean Callanan2013-01-181-38/+151
* ClangExpressionVariable previously was not capable ofSean Callanan2013-01-151-84/+117
* Separated the "expr --unwind-on-error" behavior into two parts, actual errors...Jim Ingham2013-01-152-22/+44
* Once a function has been JIT-compiled once, don'tSean Callanan2013-01-141-0/+2
OpenPOWER on IntegriCloud