summaryrefslogtreecommitdiffstats
path: root/lldb/source/Expression
Commit message (Expand)AuthorAgeFilesLines
* Set the default language to use when evaluating to that of the frame's CU.Dawn Perchik2015-09-041-1/+22
* Lookup function using full name if one with mangled name is not found.Siva Chandra2015-09-031-5/+32
* [cmake] Remove LLVM_NO_RTTI.Bruce Mitchener2015-09-031-2/+0
* Fix cmake build.Bruce Mitchener2015-09-031-1/+1
* Jim told me about a cleaner way to include headers from plug-ins.Sean Callanan2015-09-032-2/+2
* In preparation for factoring persistent variables into a generic part and aSean Callanan2015-09-034-144/+13
* When looking up types, find the first type we can import rather than just takingSean Callanan2015-09-011-26/+33
* Handle DW_OP_GNU_addr_index in DWARF expressionsTamas Berghammer2015-08-251-6/+91
* Add support for DW_FORM_GNU_[addr,str]_indexTamas Berghammer2015-08-251-0/+6
* Final bit of type system cleanup that abstracts declaration contexts into lld...Greg Clayton2015-08-246-87/+86
* Fix evaluation of global operators in C++Paul Herman2015-08-191-4/+6
* Update to r245397.Chaoren Lin2015-08-191-2/+7
* Fix LLDB after Clang r245346.Richard Smith2015-08-191-0/+1
* ClangASTType is now CompilerType.Greg Clayton2015-08-118-38/+38
* First step in getting LLDB ready to support multiple different type systems.Greg Clayton2015-08-116-45/+62
* Update lldb's ExternalASTSources to match Clang r244161.Richard Smith2015-08-061-19/+14
* Fix warnings detected by -Wpessimizing-movePavel Labath2015-07-281-1/+1
* Expression evaluation, a new ThreadPlanCallFunctionUsingABI for executing a f...Ewan Crawford2015-07-144-28/+283
* Fixed a problem where variables in modules were not appropriately discovered bySean Callanan2015-07-101-0/+25
* Make many mangled functions that might demangle a name be allowed to specify ...Greg Clayton2015-07-082-3/+3
* Fixed the C modules test case on Darwin by streamlining its code.Sean Callanan2015-07-081-28/+15
* Make sure we can lookup re-exported symbols after recent changes to lldb_priv...Greg Clayton2015-07-021-12/+2
* Fix typo in comment.Dawn Perchik2015-07-011-1/+1
* Rename ClangUserExpression members to avoid confusion with language.Dawn Perchik2015-07-011-17/+17
* Fix LLDB build after r241035Tamas Berghammer2015-06-301-0/+2
* Resubmitting 240466 after fixing the linux test suite failures.Greg Clayton2015-06-253-68/+65
* Fix a variety of typos.Bruce Mitchener2015-06-182-3/+3
* Revert "Introduce a TypeSystem interface to support adding non-clang languages."Pavel Labath2015-06-085-60/+45
* Introduce a TypeSystem interface to support adding non-clang languages.Pavel Labath2015-06-085-45/+60
* Don't #include "lldb-python.h" from anywhere.Zachary Turner2015-05-291-2/+0
* If we see an external function in the symbols, makeSean Callanan2015-05-282-28/+16
* Don't crash if we don't have a process and needSean Callanan2015-05-281-10/+13
* Allow expresions to have unique expression prefixes:Greg Clayton2015-05-271-1/+16
* Don't allow infininte recursion when trying to resolve re-exported symbols.Greg Clayton2015-05-151-0/+5
* Fixed a ton of gcc compile warningsVince Harron2015-05-131-1/+4
* Fix ClangUserExpression::Evaluate return code in case of eExpressionParseErrorIlia K2015-05-071-2/+3
* Added support for locating and importing functionsSean Callanan2015-05-012-0/+67
* Updated our use of clang::Preprocessor to reflectSean Callanan2015-05-011-1/+1
* Made macros from modules be injected before ourSean Callanan2015-04-302-40/+64
* Fix build after Clang API change in r236176.Richard Smith2015-04-291-11/+4
* Fix build.Chaoren Lin2015-04-231-1/+1
* Fix build of lldb after clang r235614.Richard Smith2015-04-231-2/+2
* This patch implements several improvements to theSean Callanan2015-04-203-26/+286
* Added support to ClangUserExpression for importingSean Callanan2015-04-142-4/+159
* Updated IRForTarget to change the way we generateSean Callanan2015-04-141-2/+4
* [IRForTarget] Strenghten handling of alternate mangling.Siva Chandra2015-04-091-26/+25
* Fix resolution of certain recursive types.Stephane Sezer2015-04-081-0/+37
* Fix -Wformat-pedantic warningsDavid Blaikie2015-04-082-3/+3
* Fixed a problem where the second @import statementSean Callanan2015-04-071-2/+2
* Fixed a crash because we weren't generatingSean Callanan2015-04-061-3/+4
OpenPOWER on IntegriCloud