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

Lines Matching refs:jit

17 # automatically generated for in-memory BFD files, as used by the JIT
21 # out the in-memory JIT files.
25 load_lib jit-elf-helpers.exp
27 # The main code that loads and registers JIT objects.
28 set main_basename "jit-elf-main"
32 # The shared library that gets loaded as JIT objects.
33 set jit_solib_basename jit-elf-solib
36 # Compile two shared libraries to use as JIT objects.
44 # Compile the main code (which loads the JIT objects).
65 # Run until the JIT libraries are loaded.
72 "File \[^\r\n\]+jit-elf-solib.c:" \
76 # Capture the addresses of each JIT symfile.
79 gdb_test_multiple "maint info jit" "" {
80 -re "^maint info jit\r\n" {
119 # Now dump each JIT solib using the 'dump binary memory' command.
126 "dump jit solib $count"
128 gdb_assert { [cmp_binary_files $output [standard_output_file "jit-elf-solib.${count}.so"]] == 0} \
129 "check dump of jit solib $count is as expected"
133 # Check that each of the expected jit symfile addresses was mentioned
153 # Continue until the JIT libraries are unloaded.
157 # All jit librares must have been unregistered.