HomeSort by: relevance | last modified time | path
    Searched defs:gdb_test_internal (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
all-architectures.exp.tcl 65 # The number of times gdb_test_internal was called, and the number of
73 proc gdb_test_internal {cmd pattern {message ""}} { procedure
91 gdb_test_internal "set max-completions unlimited" \
123 gdb_test_internal "ptype 1.0L" "type = long double" "ptype, long double"
124 gdb_test_internal "print 1.0L" " = 1" "print, long double"
126 gdb_test_internal "ptype 1.0" "type = double" "ptype, double"
127 gdb_test_internal "print 1.0" " = 1" "print, double"
129 gdb_test_internal "ptype 1.0f" "type = float" "ptype, float"
130 gdb_test_internal "print 1.0f" " = 1" "print, float"
153 gdb_test_internal "disassemble 0x100,+4" "${pattern}
    [all...]
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
all-architectures.exp.tcl 65 # The number of times gdb_test_internal was called, and the number of
73 proc gdb_test_internal {cmd pattern {message ""}} { procedure
91 gdb_test_internal "set max-completions unlimited" \
123 gdb_test_internal "ptype 1.0L" "type = long double" "ptype, long double"
124 gdb_test_internal "print 1.0L" " = 1" "print, long double"
126 gdb_test_internal "ptype 1.0" "type = double" "ptype, double"
127 gdb_test_internal "print 1.0" " = 1" "print, double"
129 gdb_test_internal "ptype 1.0f" "type = float" "ptype, float"
130 gdb_test_internal "print 1.0f" " = 1" "print, float"
153 gdb_test_internal "disassemble 0x100,+4" "${pattern}
    [all...]

Completed in 18 milliseconds