HomeSort by relevance Sort by last modified time
    Searched refs:debuginfo (Results 1 - 21 of 21) sorted by null

  /external/elfutils/tests/
run-unstrip-test3.sh 10 # objcopy --only-keep-debug testfile-info-link testfile-info-link.debuginfo
15 debugfile=testfile-info-link.debuginfo
backtrace-subr.sh 86 # making the native tests fail unless debuginfo (for glibc) is installed
91 echo >&2 $testname: arm needs debuginfo installed for all libraries
run-addr2line-alt-debugpath.sh 23 # Split off the debuginfo and put it under a separate subdir from the
24 # original binary. Use --debuginfo-path to connect the dots again.
36 # Can we find the separate debuginfo file now?
37 testrun_compare ${abs_top_builddir}/src/addr2line --pretty-print -a -f -i -e ${abs_test_bindir}/bin/testfile-inlines --debuginfo-path=${abs_test_debugdir} 0x00000000000005a0 0x00000000000005a1 0x00000000000005b0 0x00000000000005b1 0x00000000000005c0 0x00000000000005d0 0x00000000000005e0 0x00000000000005e1 0x00000000000005f0 0x00000000000005f1 0x00000000000005f2 <<\EOF
Makefile.am 169 testfile-info-link.bz2 testfile-info-link.debuginfo.bz2 \
  /frameworks/compile/libbcc/tests/
run-lit-tests.sh 3 LIT_PATH=$ANDROID_BUILD_TOP/frameworks/compile/libbcc/tests/debuginfo/llvm-lit
  /frameworks/compile/slang/lit-tests/
run-lit-tests.sh 3 LIT_PATH=$ANDROID_BUILD_TOP/frameworks/compile/libbcc/tests/debuginfo/llvm-lit
  /external/libunwind/tests/
run-coredump-unwind 8 debuginfo="$1" ## we don't have separate debuginfo file
19 # Extract all the text (i.e. function) symbols from the debuginfo
20 nm "$debuginfo" --format=posix --defined-only | awk '{ if ($2 == "T" || $2 == "t") print $1 }' | sort > "$funcsyms"
23 # Copy the full debuginfo, keeping only a minumal set of symbols and removing some unnecessary sections
24 objcopy -S --remove-section .gdb_index --remove-section .comment --keep-symbols="$keep_symbols" "$debuginfo" "$mini_debuginfo" &> /dev/null
  /external/valgrind/drd/
drd_error.h 92 DebugInfo* debuginfo; // Segment member in struct:__anon42592
  /external/elfutils/libdwfl/
Makefile.am 49 argp-std.c find-debuginfo.c \
  /external/valgrind/none/tests/
cmdline1.stdout.exp 75 --extra-debuginfo-path=path absolute path to search for additional
78 --debuginfo-server=ipaddr:port also query this server
80 --allow-mismatched-debuginfo=no|yes [no]
81 for the above two flags only, accept debuginfo
cmdline2.stdout.exp 75 --extra-debuginfo-path=path absolute path to search for additional
78 --debuginfo-server=ipaddr:port also query this server
80 --allow-mismatched-debuginfo=no|yes [no]
81 for the above two flags only, accept debuginfo
156 --trace-symtab-patt=<patt> limit debuginfo tracing to obj name <patt>
  /external/valgrind/coregrind/m_debuginfo/
readdwarf.c 790 * unit block in .debuginfo section
    [all...]
  /external/valgrind/
Android.mk 224 coregrind/m_debuginfo/debuginfo.c \
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
pgen.go 305 func debuginfo(fnsym *obj.LSym, curfn interface{}) ([]dwarf.Scope, dwarf.InlCalls) { func
307 debugInfo := fn.Func.DebugInfo
308 fn.Func.DebugInfo = nil
327 Fatalf("debuginfo unused node (AllocFrame should truncate fn.Func.Dcl)")
347 decls, dwarfVars := createDwarfVars(fnsym, debugInfo, automDecls)
445 func createComplexVars(fnsym *obj.LSym, debugInfo *ssa.FuncDebug, automDecls []*Node) ([]*Node, []*dwarf.Var, map[*Node]bool) {
446 for _, blockDebug := range debugInfo.Blocks {
468 for slotID, slot := range debugInfo.VarSlots {
482 for _, slot := range debugInfo.VarSlots
    [all...]
main.go 254 Ctxt.DebugInfo = debuginfo
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
pgen.go 305 func debuginfo(fnsym *obj.LSym, curfn interface{}) ([]dwarf.Scope, dwarf.InlCalls) { func
307 debugInfo := fn.Func.DebugInfo
308 fn.Func.DebugInfo = nil
327 Fatalf("debuginfo unused node (AllocFrame should truncate fn.Func.Dcl)")
347 decls, dwarfVars := createDwarfVars(fnsym, debugInfo, automDecls)
445 func createComplexVars(fnsym *obj.LSym, debugInfo *ssa.FuncDebug, automDecls []*Node) ([]*Node, []*dwarf.Var, map[*Node]bool) {
446 for _, blockDebug := range debugInfo.Blocks {
468 for slotID, slot := range debugInfo.VarSlots {
482 for _, slot := range debugInfo.VarSlots
    [all...]
main.go 254 Ctxt.DebugInfo = debuginfo
    [all...]
  /external/abi-dumper/
abi-dumper.pl 132 "search-debuginfo=s" => \$SearchDirDebuginfo,
268 -search-debuginfo DIR
1050 printMsg("ERROR", "missed debug-info file $DName linked from gnu_debuglink (try --search-debuginfo=DIR option)");
    [all...]
  /external/sqlite/dist/orig/
sqlite3.c 61678 CellInfo debuginfo; local
61725 CellInfo debuginfo; local
    [all...]
  /external/sqlite/dist/
sqlite3.c 61678 CellInfo debuginfo; local
61725 CellInfo debuginfo; local
    [all...]
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/bin/
mips64el-linux-android-gcc-4.9.x     [all...]

Completed in 757 milliseconds