Searched refs:Pgrab_core (Results 1 - 9 of 9) sorted by relevance

/openjdk7/hotspot/agent/src/os/bsd/
H A Dtest.c42 ph = Pgrab_core(argv[1], argv[2]);
H A Dlibproc.h88 struct ps_prochandle* Pgrab_core(const char* execfile, const char* corefile);
H A DBsdDebuggerLocal.c191 if ( (ph = Pgrab_core(execName_cstr, coreName_cstr)) == NULL) {
H A Dps_core.c945 struct ps_prochandle* Pgrab_core(const char* exec_file, const char* core_file) { function
/openjdk7/hotspot/agent/src/os/linux/
H A Dtest.c42 ph = Pgrab_core(argv[1], argv[2]);
H A Dlibproc.h108 struct ps_prochandle* Pgrab_core(const char* execfile, const char* corefile);
H A DLinuxDebuggerLocal.c190 if ( (ph = Pgrab_core(execName_cstr, coreName_cstr)) == NULL) {
H A Dps_core.c938 struct ps_prochandle* Pgrab_core(const char* exec_file, const char* core_file) { function
/openjdk7/hotspot/agent/src/os/solaris/proc/
H A Dlibproc.h117 /* Error codes from Pgrab(), Pfgrab_core(), and Pgrab_core() */
188 extern struct ps_prochandle *Pgrab_core(const char *, const char *, int, int *);

Completed in 32 milliseconds