Timeline for Output from strace to another window
Current License: CC BY-SA 3.0
9 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Sep 17, 2016 at 16:27 | vote | accept | megas | ||
| Sep 17, 2016 at 15:20 | history | edited | Eirik Fuller | CC BY-SA 3.0 | Example and additional detail |
| Sep 17, 2016 at 15:14 | comment | added | Eirik Fuller | A wrapper seems unlikely to easily fulfill the goal of using separate windows for strace and the process whose system calls it reports. | |
| Sep 17, 2016 at 15:13 | history | edited | Eirik Fuller | CC BY-SA 3.0 | added 856 characters in body |
| Sep 17, 2016 at 15:08 | comment | added | thrig | Actually it can kinda sorta work, though would require a small wrapper that reveals the pid, waits for strace to start or on some other signal then execs the program proper. | |
| Sep 17, 2016 at 15:06 | comment | added | Eirik Fuller | Agreed. I'll edit my answer. | |
| Sep 17, 2016 at 15:05 | comment | added | grochmal | This is correct +1, although I'd expand it with a small example. Also, this will work well for REPLs but not that well for programs that run and then exit (you would not be able to catch their PID). | |
| Sep 17, 2016 at 14:27 | review | Low quality posts | |||
| Sep 17, 2016 at 15:02 | |||||
| Sep 17, 2016 at 14:11 | history | answered | Eirik Fuller | CC BY-SA 3.0 |