Searched refs:print_debug (Results 1 - 13 of 13) sorted by relevance

/openjdk7/hotspot/src/os/bsd/dtrace/
H A Djvm_dtrace.c80 static void print_debug(const char* fmt,...) { function
99 print_debug("can't create thread_key_t for jvm error key\n");
158 print_debug("stat failed for %s\n", path);
164 print_debug("well-known file %s is not secure\n", path);
189 print_debug("cannot open door file %s\n", path);
192 print_debug("opened door file %s\n", path);
195 print_debug("check permission failed for %s\n", path);
210 print_debug("cannot create file %s\n", path);
212 print_debug("created attach file %s\n", path);
223 print_debug("canno
[all...]
/openjdk7/hotspot/src/os/solaris/dtrace/
H A Djvm_dtrace.c80 static void print_debug(const char* fmt,...) { function
99 print_debug("can't create thread_key_t for jvm error key\n");
158 print_debug("stat failed for %s\n", path);
164 print_debug("well-known file %s is not secure\n", path);
189 print_debug("cannot open door file %s\n", path);
192 print_debug("opened door file %s\n", path);
195 print_debug("check permission failed for %s\n", path);
210 print_debug("cannot create file %s\n", path);
212 print_debug("created attach file %s\n", path);
223 print_debug("canno
[all...]
/openjdk7/hotspot/agent/src/os/linux/
H A Dps_core.c106 print_debug("can't allocate memory for map_info\n");
179 print_debug("can't locate map_info at 0x%lx, trying class share maps\n",
184 print_debug("located map_info at 0x%lx from class share maps\n",
191 print_debug("can't locate map_info at 0x%lx\n", addr);
305 print_debug("can't lookup 'UseSharedSpaces' flag\n");
313 print_debug("can't read the value of 'UseSharedSpaces' flag\n");
318 print_debug("UseSharedSpaces is false, assuming -Xshare:off!\n");
324 print_debug("can't lookup shared archive path symbol\n");
329 print_debug("can't read shared archive path pointer\n");
334 print_debug("ca
[all...]
H A Dsalibelf.c29 extern void print_debug(const char*,...);
53 print_debug("can't allocate memory for reading program header table\n");
58 print_debug("ELF file is truncated! can't read program header table\n");
73 print_debug("can't allocate memory for reading section header table\n");
78 print_debug("ELF file is truncated! can't read section header table\n");
93 print_debug("can't allocate memory for reading section data\n");
98 print_debug("section data read failed\n");
H A Dps_proc.c68 print_debug("ptrace(PTRACE_PEEKDATA, ..) failed for %d bytes @ %lx\n", size, addr);
84 print_debug("ptrace(PTRACE_PEEKDATA, ..) failed for %d bytes @ %lx\n", size, addr);
97 print_debug("ptrace(PTRACE_PEEKDATA, ..) failed for %d bytes @ %lx\n", size, addr);
135 print_debug("ptrace(PTRACE_GETREGS, ...) failed for lwp %d\n", pid);
140 print_debug("ptrace(PTRACE_GETREGS, ...) not supported\n");
149 print_debug("ptrace(PTRACE_CONT, ..) failed for %d\n", pid);
181 print_debug("waitpid(): Child process exited/terminated (status = 0x%x)\n", status);
190 print_debug("waitpid() failed. Child process pid (%d) does not exist \n", pid);
193 print_debug("waitpid() failed. Invalid options argument.\n");
196 print_debug("waitpi
[all...]
H A Dlibproc_impl.c59 print_debug("path %s substituted for %s\n", alt_path, name);
68 print_debug("path %s substituted for %s\n", alt_path, name);
84 void print_debug(const char* format,...) { function
114 print_debug("libthread_db's td_init failed\n");
161 print_debug("can't allocate memory for lib_info\n");
170 print_debug("can't open shared object %s\n", newlib->name);
188 print_debug("symbol table build failed for %s\n", newlib->name);
224 print_debug("lookup failed for symbol '%s' in obj '%s'\n",
247 print_debug("can't allocate memory for thread_info\n");
278 print_debug("libthread_d
[all...]
H A Dlibproc_impl.h107 void print_debug(const char* format,...);
/openjdk7/hotspot/agent/src/os/bsd/
H A Dps_core.c106 print_debug("can't allocate memory for map_info\n");
180 print_debug("can't locate map_info at 0x%lx, trying class share maps\n",
185 print_debug("located map_info at 0x%lx from class share maps\n",
192 print_debug("can't locate map_info at 0x%lx\n", addr);
305 print_debug("can't lookup 'UseSharedSpaces' flag\n");
313 print_debug("can't read the value of 'UseSharedSpaces' flag\n");
318 print_debug("UseSharedSpaces is false, assuming -Xshare:off!\n");
324 print_debug("can't lookup shared archive path symbol\n");
329 print_debug("can't read shared archive path pointer\n");
334 print_debug("ca
[all...]
H A Dps_proc.c69 print_debug("ptrace(PT_READ_D, ..) failed for %d bytes @ %lx\n", size, addr);
85 print_debug("ptrace(PT_READ_D, ..) failed for %d bytes @ %lx\n", size, addr);
98 print_debug("ptrace(PT_READ_D, ..) failed for %d bytes @ %lx\n", size, addr);
118 print_debug("ptrace(PTRACE_GETREGS, ...) failed for lwp %d\n", pid);
135 print_debug("ptrace(PTRACE_CONT, ..) failed for %d\n", pid);
163 print_debug("waitpid(): Child process exited/terminated (status = 0x%x)\n", status);
172 print_debug("waitpid() failed. Child process pid (%d) does not exist \n", pid);
175 print_debug("waitpid() failed. Invalid options argument.\n");
178 print_debug("waitpid() failed. Unexpected error %d\n",errno);
188 print_debug("ptrac
[all...]
H A Dsalibelf.c30 extern void print_debug(const char*,...);
54 print_debug("can't allocate memory for reading program header table\n");
59 print_debug("ELF file is truncated! can't read program header table\n");
74 print_debug("can't allocate memory for reading section header table\n");
79 print_debug("ELF file is truncated! can't read section header table\n");
94 print_debug("can't allocate memory for reading section data\n");
99 print_debug("section data read failed\n");
H A Dlibproc_impl.c63 print_debug("path %s substituted for %s\n", alt_path, name);
72 print_debug("path %s substituted for %s\n", alt_path, name);
83 void print_debug(const char* format,...) { function
113 print_debug("libthread_db's td_init failed\n");
160 print_debug("can't allocate memory for lib_info\n");
169 print_debug("can't open shared object %s\n", newlib->name);
187 print_debug("symbol table build failed for %s\n", newlib->name);
190 print_debug("built symbol table for %s\n", newlib->name);
226 print_debug("lookup failed for symbol '%s' in obj '%s'\n",
249 print_debug("ca
[all...]
H A Dlibproc_impl.h109 void print_debug(const char* format,...);
/openjdk7/hotspot/agent/src/os/solaris/proc/
H A Dsaproc.cpp63 static void print_debug(const char* format,...) { function
620 print_debug("UseSharedSpaces is false, assuming -Xshare:off!\n");
628 print_debug("can't find symbol 'Arguments::SharedArchivePath'\n");
634 print_debug("can't find read pointer 'Arguments::SharedArchivePath'\n");
639 print_debug("can't find read 'Arguments::SharedArchivePath' value\n");
643 print_debug("looking for %s\n", classes_jsa);
652 print_debug("opened shared archive file %s\n", classes_jsa);
695 print_debug("shared file offset %d mapped at 0x%lx, size = %ld, read only? = %d\n",
907 print_debug("debuggee is %d bit\n", data_model == PR_MODEL_ILP32? 32 : 64);
1092 print_debug("rea
[all...]

Completed in 49 milliseconds