[Lldb-commits] [PATCH] Fix issue where GPR and FPR registers have overlapping byte offsets.

Ed Maste emaste at freebsd.org
Thu Apr 2 09:07:39 PDT 2015


This causes >20 tests to segfault on FreeBSD.

The debug register implementation on FreeBSD is a bit different, see http://reviews.llvm.org/rL201706. I can work around it for now by moving `DR_OFFSET`'s definition back into RegisterContextFreeBSD_x86_64.cpp and RegisterContextLinux_x86_64.cpp.


REPOSITORY
  rL LLVM

http://reviews.llvm.org/D8685

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the lldb-commits mailing list