Searched refs:RemoteAttachToProcessWithID (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/lldb/test/API/python_api/default-constructor/ |
D | sb_process.py | 21 obj.RemoteAttachToProcessWithID(123, error)
|
/external/llvm-project/lldb/bindings/interface/ |
D | SBProcess.i | 111 when connecting to an externally managed debugserver instance.") RemoteAttachToProcessWithID; 113 RemoteAttachToProcessWithID (lldb::pid_t pid,
|
/external/llvm-project/lldb/include/lldb/API/ |
D | SBProcess.h | 80 bool RemoteAttachToProcessWithID(lldb::pid_t pid, lldb::SBError &error);
|
/external/llvm-project/lldb/source/API/ |
D | SBProcess.cpp | 169 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()
|