Home
last modified time | relevance | path

Searched refs:SetUserData (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.cpp343 io_handler_sp->SetUserData(&bp_options_vec); in CollectDataForBreakpointCommandCallback()
351 io_handler_sp->SetUserData(wp_options); in CollectDataForWatchpointCommandCallback()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DIOHandler.h134 void SetUserData(void *user_data) { m_user_data = user_data; } in SetUserData() function
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp3488 io_handler_sp->SetUserData(baton); in GetLLDBCommandsFromIOHandler()
3507 io_handler_sp->SetUserData(baton); in GetPythonCommandsFromIOHandler()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp4825 void SetUserData(void *user_data) { m_user_data = user_data; } in SetUserData() function in TreeItem
5150 item[i].SetUserData(thread_sp.get()); in TreeDelegateGenerateChildren()
5480 item[i].SetUserData(breakpoint.get()); in TreeDelegateGenerateChildren()