repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[NFC][RISCV] Remove CFIIndex argument from allocateStack (#117871)
[llvm-project.git]
/
lldb
/
test
/
API
/
functionalities
/
dyld-launch-linux
/
signal_file.cpp
blob
3c904a34f42100e6339bb1f1038223487eeadd6e
1
#include
"signal_file.h"
2
#include <signal.h>
3
4
int
get_signal_crash
(
void
) {
5
raise
(
SIGSEGV
);
6
return
0
;
7
}