OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:libfile
(Results
1 - 25
of
85
) sorted by relevancy
1
2
3
4
/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.fortran/
library-module.exp
22
set
libfile
[standard_output_file ${testfile}-lib.so]
24
if { [gdb_compile_shlib "${srcdir}/${subdir}/${srclibfile}" $
libfile
{debug f90}] != "" } {
29
# prepare_for_testing cannot be used as linking with $
libfile
cannot be passed
31
# warnings on ignored $
libfile
abort the process.
33
if { [gdb_compile $srcdir/$subdir/$srcfile $binfile executable [list debug f90 shlib=$
libfile
]] != "" } {
40
gdb_load_shlib $
libfile
/src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.fortran/
library-module.exp
22
set
libfile
[standard_output_file ${testfile}-lib.so]
24
if { [gdb_compile_shlib "${srcdir}/${subdir}/${srclibfile}" $
libfile
{debug f90}] != "" } {
29
# prepare_for_testing cannot be used as linking with $
libfile
cannot be passed
31
# warnings on ignored $
libfile
abort the process.
33
if { [gdb_compile $srcdir/$subdir/$srcfile $binfile executable [list debug f90 shlib=$
libfile
]] != "" } {
40
gdb_load_shlib $
libfile
/src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
pending.exp
25
set
libfile
"pendshr"
26
set libsrc $srcdir/$subdir/$
libfile
.c
27
set lib_sl [standard_output_file $
libfile
.sl]
59
set pendfunc1_loc [gdb_get_line_number "y = x + 4" ${
libfile
}.c]
159
set bp2_loc [gdb_get_line_number "y = x + 4" ${
libfile
}.c]
181
set bp3_loc [gdb_get_line_number "printf" ${
libfile
}.c]
dprintf-pending.exp
20
set
libfile
"dprintf-pendshr"
21
set libsrc $srcdir/$subdir/$
libfile
.c
22
set lib_sl [standard_output_file $
libfile
.sl]
fixsection.exp
21
set
libfile
"fixsectshr"
22
set libsrc ${srcdir}/${subdir}/${
libfile
}.c
23
set lib_sl [standard_output_file ${
libfile
}.sl]
so-impl-ld.exp
20
set
libfile
"solib1"
21
set libsrc $srcdir/$subdir/$
libfile
.c
22
set lib_sl [standard_output_file $
libfile
.sl]
52
gdb_test "step" "solib_main .arg=10000. at.*${
libfile
}.c:${decimal}.* HERE .*" \
gcore-relro.exp
19
set
libfile
gcore-relro-lib
20
set srcfile_lib ${
libfile
}.c
21
set binfile_lib [standard_output_file ${
libfile
}.so]
gdb1555.exp
24
set
libfile
gdb1555
25
set libsrc "${srcdir}/${subdir}/${
libfile
}.c"
26
set libobj [standard_output_file ${
libfile
}.so]
48
-re "hithere2 \\(\\) at.*${
libfile
}.c:\[0-9\]+\r\n\[0-9\]+.*a = 21;.*$gdb_prompt $" {
watchpoint-solib.exp
32
set
libfile
"watchpoint-solib-shr"
33
set libname "${
libfile
}.sl"
34
set libsrcfile ${
libfile
}.c
38
set libsrc $srcdir/$subdir/$
libfile
.c
/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
dprintf-pending.exp
20
set
libfile
"dprintf-pendshr"
21
set libsrc $srcdir/$subdir/$
libfile
.c
22
set lib_sl [standard_output_file $
libfile
.sl]
fixsection.exp
21
set
libfile
"fixsectshr"
22
set libsrc ${srcdir}/${subdir}/${
libfile
}.c
23
set lib_sl [standard_output_file ${
libfile
}.sl]
so-impl-ld.exp
20
set
libfile
"solib1"
21
set libsrc $srcdir/$subdir/$
libfile
.c
22
set lib_sl [standard_output_file $
libfile
.sl]
52
gdb_test "step" "solib_main .arg=10000. at.*${
libfile
}.c:${decimal}.* HERE .*" \
pending.exp
25
set
libfile
"pendshr"
26
set libsrc $srcdir/$subdir/$
libfile
.c
27
set lib_sl [standard_output_file $
libfile
.sl]
59
set pendfunc1_loc [gdb_get_line_number "y = x + 4" ${
libfile
}.c]
159
set bp2_loc [gdb_get_line_number "y = x + 4" ${
libfile
}.c]
182
set bp3_loc [gdb_get_line_number "printf" ${
libfile
}.c]
gcore-relro.exp
19
set
libfile
gcore-relro-lib
20
set srcfile_lib ${
libfile
}.c
21
set binfile_lib [standard_output_file ${
libfile
}.so]
gdb1555.exp
24
set
libfile
gdb1555
25
set libsrc "${srcdir}/${subdir}/${
libfile
}.c"
26
set libobj [standard_output_file ${
libfile
}.so]
48
-re "hithere2 \\(\\) at.*${
libfile
}.c:\[0-9\]+\r\n\[0-9\]+.*a = 21;.*$gdb_prompt $" {
watchpoint-solib.exp
32
set
libfile
"watchpoint-solib-shr"
33
set libname "${
libfile
}.sl"
34
set libsrcfile ${
libfile
}.c
38
set libsrc $srcdir/$subdir/$
libfile
.c
type-opaque.exp
22
set
libfile
type-opaque-lib
23
set libsrc "${srcdir}/${subdir}/${
libfile
}.c"
24
set libobj [standard_output_file ${
libfile
}.so]
/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
infcall-dlopen.exp
19
set
libfile
[standard_output_file ${testfile}.so]
22
# Use completely arbitrary file for $
libfile
source.
23
if { [gdb_compile_shlib ${srcdir}/${subdir}/${srcfile2} ${
libfile
} {debug c++}] != ""
28
gdb_load_shlib $
libfile
/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
py-shared.exp
24
set
libfile
"py-shared-sl"
25
set libsrc ${
libfile
}.c
26
set library [standard_output_file ${
libfile
}.sl]
/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
tls-shared.exp
20
set
libfile
tls-shared
21
set srcfile_lib ${
libfile
}.c
22
set binfile_lib [standard_output_file ${
libfile
}.so]
tls-so_extern.exp
20
set
libfile
tls-so_extern
21
set srcfile_lib ${
libfile
}.c
22
set binfile_lib [standard_output_file ${
libfile
}.so]
/src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
infcall-dlopen.exp
19
set
libfile
[standard_output_file ${testfile}.so]
22
# Use completely arbitrary file for $
libfile
source.
23
if { [gdb_compile_shlib ${srcdir}/${subdir}/${srcfile2} ${
libfile
} {debug c++}] != ""
28
gdb_load_shlib $
libfile
/src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/
py-shared.exp
24
set
libfile
"py-shared-sl"
25
set libsrc ${
libfile
}.c
26
set library [standard_output_file ${
libfile
}.sl]
/src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/
tls-shared.exp
20
set
libfile
tls-shared
21
set srcfile_lib ${
libfile
}.c
22
set binfile_lib [standard_output_file ${
libfile
}.so]
tls-so_extern.exp
20
set
libfile
tls-so_extern
21
set srcfile_lib ${
libfile
}.c
22
set binfile_lib [standard_output_file ${
libfile
}.so]
Completed in 33 milliseconds
1
2
3
4
Indexes created Sat Feb 28 05:31:39 UTC 2026