Skip to content
  • Petr Machata's avatar
    Fix tracing multi-threaded processes without -f · eedd62bb
    Petr Machata authored
    - In handle_syscall, we avoid touching stack of ignored processes.
      But in handle_sysret, we require a sysret-like stack entry even
      for ignored processes, even though we then go ahead to not act
      on that stack entry.  Instead, for ignored processes, avoid looking
      at stack trace at all.
    eedd62bb