Home
last modified time | relevance | path

Searched refs:SetScriptedProcessDictionary (Results 1 – 8 of 8) sorted by relevance

/llvm-project/lldb/include/lldb/API/
H A DSBAttachInfo.h196 void SetScriptedProcessDictionary(lldb::SBStructuredData dict);
H A DSBLaunchInfo.h207 void SetScriptedProcessDictionary(lldb::SBStructuredData dict);
/llvm-project/lldb/test/API/functionalities/scripted_process/
H A DTestStackCoreScriptedProcess.py96 launch_info.SetScriptedProcessDictionary(structured_data)
/llvm-project/lldb/source/API/
H A DSBAttachInfo.cpp315 void SBAttachInfo::SetScriptedProcessDictionary(lldb::SBStructuredData dict) { in SetScriptedProcessDictionary() function in SBAttachInfo
H A DSBLaunchInfo.cpp372 void SBLaunchInfo::SetScriptedProcessDictionary(lldb::SBStructuredData dict) { in SetScriptedProcessDictionary() function in SBLaunchInfo
/llvm-project/lldb/test/API/functionalities/interactive_scripted_process/
H A Dinteractive_scripted_process.py304 launch_info.SetScriptedProcessDictionary(structured_data)
H A DTestInteractiveScriptedProcess.py221 launch_info.SetScriptedProcessDictionary(structured_data)
/llvm-project/lldb/examples/python/
H A Dcrashlog.py1548 launch_info.SetScriptedProcessDictionary(structured_data)