repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Sync usage with man page.
[netbsd-mini2440.git]
/
gnu
/
dist
/
gdb6
/
gdb
/
testsuite
/
gdb.hp
/
gdb.base-hp
/
hwwatchbus.c
blob
833d027fc8712329e3b7b568d6870968ea47ce13
1
/* This program raises a SIGBUS signal on HP-UX when the
2
pointer "bogus_p" is dereferenced.
3
*/
4
int
*
bogus_p
= (
int
*)
3
;
5
6
int
main
()
7
{
8
*
bogus_p
=
0xdeadbeef
;
9
}