search for: myexecutable

Displaying 2 results from an estimated 2 matches for "myexecutable".

Did you mean: executable
2009 Oct 23
2
Using dapptrace. Can't seem to trace user functions with defaults or specifying -u<lib>
...;m trying to do. I want to focus in on my code but I can''t seem to be able to output just the functions I want, i.e. user functions. The -U option gives everything. Too much of course. Leaving that blank means the default which seems to be "a.out", e.g. sudo -s dapptrace ~/myexecutable : probe description pid31688:a.out::entry does not match any probes That hits nothing. If I take a lib from all the output using the -U option, e.g. libSystem.B.dylib, -> libSystem.B.dylib:free(0x300D70, 0x1A, 0xBFFFF258) -> libSystem.B.dylib:szone_size(0x22E000, 0x300D70, 0x50) &l...
2006 Jul 05
13
interactive web app
I have an arbitrary program written in any language, and it is a binary (ie foo.exe), that will print out output to stdout constantly every 3-5 seconds. Is there a way that I can have a web application designed in rails that will print the output of this program to the browser every 3-5 seconds in realtime, preferably even in an ajax manner. thanks -- Posted via http://www.ruby-forum.com/.