[PATCH RFC v1 1/1] Initial support for Lua scripting

Victor Krapivensky krapivenskiy.va at phystech.edu
Fri Jun 16 14:37:03 UTC 2017


On Thu, Jun 15, 2017 at 05:28:53PM +0200, Eugene Syromiatnikov wrote:
> Do you really consider multiple -l arguments in a command line an error
> incompatible with continuation of strace execution?

Well, yes. We don't support multiple scripts, and specifying multiple -l
arguments is a usage error.

> Wouldn't this way non-lua tracing loop being exectuted after Lua one?

Yes, that was an original intent, but now it just runs strace._run()
after the script is run, which calls in cycle next_sc() until it
returns NULL (which is now what next_sc() does when it's time to
terminate).




More information about the Strace-devel mailing list