Searched refs:attach_name (Results 1 – 4 of 4) sorted by relevance
/external/lldb/examples/python/ |
D | process_events.py | 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/ |
D | GDBRemoteCommunication.cpp | 617 else if (attach_name && attach_name[0]) in StartDebugserverProcess() 623 debugserver_args.AppendArgument (attach_name); in StartDebugserverProcess()
|
D | ProcessGDBRemote.cpp | 2545 else if (attach_name && attach_name[0]) in StartDebugserverProcess() 2551 debugserver_args.AppendArgument (attach_name); in StartDebugserverProcess()
|
/external/lldb/tools/debugserver/source/ |
D | RNBRemote.cpp | 3007 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 …]
|