On Thu, May 31, 2018 at 10:58 AM Chang S. Bae <[email protected]> wrote: > > From: Andy Lutomirski <[email protected]> > > ptrace can read FS/GS base using the register access API > (PTRACE_PEEKUSER, etc) or PTRACE_ARCH_PRCTL. Make both of these > mechanisms return the actual FS/GS base. > > This will improve debuggability by providing the correct information > to ptracer (GDB and etc).
LGTM.

