Search code examples
lldb

is it possible 'catch syscall' in LLDB now?


Question has been asked before, but that was almost 8 years ago.

I was wondering if it's now possible.


Solution

  • No:

    (lldb) apropos syscall
    No commands found pertaining to 'syscall'. Try 'help' to see a complete list of debugger commands.
    

    This hasn't been requested enough to rise to the top of anybody's work queues.