Home
last modified time | relevance | path

Searched refs:GetLaunchFlags (Results 1 – 11 of 11) sorted by relevance

/llvm-project-15.0.7/lldb/test/API/python_api/event/
H A DTestEvents.py49 flags = target.GetLaunchInfo().GetLaunchFlags()
144 flags = target.GetLaunchInfo().GetLaunchFlags()
223 flags = target.GetLaunchInfo().GetLaunchFlags()
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBLaunchInfo.i86 GetLaunchFlags ();
/llvm-project-15.0.7/lldb/test/API/commands/expression/expr-in-syscall/
H A DTestExpressionInSyscall.py28 flags = target.GetLaunchInfo().GetLaunchFlags()
/llvm-project-15.0.7/lldb/test/API/functionalities/breakpoint/address_breakpoints/
H A DTestAddressBreakpoints.py51 flags = launch_info.GetLaunchFlags()
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBLaunchInfo.h138 uint32_t GetLaunchFlags();
/llvm-project-15.0.7/lldb/test/API/functionalities/gdb_remote_client/
H A DTestNoLocalFile.py87 flags = launch_info.GetLaunchFlags()
/llvm-project-15.0.7/lldb/test/API/functionalities/target-new-solib-notifications/
H A DTestModuleLoadedNotifys.py53 flags = target.GetLaunchInfo().GetLaunchFlags()
/llvm-project-15.0.7/lldb/source/API/
H A DSBLaunchInfo.cpp219 uint32_t SBLaunchInfo::GetLaunchFlags() { in GetLaunchFlags() function in SBLaunchInfo
/llvm-project-15.0.7/lldb/test/API/commands/register/register/register_command/
H A DTestRegisters.py282 flags = target.GetLaunchInfo().GetLaunchFlags()
/llvm-project-15.0.7/lldb/test/API/python_api/process/
H A DTestProcessAPI.py334 launch_flags = launch_info.GetLaunchFlags()
/llvm-project-15.0.7/lldb/tools/lldb-vscode/
H A Dlldb-vscode.cpp1701 auto flags = launch_info.GetLaunchFlags(); in request_launch()