On Thu, Jun 08, 2017 at 03:42:17PM +0000, Kohl, Burkhard wrote:
> 
> 
> -----Original Message-----
> From: Kohl, Burkhard 
> Sent: Thursday, June 8, 2017 13:02
> To: strace-devel@lists.sourceforge.net
> Cc: Kohl, Burkhard <burkhard.k...@intel.com>
> Subject: [PATCH v1] Implement output staging for failed/successful syscalls
> 
> With flags not_failing_only/failing_only, syscall output is written to 
> tcp->memf and either dropped or published at strace_syscall_exiting
> 
> * stage_out.c strace_openmemstream(), drop_staged_out(),
>               publish_staged_out().
> * defs.h      added flags stage_out, failing only
>               struct tcb: new members memf, memfptr, memfloc.
> * syscall.c   print output depending on flags and outcome.
> * strace.c    add options -z/-Z +help
>               modified tvprintf(), tprints(), newoutf()
>               set stage_output flag in main().
> * Makefile.am new: stage_out.c
> * configure.ac (AC_CHECK_FUNCS): open_memstream
> * strace.1    -z/-Z: description added

"git am" failed to apply this patch with the following diagnostics:
fatal: corrupt patch at line 208

It's annoying that every time this change is submitted,
it either does not apply at all or is so badly formatted.


-- 
ldv

Attachment: signature.asc
Description: PGP signature

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Strace-devel mailing list
Strace-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/strace-devel

Reply via email to