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.cpp330 io_handler_sp->SetUserData(&bp_options_vec); in CollectDataForBreakpointCommandCallback()
338 io_handler_sp->SetUserData(wp_options); in CollectDataForWatchpointCommandCallback()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DIOHandler.h137 void SetUserData(void *user_data) { m_user_data = user_data; } in SetUserData() function
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp3309 io_handler_sp->SetUserData(baton); in GetLLDBCommandsFromIOHandler()
3328 io_handler_sp->SetUserData(baton); in GetPythonCommandsFromIOHandler()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp4823 void SetUserData(void *user_data) { m_user_data = user_data; } in SetUserData() function in TreeItem
5148 item[i].SetUserData(thread_sp.get()); in TreeDelegateGenerateChildren()
5478 item[i].SetUserData(breakpoint.get()); in TreeDelegateGenerateChildren()