Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DDumpValueObjectOptions.cpp193 DumpValueObjectOptions::SetAllowOnelinerMode(bool oneliner) { in SetAllowOnelinerMode() argument
194 m_allow_oneliner_mode = oneliner; in SetAllowOnelinerMode()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectWatchpointCommand.cpp212 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 DCommandObjectBreakpointCommand.cpp230 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 DScriptInterpreterLua.cpp346 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 DDumpValueObjectOptions.h124 DumpValueObjectOptions &SetAllowOnelinerMode(bool oneliner = false);
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h63 bool GenerateTypeSynthClass(const char *oneliner, std::string &output,
67 bool GenerateTypeScriptFunction(const char *oneliner, std::string &output,
H A DScriptInterpreterPython.cpp1782 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 DScriptInterpreter.h206 virtual bool GenerateTypeScriptFunction(const char *oneliner,
228 virtual bool GenerateTypeSynthClass(const char *oneliner, std::string &output,