blob: b0f73528de2a96466ab506e8d2b9db775210ef29 [file] [log] [blame]
Chris Lattner30fdc8d2010-06-08 16:52:24 +00001//===-- CommandObjectExpression.cpp -----------------------------*- C++ -*-===//
2//
3// The LLVM Compiler Infrastructure
4//
5// This file is distributed under the University of Illinois Open Source
6// License. See LICENSE.TXT for details.
7//
8//===----------------------------------------------------------------------===//
9
Chris Lattner30fdc8d2010-06-08 16:52:24 +000010// C Includes
11// C++ Includes
12// Other libraries and framework includes
Eugene Zelenkoc8ecc2a2016-02-19 19:33:46 +000013#include "llvm/ADT/STLExtras.h"
14#include "llvm/ADT/StringRef.h"
15
Chris Lattner30fdc8d2010-06-08 16:52:24 +000016// Project includes
Eugene Zelenkoc8ecc2a2016-02-19 19:33:46 +000017#include "CommandObjectExpression.h"
Kate Stoneb9c1b512016-09-06 20:57:50 +000018#include "Plugins/ExpressionParser/Clang/ClangExpressionVariable.h"
19#include "lldb/Core/Debugger.h"
Chris Lattner30fdc8d2010-06-08 16:52:24 +000020#include "lldb/Core/Value.h"
Jim Ingham6c68fb42010-09-30 00:54:27 +000021#include "lldb/Core/ValueObjectVariable.h"
Enrico Granata4d93b8c2013-09-30 19:11:51 +000022#include "lldb/DataFormatters/ValueObjectPrinter.h"
Chris Lattner30fdc8d2010-06-08 16:52:24 +000023#include "lldb/Expression/DWARFExpression.h"
Sean Callananf2bd5c32015-10-20 00:55:21 +000024#include "lldb/Expression/REPL.h"
Kate Stoneb9c1b512016-09-06 20:57:50 +000025#include "lldb/Expression/UserExpression.h"
Chris Lattner30fdc8d2010-06-08 16:52:24 +000026#include "lldb/Host/Host.h"
Vince Harron5275aaa2015-01-15 20:08:35 +000027#include "lldb/Host/StringConvert.h"
Greg Clayton66111032010-06-23 01:19:29 +000028#include "lldb/Interpreter/CommandInterpreter.h"
Chris Lattner30fdc8d2010-06-08 16:52:24 +000029#include "lldb/Interpreter/CommandReturnObject.h"
30#include "lldb/Symbol/ObjectFile.h"
31#include "lldb/Symbol/Variable.h"
Kate Stoneb9c1b512016-09-06 20:57:50 +000032#include "lldb/Target/Language.h"
Chris Lattner30fdc8d2010-06-08 16:52:24 +000033#include "lldb/Target/Process.h"
Jason Molendab57e4a12013-11-04 09:33:30 +000034#include "lldb/Target/StackFrame.h"
Chris Lattner30fdc8d2010-06-08 16:52:24 +000035#include "lldb/Target/Target.h"
Greg Clayton7260f622011-04-18 08:33:37 +000036#include "lldb/Target/Thread.h"
Chris Lattner30fdc8d2010-06-08 16:52:24 +000037
38using namespace lldb;
39using namespace lldb_private;
40
Kate Stoneb9c1b512016-09-06 20:57:50 +000041CommandObjectExpression::CommandOptions::CommandOptions() : OptionGroup() {}
Chris Lattner30fdc8d2010-06-08 16:52:24 +000042
Eugene Zelenkoc8ecc2a2016-02-19 19:33:46 +000043CommandObjectExpression::CommandOptions::~CommandOptions() = default;
Chris Lattner30fdc8d2010-06-08 16:52:24 +000044
Kate Stoneb9c1b512016-09-06 20:57:50 +000045static OptionEnumValueElement g_description_verbosity_type[] = {
46 {eLanguageRuntimeDescriptionDisplayVerbosityCompact, "compact",
47 "Only show the description string"},
48 {eLanguageRuntimeDescriptionDisplayVerbosityFull, "full",
49 "Show the full output, including persistent variable's name and type"},
50 {0, nullptr, nullptr}};
Enrico Granata4d93b8c2013-09-30 19:11:51 +000051
Zachary Turner1f0f5b52016-09-22 20:22:55 +000052static OptionDefinition g_expression_options[] = {
Kate Stoneb9c1b512016-09-06 20:57:50 +000053 // clang-format off
Kate Stoneac9c3a62016-08-26 23:28:47 +000054 {LLDB_OPT_SET_1 | LLDB_OPT_SET_2, false, "all-threads", 'a', OptionParser::eRequiredArgument, nullptr, nullptr, 0, eArgTypeBoolean, "Should we run all threads if the execution doesn't complete on one thread."},
55 {LLDB_OPT_SET_1 | LLDB_OPT_SET_2, false, "ignore-breakpoints", 'i', OptionParser::eRequiredArgument, nullptr, nullptr, 0, eArgTypeBoolean, "Ignore breakpoint hits while running expressions"},
56 {LLDB_OPT_SET_1 | LLDB_OPT_SET_2, false, "timeout", 't', OptionParser::eRequiredArgument, nullptr, nullptr, 0, eArgTypeUnsignedInteger, "Timeout value (in microseconds) for running the expression."},
57 {LLDB_OPT_SET_1 | LLDB_OPT_SET_2, false, "unwind-on-error", 'u', OptionParser::eRequiredArgument, nullptr, nullptr, 0, eArgTypeBoolean, "Clean up program state if the expression causes a crash, or raises a signal. "
58 "Note, unlike gdb hitting a breakpoint is controlled by another option (-i)."},
59 {LLDB_OPT_SET_1 | LLDB_OPT_SET_2, false, "debug", 'g', OptionParser::eNoArgument, nullptr, nullptr, 0, eArgTypeNone, "When specified, debug the JIT code by setting a breakpoint on the first instruction "
60 "and forcing breakpoints to not be ignored (-i0) and no unwinding to happen on error (-u0)."},
61 {LLDB_OPT_SET_1 | LLDB_OPT_SET_2, false, "language", 'l', OptionParser::eRequiredArgument, nullptr, nullptr, 0, eArgTypeLanguage, "Specifies the Language to use when parsing the expression. If not set the target.language "
62 "setting is used." },
63 {LLDB_OPT_SET_1 | LLDB_OPT_SET_2, false, "apply-fixits", 'X', OptionParser::eRequiredArgument, nullptr, nullptr, 0, eArgTypeLanguage, "If true, simple fix-it hints will be automatically applied to the expression." },
64 {LLDB_OPT_SET_1, false, "description-verbosity", 'v', OptionParser::eOptionalArgument, nullptr, g_description_verbosity_type, 0, eArgTypeDescriptionVerbosity, "How verbose should the output of this expression be, if the object description is asked for."},
65 {LLDB_OPT_SET_1 | LLDB_OPT_SET_2, false, "top-level", 'p', OptionParser::eNoArgument, nullptr, nullptr, 0, eArgTypeNone, "Interpret the expression as top-level definitions rather than code to be immediately "
66 "executed."},
67 {LLDB_OPT_SET_1 | LLDB_OPT_SET_2, false, "allow-jit", 'j', OptionParser::eRequiredArgument, nullptr, nullptr, 0, eArgTypeBoolean, "Controls whether the expression can fall back to being JITted if it's not supported by "
68 "the interpreter (defaults to true)."}
Kate Stoneb9c1b512016-09-06 20:57:50 +000069 // clang-format on
Greg Clayton1deb7962011-10-25 06:44:01 +000070};
71
Kate Stoneb9c1b512016-09-06 20:57:50 +000072Error CommandObjectExpression::CommandOptions::SetOptionValue(
Zachary Turner8cef4b02016-09-23 17:48:13 +000073 uint32_t option_idx, llvm::StringRef option_arg,
Kate Stoneb9c1b512016-09-06 20:57:50 +000074 ExecutionContext *execution_context) {
75 Error error;
Chris Lattner30fdc8d2010-06-08 16:52:24 +000076
Zachary Turner1f0f5b52016-09-22 20:22:55 +000077 const int short_option = GetDefinitions()[option_idx].short_option;
Chris Lattner30fdc8d2010-06-08 16:52:24 +000078
Kate Stoneb9c1b512016-09-06 20:57:50 +000079 switch (short_option) {
80 case 'l':
81 language = Language::GetLanguageTypeFromString(option_arg);
82 if (language == eLanguageTypeUnknown)
83 error.SetErrorStringWithFormat(
Zachary Turner8cef4b02016-09-23 17:48:13 +000084 "unknown language type: '%s' for expression",
85 option_arg.str().c_str());
Kate Stoneb9c1b512016-09-06 20:57:50 +000086 break;
Chris Lattner30fdc8d2010-06-08 16:52:24 +000087
Kate Stoneb9c1b512016-09-06 20:57:50 +000088 case 'a': {
89 bool success;
90 bool result;
Zachary Turner8cef4b02016-09-23 17:48:13 +000091 result = Args::StringToBoolean(option_arg, true, &success);
Kate Stoneb9c1b512016-09-06 20:57:50 +000092 if (!success)
93 error.SetErrorStringWithFormat(
Zachary Turner8cef4b02016-09-23 17:48:13 +000094 "invalid all-threads value setting: \"%s\"",
95 option_arg.str().c_str());
Jim Ingham184e9812013-01-15 02:47:48 +000096 else
Kate Stoneb9c1b512016-09-06 20:57:50 +000097 try_all_threads = result;
98 } break;
99
100 case 'i': {
101 bool success;
Zachary Turner8cef4b02016-09-23 17:48:13 +0000102 bool tmp_value = Args::StringToBoolean(option_arg, true, &success);
Kate Stoneb9c1b512016-09-06 20:57:50 +0000103 if (success)
104 ignore_breakpoints = tmp_value;
105 else
106 error.SetErrorStringWithFormat(
Zachary Turner8cef4b02016-09-23 17:48:13 +0000107 "could not convert \"%s\" to a boolean value.",
108 option_arg.str().c_str());
Kate Stoneb9c1b512016-09-06 20:57:50 +0000109 break;
110 }
111
112 case 'j': {
113 bool success;
Zachary Turner8cef4b02016-09-23 17:48:13 +0000114 bool tmp_value = Args::StringToBoolean(option_arg, true, &success);
Kate Stoneb9c1b512016-09-06 20:57:50 +0000115 if (success)
116 allow_jit = tmp_value;
117 else
118 error.SetErrorStringWithFormat(
Zachary Turner8cef4b02016-09-23 17:48:13 +0000119 "could not convert \"%s\" to a boolean value.",
120 option_arg.str().c_str());
Kate Stoneb9c1b512016-09-06 20:57:50 +0000121 break;
122 }
123
Zachary Turner8cef4b02016-09-23 17:48:13 +0000124 case 't':
125 if (option_arg.getAsInteger(0, timeout)) {
126 timeout = 0;
Kate Stoneb9c1b512016-09-06 20:57:50 +0000127 error.SetErrorStringWithFormat("invalid timeout setting \"%s\"",
Zachary Turner8cef4b02016-09-23 17:48:13 +0000128 option_arg.str().c_str());
129 }
130 break;
Kate Stoneb9c1b512016-09-06 20:57:50 +0000131
132 case 'u': {
133 bool success;
Zachary Turner8cef4b02016-09-23 17:48:13 +0000134 bool tmp_value = Args::StringToBoolean(option_arg, true, &success);
Kate Stoneb9c1b512016-09-06 20:57:50 +0000135 if (success)
136 unwind_on_error = tmp_value;
137 else
138 error.SetErrorStringWithFormat(
Zachary Turner8cef4b02016-09-23 17:48:13 +0000139 "could not convert \"%s\" to a boolean value.",
140 option_arg.str().c_str());
Kate Stoneb9c1b512016-09-06 20:57:50 +0000141 break;
142 }
143
144 case 'v':
Enrico Granata543a26e2016-09-26 21:36:17 +0000145 if (option_arg.empty()) {
Kate Stoneb9c1b512016-09-06 20:57:50 +0000146 m_verbosity = eLanguageRuntimeDescriptionDisplayVerbosityFull;
147 break;
Jim Ingham184e9812013-01-15 02:47:48 +0000148 }
Kate Stoneb9c1b512016-09-06 20:57:50 +0000149 m_verbosity =
150 (LanguageRuntimeDescriptionDisplayVerbosity)Args::StringToOptionEnum(
Zachary Turner1f0f5b52016-09-22 20:22:55 +0000151 option_arg, GetDefinitions()[option_idx].enum_values, 0, error);
Kate Stoneb9c1b512016-09-06 20:57:50 +0000152 if (!error.Success())
153 error.SetErrorStringWithFormat(
Zachary Turner8cef4b02016-09-23 17:48:13 +0000154 "unrecognized value for description-verbosity '%s'",
155 option_arg.str().c_str());
Kate Stoneb9c1b512016-09-06 20:57:50 +0000156 break;
157
158 case 'g':
159 debug = true;
160 unwind_on_error = false;
161 ignore_breakpoints = false;
162 break;
163
164 case 'p':
165 top_level = true;
166 break;
167
168 case 'X': {
169 bool success;
Zachary Turner8cef4b02016-09-23 17:48:13 +0000170 bool tmp_value = Args::StringToBoolean(option_arg, true, &success);
Kate Stoneb9c1b512016-09-06 20:57:50 +0000171 if (success)
172 auto_apply_fixits = tmp_value ? eLazyBoolYes : eLazyBoolNo;
173 else
174 error.SetErrorStringWithFormat(
Zachary Turner8cef4b02016-09-23 17:48:13 +0000175 "could not convert \"%s\" to a boolean value.",
176 option_arg.str().c_str());
Kate Stoneb9c1b512016-09-06 20:57:50 +0000177 break;
178 }
179
180 default:
181 error.SetErrorStringWithFormat("invalid short option character '%c'",
182 short_option);
183 break;
184 }
185
186 return error;
Chris Lattner30fdc8d2010-06-08 16:52:24 +0000187}
188
Kate Stoneb9c1b512016-09-06 20:57:50 +0000189void CommandObjectExpression::CommandOptions::OptionParsingStarting(
190 ExecutionContext *execution_context) {
191 auto process_sp =
192 execution_context ? execution_context->GetProcessSP() : ProcessSP();
193 if (process_sp) {
194 ignore_breakpoints = process_sp->GetIgnoreBreakpointsInExpressions();
195 unwind_on_error = process_sp->GetUnwindOnErrorInExpressions();
196 } else {
197 ignore_breakpoints = true;
198 unwind_on_error = true;
199 }
200
201 show_summary = true;
202 try_all_threads = true;
203 timeout = 0;
204 debug = false;
205 language = eLanguageTypeUnknown;
206 m_verbosity = eLanguageRuntimeDescriptionDisplayVerbosityCompact;
207 auto_apply_fixits = eLazyBoolCalculate;
208 top_level = false;
209 allow_jit = true;
Chris Lattner30fdc8d2010-06-08 16:52:24 +0000210}
211
Zachary Turner1f0f5b52016-09-22 20:22:55 +0000212llvm::ArrayRef<OptionDefinition>
Kate Stoneb9c1b512016-09-06 20:57:50 +0000213CommandObjectExpression::CommandOptions::GetDefinitions() {
Zachary Turner70602432016-09-22 21:06:13 +0000214 return llvm::makeArrayRef(g_expression_options);
Kate Stoneb9c1b512016-09-06 20:57:50 +0000215}
216
217CommandObjectExpression::CommandObjectExpression(
218 CommandInterpreter &interpreter)
Kate Stone7428a182016-07-14 22:03:10 +0000219 : CommandObjectRaw(
Kate Stoneb9c1b512016-09-06 20:57:50 +0000220 interpreter, "expression", "Evaluate an expression on the current "
221 "thread. Displays any returned value "
222 "with LLDB's default formatting.",
Kate Stone7428a182016-07-14 22:03:10 +0000223 nullptr, eCommandProcessMustBePaused | eCommandTryTargetAPILock),
224 IOHandlerDelegate(IOHandlerDelegate::Completion::Expression),
Kate Stoneb9c1b512016-09-06 20:57:50 +0000225 m_option_group(), m_format_options(eFormatDefault),
226 m_repl_option(LLDB_OPT_SET_1, false, "repl", 'r', "Drop into REPL", false,
227 true),
228 m_command_options(), m_expr_line_count(0), m_expr_lines() {
229 SetHelpLong(
230 R"(
Kate Stoneea671fb2015-07-14 05:48:36 +0000231Timeouts:
232
Kate Stoneb9c1b512016-09-06 20:57:50 +0000233)"
234 " If the expression can be evaluated statically (without running code) then it will be. \
Kate Stoneea671fb2015-07-14 05:48:36 +0000235Otherwise, by default the expression will run on the current thread with a short timeout: \
236currently .25 seconds. If it doesn't return in that time, the evaluation will be interrupted \
237and resumed with all threads running. You can use the -a option to disable retrying on all \
Kate Stoneb9c1b512016-09-06 20:57:50 +0000238threads. You can use the -t option to set a shorter timeout."
239 R"(
Kate Stoneea671fb2015-07-14 05:48:36 +0000240
241User defined variables:
242
Kate Stoneb9c1b512016-09-06 20:57:50 +0000243)"
244 " You can define your own variables for convenience or to be used in subsequent expressions. \
Kate Stoneea671fb2015-07-14 05:48:36 +0000245You define them the same way you would define variables in C. If the first character of \
246your user defined variable is a $, then the variable's value will be available in future \
Kate Stoneb9c1b512016-09-06 20:57:50 +0000247expressions, otherwise it will just be available in the current expression."
248 R"(
Kate Stoneea671fb2015-07-14 05:48:36 +0000249
250Continuing evaluation after a breakpoint:
251
Kate Stoneb9c1b512016-09-06 20:57:50 +0000252)"
253 " If the \"-i false\" option is used, and execution is interrupted by a breakpoint hit, once \
Kate Stoneea671fb2015-07-14 05:48:36 +0000254you are done with your investigation, you can either remove the expression execution frames \
255from the stack with \"thread return -x\" or if you are still interested in the expression result \
256you can issue the \"continue\" command and the expression evaluation will complete and the \
257expression result will be available using the \"thread.completed-expression\" key in the thread \
Kate Stoneb9c1b512016-09-06 20:57:50 +0000258format."
259 R"(
Kate Stoneea671fb2015-07-14 05:48:36 +0000260
261Examples:
262
263 expr my_struct->a = my_array[3]
264 expr -f bin -- (index * 8) + 5
265 expr unsigned int $foo = 5
Kate Stoneb9c1b512016-09-06 20:57:50 +0000266 expr char c[] = \"foo\"; c[0])");
Caroline Tice405fe672010-10-04 22:28:36 +0000267
Kate Stoneb9c1b512016-09-06 20:57:50 +0000268 CommandArgumentEntry arg;
269 CommandArgumentData expression_arg;
Caroline Tice405fe672010-10-04 22:28:36 +0000270
Kate Stoneb9c1b512016-09-06 20:57:50 +0000271 // Define the first (and only) variant of this arg.
272 expression_arg.arg_type = eArgTypeExpression;
273 expression_arg.arg_repetition = eArgRepeatPlain;
Caroline Tice405fe672010-10-04 22:28:36 +0000274
Kate Stoneb9c1b512016-09-06 20:57:50 +0000275 // There is only one variant this argument could be; put it into the argument
276 // entry.
277 arg.push_back(expression_arg);
Caroline Tice405fe672010-10-04 22:28:36 +0000278
Kate Stoneb9c1b512016-09-06 20:57:50 +0000279 // Push the data for the first argument into the m_arguments vector.
280 m_arguments.push_back(arg);
281
282 // Add the "--format" and "--gdb-format"
283 m_option_group.Append(&m_format_options,
284 OptionGroupFormat::OPTION_GROUP_FORMAT |
285 OptionGroupFormat::OPTION_GROUP_GDB_FMT,
286 LLDB_OPT_SET_1);
287 m_option_group.Append(&m_command_options);
288 m_option_group.Append(&m_varobj_options, LLDB_OPT_SET_ALL,
289 LLDB_OPT_SET_1 | LLDB_OPT_SET_2);
290 m_option_group.Append(&m_repl_option, LLDB_OPT_SET_ALL, LLDB_OPT_SET_3);
291 m_option_group.Finalize();
Chris Lattner30fdc8d2010-06-08 16:52:24 +0000292}
293
Eugene Zelenkoc8ecc2a2016-02-19 19:33:46 +0000294CommandObjectExpression::~CommandObjectExpression() = default;
Chris Lattner30fdc8d2010-06-08 16:52:24 +0000295
Kate Stoneb9c1b512016-09-06 20:57:50 +0000296Options *CommandObjectExpression::GetOptions() { return &m_option_group; }
Chris Lattner30fdc8d2010-06-08 16:52:24 +0000297
Enrico Granata520a4222016-04-25 00:52:47 +0000298static lldb_private::Error
Kate Stoneb9c1b512016-09-06 20:57:50 +0000299CanBeUsedForElementCountPrinting(ValueObject &valobj) {
300 CompilerType type(valobj.GetCompilerType());
301 CompilerType pointee;
302 if (!type.IsPointerType(&pointee))
303 return Error("as it does not refer to a pointer");
304 if (pointee.IsVoidType())
305 return Error("as it refers to a pointer to void");
306 return Error();
Enrico Granata520a4222016-04-25 00:52:47 +0000307}
308
Kate Stoneb9c1b512016-09-06 20:57:50 +0000309bool CommandObjectExpression::EvaluateExpression(const char *expr,
310 Stream *output_stream,
311 Stream *error_stream,
312 CommandReturnObject *result) {
313 // Don't use m_exe_ctx as this might be called asynchronously
314 // after the command object DoExecute has finished when doing
315 // multi-line expression that use an input reader...
316 ExecutionContext exe_ctx(m_interpreter.GetExecutionContext());
Greg Claytonba7b8e22013-01-26 23:54:29 +0000317
Kate Stoneb9c1b512016-09-06 20:57:50 +0000318 Target *target = exe_ctx.GetTargetPtr();
Enrico Granatab576bba2013-01-09 20:12:53 +0000319
Kate Stoneb9c1b512016-09-06 20:57:50 +0000320 if (!target)
321 target = GetDummyTarget();
Dawn Perchik15663c52015-07-25 00:19:39 +0000322
Kate Stoneb9c1b512016-09-06 20:57:50 +0000323 if (target) {
324 lldb::ValueObjectSP result_valobj_sp;
325 bool keep_in_memory = true;
326 StackFrame *frame = exe_ctx.GetFramePtr();
Arnaud A. de Grandmaison62e5f4d2014-03-22 20:23:26 +0000327
Kate Stoneb9c1b512016-09-06 20:57:50 +0000328 EvaluateExpressionOptions options;
329 options.SetCoerceToId(m_varobj_options.use_objc);
330 options.SetUnwindOnError(m_command_options.unwind_on_error);
331 options.SetIgnoreBreakpoints(m_command_options.ignore_breakpoints);
332 options.SetKeepInMemory(keep_in_memory);
333 options.SetUseDynamic(m_varobj_options.use_dynamic);
334 options.SetTryAllThreads(m_command_options.try_all_threads);
335 options.SetDebug(m_command_options.debug);
336 options.SetLanguage(m_command_options.language);
337 options.SetExecutionPolicy(
338 m_command_options.allow_jit
339 ? EvaluateExpressionOptions::default_execution_policy
340 : lldb_private::eExecutionPolicyNever);
Sean Callanan4b388c92013-07-30 19:54:09 +0000341
Kate Stoneb9c1b512016-09-06 20:57:50 +0000342 bool auto_apply_fixits;
343 if (m_command_options.auto_apply_fixits == eLazyBoolCalculate)
344 auto_apply_fixits = target->GetEnableAutoApplyFixIts();
Greg Clayton8b2fe6d2010-12-14 02:59:59 +0000345 else
Kate Stoneb9c1b512016-09-06 20:57:50 +0000346 auto_apply_fixits =
347 m_command_options.auto_apply_fixits == eLazyBoolYes ? true : false;
348
349 options.SetAutoApplyFixIts(auto_apply_fixits);
350
351 if (m_command_options.top_level)
352 options.SetExecutionPolicy(eExecutionPolicyTopLevel);
353
354 // If there is any chance we are going to stop and want to see
355 // what went wrong with our expression, we should generate debug info
356 if (!m_command_options.ignore_breakpoints ||
357 !m_command_options.unwind_on_error)
358 options.SetGenerateDebugInfo(true);
359
360 if (m_command_options.timeout > 0)
361 options.SetTimeoutUsec(m_command_options.timeout);
362 else
363 options.SetTimeoutUsec(0);
364
365 ExpressionResults success = target->EvaluateExpression(
366 expr, frame, result_valobj_sp, options, &m_fixed_expression);
367
368 // We only tell you about the FixIt if we applied it. The compiler errors
369 // will suggest the FixIt if it parsed.
370 if (error_stream && !m_fixed_expression.empty() &&
371 target->GetEnableNotifyAboutFixIts()) {
372 if (success == eExpressionCompleted)
373 error_stream->Printf(
374 " Fix-it applied, fixed expression was: \n %s\n",
375 m_fixed_expression.c_str());
Sean Callananebf77072010-07-23 00:16:21 +0000376 }
Kate Stoneb9c1b512016-09-06 20:57:50 +0000377
378 if (result_valobj_sp) {
379 Format format = m_format_options.GetFormat();
380
381 if (result_valobj_sp->GetError().Success()) {
382 if (format != eFormatVoid) {
383 if (format != eFormatDefault)
384 result_valobj_sp->SetFormat(format);
385
386 if (m_varobj_options.elem_count > 0) {
387 Error error(CanBeUsedForElementCountPrinting(*result_valobj_sp));
388 if (error.Fail()) {
389 result->AppendErrorWithFormat(
390 "expression cannot be used with --element-count %s\n",
391 error.AsCString(""));
392 result->SetStatus(eReturnStatusFailed);
393 return false;
394 }
395 }
396
397 DumpValueObjectOptions options(m_varobj_options.GetAsDumpOptions(
398 m_command_options.m_verbosity, format));
399 options.SetVariableFormatDisplayLanguage(
400 result_valobj_sp->GetPreferredDisplayLanguage());
401
402 result_valobj_sp->Dump(*output_stream, options);
403
404 if (result)
405 result->SetStatus(eReturnStatusSuccessFinishResult);
406 }
407 } else {
408 if (result_valobj_sp->GetError().GetError() ==
409 UserExpression::kNoResult) {
410 if (format != eFormatVoid &&
411 m_interpreter.GetDebugger().GetNotifyVoid()) {
412 error_stream->PutCString("(void)\n");
413 }
414
415 if (result)
416 result->SetStatus(eReturnStatusSuccessFinishResult);
417 } else {
418 const char *error_cstr = result_valobj_sp->GetError().AsCString();
419 if (error_cstr && error_cstr[0]) {
420 const size_t error_cstr_len = strlen(error_cstr);
421 const bool ends_with_newline =
422 error_cstr[error_cstr_len - 1] == '\n';
423 if (strstr(error_cstr, "error:") != error_cstr)
424 error_stream->PutCString("error: ");
425 error_stream->Write(error_cstr, error_cstr_len);
426 if (!ends_with_newline)
427 error_stream->EOL();
428 } else {
429 error_stream->PutCString("error: unknown error\n");
430 }
431
432 if (result)
433 result->SetStatus(eReturnStatusFailed);
434 }
435 }
436 }
437 } else {
438 error_stream->Printf("error: invalid execution context for expression\n");
439 return false;
440 }
441
442 return true;
443}
444
445void CommandObjectExpression::IOHandlerInputComplete(IOHandler &io_handler,
446 std::string &line) {
447 io_handler.SetIsDone(true);
448 // StreamSP output_stream =
449 // io_handler.GetDebugger().GetAsyncOutputStream();
450 // StreamSP error_stream = io_handler.GetDebugger().GetAsyncErrorStream();
451 StreamFileSP output_sp(io_handler.GetOutputStreamFile());
452 StreamFileSP error_sp(io_handler.GetErrorStreamFile());
453
454 EvaluateExpression(line.c_str(), output_sp.get(), error_sp.get());
455 if (output_sp)
456 output_sp->Flush();
457 if (error_sp)
458 error_sp->Flush();
459}
460
461bool CommandObjectExpression::IOHandlerIsInputComplete(IOHandler &io_handler,
462 StringList &lines) {
463 // An empty lines is used to indicate the end of input
464 const size_t num_lines = lines.GetSize();
465 if (num_lines > 0 && lines[num_lines - 1].empty()) {
466 // Remove the last empty line from "lines" so it doesn't appear
467 // in our resulting input and return true to indicate we are done
468 // getting lines
469 lines.PopBack();
Sean Callananebf77072010-07-23 00:16:21 +0000470 return true;
Kate Stoneb9c1b512016-09-06 20:57:50 +0000471 }
472 return false;
Chris Lattner30fdc8d2010-06-08 16:52:24 +0000473}
474
Kate Stoneb9c1b512016-09-06 20:57:50 +0000475void CommandObjectExpression::GetMultilineExpression() {
476 m_expr_lines.clear();
477 m_expr_line_count = 0;
Greg Clayton44d93782014-01-27 23:43:24 +0000478
Kate Stoneb9c1b512016-09-06 20:57:50 +0000479 Debugger &debugger = GetCommandInterpreter().GetDebugger();
480 bool color_prompt = debugger.GetUseColor();
481 const bool multiple_lines = true; // Get multiple lines
482 IOHandlerSP io_handler_sp(
483 new IOHandlerEditline(debugger, IOHandler::Type::Expression,
484 "lldb-expr", // Name of input reader for history
Zachary Turner514d8cd2016-09-23 18:06:53 +0000485 llvm::StringRef(), // No prompt
486 llvm::StringRef(), // Continuation prompt
Kate Stoneb9c1b512016-09-06 20:57:50 +0000487 multiple_lines, color_prompt,
488 1, // Show line numbers starting at 1
489 *this));
490
491 StreamFileSP output_sp(io_handler_sp->GetOutputStreamFile());
492 if (output_sp) {
493 output_sp->PutCString(
494 "Enter expressions, then terminate with an empty line to evaluate:\n");
495 output_sp->Flush();
496 }
497 debugger.PushIOHandler(io_handler_sp);
Greg Clayton44d93782014-01-27 23:43:24 +0000498}
499
Kate Stoneb9c1b512016-09-06 20:57:50 +0000500bool CommandObjectExpression::DoExecute(const char *command,
501 CommandReturnObject &result) {
502 m_fixed_expression.clear();
503 auto exe_ctx = GetCommandInterpreter().GetExecutionContext();
504 m_option_group.NotifyOptionParsingStarting(&exe_ctx);
Greg Clayton44d93782014-01-27 23:43:24 +0000505
Kate Stoneb9c1b512016-09-06 20:57:50 +0000506 const char *expr = nullptr;
Greg Claytoncf28a8b2014-03-13 23:42:30 +0000507
Kate Stoneb9c1b512016-09-06 20:57:50 +0000508 if (command[0] == '\0') {
509 GetMultilineExpression();
510 return result.Succeeded();
511 }
Chris Lattner30fdc8d2010-06-08 16:52:24 +0000512
Kate Stoneb9c1b512016-09-06 20:57:50 +0000513 if (command[0] == '-') {
514 // We have some options and these options MUST end with --.
515 const char *end_options = nullptr;
516 const char *s = command;
517 while (s && s[0]) {
518 end_options = ::strstr(s, "--");
519 if (end_options) {
520 end_options += 2; // Get past the "--"
521 if (::isspace(end_options[0])) {
522 expr = end_options;
523 while (::isspace(*expr))
524 ++expr;
525 break;
Chris Lattner30fdc8d2010-06-08 16:52:24 +0000526 }
Kate Stoneb9c1b512016-09-06 20:57:50 +0000527 }
528 s = end_options;
Chris Lattner30fdc8d2010-06-08 16:52:24 +0000529 }
530
Kate Stoneb9c1b512016-09-06 20:57:50 +0000531 if (end_options) {
532 Args args(llvm::StringRef(command, end_options - command));
533 if (!ParseOptions(args, result))
534 return false;
535
536 Error error(m_option_group.NotifyOptionParsingFinished(&exe_ctx));
537 if (error.Fail()) {
538 result.AppendError(error.AsCString());
539 result.SetStatus(eReturnStatusFailed);
540 return false;
541 }
542
543 if (m_repl_option.GetOptionValue().GetCurrentValue()) {
Jim Inghame5ee6f02016-03-29 22:00:08 +0000544 Target *target = m_interpreter.GetExecutionContext().GetTargetPtr();
Kate Stoneb9c1b512016-09-06 20:57:50 +0000545 if (target) {
546 // Drop into REPL
547 m_expr_lines.clear();
548 m_expr_line_count = 0;
Johnny Chenfcd43b72010-08-13 00:42:30 +0000549
Kate Stoneb9c1b512016-09-06 20:57:50 +0000550 Debugger &debugger = target->GetDebugger();
551
552 // Check if the LLDB command interpreter is sitting on top of a REPL
553 // that
554 // launched it...
555 if (debugger.CheckTopIOHandlerTypes(
556 IOHandler::Type::CommandInterpreter, IOHandler::Type::REPL)) {
557 // the LLDB command interpreter is sitting on top of a REPL that
558 // launched it,
559 // so just say the command interpreter is done and fall back to the
560 // existing REPL
561 m_interpreter.GetIOHandler(false)->SetIsDone(true);
562 } else {
563 // We are launching the REPL on top of the current LLDB command
564 // interpreter,
565 // so just push one
566 bool initialize = false;
567 Error repl_error;
568 REPLSP repl_sp(target->GetREPL(
569 repl_error, m_command_options.language, nullptr, false));
570
571 if (!repl_sp) {
572 initialize = true;
573 repl_sp = target->GetREPL(repl_error, m_command_options.language,
574 nullptr, true);
575 if (!repl_error.Success()) {
576 result.SetError(repl_error);
577 return result.Succeeded();
578 }
579 }
580
581 if (repl_sp) {
582 if (initialize) {
583 repl_sp->SetCommandOptions(m_command_options);
584 repl_sp->SetFormatOptions(m_format_options);
585 repl_sp->SetValueObjectDisplayOptions(m_varobj_options);
586 }
587
588 IOHandlerSP io_handler_sp(repl_sp->GetIOHandler());
589
590 io_handler_sp->SetIsDone(false);
591
592 debugger.PushIOHandler(io_handler_sp);
593 } else {
594 repl_error.SetErrorStringWithFormat(
595 "Couldn't create a REPL for %s",
596 Language::GetNameForLanguageType(m_command_options.language));
597 result.SetError(repl_error);
598 return result.Succeeded();
599 }
600 }
601 }
602 }
603 // No expression following options
604 else if (expr == nullptr || expr[0] == '\0') {
605 GetMultilineExpression();
606 return result.Succeeded();
607 }
608 }
609 }
610
611 if (expr == nullptr)
612 expr = command;
613
614 if (EvaluateExpression(expr, &(result.GetOutputStream()),
615 &(result.GetErrorStream()), &result)) {
616 Target *target = m_interpreter.GetExecutionContext().GetTargetPtr();
617 if (!m_fixed_expression.empty() && target->GetEnableNotifyAboutFixIts()) {
618 CommandHistory &history = m_interpreter.GetCommandHistory();
619 // FIXME: Can we figure out what the user actually typed (e.g. some alias
620 // for expr???)
621 // If we can it would be nice to show that.
622 std::string fixed_command("expression ");
623 if (expr == command)
624 fixed_command.append(m_fixed_expression);
625 else {
626 // Add in any options that might have been in the original command:
627 fixed_command.append(command, expr - command);
628 fixed_command.append(m_fixed_expression);
629 }
630 history.AppendString(fixed_command);
631 }
632 return true;
633 }
634
635 result.SetStatus(eReturnStatusFailed);
636 return false;
Chris Lattner30fdc8d2010-06-08 16:52:24 +0000637}