Home
last modified time | relevance | path

Searched refs:attach_name (Results 1 – 4 of 4) sorted by relevance

/external/lldb/examples/python/
Dprocess_events.py118 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/
DGDBRemoteCommunication.cpp617 else if (attach_name && attach_name[0]) in StartDebugserverProcess()
623 debugserver_args.AppendArgument (attach_name); in StartDebugserverProcess()
DProcessGDBRemote.cpp2545 else if (attach_name && attach_name[0]) in StartDebugserverProcess()
2551 debugserver_args.AppendArgument (attach_name); in StartDebugserverProcess()
/external/lldb/tools/debugserver/source/
DRNBRemote.cpp3007 GetProcessNameFrom_vAttach (const char *&p, std::string &attach_name) in GetProcessNameFrom_vAttach() argument
3025 attach_name.push_back(ch); in GetProcessNameFrom_vAttach()
3138 std::string attach_name; in HandlePacket_v() local
3139 if (!GetProcessNameFrom_vAttach(p, attach_name)) in HandlePacket_v()
3144 …attach_pid = DNBProcessAttachWait(attach_name.c_str (), m_ctx.LaunchFlavor(), ignore_existing, NUL… in HandlePacket_v()
3150 std::string attach_name; in HandlePacket_v() local
3151 if (!GetProcessNameFrom_vAttach(p, attach_name)) in HandlePacket_v()
3156 …attach_pid = DNBProcessAttachWait(attach_name.c_str (), m_ctx.LaunchFlavor(), ignore_existing, NUL… in HandlePacket_v()
3161 std::string attach_name; in HandlePacket_v() local
3162 if (!GetProcessNameFrom_vAttach(p, attach_name)) in HandlePacket_v()
[all …]