Home
last modified time | relevance | path

Searched refs:WillAttachToProcessWithName (Results 1 – 6 of 6) sorted by relevance

/external/lldb/source/Plugins/Process/MacOSX-Kernel/
DProcessKDP.h94 WillAttachToProcessWithName (const char *process_name, bool wait_for_launch);
DProcessKDP.cpp234 ProcessKDP::WillAttachToProcessWithName (const char *process_name, bool wait_for_launch) in WillAttachToProcessWithName() function in ProcessKDP
/external/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.h98 WillAttachToProcessWithName (const char *process_name, bool wait_for_launch);
DProcessGDBRemote.cpp530 ProcessGDBRemote::WillAttachToProcessWithName (const char *process_name, bool wait_for_launch) in WillAttachToProcessWithName() function in ProcessGDBRemote
/external/lldb/include/lldb/Target/
DProcess.h2023 WillAttachToProcessWithName (const char *process_name, bool wait_for_launch) in WillAttachToProcessWithName() function
/external/lldb/source/Target/
DProcess.cpp3053 error = WillAttachToProcessWithName(process_name, wait_for_launch); in Attach()