Home
last modified time | relevance | path

Searched refs:RemoteAttachToProcessWithID (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/lldb/test/API/python_api/default-constructor/
Dsb_process.py21 obj.RemoteAttachToProcessWithID(123, error)
/external/llvm-project/lldb/bindings/interface/
DSBProcess.i111 when connecting to an externally managed debugserver instance.") RemoteAttachToProcessWithID;
113 RemoteAttachToProcessWithID (lldb::pid_t pid,
/external/llvm-project/lldb/include/lldb/API/
DSBProcess.h80 bool RemoteAttachToProcessWithID(lldb::pid_t pid, lldb::SBError &error);
/external/llvm-project/lldb/source/API/
DSBProcess.cpp169 bool SBProcess::RemoteAttachToProcessWithID(lldb::pid_t pid, in RemoteAttachToProcessWithID() function in SBProcess
171 LLDB_RECORD_METHOD(bool, SBProcess, RemoteAttachToProcessWithID, in RemoteAttachToProcessWithID()
1332 LLDB_REGISTER_METHOD(bool, SBProcess, RemoteAttachToProcessWithID, in RegisterMethods()