DynamoRIO/drmemory

write tests of system call in/out params for every system call

Open

#176 geöffnet am 28. Nov. 2014

Auf GitHub ansehen
 (3 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)C (289 Forks)auto 404
Component-TestsMigratedPriority-LowType-Featuregood first issuehelp wanted

Repository-Metriken

Stars
 (2.727 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

From derek.br...@gmail.com on December 10, 2010 17:58:16

PR 519781

As more and more obscure/complex syscall in/out handling is added (xref PR 406302) we're going to need tests of all that code.

I've added recent syscall processing that needs more testing: ipc_sem_len() and rest of SYS_ipc, SYS_socketcall, SYS_select, SYS_pselect6, SYS_prctl.

Original issue: http://code.google.com/p/drmemory/issues/detail?id=176

Contributor Guide