Skip to content
  • Alex Samorukov's avatar
    Fix empty lldb backtrace on OSX · 559d9b89
    Alex Samorukov authored and Jehan's avatar Jehan committed
    When lldb attaching to the process it triggers few "-1" errors on read with
    EINTR error. After 1-2 errors read() call works again.
    Also this patch fixing TID detection, syscall SYS_gettid is oficially deprecated
    now and does not work. Also adding safecheck to avoid enldless loop.
    559d9b89