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

/openjdk10/hotspot/src/jdk.hotspot.agent/macosx/native/libsaproc/
H A Dps_core.c109 print_debug("can't allocate memory for map_info\n");
185 print_debug("can't locate map_info at 0x%lx, trying class share maps\n", addr);
189 print_debug("located map_info at 0x%lx from class share maps\n", addr);
195 print_debug("can't locate map_info at 0x%lx\n", addr);
317 print_debug("can't lookup 'UseSharedSpaces' flag\n");
325 print_debug("can't read the value of 'UseSharedSpaces' flag\n");
330 print_debug("UseSharedSpaces is false, assuming -Xshare:off!\n");
336 print_debug("can't lookup shared archive path symbol\n");
341 print_debug("can't read shared archive path pointer\n");
346 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.c57 print_debug("path %s substituted for %s\n", alt_path, name);
66 print_debug("path %s substituted for %s\n", alt_path, name);
81 void print_debug(const char* format,...) { function
122 print_debug("fat offset=%x\n", ntohl(fatarch.offset));
141 print_debug("Invalid file handle passed to is_macho_file\n");
148 print_debug("failed to get fat header\n");
156 print_debug("fhdr.magic %x\n", fhdr.magic);
168 print_debug("libthread_db's td_init failed\n");
211 print_debug("add_lib_info_fd %s\n", libname);
214 print_debug("ca
[all...]
H A Dsymtab.c81 print_debug("error to get hash_table value!\n");
96 print_debug("failed in get fat header\n");
101 print_debug("reading header failed!\n");
106 print_debug("not a valid .dylib file\n");
120 print_debug("read load_command failed for file\n");
131 print_debug("No symtab command found!\n");
135 print_debug("read symtab_command failed for file");
140 print_debug("out of memory: allocating symtab\n");
154 print_debug("out of memory: allocating symtab.symbol or symtab.strs\n");
160 print_debug("rea
[all...]
H A Dlibproc_impl.h163 void print_debug(const char* format,...);
/openjdk10/hotspot/src/jdk.hotspot.agent/linux/native/libsaproc/
H A Dps_core.c108 print_debug("can't allocate memory for map_info\n");
184 print_debug("can't locate map_info at 0x%lx, trying class share maps\n", addr);
188 print_debug("located map_info at 0x%lx from class share maps\n", addr);
194 print_debug("can't locate map_info at 0x%lx\n", addr);
311 print_debug("can't lookup 'UseSharedSpaces' flag\n");
319 print_debug("can't read the value of 'UseSharedSpaces' flag\n");
324 print_debug("UseSharedSpaces is false, assuming -Xshare:off!\n");
330 print_debug("can't lookup shared archive path symbol\n");
335 print_debug("can't read shared archive path pointer\n");
340 print_debug("ca
[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.c71 print_debug("path %s substituted for %s\n", alt_path, name);
91 void print_debug(const char* format,...) { function
121 print_debug("libthread_db's td_init failed\n");
168 print_debug("can't allocate memory for lib_info\n");
173 print_debug("libname %s too long\n", libname);
183 print_debug("can't open shared object %s\n", newlib->name);
201 print_debug("symbol table build failed for %s\n", newlib->name);
237 print_debug("lookup failed for symbol '%s' in obj '%s'\n",
260 print_debug("can't allocate memory for thread_info\n");
291 print_debug("libthread_d
[all...]
H A Dps_proc.c72 print_debug("ptrace(PTRACE_PEEKDATA, ..) failed for %d bytes @ %lx\n", size, addr);
88 print_debug("ptrace(PTRACE_PEEKDATA, ..) failed for %d bytes @ %lx\n", size, addr);
101 print_debug("ptrace(PTRACE_PEEKDATA, ..) failed for %d bytes @ %lx\n", size, addr);
139 print_debug("ptrace(PTRACE_GETREGS, ...) failed for lwp %d\n", pid);
148 print_debug("ptrace(PTRACE_GETREGSET, ...) failed for lwp %d\n", pid);
153 print_debug("ptrace(PTRACE_GETREGS, ...) not supported\n");
162 print_debug("ptrace(PTRACE_CONT, ..) failed for %d\n", pid);
194 print_debug("waitpid(): Child process exited/terminated (status = 0x%x)\n", status);
203 print_debug("waitpid() failed. Child process pid (%d) does not exist \n", pid);
206 print_debug("waitpi
[all...]
H A Dlibproc_impl.h107 void print_debug(const char* format,...);
/openjdk10/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");
156 print_debug("stat failed for %s\n", path);
162 print_debug("well-known file %s is not secure\n", path);
187 print_debug("cannot open door file %s\n", path);
190 print_debug("opened door file %s\n", path);
193 print_debug("check permission failed for %s\n", path);
208 print_debug("cannot create file %s\n", path);
210 print_debug("created attach file %s\n", path);
221 print_debug("canno
[all...]
/openjdk10/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");
156 print_debug("stat failed for %s\n", path);
162 print_debug("well-known file %s is not secure\n", path);
187 print_debug("cannot open door file %s\n", path);
190 print_debug("opened door file %s\n", path);
193 print_debug("check permission failed for %s\n", path);
208 print_debug("cannot create file %s\n", path);
210 print_debug("created attach file %s\n", path);
221 print_debug("canno
[all...]
/openjdk10/hotspot/src/jdk.hotspot.agent/solaris/native/libsaproc/
H A Dsaproc.cpp46 static void print_debug(const char* format,...) { function
603 print_debug("UseSharedSpaces is false, assuming -Xshare:off!\n");
611 print_debug("can't find symbol 'Arguments::SharedArchivePath'\n");
617 print_debug("can't find read pointer 'Arguments::SharedArchivePath'\n");
622 print_debug("can't find read 'Arguments::SharedArchivePath' value\n");
626 print_debug("looking for %s\n", classes_jsa);
635 print_debug("opened shared archive file %s\n", classes_jsa);
678 print_debug("shared file offset %d mapped at 0x%lx, size = %ld, read only? = %d\n",
891 print_debug("debuggee is %d bit\n", data_model == PR_MODEL_ILP32? 32 : 64);
1057 print_debug("rea
[all...]

Completed in 212 milliseconds