Home
last modified time | relevance | path

Searched defs:attach_info (Results 1 – 25 of 29) sorted by relevance

12

/llvm-project/lldb/source/Commands/
H A DCommandOptionsProcessAttach.h42 lldb_private::ProcessAttachInfo attach_info; variable
/llvm-project/lldb/include/lldb/Interpreter/Interfaces/
H A DScriptedPlatformInterface.h33 virtual Status AttachToProcess(lldb::ProcessAttachInfoSP attach_info) { in AttachToProcess() argument
H A DScriptedProcessInterface.h31 virtual Status Attach(const ProcessAttachInfo &attach_info) { in Attach() argument
/llvm-project/lldb/examples/python/templates/
H A Dscripted_platform.py63 def attach_to_process(self, attach_info): argument
H A Dscripted_process.py153 attach(self, attach_info) global() argument
/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/
H A DScriptedPlatformPythonInterface.cpp81 AttachToProcess(ProcessAttachInfoSP attach_info) AttachToProcess() argument
H A DScriptedProcessPythonInterface.cpp60 Attach(const ProcessAttachInfo & attach_info) Attach() argument
/llvm-project/lldb/source/Plugins/Platform/QemuUser/
H A DPlatformQemuUser.h42 lldb::ProcessSP Attach(ProcessAttachInfo &attach_info, Debugger &debugger, in Attach() argument
/llvm-project/lldb/source/Plugins/Process/scripted/
H A DScriptedProcess.cpp191 Status ScriptedProcess::DoAttach(const ProcessAttachInfo &attach_info) { in DoAttach() argument
206 const ProcessAttachInfo &attach_info) { in DoAttachToProcessWithID() argument
211 const char *process_name, const ProcessAttachInfo &attach_info) { in DoAttachToProcessWithName() argument
/llvm-project/lldb/source/Plugins/Process/Windows/Common/
H A DDebuggerThread.cpp68 const ProcessAttachInfo &attach_info) { in DebugAttach() argument
113 lldb::pid_t pid, const ProcessAttachInfo &attach_info) { in DebuggerThreadAttachRoutine() argument
H A DProcessDebugger.cpp172 const ProcessAttachInfo &attach_info, in AttachProcess() argument
H A DNativeProcessWindows.cpp69 ProcessAttachInfo attach_info; in NativeProcessWindows() local
H A DProcessWindows.cpp198 DoAttachToProcessWithID(lldb::pid_t pid,const ProcessAttachInfo & attach_info) DoAttachToProcessWithID() argument
/llvm-project/lldb/source/Plugins/Platform/Windows/
H A DPlatformWindows.cpp491 ProcessAttachInfo attach_info(launch_info); DebugProcess() local
509 Attach(ProcessAttachInfo & attach_info,Debugger & debugger,Target * target,Status & error) Attach() argument
/llvm-project/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DProcessKDP.cpp369 const ProcessAttachInfo &attach_info) { in DoAttachToProcessWithID() argument
378 const ProcessAttachInfo &attach_info) { in DoAttachToProcessWithName() argument
/llvm-project/lldb/tools/lldb-server/
H A Dlldb-gdbserver.cpp344 ProcessAttachInfo attach_info; main_gdbserver() local
/llvm-project/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformAppleSimulator.cpp202 ProcessAttachInfo attach_info(launch_info); DebugProcess() local
/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp363 Attach(ProcessAttachInfo & attach_info,Debugger & debugger,Target * target,Status & error) Attach() argument
/llvm-project/lldb/source/API/
H A DSBTarget.cpp77 static Status AttachToProcess(ProcessAttachInfo &attach_info, Target &target) { in AttachToProcess() argument
444 ProcessAttachInfo &attach_info = sb_attach_info.ref(); Attach() local
482 ProcessAttachInfo attach_info; AttachToProcessWithID() local
512 ProcessAttachInfo attach_info; AttachToProcessWithName() local
[all...]
H A DSBPlatform.cpp580 Attach(SBAttachInfo & attach_info,const SBDebugger & debugger,SBTarget & target,SBError & error) Attach() argument
H A DSBProcess.cpp172 ProcessAttachInfo attach_info; RemoteAttachToProcessWithID() local
/llvm-project/lldb/include/lldb/Target/
H A DProcess.h1005 DoAttachToProcessWithID(lldb::pid_t pid,const ProcessAttachInfo & attach_info) DoAttachToProcessWithID() argument
1028 DoAttachToProcessWithName(const char * process_name,const ProcessAttachInfo & attach_info) DoAttachToProcessWithName() argument
/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp491 Attach(ProcessAttachInfo & attach_info,Debugger & debugger,Target * target,Status & error) Attach() argument
/llvm-project/lldb/tools/lldb-dap/
H A Dlldb-dap.cpp675 lldb::SBAttachInfo attach_info; request_attach() local
1721 lldb::SBAttachInfo attach_info; request_runInTerminal() local
/llvm-project/lldb/source/Target/
H A DPlatform.cpp1039 ProcessAttachInfo attach_info(launch_info); DebugProcess() local

12