[Lldb-commits] [PATCH] D57928: Fix x86 return pattern detection

Todd Mortimer via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Feb 8 07:32:39 PST 2019


mortimer added a comment.

For sure I can add a test.

I found this only because I was looking to fix something else (prologue detection on OpenBSD with -fret-protector) and noticed that the return pattern detect function was wrong. So nothing was broken that I found, though the inclusion of 0xc9 as a return pattern could conceivably cause problems under some circumstances. In any event, I figured it would be easy enough to submit a fix, since it’s a tiny change.


Repository:
  rLLDB LLDB

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D57928/new/

https://reviews.llvm.org/D57928





More information about the lldb-commits mailing list