Searched refs:oneliner (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/ |
H A D | DumpValueObjectOptions.cpp | 193 DumpValueObjectOptions::SetAllowOnelinerMode(bool oneliner) { in SetAllowOnelinerMode() argument 194 m_allow_oneliner_mode = oneliner; in SetAllowOnelinerMode()
|
/freebsd/contrib/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectWatchpointCommand.cpp | 212 const char *oneliner) { in SetWatchpointCommandCallback() argument 220 data_up->user_source.AppendString(oneliner); in SetWatchpointCommandCallback() 221 data_up->script_source.assign(oneliner); in SetWatchpointCommandCallback()
|
H A D | CommandObjectBreakpointCommand.cpp | 230 const char *oneliner) { in SetBreakpointCommandCallback() argument 234 cmd_data->user_source.AppendString(oneliner); in SetBreakpointCommandCallback()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/ |
H A D | ScriptInterpreterLua.cpp | 346 std::string oneliner = llvm::formatv(fmt_str, function_name).str(); in SetBreakpointCommandCallbackFunction() local 347 return RegisterBreakpointCallback(bp_options, oneliner.c_str(), in SetBreakpointCommandCallbackFunction()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/ |
H A D | DumpValueObjectOptions.h | 124 DumpValueObjectOptions &SetAllowOnelinerMode(bool oneliner = false);
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
H A D | ScriptInterpreterPythonImpl.h | 63 bool GenerateTypeSynthClass(const char *oneliner, std::string &output, 67 bool GenerateTypeScriptFunction(const char *oneliner, std::string &output,
|
H A D | ScriptInterpreterPython.cpp | 1782 const char *oneliner, std::string &output, const void *name_token) { in GenerateTypeScriptFunction() argument 1784 input.SplitIntoLines(oneliner, strlen(oneliner)); in GenerateTypeScriptFunction() 1789 const char *oneliner, std::string &output, const void *name_token) { in GenerateTypeSynthClass() argument 1791 input.SplitIntoLines(oneliner, strlen(oneliner)); in GenerateTypeSynthClass()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
H A D | ScriptInterpreter.h | 206 virtual bool GenerateTypeScriptFunction(const char *oneliner, 228 virtual bool GenerateTypeSynthClass(const char *oneliner, std::string &output,
|