Home
last modified time | relevance | path

Searched refs:function_signature (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectWatchpointCommand.cpp426 std::string function_signature = m_options.m_function_name; in DoExecute() local
427 function_signature += "(frame, wp, internal_dict)"; in DoExecute()
429 wp_options, function_signature.c_str(), /*is_callback=*/true); in DoExecute()
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerExtFunctions.def13 // EXT_FUNC(<name>, <return_type>, <function_signature>, <warn_if_missing>)
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp1172 std::string function_signature = function_name; in SetBreakpointCommandCallbackFunction() local
1187 function_signature += "(frame, bp_loc, extra_args, internal_dict)"; in SetBreakpointCommandCallbackFunction()
1195 function_signature += "(frame, bp_loc, internal_dict)"; in SetBreakpointCommandCallbackFunction()
1203 SetBreakpointCommandCallback(bp_options, function_signature.c_str(), in SetBreakpointCommandCallbackFunction()