OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:attach_name
(Results
1 - 4
of
4
) sorted by null
/external/lldb/examples/python/
process_events.py
95
parser.add_option('-P', '--attach-name', type='string', dest='
attach_name
', metavar='PROCESSNAME', help='Specify a process to attach to by name.', default=None)
118
elif not options.
attach_name
is None:
120
attach_info = lldb.SBAttachInfo (options.
attach_name
, options.attach_wait)
167
print 'Waiting for next to process named "%s" to launch...' % (options.
attach_name
)
169
print 'Attaching to existing process named "%s"...' % (options.
attach_name
)
/external/lldb/source/Plugins/Process/gdb-remote/
GDBRemoteCommunication.cpp
617
else if (
attach_name
&&
attach_name
[0])
623
debugserver_args.AppendArgument (
attach_name
);
ProcessGDBRemote.cpp
[
all
...]
/external/lldb/tools/debugserver/source/
RNBRemote.cpp
3138
std::string
attach_name
;
local
3150
std::string
attach_name
;
local
3161
std::string
attach_name
;
local
[
all
...]
Completed in 714 milliseconds