summaryrefslogtreecommitdiff
path: root/lldb/source/Expression/ClangUserExpression.cpp
AgeCommit message (Expand)Author
2015-09-25Moved more Clang-specific parts of the expression parser into the Clang plugin.Sean Callanan
2015-09-15This patch makes Clang-independent base classes for all the expression types ...Jim Ingham
2015-09-04This patch separates the generic portion of ClangExpressionVariable, whichSean Callanan
2015-08-24Final bit of type system cleanup that abstracts declaration contexts into lld...Greg Clayton
2015-08-11ClangASTType is now CompilerType.Greg Clayton
2015-08-11First step in getting LLDB ready to support multiple different type systems.Greg Clayton
2015-07-14Expression evaluation, a new ThreadPlanCallFunctionUsingABI for executing a f...Ewan Crawford
2015-07-01Fix typo in comment.Dawn Perchik
2015-07-01Rename ClangUserExpression members to avoid confusion with language.Dawn Perchik
2015-06-08Revert "Introduce a TypeSystem interface to support adding non-clang languages."Pavel Labath
2015-06-08Introduce a TypeSystem interface to support adding non-clang languages.Pavel Labath
2015-05-27Allow expresions to have unique expression prefixes:Greg Clayton
2015-05-07Fix ClangUserExpression::Evaluate return code in case of eExpressionParseErrorIlia K
2015-04-30Made macros from modules be injected before ourSean Callanan
2015-04-20This patch implements several improvements to theSean Callanan
2015-04-14Added support to ClangUserExpression for importingSean Callanan
2015-03-04Don't #include clang headers from BreakpointLocation.hZachary Turner
2015-03-03Don't #include ClangPersistentVariables.h from Process.hZachary Turner
2014-10-20Don't allow the expression parser to magicallySean Callanan
2014-10-17Fixed the expression parser to handle cases whereSean Callanan
2014-10-16Only call RemovePersistentVariable on expr_result if that sharedJason Molenda
2014-10-16Another logical-or vrs. bitwise-or mixup in ClangUserExpression.Jason Molenda
2014-10-16Check that process is non-null before calling a method in it.Jason Molenda
2014-10-10Reverse out r219169 related to quote handling.Todd Fiala
2014-10-06Add "target.expr-parser-compiler-args" setting.Todd Fiala
2014-09-29This checkin is the first step in making the lldb thread stepping mechanism m...Jim Ingham
2014-08-19Move some Host logic into HostInfo class.Zachary Turner
2014-07-19Add the ability to suppress the creation of a persistentJim Ingham
2014-07-08If a hand-called function is interrupted by hitting a breakpoint, then Jim Ingham
2014-07-06remove trailing whitespace + remove some useless commentsSylvestre Ledru
2014-05-05Rename eExecution*** to eExpression*** to be consistent with the result type.Jim Ingham
2014-05-05Make the Expression Execution result enum available to the SB API layer.Jim Ingham
2014-03-29lldb arm64 import.Jason Molenda
2014-03-24JITed functions can now have debug info and be debugged with debug and source...Greg Clayton
2014-03-20cleanup unreferenced functionsSaleem Abdulrasool
2014-03-03Only require thread scope when we're about to run the function on a thread.Jim Ingham
2014-03-03Don't require a valid thread if expr can be evaluated staticallyEd Maste
2014-03-01Make sure the exe_ctx passed to ClangUserExpression::Execute has a valid thread.Jim Ingham
2014-02-28Better error reporting when a variable can't beSean Callanan
2013-12-10Fix the test suite after the changes made in revision 196616 exposed issues i...Greg Clayton
2013-11-08Changed the ABIs and ClangFunction to take aSean Callanan
2013-11-07This patch does a couple of things. Jim Ingham
2013-11-04Added a "--debug" option to the "expression" command. Greg Clayton
2013-11-04Roll back the changes I made in r193907 which created a new FrameJason Molenda
2013-11-02Add a new base class, Frame. It is a pure virtual function whichJason Molenda
2013-10-10Fixed a leak of ASTStructExtractors and alsoSean Callanan
2013-08-23Make sure that ClangExpressionDeclMap doesn'tSean Callanan
2013-07-12Modified the expression parser to only try toSean Callanan
2013-07-11Huge change to clean up types.Greg Clayton
2013-04-27Performance optimizations to ClangUserExpression,Sean Callanan