[Lldb-commits] [PATCH] Refactor POSIXThread::GetRegisterContext and use i386 register context

Todd Fiala tfiala at google.com
Thu Feb 13 14:02:11 PST 2014


  > operation ProcessMonitor::Execute() read reg dr7: 0x2a8
  > operation ProcessMonitor::Execute() read reg dr2: 0x2a8

  These final two reads look incredibly suspicious.  dr7 is the x86 debug control register.  I'm just buying that it just happens t obe set to the same value being reported for the linear address for the third breakpoint.

  I'm wondering if perhaps our register numbers are not correct on x86.

http://llvm-reviews.chandlerc.com/D2765



More information about the lldb-commits mailing list