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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Break trigraph sequences in trace output
Mattias Andrée
2020-06-02
1
-4
/
+19
*
io_pgetevents is not documented
Mattias Andrée
2020-06-02
1
-1
/
+1
*
Minor cleanup
Mattias Andrée
2020-06-02
1
-3
/
+1
*
Fix regressen: print pointers in hexadecimal
Mattias Andrée
2020-06-02
1
-5
/
+5
*
Do not use \t in traces, does not look good with PID prefixes in the output
Mattias Andrée
2020-06-02
1
-1
/
+1
*
Some cleanup and preparation for support for multiple architectures (both host and client) and OSes
Mattias Andrée
2020-06-02
10
-152
/
+237
*
Reject i386 and x32 applications (not yet supported)
Mattias Andrée
2020-06-02
9
-55
/
+120
*
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
*
Minor output improvements
Mattias Andrée
2020-06-01
1
-7
/
+16
*
Makefile: install and uninstall man page
1.0
Mattias Andrée
2020-06-01
1
-0
/
+3
*
Print data stored to output parameters in system calls
Mattias Andrée
2020-06-01
3
-46
/
+198
*
Remove p before > in syscall formats
Mattias Andrée
2020-06-01
1
-19
/
+22
*
Work on syscall formatters
Mattias Andrée
2020-06-01
2
-82
/
+408
*
Add man page and README
0.1
Mattias Andrée
2020-06-01
2
-0
/
+98
*
Add tests for manually testing
Mattias Andrée
2020-06-01
17
-0
/
+252
*
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
*
Add comment explaining values of silent_until_execed
Mattias Andrée
2020-06-01
1
-1
/
+1
*
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
2
-9
/
+20
*
Tracing fork children does not work
Mattias Andrée
2020-05-31
4
-153
/
+187
*
m
Mattias Andrée
2020-05-31
2
-14
/
+13
*
Print signal names
Mattias Andrée
2020-05-31
5
-7
/
+46
*
Work around valgrind issue
Mattias Andrée
2020-05-30
1
-1
/
+1
*
Add support for tracing threads
Mattias Andrée
2020-05-30
3
-8
/
+26
*
Do not print PID numbers if only configured to trace one thread
Mattias Andrée
2020-05-30
3
-8
/
+13
*
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
2
-4
/
+24
*
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
6
-23
/
+111
*
Add support for tracing fork children
Mattias Andrée
2020-05-30
8
-856
/
+1094
*
Print errno names and strings
Mattias Andrée
2020-05-30
3
-18
/
+46
*
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
2
-80
/
+56
*
Add an optimisation todo
Mattias Andrée
2020-05-27
1
-0
/
+2
*
Fix Makefile: rebuild if arg.h is updated
Mattias Andrée
2020-05-27
1
-1
/
+1
*
First commit
Mattias Andrée
2020-05-27
6
-0
/
+1092