Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/test/API/python_api/hello_world/
H A DTestHelloWorld.py130 target.AttachToProcessWithName(listener, None, False, error)
134 process = target.AttachToProcessWithName(listener, name, False, error)
/llvm-project-15.0.7/lldb/test/API/python_api/default-constructor/
H A Dsb_target.py15 obj.AttachToProcessWithName(listener, 'lldb', False, error)
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBTarget.i302 A process object for the attached process.") AttachToProcessWithName;
304 AttachToProcessWithName (SBListener &listener,
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBTarget.h254 lldb::SBProcess AttachToProcessWithName(SBListener &listener,
/llvm-project-15.0.7/lldb/source/API/
H A DSBTarget.cpp491 lldb::SBProcess SBTarget::AttachToProcessWithName( in AttachToProcessWithName() function in SBTarget