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). ------------------------------------------------------------------------------ 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