Home
last modified time | relevance | path

Searched refs:SetLaunchFlags (Results 1 – 12 of 12) sorted by relevance

/llvm-project-15.0.7/lldb/test/API/functionalities/breakpoint/address_breakpoints/
H A DTestAddressBreakpoints.py54 launch_info.SetLaunchFlags(flags)
75 launch_info.SetLaunchFlags(flags)
/llvm-project-15.0.7/lldb/test/API/functionalities/tty/
H A DTestTerminal.py39 launch_info.SetLaunchFlags(
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBLaunchInfo.i89 SetLaunchFlags (uint32_t flags);
/llvm-project-15.0.7/lldb/test/API/commands/expression/weak_symbols/
H A DTestWeakSymbols.py50 launch_info.SetLaunchFlags(lldb.eLaunchFlagInheritTCCFromParent)
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBLaunchInfo.h140 void SetLaunchFlags(uint32_t flags);
/llvm-project-15.0.7/lldb/test/API/functionalities/gdb_remote_client/
H A DTestNoLocalFile.py89 launch_info.SetLaunchFlags(flags)
/llvm-project-15.0.7/lldb/test/API/functionalities/launch_stop_at_entry/
H A DTestStopAtEntry.py70 launch_info.SetLaunchFlags(lldb.eLaunchFlagStopAtEntry)
/llvm-project-15.0.7/lldb/test/API/python_api/debugger/
H A DTestDebuggerAPI.py73 launch_info.SetLaunchFlags(lldb.eLaunchFlagStopAtEntry)
/llvm-project-15.0.7/lldb/test/API/lang/objc/exceptions/
H A DTestObjCExceptions.py23 launch_info.SetLaunchFlags(lldb.eLaunchFlagInheritTCCFromParent)
/llvm-project-15.0.7/lldb/source/API/
H A DSBLaunchInfo.cpp225 void SBLaunchInfo::SetLaunchFlags(uint32_t flags) { in SetLaunchFlags() function in SBLaunchInfo
/llvm-project-15.0.7/lldb/test/API/python_api/process/
H A DTestProcessAPI.py336 launch_info.SetLaunchFlags(launch_flags)
/llvm-project-15.0.7/lldb/tools/lldb-vscode/
H A Dlldb-vscode.cpp1711 launch_info.SetLaunchFlags(flags | lldb::eLaunchFlagDebug | in request_launch()