summaryrefslogtreecommitdiffstats
path: root/lldb/source/Expression
Commit message (Expand)AuthorAgeFilesLines
* Made the Materializer not write back variablesSean Callanan2014-03-251-5/+23
* Added a missing "break" to avoid falling throughSean Callanan2014-03-251-0/+1
* Fixed the IRInterpreter to ignore call instructionsSean Callanan2014-03-251-0/+68
* JITed functions can now have debug info and be debugged with debug and source...Greg Clayton2014-03-247-97/+498
* Cleanup some dead assignements reported by scan-buildArnaud A. de Grandmaison2014-03-221-1/+0
* cleanup unreferenced functionsSaleem Abdulrasool2014-03-204-153/+51
* Fix expression parsing (on FreeBSD, at least)Ed Maste2014-03-181-0/+1
* Expression: cleanup unused includeSaleem Abdulrasool2014-03-181-5/+0
* Don’t put Radar numbers in code.Jim Ingham2014-03-121-1/+1
* Fixed a problem where the expression parser wasSean Callanan2014-03-111-0/+16
* Followed up on Ed Maste's patch with a few moreSean Callanan2014-03-111-51/+23
* Fix #if 0'd code after range-based for loop changeEd Maste2014-03-101-2/+2
* Update LLDB for LLVM iterator change in r203364Ed Maste2014-03-101-24/+14
* Update LLDB for LLVM iterator change in r203364Ed Maste2014-03-101-13/+5
* Update for clang r203213Ben Langmuir2014-03-071-1/+1
* Replace uses of OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-071-2/+2
* Hardened against reads in the IRMemoryMap thatSean Callanan2014-03-041-0/+14
* Only require thread scope when we're about to run the function on a thread.Jim Ingham2014-03-031-6/+6
* "size_t" isn't always 64 bit, it is 32 bit on 32 bit systems. All printf styl...Greg Clayton2014-03-033-6/+6
* Fix Windows build using portable types for formatting the log outputsDeepak Panickal2014-03-033-6/+6
* Don't require a valid thread if expr can be evaluated staticallyEd Maste2014-03-031-1/+1
* Make sure the exe_ctx passed to ClangUserExpression::Execute has a valid thread.Jim Ingham2014-03-011-0/+6
* Better error reporting when a variable can't beSean Callanan2014-02-282-4/+26
* update the declaration from llvm::OwningPtr to llvm::IntrusiveRefCntPtr to ma...Sylvestre Ledru2014-02-271-1/+1
* Revert "Track Clang virtualFileSystem change (r201618)"Juergen Ributzka2014-02-201-1/+0
* Emit a warning diagnostic if a symbol was promotedSean Callanan2014-02-191-0/+4
* Track Clang virtualFileSystem change (r201618)Ed Maste2014-02-191-0/+1
* Add support for DW_OP_piece and DW_OP_bit_piece.Greg Clayton2014-02-121-3/+84
* Lock the JIT before using it.Sean Callanan2014-02-061-0/+4
* Removed spurious lookup of the $__lldb_exprSean Callanan2014-02-061-0/+3
* Merging the iohandler branch back into main. Greg Clayton2014-01-271-1/+2
* Better logging for the IRExecutionUnit so thatSean Callanan2014-01-211-6/+20
* Build fix following clang r199686Alp Toker2014-01-201-2/+2
* Harden the Materializer logic against types thatSean Callanan2014-01-141-0/+6
* Avoid LLDB crash upon DW_OP_deref* with empty stackEd Maste2014-01-131-0/+12
* Fixed a bug where the expression parser doesn'tSean Callanan2014-01-071-1/+3
* Updated our IR processing to reflect best practicesSean Callanan2013-12-202-29/+32
* Fixed the AST importer to ensure that base classesSean Callanan2013-12-202-0/+6
* Adjust to the new way LLVM emits modules: it doesn'tSean Callanan2013-12-202-20/+9
* Fix the test suite after the changes made in revision 196616 exposed issues i...Greg Clayton2013-12-101-1/+3
* Fix the build failure of lldb wrt clang recent change. Patch by Todd FialaSylvestre Ledru2013-12-051-1/+0
* Fixed printf warnings. The GetByteSize() results return uint64_t values, not ...Greg Clayton2013-11-131-1/+4
* Increase log detail for size mismatch in EntityVariable::MaterializeEd Maste2013-11-111-1/+1
* Changed the ABIs and ClangFunction to take aSean Callanan2013-11-082-8/+18
* This patch does a couple of things. Jim Ingham2013-11-072-173/+58
* <rdar://problem/15367406>Greg Clayton2013-11-041-0/+2
* Added a "--debug" option to the "expression" command. Greg Clayton2013-11-041-50/+27
* Roll back the changes I made in r193907 which created a new FrameJason Molenda2013-11-045-37/+37
* It is no longer necessary to opt out of pretty stack traces.Filip Pizlo2013-11-041-2/+0
* Add a new base class, Frame. It is a pure virtual function whichJason Molenda2013-11-025-37/+37
OpenPOWER on IntegriCloud