index
:
sctrace
master
A simple syscall tracer
Mattias Andrée <m@maandree.se>
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sctrace.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Include asm/unistd.h for __X32_SYSCALL_BIT
Michael Forney
2020-06-21
1
-0
/
+2
*
Some cleanup and preparation for support for multiple architectures (both host and client) and OSes
Mattias Andrée
2020-06-02
1
-23
/
+6
*
Reject i386 and x32 applications (not yet supported)
Mattias Andrée
2020-06-02
1
-13
/
+29
*
Fix exit status regression ... now I can go back to sleep again
1.1
Mattias Andrée
2020-06-02
1
-2
/
+2
*
Always flush trace output
Mattias Andrée
2020-06-01
1
-0
/
+1
*
Fix typo and add rational for why the -a option (truncate arguments/outputs) is useful
Mattias Andrée
2020-06-01
1
-2
/
+3
*
Add a todo
Mattias Andrée
2020-06-01
1
-0
/
+1
*
Use WCOREDUMP rather than __WCOREDUMP
Mattias Andrée
2020-06-01
1
-2
/
+2
*
Implement some todos
Mattias Andrée
2020-06-01
1
-11
/
+27
*
Silence output for initial tracee until it has successfully execed
Mattias Andrée
2020-06-01
1
-1
/
+5
*
Things work as expected again
Mattias Andrée
2020-05-31
1
-1
/
+1
*
Tracing fork children does not work
Mattias Andrée
2020-05-31
1
-131
/
+117
*
m
Mattias Andrée
2020-05-31
1
-13
/
+11
*
Print signal names
Mattias Andrée
2020-05-31
1
-4
/
+4
*
Work around valgrind issue
Mattias Andrée
2020-05-30
1
-1
/
+1
*
Add support for tracing threads
Mattias Andrée
2020-05-30
1
-4
/
+12
*
Do not print PID numbers if only configured to trace one thread
Mattias Andrée
2020-05-30
1
-2
/
+3
*
Add todo about different (bad) behaviour under valgrind
Mattias Andrée
2020-05-30
1
-0
/
+1
*
Continue vfork parent after child execs
Mattias Andrée
2020-05-30
1
-3
/
+22
*
Add -0 flag
Mattias Andrée
2020-05-30
1
-5
/
+7
*
m + add support for tracing vfork children
Mattias Andrée
2020-05-30
1
-14
/
+60
*
Add support for tracing fork children
Mattias Andrée
2020-05-30
1
-854
/
+97
*
Print errno names and strings
Mattias Andrée
2020-05-30
1
-16
/
+36
*
m
Mattias Andrée
2020-05-30
1
-9
/
+10
*
Minor simplification
Mattias Andrée
2020-05-30
1
-1
/
+1
*
Use process_vm_readv instead of PTRACE_PEEKDATA (no fallback)
Mattias Andrée
2020-05-30
1
-79
/
+55
*
Add an optimisation todo
Mattias Andrée
2020-05-27
1
-0
/
+2
*
First commit
Mattias Andrée
2020-05-27
1
-0
/
+966