[Lldb-commits] [PATCH] Refactor POSIXThread::GetRegisterContext and use i386 register context
John Wolfe
jlw at xinuos.com
Thu Feb 13 13:02:12 PST 2014
I had a 01/31 src bundle that I was using to test the FreeBSD watchpoint patch on a FreeBSD 10, i386 system. An lldb built from the clean source would SIGSEGV when running the i386 test program ( clang -g). After patching with D2765, the inferior process ran to completion.
While this doesn't contribute info about the failure on Linux, it does provide another reference point. I did not see any change in the i386 test results.
There was a message to lldb-dev earlier this week about a the assertion in WatchNotify on an i386 LLDB. I will get the current source and retest on FreeBSD 10 i386.
http://llvm-reviews.chandlerc.com/D2765
More information about the lldb-commits
mailing list