Home
last modified time | relevance | path

Searched refs:oneliner (Results 1 – 9 of 9) sorted by relevance

/external/llvm-project/lldb/source/Commands/
DCommandObjectWatchpointCommand.cpp252 const char *oneliner) { in SetWatchpointCommandCallback() argument
260 data_up->user_source.AppendString(oneliner); in SetWatchpointCommandCallback()
261 data_up->script_source.assign(oneliner); in SetWatchpointCommandCallback()
458 std::string oneliner(m_options.m_function_name); in DoExecute() local
459 oneliner += "(frame, wp, internal_dict)"; in DoExecute()
461 wp_options, oneliner.c_str()); in DoExecute()
DCommandObjectBreakpointCommand.cpp263 const char *oneliner) { in SetBreakpointCommandCallback() argument
267 cmd_data->user_source.AppendString(oneliner); in SetBreakpointCommandCallback()
/external/llvm-project/lldb/source/DataFormatters/
DDumpValueObjectOptions.cpp179 DumpValueObjectOptions::SetAllowOnelinerMode(bool oneliner) { in SetAllowOnelinerMode() argument
180 m_allow_oneliner_mode = oneliner; in SetAllowOnelinerMode()
/external/markdown/tests/extensions-x-footnotes/
Dfootnote.txt10 [^3]: A simple oneliner.
/external/llvm-project/lldb/include/lldb/Interpreter/
DScriptInterpreter.h168 virtual bool GenerateTypeScriptFunction(const char *oneliner,
190 virtual bool GenerateTypeSynthClass(const char *oneliner, std::string &output,
381 const char *oneliner) {} in SetWatchpointCommandCallback() argument
/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
DScriptInterpreterPython.cpp1219 std::string oneliner("return "); in SetBreakpointCommandCallbackFunction() local
1220 oneliner += function_name; in SetBreakpointCommandCallbackFunction()
1235 oneliner += "(frame, bp_loc, extra_args, internal_dict)"; in SetBreakpointCommandCallbackFunction()
1243 oneliner += "(frame, bp_loc, internal_dict)"; in SetBreakpointCommandCallbackFunction()
1251 SetBreakpointCommandCallback(bp_options, oneliner.c_str(), extra_args_sp, in SetBreakpointCommandCallbackFunction()
1305 WatchpointOptions *wp_options, const char *oneliner) { in SetWatchpointCommandCallback() argument
1313 data_up->user_source.AppendString(oneliner); in SetWatchpointCommandCallback()
1314 data_up->script_source.assign(oneliner); in SetWatchpointCommandCallback()
2153 const char *oneliner, std::string &output, const void *name_token) { in GenerateTypeScriptFunction() argument
2155 input.SplitIntoLines(oneliner, strlen(oneliner)); in GenerateTypeScriptFunction()
[all …]
DScriptInterpreterPythonImpl.h60 bool GenerateTypeSynthClass(const char *oneliner, std::string &output,
64 bool GenerateTypeScriptFunction(const char *oneliner, std::string &output,
272 const char *oneliner) override;
/external/llvm-project/lldb/include/lldb/DataFormatters/
DDumpValueObjectOptions.h121 DumpValueObjectOptions &SetAllowOnelinerMode(bool oneliner = false);
/external/strace/
DChangeLog25436 oneliner: