HomeSort by: relevance | last modified time | path
    Searched refs:debuginfod (Results 1 - 25 of 103) sorted by relevancy

1 2 3 4 5

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/lib/
debuginfod-support.exp 16 # Helper functions to make it easier to write debuginfod tests.
18 # Return true if the debuginfod tests should be run, otherwise, return
25 if { [which debuginfod] == 0 } {
34 # Skip testing if gdb was not configured with debuginfod.
39 if { [string first "with-debuginfod" \
50 # information, and the other directory will be used by the debuginfod server
64 set db [standard_output_file ".debuginfod.db"]
72 # debuginfod set. The timeout is set based on the usual timeouts used by
73 # GDB within dejagnu (see get_largest_timeout), the debuginfod cache is set
75 # debuginfod urls environment variable is set to be the empty string
    [all...]
  /src/external/gpl3/gdb/dist/gdb/testsuite/lib/
debuginfod-support.exp 16 # Helper functions to make it easier to write debuginfod tests.
18 # Return true if the debuginfod tests should be run, otherwise, return
25 if { [which debuginfod] == 0 } {
34 # Skip testing if gdb was not configured with debuginfod.
39 if { [string first "with-debuginfod" \
50 # information, and the other directory will be used by the debuginfod server
64 set db [standard_output_file ".debuginfod.db"]
72 # debuginfod set. The timeout is set based on the usual timeouts used by
73 # GDB within dejagnu (see get_largest_timeout), the debuginfod cache is set
75 # debuginfod urls environment variable is set to be the empty string
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.debuginfod/
crc_mismatch.exp 19 # "CRC mismatch" warning. A local debuginfod server is setup to supply
25 load_lib debuginfod-support.exp
55 # which is going to be used by local debuginfod.
93 # Create CACHE and DB directories ready for debuginfod to use.
96 # Start debuginfod server, test the correct debuginfo was fetched
104 unresolved "failed to start debuginfod server"
114 # Enable debuginfod and fetch the debuginfo.
115 gdb_test_no_output "set debuginfod enabled on"
120 # should be fetched from debuginfod.
126 "debuginfod running, info downloaded, no CRC mismatch
    [all...]
build-id-no-debug-warning.exp 18 # It then also sets up local debuginfod server with the correct debug file to download
24 load_lib debuginfod-support.exp
53 # Move debugfile to the directory to be used by the debuginfod
113 # Create CACHE and DB directories ready for debuginfod to use.
116 # Start debuginfod server and test debuginfo is downloaded from
123 unresolved "failed to start debuginfod server"
133 # Enable debuginfod and fetch the debuginfo.
134 gdb_test_no_output "set debuginfod enabled on"
138 # debuginfod.
144 "debuginfod running, info downloaded, no warnings
    [all...]
solib-with-soname.exp 32 # And finally, we setup debuginfod and have it serve the missing
35 # Despite this test living in the gdb.debuginfod/ directory, only the last
36 # part of this test actually uses debuginfod, everything up to that point is
39 load_lib debuginfod-support.exp
127 # the shared library is being downloaded from debuginfod, otherwise
256 # Setup a debuginfod server which can serve the original shared
259 untested "skippig debuginfod parts of this test"
263 set server_dir [standard_output_file "debuginfod.server"]
271 unresolved "failed to start debuginfod server"
279 append GDBFLAGS " -ex \"set debuginfod enabled on\"
    [all...]
corefile-mapped-file.exp 31 # then GDB can use debuginfod to (try) and download a suitable file.
36 # file can be downloaded from debuginfod.
55 # Despite this test living in the gdb.debuginfod/ directory, only the last
56 # part of this test actually uses debuginfod, everything up to that point is
62 load_lib debuginfod-support.exp
343 # Setup a debuginfod server which can serve the original shared library file.
345 # shared library from debuginfod and use that to provide the file backed
348 untested "skippig debuginfod parts of this test"
352 set server_dir [standard_output_file "debuginfod.server"]
360 unresolved "failed to start debuginfod server
    [all...]
fetch_src_and_symbols.exp 16 # Test debuginfod functionality
21 load_lib debuginfod-support.exp
102 # debug information from DEBUGDIR when the debuginfod server is not
109 # Test that GDB cannot find source without debuginfod.
116 # without debuginfod.
128 # Test that GDB cannot find symbols without debuginfod.
152 # Test that GDB cannot find dwz without debuginfod.
176 # Test that GDB prints the debuginfod URLs when loading files. URLS
192 # "Enable debuginfod for this session? (y or [n])" question.
194 "following URLs:\r\n${urls_re}Debuginfod .*"
    [all...]
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.debuginfod/
build-id-no-debug-warning.exp 18 # It then also sets up local debuginfod server with the correct debug file to download
24 load_lib debuginfod-support.exp
53 # Move debugfile to the directory to be used by the debuginfod
113 # Create CACHE and DB directories ready for debuginfod to use.
116 # Start debuginfod server and test debuginfo is downloaded from
123 unresolved "failed to start debuginfod server"
133 # Enable debuginfod and fetch the debuginfo.
134 gdb_test_no_output "set debuginfod enabled on"
138 # debuginfod.
144 "debuginfod running, info downloaded, no warnings
    [all...]
crc_mismatch.exp 19 # "CRC mismatch" warning. A local debuginfod server is setup to supply
25 load_lib debuginfod-support.exp
55 # which is going to be used by local debuginfod.
93 # Create CACHE and DB directories ready for debuginfod to use.
96 # Start debuginfod server, test the correct debuginfo was fetched
104 unresolved "failed to start debuginfod server"
114 # Enable debuginfod and fetch the debuginfo.
115 gdb_test_no_output "set debuginfod enabled on"
120 # should be fetched from debuginfod.
126 "debuginfod running, info downloaded, no CRC mismatch
    [all...]
solib-with-soname.exp 32 # And finally, we setup debuginfod and have it serve the missing
35 # Despite this test living in the gdb.debuginfod/ directory, only the last
36 # part of this test actually uses debuginfod, everything up to that point is
39 load_lib debuginfod-support.exp
127 # the shared library is being downloaded from debuginfod, otherwise
256 # Setup a debuginfod server which can serve the original shared
259 untested "skippig debuginfod parts of this test"
263 set server_dir [standard_output_file "debuginfod.server"]
271 unresolved "failed to start debuginfod server"
279 append GDBFLAGS " -ex \"set debuginfod enabled on\"
    [all...]
corefile-mapped-file.exp 31 # then GDB can use debuginfod to (try) and download a suitable file.
36 # file can be downloaded from debuginfod.
55 # Despite this test living in the gdb.debuginfod/ directory, only the last
56 # part of this test actually uses debuginfod, everything up to that point is
62 load_lib debuginfod-support.exp
344 # Setup a debuginfod server which can serve the original shared library file.
346 # shared library from debuginfod and use that to provide the file backed
349 untested "skippig debuginfod parts of this test"
353 set server_dir [standard_output_file "debuginfod.server"]
361 unresolved "failed to start debuginfod server
    [all...]
fetch_src_and_symbols.exp 16 # Test debuginfod functionality
21 load_lib debuginfod-support.exp
102 # debug information from DEBUGDIR when the debuginfod server is not
109 # Test that GDB cannot find source without debuginfod.
116 # without debuginfod.
128 # Test that GDB cannot find symbols without debuginfod.
152 # Test that GDB cannot find dwz without debuginfod.
176 # Test that GDB prints the debuginfod URLs when loading files. URLS
192 # "Enable debuginfod for this session? (y or [n])" question.
194 "following URLs:\r\n${urls_re}Debuginfod .*"
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
gstack-1.in 139 set debuginfod enabled off
debuginfod-support.c 0 /* debuginfod utilities for GDB.
23 #include "debuginfod-support.h"
30 /* Set/show debuginfod commands. */
34 /* maint set/show debuginfod commands. */
104 #define NO_IMPL _("Support for debuginfod is not compiled into GDB.")
107 #include <elfutils/debuginfod.h>
206 before calling exit. Some of the libraries used by debuginfod
226 /* Check if debuginfod is enabled. If configured to do so, ask the user
227 whether to enable debuginfod. */
268 int resp = nquery (_("Enable debuginfod for this session? "))
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
gstack-1.in 139 set debuginfod enabled off
  /src/tools/binutils/
Makefile 18 --with-debuginfod=no \
  /src/external/gpl3/gdb/lib/libgdb/arch/m68000/
init.c 65 INIT_GDB_FILE (debuginfod)
235 INIT_GDB_FILE (debuginfod)
  /src/external/gpl3/gdb/lib/libgdb/arch/aarch64eb/
init.c 72 INIT_GDB_FILE (debuginfod)
249 INIT_GDB_FILE (debuginfod)
  /src/external/gpl3/gdb/lib/libgdb/arch/alpha/
init.c 73 INIT_GDB_FILE (debuginfod)
251 INIT_GDB_FILE (debuginfod)
  /src/external/gpl3/gdb/lib/libgdb/arch/arm/
init.c 74 INIT_GDB_FILE (debuginfod)
253 INIT_GDB_FILE (debuginfod)
  /src/external/gpl3/gdb/lib/libgdb/arch/armeb/
init.c 74 INIT_GDB_FILE (debuginfod)
253 INIT_GDB_FILE (debuginfod)
  /src/external/gpl3/gdb/lib/libgdb/arch/hppa/
init.c 73 INIT_GDB_FILE (debuginfod)
251 INIT_GDB_FILE (debuginfod)
  /src/external/gpl3/gdb/lib/libgdb/arch/i386/
init.c 75 INIT_GDB_FILE (debuginfod)
255 INIT_GDB_FILE (debuginfod)
  /src/external/gpl3/gdb/lib/libgdb/arch/ia64/
init.c 70 INIT_GDB_FILE (debuginfod)
245 INIT_GDB_FILE (debuginfod)
  /src/external/gpl3/gdb/lib/libgdb/arch/m68k/
init.c 73 INIT_GDB_FILE (debuginfod)
251 INIT_GDB_FILE (debuginfod)

Completed in 31 milliseconds

1 2 3 4 5