Home
last modified time | relevance | path

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

/external/llvm-project/lldb/test/API/functionalities/breakpoint/address_breakpoints/
DTestAddressBreakpoints.py60 launch_info.SetLaunchFlags(flags)
81 launch_info.SetLaunchFlags(flags)
/external/llvm-project/lldb/source/API/
DSBLaunchInfo.cpp233 void SBLaunchInfo::SetLaunchFlags(uint32_t flags) { in SetLaunchFlags() function in SBLaunchInfo
234 LLDB_RECORD_METHOD(void, SBLaunchInfo, SetLaunchFlags, (uint32_t), flags); in SetLaunchFlags()
383 LLDB_REGISTER_METHOD(void, SBLaunchInfo, SetLaunchFlags, (uint32_t)); in RegisterMethods()
/external/llvm-project/lldb/test/API/functionalities/tty/
DTestTerminal.py41 launch_info.SetLaunchFlags(
/external/llvm-project/lldb/bindings/interface/
DSBLaunchInfo.i86 SetLaunchFlags (uint32_t flags);
/external/llvm-project/lldb/include/lldb/API/
DSBLaunchInfo.h140 void SetLaunchFlags(uint32_t flags);
/external/llvm-project/lldb/test/API/commands/expression/weak_symbols/
DTestWeakSymbols.py51 launch_info.SetLaunchFlags(lldb.eLaunchFlagInheritTCCFromParent)
/external/llvm-project/lldb/test/API/lang/objc/exceptions/
DTestObjCExceptions.py25 launch_info.SetLaunchFlags(lldb.eLaunchFlagInheritTCCFromParent)
/external/llvm-project/lldb/test/API/python_api/process/
DTestProcessAPI.py346 launch_info.SetLaunchFlags(launch_flags)
/external/llvm-project/lldb/tools/lldb-vscode/
Dlldb-vscode.cpp1595 launch_info.SetLaunchFlags(flags | lldb::eLaunchFlagDebug | in request_launch()