Searched refs:process_name (Results 1 - 14 of 14) sorted by relevance

/external/valgrind/memcheck/tests/
H A Dfile_locking.c36 static int open_lock_and_map(const char* const process_name, argument
54 fprintf(stderr, "%s: about to lock file for writing.\n", process_name);
61 fprintf(stderr, "%s: file locking attempt succeeded.\n", process_name);
/external/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DProcessKDP.h94 WillAttachToProcessWithName (const char *process_name, bool wait_for_launch);
106 DoAttachToProcessWithName (const char *process_name, bool wait_for_launch, const lldb_private::ProcessAttachInfo &attach_info);
H A DProcessKDP.cpp234 ProcessKDP::WillAttachToProcessWithName (const char *process_name, bool wait_for_launch) argument
386 ProcessKDP::DoAttachToProcessWithName (const char *process_name, bool wait_for_launch, const ProcessAttachInfo &attach_info) argument
/external/lldb/tools/darwin-threads/
H A Dexamine-threads.c98 get_kinfo_proc_for_pid (pid_t pid, const char *process_name) argument
333 const char *process_name = get_process_name_for_pid (pid); local
335 // At this point "pid" is the process id and "process_name" is the process name
339 struct kinfo_proc *kinfo = get_kinfo_proc_for_pid (pid, process_name);
341 printf ("pid %d (%s) is currently ", pid, process_name);
482 free ((void *) process_name);
/external/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.h98 WillAttachToProcessWithName (const char *process_name, bool wait_for_launch);
113 DoAttachToProcessWithName (const char *process_name,
H A DProcessGDBRemote.cpp530 ProcessGDBRemote::WillAttachToProcessWithName (const char *process_name, bool wait_for_launch)
1006 ProcessGDBRemote::DoAttachToProcessWithName (const char *process_name, bool wait_for_launch, const ProcessAttachInfo &attach_info) argument
1012 if (process_name && process_name[0])
1058 packet.PutBytesAsRawHex8(process_name, strlen(process_name), lldb::endian::InlHostByteOrder(), lldb::endian::InlHostByteOrder());
/external/lldb/tools/debugserver/source/
H A DDNB.cpp45 static size_t GetAllInfosMatchingName (const char *process_name, std::vector<struct kinfo_proc>& matching_proc_infos);
444 const char *process_name; local
445 process_name = strrchr (full_process_name, '/');
446 if (process_name == NULL)
447 process_name = full_process_name;
449 process_name++;
451 const int process_name_len = strlen(process_name);
466 if (::strncasecmp(process_name, proc_infos[i].kp_proc.p_comm, MAXCOMLEN) == 0)
499 if (::strncasecmp(process_name, argv_basename, PATH_MAX) == 0)
/external/lldb/utils/vim-lldb/python-vim-lldb/
H A Dlldb_controller.py144 def doAttach(self, process_name):
150 self.process = self.target.AttachToProcessWithName(self.processListener, process_name, False, error)
158 print "Attached to %s (pid=%d)" % (process_name, self.pid)
/external/toybox/toys/pending/
H A Dbootchartd.c270 char *process_name[] = {"bootchartd", NULL}; local
272 names_to_pid(process_name, push_pids_in_list);
/external/v8/samples/
H A Dprocess.cc191 Handle<String> process_name = String::NewFromUtf8(GetIsolate(), "Process");
192 Handle<Value> process_val = context->Global()->Get(process_name);
/external/lldb/source/Target/
H A DProcess.cpp851 ProcessInstanceInfoMatch::NameMatches (const char *process_name) const
853 if (m_name_match_type == eNameMatchIgnore || process_name == NULL)
859 return lldb_private::NameMatches (process_name, m_name_match_type, match_name);
3045 char process_name[PATH_MAX];
3047 if (attach_info.GetExecutableFile().GetPath (process_name, sizeof(process_name)))
3053 error = WillAttachToProcessWithName(process_name, wait_for_launch);
3062 error = DoAttachToProcessWithName (process_name, wait_for_launch, attach_info);
3108 match_info.GetProcessInfo().GetExecutableFile().GetPath (process_name, sizeof(process_name));
[all...]
/external/lldb/include/lldb/Target/
H A DProcess.h1008 ProcessInstanceInfoMatch (const char *process_name, argument
1014 m_match_info.GetExecutableFile().SetFile(process_name, false);
1054 NameMatches (const char *process_name) const;
2023 WillAttachToProcessWithName (const char *process_name, bool wait_for_launch) argument
2094 /// @param[in] process_name
2111 DoAttachToProcessWithName (const char *process_name, bool wait_for_launch, const ProcessAttachInfo &attach_info) argument
/external/lldb/examples/python/
H A Dcrashlog.py254 (self.process_name, pid_with_brackets) = line[8:].strip().split(' [')
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 306 milliseconds