Searched refs:AttachToProcessWithName (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/lldb/test/API/python_api/hello_world/ |
D | TestHelloWorld.py | 136 target.AttachToProcessWithName(listener, None, False, error) 140 process = target.AttachToProcessWithName(listener, name, False, error)
|
/external/llvm-project/lldb/test/API/python_api/default-constructor/ |
D | sb_target.py | 15 obj.AttachToProcessWithName(listener, 'lldb', False, error)
|
/external/llvm-project/lldb/bindings/interface/ |
D | SBTarget.i | 316 A process object for the attached process.") AttachToProcessWithName; 318 AttachToProcessWithName (SBListener &listener,
|
/external/llvm-project/lldb/include/lldb/API/ |
D | SBTarget.h | 254 lldb::SBProcess AttachToProcessWithName(SBListener &listener,
|
/external/llvm-project/lldb/source/API/ |
D | SBTarget.cpp | 525 lldb::SBProcess SBTarget::AttachToProcessWithName( in AttachToProcessWithName() function in SBTarget 531 LLDB_RECORD_METHOD(lldb::SBProcess, SBTarget, AttachToProcessWithName, in AttachToProcessWithName() 2457 lldb::SBProcess, SBTarget, AttachToProcessWithName, in RegisterMethods()
|