Star
2
Fork
0
代码
介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
22
分析
项目设置
Star
2
Fork
0
master
DynamoRIO
/
suite
/
tests
/
linux
下载当前目录
G
GitHub
i
#4343
: Add dynamorio::drmemtrace namespace to all drcachesim/ code (
#6169
)
bb2e82b3
创建于
2023年6月27日
历史提交
文件
最后提交记录
最后更新时间
alarm.c
i
#2369
code style: fix many violations in older code (
#2432
)
8 年前
alarm.expect
fixed issue 784
12 年前
app_tls.c
i
#834
: Increase APP_LIBC_TLS_SIZE and add a test for apps using __thread.
13 年前
app_tls.expect
i
#834
: Increase APP_LIBC_TLS_SIZE and add a test for apps using __thread.
13 年前
bad-signal-stack.c
i
#3178
: proper sigaltstack error checking (
#3184
)
7 年前
bad-signal-stack.expect
i
#2214
signal locks: avoid memquery when copying signal frame (
#2858
)
8 年前
child-allowlist.expect
i
#4366
: Rename filter lists (
#5272
)
4 年前
child-blocklist.expect
i
#4366
: Rename filter lists (
#5272
)
4 年前
clone.c
i
#5629
: Fix expected output in linux.clone test. (
#5630
)
3 年前
clone.expect
i
#5131
new Linux syscalls: fix clone3 struct handling (
#5188
)
4 年前
eintr.c
i
#2876
clang-format: massive reformat of every file (
#3093
)
7 年前
eintr.expect
Fixes issue 1145
12 年前
execv.c
i
#2876
clang-format: massive reformat of every file (
#3093
)
7 年前
execve-client.expect
i
#147
: Alternate-bitwidth client support (
#4324
)
5 年前
execve-null.c
i
#2876
clang-format: massive reformat of every file (
#3093
)
7 年前
execve-null.expect
i
#1667
child config: enforce child configurations for early inject
10 年前
execve-rec.c
i
#2876
clang-format: massive reformat of every file (
#3093
)
7 年前
execve-rec.expect
initial open source import from formerly proprietary VMware sources
17 年前
execve-sub.c
i
#2876
clang-format: massive reformat of every file (
#3093
)
7 年前
execve.c
i
#2876
clang-format: massive reformat of every file (
#3093
)
7 年前
execve.expect
i
#1667
child config: enforce child configurations for early inject
10 年前
exit.c
Minor test cleanups and uninitialized variable fix. (
#3866
)
6 年前
exit.expect
initial open source import from formerly proprietary VMware sources
17 年前
fork-sleep.c
i
#2876
clang-format: massive reformat of every file (
#3093
)
7 年前
fork-sleep.expect
i
#1551
port to ARM: translate mangling for non-restartable syscall
11 年前
fork.c
Minor test cleanups and uninitialized variable fix. (
#3866
)
6 年前
fork.expect
Minor test cleanups and uninitialized variable fix. (
#3866
)
6 年前
freeze.expect
Linux persistent cache support, part 3:
15 年前
freeze.runall
Linux persistent cache support, part 3:
15 年前
infinite.c
i
#3544
riscv64: Enable building tests (
#5929
)
3 年前
infinite.expect
initial open source import from formerly proprietary VMware sources
17 年前
infloop.c
i
#38
attach: Make -skip_syscall the default (
#5462
)
4 年前
longjmp.c
Minor test cleanups and uninitialized variable fix. (
#3866
)
6 年前
longjmp.expect
initial open source import from formerly proprietary VMware sources
17 年前
mangle_asynch-shared.h
i
#3307
mangling epilogue asynch interrupt: fix rip-rel mangling case (
#3318
)
7 年前
mangle_asynch.c
i
#1979
Mac64: Add 64-bit Mojave + XCode 10.1 build support (
#3541
)
7 年前
mangle_asynch.expect
i
#3307
mangling epilogue asynch interrupt: fix rip-rel mangling case (
#3318
)
7 年前
mmap.c
i
#3759
: Fix mmap handling conflicts (
#3765
)
6 年前
mmap.template
issue 65: build: convert suite/ to cmake and ctest
16 年前
persist-use.expect
Linux persistent cache support, part 3:
15 年前
persist-use.runall
Linux persistent cache support, part 3:
15 年前
persist.expect
Linux persistent cache support, part 3:
15 年前
persist.runall
Linux persistent cache support, part 3:
15 年前
prctl.c
i
#1592
linux.prctl fails on debug-internal-32: print prctl_name
11 年前
prctl.expect
i
#47
: Use PR_SET_NAME to make killall work for apps under DR
13 年前
readlink.c
i
#2876
clang-format: massive reformat of every file (
#3093
)
7 年前
readlink.expect
i
#907
early inject symlink: replace accesses to /proc/self/exe
11 年前
reset.expect
Issue 61: nudge on Linux
16 年前
reset.runall
Issue 61: nudge on Linux
16 年前
rseq.cpp
i
#4343
: Add dynamorio::drmemtrace namespace to all drcachesim/ code (
#6169
)
2 年前
rseq.expect
i
#2350
rseq: Use a local copy for native execution (
#3826
)
6 年前
rseq_client.expect
i
#4041
: Use rseq handler PC instead of commit PC (
#5970
)
3 年前
rseq_disable.c
i
#4316
a64 rseq: Port linux.rseq test to AArch64 (
#4852
)
5 年前
rseq_disable.expect
i
#2350
rseq: Add -disable_rseq option (
#3781
)
6 年前
sigaction.c
i
#5256
sigprocmask: enable linux.sigaction on MacOS (
#5258
)
4 年前
sigaction.expect
i
#1551
Port DynamoRIO to ARM: fixed a bug on receiving blocked signal
11 年前
sigaction_nosignals.c
i
#3681
: Emulate kernel sigaction flag hiding (
#3682
)
6 年前
sigaction_nosignals.expect
Add test linux.sigaction_nosignals, testing syscall without signals.
9 年前
sigcontext.c
i
#1684
xarch-IR: Support separate host and target arch (
#4325
)
5 年前
sigcontext.templatex
i
#3812
: Preserve AVX state on sigreturn (
#3814
)
6 年前
sigmask.c
i
#2311
sigmask: Avoid rerouting alarms in handlers (
#5482
)
4 年前
sigmask.expect
i
#2311
sigmask: Avoid rerouting alarms in handlers (
#5482
)
4 年前
signal-base.h
i
#5233
: Fix arm-vs-thumb signal transitions (
#5242
)
4 年前
signal0000.c
Code cleanup: remove trailing spaces and tabs
12 年前
signal0000.expect
i
#58
MacOS: port test suite, part 3
10 年前
signal0001.c
Code cleanup: remove trailing spaces and tabs
12 年前
signal0001.expect
i
#58
MacOS: port test suite, part 3
10 年前
signal0010.c
Code cleanup: remove trailing spaces and tabs
12 年前
signal0010.expect
i
#58
MacOS: port test suite, part 3
10 年前
signal0011.c
Code cleanup: remove trailing spaces and tabs
12 年前
signal0011.expect
i
#58
MacOS: port test suite, part 3
10 年前
signal0100.c
Code cleanup: remove trailing spaces and tabs
12 年前
signal0100.expect
i
#58
MacOS: port test suite, part 3
10 年前
signal0101.c
Code cleanup: remove trailing spaces and tabs
12 年前
signal0101.expect
i
#58
MacOS: port test suite, part 3
10 年前
signal0110.c
Code cleanup: remove trailing spaces and tabs
12 年前
signal0110.expect
i
#58
MacOS: port test suite, part 3
10 年前
signal0111.c
Code cleanup: remove trailing spaces and tabs
12 年前
signal0111.expect
i
#58
MacOS: port test suite, part 3
10 年前
signal1000.c
Code cleanup: remove trailing spaces and tabs
12 年前
signal1000.expect
i
#58
MacOS: port test suite, part 3
10 年前
signal1001.c
Code cleanup: remove trailing spaces and tabs
12 年前
signal1001.expect
i
#58
MacOS: port test suite, part 3
10 年前
signal1010.c
Code cleanup: remove trailing spaces and tabs
12 年前
signal1010.expect
i
#58
MacOS: port test suite, part 3
10 年前
signal1011.c
Code cleanup: remove trailing spaces and tabs
12 年前
signal1011.expect
i
#58
MacOS: port test suite, part 3
10 年前
signal1100.c
Code cleanup: remove trailing spaces and tabs
12 年前
signal1100.expect
i
#58
MacOS: port test suite, part 3
10 年前
signal1101.c
Code cleanup: remove trailing spaces and tabs
12 年前
signal1101.expect
i
#58
MacOS: port test suite, part 3
10 年前
signal1110.c
Code cleanup: remove trailing spaces and tabs
12 年前
signal1110.expect
i
#58
MacOS: port test suite, part 3
10 年前
signal1111.c
Code cleanup: remove trailing spaces and tabs
12 年前
signal1111.expect
i
#58
MacOS: port test suite, part 3
10 年前
signal_pre_syscall.c
i
#5843
scheduler: Add syscall number markers (
#6096
)
2 年前
signal_pre_syscall.expect
i
#5843
scheduler: Add syscall number markers (
#6096
)
2 年前
signal_race.c
i
#5269
: Upgrade to clang-format-9 (
#5270
)
4 年前
signal_race.expect
i
#2019
: bound signal delivery for arrivals in DR or gencode
9 年前
signal_racesys.c
i
#5269
: Upgrade to clang-format-9 (
#5270
)
4 年前
signal_racesys.expect
i
#2019
: bound signal delivery for arrivals in DR or gencode
9 年前
signalfd.c
i
#2876
clang-format: massive reformat of every file (
#3093
)
7 年前
signalfd.expect
Fixes issue 1138
12 年前
signest.c
i
#4998
: Fix incorrectly nested signals (
#5008
)
4 年前
signest.expect
i
#4998
: Fix incorrectly nested signals (
#5008
)
4 年前
sigplain-base.h
i
#3178
: proper sigaltstack error checking (
#3184
)
7 年前
sigplain000.c
Code cleanup: remove trailing spaces and tabs
12 年前
sigplain000.expect
i
#58
MacOS: port test suite, part 3
10 年前
sigplain001.c
Code cleanup: remove trailing spaces and tabs
12 年前
sigplain001.expect
i
#58
MacOS: port test suite, part 3
10 年前
sigplain010.c
Code cleanup: remove trailing spaces and tabs
12 年前
sigplain010.expect
i
#58
MacOS: port test suite, part 3
10 年前
sigplain011.c
Code cleanup: remove trailing spaces and tabs
12 年前
sigplain011.expect
i
#58
MacOS: port test suite, part 3
10 年前
sigplain100.c
Code cleanup: remove trailing spaces and tabs
12 年前
sigplain100.expect
i
#58
MacOS: port test suite, part 3
10 年前
sigplain101.c
Code cleanup: remove trailing spaces and tabs
12 年前
sigplain101.expect
i
#58
MacOS: port test suite, part 3
10 年前
sigplain110.c
Code cleanup: remove trailing spaces and tabs
12 年前
sigplain110.expect
i
#58
MacOS: port test suite, part 3
10 年前
sigplain111.c
Code cleanup: remove trailing spaces and tabs
12 年前
sigplain111.expect
i
#58
MacOS: port test suite, part 3
10 年前
sigsuspend.c
i
#2876
clang-format: massive reformat of every file (
#3093
)
7 年前
sigsuspend.expect
Fixes issue 1340
12 年前
syscall_pwait.cpp
i
#5269
: Upgrade to clang-format-9 (
#5270
)
4 年前
syscall_pwait.template
i
#5131
new linux syscalls: handle pselect6_time64 (
#5158
)
4 年前
thread.c
i
#2876
clang-format: massive reformat of every file (
#3093
)
7 年前
thread.expect
initial open source import from formerly proprietary VMware sources
17 年前
threadexit.c
Fix the exit code of the linux.threadexit tests (
#3680
)
6 年前
threadexit.expect
i
#94
: CRASH (r102 release tests/linux/clone) record_pending_signal SIGCHLD:
16 年前
threadexit2.c
Fix the exit code of the linux.threadexit tests (
#3680
)
6 年前
threadexit2.expect
i
#94
: CRASH (r102 release tests/linux/clone) record_pending_signal SIGCHLD:
16 年前
tool.drcov.eintr.template
i
#5981
: Fix incorrect SYS_execve for AArchXX in dcovlib (
#6166
)
2 年前
vfork-fib.c
i
#2876
clang-format: massive reformat of every file (
#3093
)
7 年前
vfork-fib.expect
initial open source import from formerly proprietary VMware sources
17 年前
vfork.c
i
#2876
clang-format: massive reformat of every file (
#3093
)
7 年前
vfork.expect
i
#1667
child config: enforce child configurations for early inject
10 年前
zero-length-mem-ranges.c
i
#4031
: Fix assert on zero-length memory range passed to
add_vm_area
(
#4235
)
6 年前
zero-length-mem-ranges.expect
i
#4031
: Fix assert on zero-length memory range passed to
add_vm_area
(
#4235
)
6 年前