aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Target/ThreadPlanCallUserExpression.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone1-71/+59
2016-03-19Add a DiagnosticManager replace error streams in the expression parser.Sean Callanan1-7/+9
2015-09-15This patch makes Clang-independent base classes for all the expression types ...Jim Ingham1-2/+2
2015-08-11ClangASTType is now CompilerType.Greg Clayton1-1/+1
2015-03-18Move lldb-log.cpp to core/Logging.cppZachary Turner1-1/+0
2015-03-04Don't #include clang headers from BreakpointLocation.hZachary Turner1-1/+1
2015-03-03Further reduce the header footprint of Process.hZachary Turner1-0/+1
2014-08-19Move some Host logic into HostInfo class.Zachary Turner1-1/+2
2014-07-08If a hand-called function is interrupted by hitting a breakpoint, then Jim Ingham1-1/+48
2014-04-02Workaround for collision between enum members in LLVM's MachO.h and system he...Jim Ingham1-1/+1
2013-11-08Changed the ABIs and ClangFunction to take aSean Callanan1-4/+2
2013-11-07This patch does a couple of things. Jim Ingham1-4/+2
2013-06-04If ThreadPlanCallFunction hasn't set its notion of the "real stop info" yet, ...Jim Ingham1-5/+9
2013-01-15Separated the "expr --unwind-on-error" behavior into two parts, actual errors...Jim Ingham1-2/+3
2012-05-11Don't try to use "OkayToDiscard" to mean BOTH this plan is a user plan or not...Jim Ingham1-0/+3
2012-02-21Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptrGreg Clayton1-1/+1
2011-12-22Improve the x86_64 return value decoder to handle most structure returns.Jim Ingham1-1/+1
2011-11-01Enhanced the ObjC DynamicCheckerFunction to test for "object responds to sele...Jim Ingham1-1/+15
2010-12-13Added support for generating expressions that haveSean Callanan1-1/+2
2010-11-30Moved the code in ClangUserExpression that set up & ran the thread plan with ...Jim Ingham1-0/+59