HomeSort by: relevance | last modified time | path
    Searched refs:some_func (Results 1 - 14 of 14) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.fortran/
call-no-debug-prog.f90 20 integer function some_func (arg)
22 end function some_func
31 val = some_func (1)
call-no-debug-func.f90 17 integer function some_func (arg) function
20 some_func = (arg + 1)
21 end function some_func
call-no-debug.exp 67 set some_func [find_mangled_name "some_func"]
74 # Call the function SOME_FUNC, that takes a single integer and returns
79 set symbol_name $some_func
81 untested "couldn't find suitable name for 'some_func'"
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.fortran/
call-no-debug-prog.f90 20 integer function some_func (arg)
22 end function some_func
31 val = some_func (1)
call-no-debug-func.f90 17 integer function some_func (arg) function
20 some_func = (arg + 1)
21 end function some_func
call-no-debug.exp 67 set some_func [find_mangled_name "some_func"]
74 # Call the function SOME_FUNC, that takes a single integer and returns
79 set symbol_name $some_func
81 untested "couldn't find suitable name for 'some_func'"
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/
dw2-bad-elf-other.S 17 .global some_func, some_func_end
19 .type some_func, %function
21 .type some_func, @function
27 some_func: label
31 .size some_func,.-some_func
dw2-bad-elf.exp 95 {name some_func}
96 {low_pc some_func addr}
117 base some_func
147 DW_LNE_set_address some_func
166 # Attempt to place a breakpoint on 'some_func', then check GDB is
182 gdb_test "break some_func" \
dw2-empty-namespace.S 110 .type some_func, %function
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/
dw2-bad-elf-other.S 17 .global some_func, some_func_end
19 .type some_func, %function
21 .type some_func, @function
27 some_func: label
31 .size some_func,.-some_func
dw2-bad-elf.exp 95 {name some_func}
96 {low_pc some_func addr}
117 base some_func
147 DW_LNE_set_address some_func
166 # Attempt to place a breakpoint on 'some_func', then check GDB is
182 gdb_test "break some_func" \
dw2-empty-namespace.S 110 .type some_func, %function
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
premature-dummy-frame-removal.c 53 some_func (void) function
62 some_func ();
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
premature-dummy-frame-removal.c 53 some_func (void) function
62 some_func ();

Completed in 44 milliseconds