citrun

watch C/C++ source code execute
Log | Files | Refs | LICENSE

commit e67f77a464a6d1df7402dd322aefb0dc55272f0c
parent 46982e5b1509072c7c0e4a745d49a41d180b6051
Author: Kyle Milz <kyle@0x30.net>
Date:   Mon,  5 Dec 2016 22:31:06 -0700

src: add source

Diffstat:
Msrc/inst_log.h | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/inst_log.h b/src/inst_log.h @@ -7,6 +7,9 @@ #include <sstream> #include <unistd.h> // pid_t +// +// Taken from StackOverflow user Loki Astari. Thanks. +// class InstrumentLogger : public std::ostream { class LogBuffer : public std::stringbuf