Home
last modified time | relevance | path

Searched refs:bp_option_data (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.cpp287 CommandDataLua *bp_option_data = static_cast<CommandDataLua *>(baton); in BreakpointCallbackFunction() local
289 baton, stop_frame_sp, bp_loc_sp, bp_option_data->m_extra_args_sp); in BreakpointCallbackFunction()
/src/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp1909 CommandDataPython *bp_option_data = (CommandDataPython *)baton; in BreakpointCallbackFunction() local
1910 const char *python_function_name = bp_option_data->script_source.c_str(); in BreakpointCallbackFunction()
1945 bp_loc_sp, bp_option_data->m_extra_args); in BreakpointCallbackFunction()