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

Todd Fiala tfiala at google.com
Fri Feb 28 14:10:41 PST 2014


  I ran a few tests with this patch applied:
  1. ran a simple Linux x86 32-bit exe on a 64-bit host.
  2. ran a simple Linux x86_64 exe on a 64-it host.
  3. ran the x86_64 Linux lldb tests against the local x86_64.

  These all passed.  I think the code is a little cleaner with the change as well.

  I'm fine with this going in.  After it does go in, I'd like to take that Linux x86 32/64 byte context setting code out and see if the 64-bit host handles running a 32-bit inferior properly with the 32-bit context (which it should --- this was broken before which is why I initially did that while trying to unblock Matthew Gardiner on his Linux 32-bit support work).

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



More information about the lldb-commits mailing list