URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gdb-6.8/] [gdb/] [testsuite/] [gdb.hp/] [gdb.base-hp/] [hwwatchbus.c] - Rev 841
Go to most recent revision | Compare with Previous | Blame | View Log
/* This program raises a SIGBUS signal on HP-UX when the pointer "bogus_p" is dereferenced. */ int * bogus_p = (int *)3; int main() { *bogus_p = 0xdeadbeef; }
Go to most recent revision | Compare with Previous | Blame | View Log