Home
last modified time | relevance | path

Searched refs:AttachToProcessWithName (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/lldb/test/API/python_api/hello_world/
DTestHelloWorld.py136 target.AttachToProcessWithName(listener, None, False, error)
140 process = target.AttachToProcessWithName(listener, name, False, error)
/external/llvm-project/lldb/test/API/python_api/default-constructor/
Dsb_target.py15 obj.AttachToProcessWithName(listener, 'lldb', False, error)
/external/llvm-project/lldb/bindings/interface/
DSBTarget.i316 A process object for the attached process.") AttachToProcessWithName;
318 AttachToProcessWithName (SBListener &listener,
/external/llvm-project/lldb/include/lldb/API/
DSBTarget.h254 lldb::SBProcess AttachToProcessWithName(SBListener &listener,
/external/llvm-project/lldb/source/API/
DSBTarget.cpp525 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()