Searched refs:gdb_error (Results 1 – 1 of 1) sorted by relevance
/dflybsd-src/contrib/gdb-7/gdb/stubs/ |
H A D | m32r-stub.c | 198 static void gdb_error (char *, char *); 225 gdb_error ("Handle exception %s, ", buf); in handle_exception() 227 gdb_error ("PC == 0x%s\n", buf); in handle_exception() 264 gdb_error ("Target program has exited at %s\n", buf); in handle_exception() 273 gdb_error ("Target attempts SYS_open call at %s\n", buf); in handle_exception() 276 gdb_error ("Target attempts SYS_close call at %s\n", buf); in handle_exception() 279 gdb_error ("Target attempts SYS_read call at %s\n", buf); in handle_exception() 290 gdb_error ("Target attempts SYS_write call at %s\n", buf); in handle_exception() 293 gdb_error ("Target attempts SYS_lseek call at %s\n", buf); in handle_exception() 296 gdb_error ("Target attempts SYS_unlink call at %s\n", buf); in handle_exception() [all …]
|