<div dir="ltr">Ok, so writing to an invalid descriptor makes sense. However, the line will still be decorated with the fact that its a write call. I'd like just the message written.<div><br></div><div>Or is the negative -1 file descriptor unique and not just a variation on this? <a href="http://ewontfix.com/10/">http://ewontfix.com/10/</a></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Dec 18, 2014 at 10:22 PM, enh <span dir="ltr"><<a href="mailto:enh@google.com" target="_blank">enh@google.com</a>></span> wrote:<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">already implemented...<br>
<br>
  write(-1, "GOT HERE", strlen("GOT HERE"));<br>
<div><div class="h5"><br>
<br>
On Thu, Dec 18, 2014 at 7:17 PM, Justin Dearing <<a href="mailto:zippy1981@gmail.com">zippy1981@gmail.com</a>> wrote:<br>
> Hello,<br>
><br>
> Inspired by a feature of the windows utility process monitor, Id like a<br>
> simple elegant way to insert arbitrary streams of text into strace output.<br>
> Basically, I want to insert "GOT HERE" messaged into strace output. The<br>
> procmon feature is described here<br>
> (<a href="https://github.com/Wintellect/ProcMonDebugOutput" target="_blank">https://github.com/Wintellect/ProcMonDebugOutput</a>)<br>
><br>
> Specifically what I propose is as follows<br>
><br>
> strace by default will open the  named pipe /tmp/straceProfiling.X for<br>
> reading, creating it if it does not exist. X will be the pid of the child<br>
> process. any data written to that named pipe, gets immediaty flushed to the<br>
> strace output preceded with MSG: There will be a switch to name the socket,<br>
> a switch to disable it, and a switch to change the message prefix.<br>
><br>
> Does this sound like a useful feature request?<br>
><br>
> Regards,<br>
><br>
> Justin Dearing<br>
><br>
><br>
</div></div>> ------------------------------------------------------------------------------<br>
> Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server<br>
> from Actuate! Instantly Supercharge Your Business Reports and Dashboards<br>
> with Interactivity, Sharing, Native Excel Exports, App Integration & more<br>
> Get technology previously reserved for billion-dollar corporations, FREE<br>
> <a href="http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk" target="_blank">http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk</a><br>
> _______________________________________________<br>
> Strace-devel mailing list<br>
> <a href="mailto:Strace-devel@lists.sourceforge.net">Strace-devel@lists.sourceforge.net</a><br>
> <a href="https://lists.sourceforge.net/lists/listinfo/strace-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/strace-devel</a><br>
><br>
<br>
<br>
<br>
--<br>
Elliott Hughes - <a href="http://who/enh" target="_blank">http://who/enh</a> - <a href="http://jessies.org/~enh/" target="_blank">http://jessies.org/~enh/</a><br>
Java i18n/JNI/NIO, or bionic questions? Mail me/drop by/add me as a reviewer.<br>
<br>
------------------------------------------------------------------------------<br>
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server<br>
from Actuate! Instantly Supercharge Your Business Reports and Dashboards<br>
with Interactivity, Sharing, Native Excel Exports, App Integration & more<br>
Get technology previously reserved for billion-dollar corporations, FREE<br>
<a href="http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk" target="_blank">http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk</a><br>
_______________________________________________<br>
Strace-devel mailing list<br>
<a href="mailto:Strace-devel@lists.sourceforge.net">Strace-devel@lists.sourceforge.net</a><br>
<a href="https://lists.sourceforge.net/lists/listinfo/strace-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/strace-devel</a><br>
</blockquote></div></div>