home.social

#tracexec — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #tracexec, aggregated by home.social.

  1. Upcoming features for #tracexec

    #Exec backtrace and jump to parent

    In next release, the #TUI will support gathering the exec #backtrace of any exec event, which will greatly simply debugging experience.

    The exec backtrace shows the history of a specific event and indicates any ancestor spawns or directly tears itself down and becomes the new process.

    Jump to parent is a lighter alternative to backtrace, where you just press `U` to jump to the parent exec evt.

    #Linux #eBPF #ptrace #execve

  2. Upcoming features for #tracexec

    #Exec backtrace and jump to parent

    In next release, the #TUI will support gathering the exec #backtrace of any exec event, which will greatly simply debugging experience.

    The exec backtrace shows the history of a specific event and indicates any ancestor spawns or directly tears itself down and becomes the new process.

    Jump to parent is a lighter alternative to backtrace, where you just press `U` to jump to the parent exec evt.

    #Linux #eBPF #ptrace #execve

  3. I am very excited to share that #tracexec can now be used as a #debugger launcher.

    It's usually not trivial or convenient to debug a program executed by a shell/python script(which can use pipes as stdio for the program).
    The video shows how to use tracexec to launch #gdb to debug two simple programs piped together by a shell script.

    Solves:
    - stackoverflow.com/questions/50
    - stackoverflow.com/questions/14
    - stackoverflow.com/questions/65

    github.com/kxxt/tracexec/relea

    #linux #ptrace #tui

  4. I am very excited to share that #tracexec can now be used as a #debugger launcher.

    It's usually not trivial or convenient to debug a program executed by a shell/python script(which can use pipes as stdio for the program).
    The video shows how to use tracexec to launch #gdb to debug two simple programs piped together by a shell script.

    Solves:
    - stackoverflow.com/questions/50
    - stackoverflow.com/questions/14
    - stackoverflow.com/questions/65

    github.com/kxxt/tracexec/relea

    #linux #ptrace #tui