Lines Matching refs:guile
19 load_lib gdb-guile.exp
36 "guile" "" \
45 gdb_test "guile (print (command? test-cmd))" "= #t"
46 gdb_test "guile (print (command? 42))" "= #f"
53 "guile" "" \
65 "guile" "" \
77 "guile" "" \
89 "guile" "" \
100 gdb_test "guile (raw-print (string->argv \"1 2 3\"))" \
104 gdb_test "guile (raw-print (string->argv \"'1 2' 3\"))" \
108 gdb_test "guile (raw-print (string->argv \"\\\"1 2\\\" 3\"))" \
112 gdb_test "guile (raw-print (string->argv \"1\\\\ 2 3\"))" \
116 # Test user-defined guile commands.
119 "guile" "" \
140 "guile" "" \
171 "guile" "" \
187 "guile" "" \
201 gdb_test_no_output "guile (gc)"