sim-card
/
qemu
Archived
10
0
Fork 0
This repository has been archived on 2022-03-30. You can view files and clone it, but cannot push or open issues or pull requests.
qemu/trace
Stefan Hajnoczi 6c2a407426 trace: use binary file open mode in simpletrace
For Windows portability the simple trace backend must use the 'b' file
open mode.  This prevents the stdio library from mangling 0x0a/0x0d
newline characters.

Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
2011-09-21 11:30:10 +01:00
..
control.c trace: add "-trace events" argument to control initial state 2011-09-01 10:34:54 +01:00
control.h trace: add "-trace events" argument to control initial state 2011-09-01 10:34:54 +01:00
default.c trace: add "-trace events" argument to control initial state 2011-09-01 10:34:54 +01:00
simple.c trace: use binary file open mode in simpletrace 2011-09-21 11:30:10 +01:00
simple.h trace: separate trace event control and query routines from the simple backend 2011-09-01 10:34:54 +01:00
stderr.c trace: [stderr] add support for dynamically enabling/disabling events 2011-09-01 10:34:54 +01:00
stderr.h trace: [stderr] add support for dynamically enabling/disabling events 2011-09-01 10:34:54 +01:00