Home
last modified time | relevance | path

Searched refs:GetLaunchInfo (Results 1 – 22 of 22) 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/test/API/commands/disassemble/basic/
DTestFrameDisassemble.py44 launch_info = target.GetLaunchInfo()
/external/llvm-project/lldb/test/API/functionalities/tail_call_frames/sbapi_support/
DTestTailCallFrameSBAPI.py34 launch_info = target.GetLaunchInfo()
/external/llvm-project/lldb/test/API/commands/expression/expr-in-syscall/
DTestExpressionInSyscall.py34 flags = target.GetLaunchInfo().GetLaunchFlags()
/external/llvm-project/lldb/test/API/commands/frame/language/
DTestGuessLanguage.py56 launch_info = target.GetLaunchInfo()
/external/llvm-project/lldb/test/API/commands/frame/var/
DTestFrameVar.py45 launch_info = target.GetLaunchInfo()
/external/llvm-project/lldb/test/API/functionalities/tail_call_frames/thread_step_out_or_return/
DTestSteppingOutWithArtificialFrames.py32 launch_info = target.GetLaunchInfo()
/external/llvm-project/lldb/test/API/commands/target/auto-install-main-executable/
DTestAutoInstallMainExecutable.py83 launch_info = target.GetLaunchInfo()
/external/llvm-project/lldb/test/API/functionalities/target-new-solib-notifications/
DTestModuleLoadedNotifys.py55 flags = target.GetLaunchInfo().GetLaunchFlags()
/external/llvm-project/lldb/test/API/functionalities/signal/
DTestSendSignal.py47 launch_info = target.GetLaunchInfo()
/external/llvm-project/lldb/test/API/functionalities/breakpoint/auto_continue/
DTestBreakpointAutoContinue.py49 launch_info = self.target.GetLaunchInfo()
/external/llvm-project/lldb/test/API/python_api/sbenvironment/
DTestSBEnvironment.py44 launch_info = target.GetLaunchInfo()
/external/llvm-project/lldb/test/API/macosx/thread-names/
DTestInterruptThreadNames.py26 launch_info = target.GetLaunchInfo()
/external/llvm-project/lldb/test/API/python_api/process/io/
DTestProcessIO.py138 self.launch_info = self.target.GetLaunchInfo()
/external/llvm-project/lldb/test/API/python_api/process/
DTestProcessAPI.py342 launch_info = target.GetLaunchInfo()
/external/llvm-project/lldb/test/API/commands/register/register/register_command/
DTestRegisters.py289 flags = target.GetLaunchInfo().GetLaunchFlags()
/external/llvm-project/lldb/include/lldb/API/
DSBTarget.h831 lldb::SBLaunchInfo GetLaunchInfo() const;
/external/llvm-project/lldb/test/API/commands/settings/
DTestSettings.py232 launch_info = target.GetLaunchInfo()
/external/llvm-project/lldb/bindings/interface/
DSBTarget.i950 GetLaunchInfo () const;
/external/llvm-project/lldb/source/API/
DSBTarget.cpp294 SBLaunchInfo launch_info = GetLaunchInfo(); in LaunchSimple()
2381 lldb::SBLaunchInfo SBTarget::GetLaunchInfo() const { in GetLaunchInfo() function in SBTarget
2382 LLDB_RECORD_METHOD_CONST_NO_ARGS(lldb::SBLaunchInfo, SBTarget, GetLaunchInfo); in GetLaunchInfo()
2650 LLDB_REGISTER_METHOD_CONST(lldb::SBLaunchInfo, SBTarget, GetLaunchInfo, ()); in RegisterMethods()
/external/llvm-project/lldb/packages/Python/lldbsuite/test/
Dlldbutil.py848 launch_info = target.GetLaunchInfo()
/external/llvm-project/lldb/tools/lldb-vscode/
Dlldb-vscode.cpp1566 auto launch_info = g_vsc.target.GetLaunchInfo(); in request_launch()