[Lldb-commits] [PATCH] Don't use CopyContext in RegisterContextWin
Zachary Turner
zturner at google.com
Fri Feb 13 11:53:29 PST 2015
Hmm. Could you try memsetting the CONTEXT to 0 before calling GetThreadContext()? We already do it in WriteAllRegisterValues before calling *SetThreadContext*, but we don't do it before calling GetThreadContext(). In the previous code, we were allocating a new DataBufferHeap, which I think will 0-initialize it.
http://reviews.llvm.org/D7572
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
More information about the lldb-commits
mailing list