/external/libunwind/tests/ |
D | run-coredump-unwind | 8 debuginfo="$1" ## we don't have separate debuginfo file 20 …nm "$debuginfo" --format=posix --defined-only | awk '{ if ($2 == "T" || $2 == "t") print $1 }' | s… 24 …n .gdb_index --remove-section .comment --keep-symbols="$keep_symbols" "$debuginfo" "$mini_debuginf…
|
/external/valgrind/coregrind/m_debuginfo/ |
D | README.txt | 2 On 4 Apr 06, the debuginfo reader (m_debuginfo) was majorly cleaned up 6 debuginfo.c 26 debuginfo.c is the top-level file, and is quite small.
|
D | readdwarf.c | 2054 DebugInfo* debuginfo ) in summarise_context() argument 2076 dst = debuginfo->cfsi_exprs; in summarise_context() 2080 debuginfo->cfsi_exprs = dst; in summarise_context() 2088 if (0 && debuginfo->ddump_frames) in summarise_context() 2154 dst = debuginfo->cfsi_exprs; \ in summarise_context() 2160 debuginfo->cfsi_exprs = dst; \ in summarise_context() 2168 if (0 && debuginfo->ddump_frames) \ in summarise_context() 2236 if (!debuginfo->cfsi_exprs) in summarise_context() 2237 debuginfo->cfsi_exprs = VG_(newXA)( ML_(dinfo_zalloc), in summarise_context() 2241 si_m->ra_off = ML_(CfiExpr_CfiReg)( debuginfo->cfsi_exprs, in summarise_context() [all …]
|
/external/llvm/test/DebugInfo/PDB/DIA/ |
D | pdbdump-linenumbers.test | 3 ; LINE_NUMS: llvm\test\debuginfo\pdb\inputs\symbolformat-fpo.cpp 6 ; LINE_NUMS: llvm\test\debuginfo\pdb\inputs\symbolformat.cpp
|
/external/llvm/test/DebugInfo/X86/ |
D | aligned_stack_var.ll | 33 !6 = !DIFile(filename: "test.cc", directory: "/home/samsonov/debuginfo") 41 !14 = !DIFile(filename: "test.cc", directory: "/home/samsonov/debuginfo")
|
/external/ltp/testcases/kdump/sample/ |
D | runkdump.EXTRA_LKDTM.RHEL | 5 # Require kernel-debuginfo and crash packages. 11 # Kernel debuginfo.
|
D | runkdump.CRASHER.RHEL | 5 # Require kernel-debuginfo and crash packages. 11 # Kernel debuginfo.
|
D | runkdump.BASIC_LKDTM.SLES | 5 # Require kernel-debuginfo and crash packages. 11 # Kernel debuginfo.
|
D | runkdump.EXTRA_LKDTM.SLES | 5 # Require kernel-debuginfo and crash packages. 11 # Kernel debuginfo.
|
D | runkdump.BASIC_LKDTM.RHEL | 5 # Require kernel-debuginfo and crash packages. 11 # Kernel debuginfo.
|
D | runkdump.CRASHER.SLES | 5 # Require kernel-debuginfo and crash packages. 11 # Kernel debuginfo.
|
/external/elfutils/tests/ |
D | run-unstrip-test3.sh | 15 debugfile=testfile-info-link.debuginfo
|
D | run-addr2line-alt-debugpath.sh | 37 …ne --pretty-print -a -f -i -e ${abs_test_bindir}/bin/testfile-inlines --debuginfo-path=${abs_test_…
|
D | backtrace-subr.sh | 91 echo >&2 $testname: arm needs debuginfo installed for all libraries
|
/external/llvm/test/Instrumentation/AddressSanitizer/ |
D | debug_info.ll | 39 !6 = !DIFile(filename: "a.cc", directory: "/usr/local/google/llvm_cmake_clang/tmp/debuginfo") 60 !16 = !DIFile(filename: "a.cc", directory: "/usr/local/google/llvm_cmake_clang/tmp/debuginfo")
|
/external/autotest/client/tests/systemtap/ |
D | control | 11 symbols, or a matching debuginfo package from your distro.
|
/external/valgrind/ |
D | README_PACKAGERS | 13 debuginfo package by default, or make ld.so.debuginfo be a 28 not any debuginfo or extra symbols for any other libraries.
|
/external/antlr/antlr-3.4/runtime/C/ |
D | configure.ac | 38 AC_ARG_ENABLE([debuginfo], optenable 39 …[AS_HELP_STRING([--enable-debuginfo], [Compiles debug info into the library (default --disable-deb…
|
/external/clang/ |
D | .gitignore | 37 test/debuginfo-tests
|
/external/llvm/tools/llvm-config/ |
D | LibraryDependencies.inc | 30 …{ "all", 0, 1, { "mcjit", "interpreter", "mcdisassembler", "engine", "option", "debuginfo", "gtest… 46 { "debuginfo", "libLLVMDebugInfo.a", 1, { "object", "support" } },
|
/external/valgrind/drd/ |
D | drd_error.h | 92 DebugInfo* debuginfo; // Segment member
|
/external/llvm/test/DebugInfo/Generic/ |
D | debuginfofinder-forward-declaration.ll | 1 ; RUN: opt -analyze -module-debuginfo < %s | FileCheck %s
|
D | debuginfofinder-multiple-cu.ll | 1 ; RUN: opt -analyze -module-debuginfo < %s | FileCheck %s
|
/external/elfutils/libdwfl/ |
D | Makefile.am | 49 argp-std.c find-debuginfo.c \
|
D | ChangeLog | 122 * find-debuginfo.c (find_debuginfo_in_path): Replace stat64 and 201 * find-debuginfo.c (find_debuginfo_in_path): Try to locate the 210 * find-debuginfo.c (try_open): Free fname on all failure paths. 219 * find-debuginfo.c (find_debuginfo_in_path): Always free localpath, 246 * find-debuginfo.c (dwfl_standard_find_debuginfo): Check file_name is 266 * find-debuginfo.c (find_debuginfo_in_path): malloc or strdup, 534 * find-debuginfo.c (validate): Handle alt debug case using 1418 * find-debuginfo.c (dwfl_standard_find_debuginfo): Likewise for 1427 * find-debuginfo.c (try_open): Take new arg MAIN_STAT. Compare 1513 * find-debuginfo.c (find_debuginfo_in_path): Fix uninitialized [all …]
|