Home
last modified time | relevance | path

Searched refs:Debug (Results 1 – 25 of 40) sorted by relevance

12

/third_party/ulib/jemalloc/msvc/
A Djemalloc_vc2015.sln17 Debug|x64 = Debug|x64
18 Debug|x86 = Debug|x86
19 Debug-static|x64 = Debug-static|x64
20 Debug-static|x86 = Debug-static|x86
27 {8D6BB292-9E1C-413D-9F98-4864BDC1514A}.Debug|x64.ActiveCfg = Debug|x64
28 {8D6BB292-9E1C-413D-9F98-4864BDC1514A}.Debug|x64.Build.0 = Debug|x64
29 {8D6BB292-9E1C-413D-9F98-4864BDC1514A}.Debug|x86.ActiveCfg = Debug|Win32
30 {8D6BB292-9E1C-413D-9F98-4864BDC1514A}.Debug|x86.Build.0 = Debug|Win32
43 {09028CFD-4EB7-491D-869C-0708DB97ED44}.Debug|x64.ActiveCfg = Debug|x64
44 {09028CFD-4EB7-491D-869C-0708DB97ED44}.Debug|x64.Build.0 = Debug|x64
[all …]
/third_party/ulib/ngunwind/src/dwarf/
A DGexpr.c432 Debug (15, "OP_dup\n"); in dwarf_eval_expr()
460 Debug (15, "OP_rot\n"); in dwarf_eval_expr()
470 Debug (15, "OP_abs\n"); in dwarf_eval_expr()
478 Debug (15, "OP_and\n"); in dwarf_eval_expr()
530 Debug (15, "OP_or\n"); in dwarf_eval_expr()
578 Debug (15, "OP_le\n"); in dwarf_eval_expr()
585 Debug (15, "OP_ge\n"); in dwarf_eval_expr()
592 Debug (15, "OP_eq\n"); in dwarf_eval_expr()
599 Debug (15, "OP_lt\n"); in dwarf_eval_expr()
606 Debug (15, "OP_gt\n"); in dwarf_eval_expr()
[all …]
A DGfind_unwind_table.c56 Debug (3, "(edi %p, %p, \"%s\", 0x%lx, 0x%lx, 0x%lx)\n", in dwarf_find_unwind_table()
63 Debug(3, "returning, invalid elf object\n"); in dwarf_find_unwind_table()
108 Debug(3, "returning 0, no text\n"); in dwarf_find_unwind_table()
239 Debug(3, "returning, found %d\n", found); in dwarf_find_unwind_table()
266 Debug (3, "(edi %p, %p, \"%s\", 0x%lx, 0x%lx, 0x%lx)\n", in dwarf_as_find_unwind_table()
285 Debug(3, "returning, invalid elf object\n"); in dwarf_as_find_unwind_table()
302 Debug (3, "scanning phdrs\n"); in dwarf_as_find_unwind_table()
356 Debug (3, "scanning phdrs, ptxt %p\n", ptxt); in dwarf_as_find_unwind_table()
360 Debug(3, "returning 0, no text\n"); in dwarf_as_find_unwind_table()
438 Debug(3, "returning, weird table encoding\n"); in dwarf_as_find_unwind_table()
[all …]
A DGparser.c134 Debug (15, "CFA_MIPS_advance_loc8\n"); in run_cfi_program()
155 Debug (15, "CFA_offset r%lu at cfa+0x%lx\n", in run_cfi_program()
195 Debug (1, "Invalid register number %u in " in run_cfi_program()
250 Debug (15, "CFA_remember_state\n"); in run_cfi_program()
264 Debug (15, "CFA_restore_state\n"); in run_cfi_program()
283 Debug (15, "CFA_def_cfa_sf r%lu+0x%lx\n", in run_cfi_program()
306 Debug (15, "CFA_def_cfa_offset_sf 0x%lx\n", in run_cfi_program()
378 Debug (15, "CFA_GNU_window_save\n"); in run_cfi_program()
385 Debug (1, "Unexpected CFA opcode 0x%x\n", op); in run_cfi_program()
467 Debug (1, "Not yet implemented\n"); in parse_dynamic()
[all …]
A DGfind_proc_info-lsb.c117 Debug (4, "opened file '%s'. Section header at offset %d\n", in load_debug_frame()
125 Debug (4, "loading string table of size %zd\n", in load_debug_frame()
382 Debug (15, "Trying to find .debug_frame for %s\n", obj_name); in dwarf_find_debug_frame()
389 Debug (15, "couldn't load .debug_frame\n"); in dwarf_find_debug_frame()
401 Debug (15, "loaded .debug_frame\n"); in dwarf_find_debug_frame()
408 Debug (15, "zero-length .debug_frame\n"); in dwarf_find_debug_frame()
549 Debug (15, "checking %s, base=0x%lx)\n", in dwarf_callback()
608 Debug (1, "table `%s' has unexpected version %d\n", in dwarf_callback()
714 Debug (14, "looking for IP=0x%lx\n", (long) ip); in dwarf_find_proc_info()
729 Debug (14, "IP=0x%lx not found\n", (long) ip); in dwarf_find_proc_info()
[all …]
A DGfde.c90 Debug (1, "Unexpected CIE id %x\n", cie_id); in parse_cie()
110 Debug (1, "Unexpected CIE id %llx\n", (long long) cie_id); in parse_cie()
121 Debug (1, "Got CIE version %u, expected version 1 or " in parse_cie()
199 Debug (1, "Unexpected augmentation string `%s'\n", augstr); in parse_cie()
210 Debug (15, "CIE parsed OK, augmentation = \"%s\", handler=0x%lx\n", in parse_cie()
234 Debug (12, "FDE @ 0x%lx\n", (long) addr); in dwarf_extract_proc_info_from_fde()
300 Debug (15, "looking for CIE at address %lx\n", (long) cie_addr); in dwarf_extract_proc_info_from_fde()
329 Debug (15, "FDE covers IP 0x%lx-0x%lx, LSDA=0x%lx\n", in dwarf_extract_proc_info_from_fde()
345 Debug (13, "Found ABI marker = (abi=%u, tag=%u)\n", in dwarf_extract_proc_info_from_fde()
A DGstep.c39 Debug (15, "returning %d\n", ret); in dwarf_step()
/third_party/ulib/ngunwind/src/aarch64/
A DGstep.c36 Debug (1, "(cursor=%p, ip=0x%lx, cfa=0x%lx))\n", in unw_step()
43 Debug (2, "returning %d\n", ret); in unw_step()
49 Debug (2, "returning %d\n", ret); in unw_step()
54 Debug(1, "dwarf_step()=%d\n", ret); in unw_step()
58 Debug (2, "returning %d\n", ret); in unw_step()
64 Debug (2, "returning %d\n", 0); in unw_step()
102 Debug (2, "returning %d [SP=0x%lx]\n", ret, in unw_step()
165 Debug (1, "Frame Chain [PC=0x%Lx] = 0x%Lx\n", in unw_step()
170 Debug (2, "returning %d\n", ret); in unw_step()
184 Debug (2, "returning %d\n", ret); in unw_step()
[all …]
A DGinit.c74 Debug (16, "mem[%lx] <- %lx\n", addr, *val); in access_mem()
80 Debug (16, "mem[%lx] -> %lx\n", addr, *val); in access_mem()
101 Debug (12, "%s <- %lx\n", unw_regname (reg), *val); in access_reg()
106 Debug (12, "%s -> %lx\n", unw_regname (reg), *val); in access_reg()
111 Debug (1, "bad register number %u\n", reg); in access_reg()
130 Debug (12, "%s <- %08lx.%08lx.%08lx\n", unw_regname (reg), in access_fpreg()
137 Debug (12, "%s -> %08lx.%08lx.%08lx\n", unw_regname (reg), in access_fpreg()
143 Debug (1, "bad register number %u\n", reg); in access_fpreg()
A DGstash_frame.c36 Debug (4, "ip=0x%lx cfa=0x%lx type %d cfa [where=%d val=%ld] cfaoff=%ld" in tdep_stash_frame()
86 Debug (4, " standard frame\n"); in tdep_stash_frame()
89 Debug (4, " unusual frame\n"); in tdep_stash_frame()
A DGregs.c110 Debug (1, "bad register number %u\n", reg); in tdep_access_reg()
124 Debug (1, "bad register number %u\n", reg); in tdep_access_fpreg()
/third_party/ulib/ngunwind/src/
A Dfuchsia.c164 Debug (3, "returning %d\n", ret); in remote_find_proc_info()
171 Debug (3, "called\n"); in remote_put_unwind_info()
183 Debug (3, "called\n"); in remote_get_dyn_info_list_addr()
218 Debug (3, "writing to mem\n"); in remote_access_mem()
226 Debug (3, "returning 0, val %s\n", dump); in remote_access_mem()
239 Debug (3, "writing to mem\n"); in remote_access_raw_mem()
245 Debug (3, "read failed: %d\n", status); in remote_access_raw_mem()
266 Debug (3, "writing to reg\n"); in remote_access_reg()
297 Debug (3, "called\n"); in remote_access_fpreg()
304 Debug (3, "called\n"); in remote_resume()
[all …]
A Delfxx.c45 Debug (1, "section table outside of image? (%lu > %lu)\n", in Elf_W()
67 Debug (1, "string shdr table outside of image? (%lu > %lu)\n", in elf_w()
76 Debug (1, "string table outside of image? (%lu > %lu)\n", in elf_w()
82 Debug (16, "strtab=0x%lx\n", (long) str_shdr->sh_offset); in elf_w()
121 Debug (16, "symtab=0x%lx[%d]\n", in elf_w()
136 Debug (16, "0x%lx info=0x%02x %s\n", in elf_w()
242 Debug (1, ".gnu_debugdata outside image? (0x%lu > 0x%lu)\n", in elf_w()
248 Debug (16, "found .gnu_debugdata at 0x%lx\n", in elf_w()
265 Debug (1, "invalid .gnu_debugdata contents\n"); in elf_w()
283 Debug (1, "LZMA decompression failed: %d\n", lret); in elf_w()
/third_party/ulib/ngunwind/src/x86_64/
A DGstep.c52 Debug (14, "ip=0x%lx => 0x%lx 0x%lx, ret = %d\n", c->ip, w0, w1, ret); in is_plt_entry()
67 Debug (1, "(cursor=%p, ip=0x%lx, cfa=0x%lx)\n", in unw_step()
80 Debug (2, "returning %d\n", ret); in unw_step()
123 Debug (2, "returning 0\n"); in unw_step()
130 Debug (2, "found plt entry\n"); in unw_step()
149 Debug (2, "returning %d [RBP=0x%lx]\n", ret, in unw_step()
207 Debug (2, "NULL %%rbp loc, returning %d\n", ret); in unw_step()
213 Debug (1, "Frame Chain [RIP=0x%Lx] = 0x%Lx\n", in unw_step()
218 Debug (2, "returning %d\n", ret); in unw_step()
232 Debug (2, "returning %d\n", ret); in unw_step()
[all …]
A DGinit.c162 Debug (16, "mem[%lx] <- %lx\n", addr, *val); in access_mem()
171 Debug (16, "mem[%lx] -> invalid\n", addr); in access_mem()
175 Debug (16, "mem[%lx] -> %lx\n", addr, *val); in access_mem()
196 Debug (12, "%s <- 0x%lx\n", unw_regname (reg), *val); in access_reg()
201 Debug (12, "%s -> 0x%lx\n", unw_regname (reg), *val); in access_reg()
206 Debug (1, "bad register number %u\n", reg); in access_reg()
226 Debug (12, "%s <- %08lx.%08lx.%08lx\n", unw_regname (reg), in access_fpreg()
233 Debug (12, "%s -> %08lx.%08lx.%08lx\n", unw_regname (reg), in access_fpreg()
239 Debug (1, "bad register number %u\n", reg); in access_fpreg()
A DGstash_frame.c35 Debug (4, "ip=0x%lx cfa=0x%lx type %d cfa [where=%d val=%ld] cfaoff=%ld" in tdep_stash_frame()
75 Debug (4, " standard frame\n"); in tdep_stash_frame()
94 Debug (4, " sigreturn frame\n"); in tdep_stash_frame()
101 Debug (4, " unusual frame\n"); in tdep_stash_frame()
120 Debug(5, "fetch frame ip=0x%lx cfa=0x%lx format=%d\n", in tdep_fetch_frame()
130 Debug(5, "cache frame ip=0x%lx cfa=0x%lx format=%d\n", in tdep_cache_frame()
149 Debug(5, "reuse frame ip=0x%lx cfa=0x%lx format=%d addr=0x%lx offset=%+d\n", in tdep_reuse_frame()
A DGglobal.c80 Debug(1, "called\n"); in tdep_init()
103 Debug(1, "done\n"); in tdep_init()
/third_party/ulib/ngunwind/src/arm/
A DGstep.c81 Debug (1, "(cursor=%p, ip=0x%lx, cfa=0x%lx))\n", in unw_step()
88 Debug (2, "returning %d\n", ret); in unw_step()
94 Debug (2, "returning %d\n", ret); in unw_step()
103 Debug(1, "dwarf_step()=%d\n", ret); in unw_step()
112 Debug (2, "returning %d\n", ret); in unw_step()
137 Debug (13, "dwarf_step() failed (ret=%d), trying frame-chain\n", ret); in unw_step()
180 Debug(15, "ip=%lx\n", (long) c->dwarf.ip); in unw_step()
A DGinit.c117 Debug (16, "mem[%" PRIxPTR "x <- %" PRIxPTR "\n", addr, *val); in access_mem()
128 Debug (16, "mem[%" PRIxPTR "] -> %" PRIxPTR "\n", addr, *val); in access_mem()
149 Debug (12, "%s <- %" PRIxPTR "\n", unw_regname (reg), *val); in access_reg()
154 Debug (12, "%s -> %" PRIxPTR "\n", unw_regname (reg), *val); in access_reg()
159 Debug (1, "bad register number %u\n", reg); in access_reg()
178 Debug (12, "%s <- %08lx.%08lx.%08lx\n", unw_regname (reg), in access_fpreg()
185 Debug (12, "%s -> %08lx.%08lx.%08lx\n", unw_regname (reg), in access_fpreg()
191 Debug (1, "bad register number %u\n", reg); in access_fpreg()
A DGex_tables.c98 Debug (2, "vsp = vsp - %d\n", edata->data); in arm_exidx_apply_cmd()
102 Debug (2, "vsp = vsp + %d\n", edata->data); in arm_exidx_apply_cmd()
109 Debug (2, "pop {r%d}\n", i); in arm_exidx_apply_cmd()
119 Debug (2, "vsp = r%d\n", edata->data); in arm_exidx_apply_cmd()
313 Debug (2, "0x1 [can't unwind]\n"); in arm_exidx_extract()
318 Debug (2, "%p compact model %d [%8.8x]\n", (void *)addr, in arm_exidx_extract()
338 Debug (2, "%p compact model %d [%8.8lx]\n", (void *)addr, pers, (long) data); in arm_exidx_extract()
354 Debug (2, "%p Personality routine: %8p\n", (void *)addr, in arm_exidx_extract()
510 Debug (14, "looking for IP=0x%lx\n", (long) ip); in arm_find_proc_info()
559 Debug (14, "IP=0x%lx not found\n", (long) ip); in arm_find_proc_info()
A DGregs.c84 Debug (1, "bad register number %u\n", reg); in tdep_access_reg()
100 Debug (1, "bad register number %u\n", reg); in tdep_access_fpreg()
A DGstash_frame.c36 Debug (4, "ip=0x%x cfa=0x%x type %d cfa [where=%d val=%d] cfaoff=%d" in tdep_stash_frame()
86 Debug (4, " standard frame\n"); in tdep_stash_frame()
89 Debug (4, " unusual frame\n"); in tdep_stash_frame()
/third_party/lib/acpica/source/tools/acpiexec/
A Daetables.h293 Store ("Table OEMX running", Debug)
356 Store ("Load operator, handle:", Debug)
357 Store (HNDL, Debug)
362 Store ("Loading OEMX table", Debug)
363 Store (LoadTable ("OEMX", "MyOEM", "Test"), Debug)
390 Store ("SSDT1 - _T98", Debug)
401 Store ("SSDT2 - _T99", Debug)
/third_party/ulib/ngunwind/src/mi/
A Dcommon.c69 Debug(3, "(%p, %p, 0x%" PRIxPTR ", 0x%zx)\n", as, contents, offset, size); in unwi_load_as_contents()
74 Debug(3, "returning, OOM\n"); in unwi_load_as_contents()
80 Debug(3, "returning, access_raw_mem failed: %d\n", ret); in unwi_load_as_contents()
84 Debug(3, "returning 0\n"); in unwi_load_as_contents()
/third_party/lib/acpica/
A Dchanges.txt24 Non-Debug Version: 102.7K Code, 28.4K Data, 131.1K Total
25 Debug Version: 200.4K Code, 81.9K Data, 282.4K Total
27 Non-Debug Version: 102.6K Code, 28.4K Data, 131.0K Total
28 Debug Version: 200.3K Code, 81.9K Data, 282.3K Total
136 Non-Debug Version: 102.6K Code, 28.4K Data, 131.0K Total
137 Debug Version: 200.3K Code, 81.9K Data, 282.3K Total
862 " at line "), Arg3), Debug)
993 Store (Add (Local3, Local2), Debug)
1004 Debug = (Local3 + Local2)
7600 object to the Debug object could cause a fault.
[all …]

Completed in 59 milliseconds

12