Searched refs:foo_cold (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/
H A Ddw2-ranges-func-hi-cold.c19 foo_cold and foo will be combined into a single function foo with a
41 void foo_cold (void);
50 if (e) foo_cold (); /* foo foo_cold call */
61 foo_cold (void) function
62 { /* foo_cold prologue */
64 baz (); /* foo_cold baz call */
66 } /* foo_cold end */
H A Ddw2-ranges-func-lo-cold.c19 foo_cold and foo will be combined into a single function foo with a
41 void foo_cold (void);
51 foo_cold (void) function
52 { /* foo_cold prologue */
54 baz (); /* foo_cold baz call */
56 } /* foo_cold end */
70 if (e) foo_cold (); /* foo foo_cold call */
H A Ddw2-ranges-func.exp68 lassign [function_range foo_cold [list ${srcdir}/${subdir}/$srcfile]] \
157 {line [gdb_get_line_number "foo foo_cold call"]}
184 {line [gdb_get_line_number "foo_cold prologue"]}
187 {line [gdb_get_line_number "foo_cold baz call"]}
190 {line [gdb_get_line_number "foo_cold end"]}
245 "foo \\(\\).*foo foo_cold call.*" \
283 "foo \\(\\).*foo foo_cold call.*" \
303 set test "x/i foo_cold"
320 gdb_assert {$foo_cold_addr != $foo_addr} "foo and foo_cold are at different addresses"
337 # then GDB will (incorrectly) stop in foo_cold instea
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/
H A Ddw2-ranges-func-lo-cold.c19 foo_cold and foo will be combined into a single function foo with a
41 void foo_cold (void);
51 foo_cold (void) function
52 { /* foo_cold prologue */
54 baz (); /* foo_cold baz call */
56 } /* foo_cold end */
70 if (e) foo_cold (); /* foo foo_cold call */
H A Ddw2-ranges-func-hi-cold.c19 foo_cold and foo will be combined into a single function foo with a
41 void foo_cold (void);
50 if (e) foo_cold (); /* foo foo_cold call */
61 foo_cold (void) function
62 { /* foo_cold prologue */
64 baz (); /* foo_cold baz call */
66 } /* foo_cold end */
H A Ddw2-ranges-func.exp65 lassign [function_range foo_cold [list ${srcdir}/${subdir}/$srcfile]] \
154 line [gdb_get_line_number "foo foo_cold call"]
181 line [gdb_get_line_number "foo_cold prologue"]
184 line [gdb_get_line_number "foo_cold baz call"]
187 line [gdb_get_line_number "foo_cold end"]
242 "foo \\(\\).*foo foo_cold call.*" \
280 "foo \\(\\).*foo foo_cold call.*" \
300 set test "x/i foo_cold"
317 gdb_assert {$foo_cold_addr != $foo_addr} "foo and foo_cold are at different addresses"
334 # then GDB will (incorrectly) stop in foo_cold instea
[all...]

Completed in 165 milliseconds