Home
last modified time | relevance | path

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

/external/llvm-project/lldb/test/API/python_api/event/
DTestEvents.py53 flags = target.GetLaunchInfo().GetLaunchFlags()
149 flags = target.GetLaunchInfo().GetLaunchFlags()
229 flags = target.GetLaunchInfo().GetLaunchFlags()
/external/llvm-project/lldb/source/API/
DSBLaunchInfo.cpp227 uint32_t SBLaunchInfo::GetLaunchFlags() { in GetLaunchFlags() function in SBLaunchInfo
228 LLDB_RECORD_METHOD_NO_ARGS(uint32_t, SBLaunchInfo, GetLaunchFlags); in GetLaunchFlags()
382 LLDB_REGISTER_METHOD(uint32_t, SBLaunchInfo, GetLaunchFlags, ()); in RegisterMethods()
/external/llvm-project/lldb/bindings/interface/
DSBLaunchInfo.i83 GetLaunchFlags ();
/external/llvm-project/lldb/test/API/commands/expression/expr-in-syscall/
DTestExpressionInSyscall.py34 flags = target.GetLaunchInfo().GetLaunchFlags()
/external/llvm-project/lldb/include/lldb/API/
DSBLaunchInfo.h138 uint32_t GetLaunchFlags();
/external/llvm-project/lldb/test/API/functionalities/breakpoint/address_breakpoints/
DTestAddressBreakpoints.py57 flags = launch_info.GetLaunchFlags()
/external/llvm-project/lldb/test/API/functionalities/target-new-solib-notifications/
DTestModuleLoadedNotifys.py55 flags = target.GetLaunchInfo().GetLaunchFlags()
/external/llvm-project/lldb/test/API/python_api/process/
DTestProcessAPI.py344 launch_flags = launch_info.GetLaunchFlags()
/external/llvm-project/lldb/test/API/commands/register/register/register_command/
DTestRegisters.py289 flags = target.GetLaunchInfo().GetLaunchFlags()
/external/llvm-project/lldb/tools/lldb-vscode/
Dlldb-vscode.cpp1585 auto flags = launch_info.GetLaunchFlags(); in request_launch()