Home
last modified time | relevance | path

Searched defs:oneliner (Results 1 – 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lldb/source/Commands/
DCommandObjectWatchpointCommand.cpp254 const char *oneliner) { in SetWatchpointCommandCallback()
455 std::string oneliner(m_options.m_function_name); in DoExecute() local
DCommandObjectBreakpointCommand.cpp271 const char *oneliner) { in SetBreakpointCommandCallback()
/freebsd-12-stable/contrib/llvm-project/lldb/source/DataFormatters/
DDumpValueObjectOptions.cpp179 DumpValueObjectOptions::SetAllowOnelinerMode(bool oneliner) { in SetAllowOnelinerMode()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
DScriptInterpreterLua.cpp340 std::string oneliner = llvm::formatv(fmt_str, function_name).str(); in SetBreakpointCommandCallbackFunction() local
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
DScriptInterpreterPython.cpp1271 std::string oneliner("return "); in SetBreakpointCommandCallbackFunction() local
1356 WatchpointOptions *wp_options, const char *oneliner) { in SetWatchpointCommandCallback()
2178 const char *oneliner, std::string &output, const void *name_token) { in GenerateTypeScriptFunction()
2185 const char *oneliner, std::string &output, const void *name_token) { in GenerateTypeSynthClass()
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
DScriptInterpreter.h408 const char *oneliner) {} in SetWatchpointCommandCallback()