OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:attach_token
(Results
1 - 3
of
3
) sorted by null
/external/lldb/tools/debugserver/source/MacOSX/
MachProcess.h
77
static void CleanupAfterAttach (const void *
attach_token
, bool success, DNBError &err_str);
78
static nub_process_t CheckForProcess (const void *
attach_token
);
MachProcess.cpp
[
all
...]
/external/lldb/tools/debugserver/source/
DNB.cpp
537
const void *
attach_token
= MachProcess::PrepareForAttach (waitfor_process_name, launch_flavor, true, prepare_error);
local
545
if (
attach_token
== NULL)
560
if (
attach_token
!= NULL)
563
pid = MachProcess::CheckForProcess(
attach_token
);
641
MachProcess::CleanupAfterAttach (
attach_token
, success, prepare_error);
[
all
...]
Completed in 679 milliseconds