Home | History | Annotate | Download | only in gdb.base

Lines Matching refs:jit

16 # The same tests as in jit.exp, but loading JITer itself from a shared
21 load_lib jit-elf-helpers.exp
26 # The "real" main of this test, which loads jit-elf-main
28 set main_loader_basename jit-elf-dlmain
32 # The main code that loads and registers JIT objects.
33 set main_solib_basename jit-elf-main
37 # The shared library that gets loaded as JIT objects.
38 set jit_solib_basename jit-elf-solib
62 # GDB. Check jit-related debug output and matches `info function`
63 # output for a jit loaded function using MATCH_STR.
81 gdb_test "set debug jit 1"
128 # All jit librares must have been unregistered
135 # Compile the main code (which loads the JIT objects) as a shared library.
150 # Compile two shared libraries to use as JIT objects.
161 # We don't intend to load the .so as a JIT debuginfo reader, but we
165 "complete jit-reader-load [standard_output_file $input]" \
166 "jit-reader-load \[^\r\n\]*$solib" \
167 "test jit-reader-load filename completion [file tail $solib]"