Searched refs:oneliner (Results 1 – 9 of 9) sorted by relevance
/external/llvm-project/lldb/source/Commands/ |
D | CommandObjectWatchpointCommand.cpp | 252 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()
|
D | CommandObjectBreakpointCommand.cpp | 263 const char *oneliner) { in SetBreakpointCommandCallback() argument 267 cmd_data->user_source.AppendString(oneliner); in SetBreakpointCommandCallback()
|
/external/llvm-project/lldb/source/DataFormatters/ |
D | DumpValueObjectOptions.cpp | 179 DumpValueObjectOptions::SetAllowOnelinerMode(bool oneliner) { in SetAllowOnelinerMode() argument 180 m_allow_oneliner_mode = oneliner; in SetAllowOnelinerMode()
|
/external/markdown/tests/extensions-x-footnotes/ |
D | footnote.txt | 10 [^3]: A simple oneliner.
|
/external/llvm-project/lldb/include/lldb/Interpreter/ |
D | ScriptInterpreter.h | 168 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/ |
D | ScriptInterpreterPython.cpp | 1219 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 …]
|
D | ScriptInterpreterPythonImpl.h | 60 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/ |
D | DumpValueObjectOptions.h | 121 DumpValueObjectOptions &SetAllowOnelinerMode(bool oneliner = false);
|
/external/strace/ |
D | ChangeLog | 25436 oneliner:
|