[Lldb-commits] [PATCH] D11176: [LLDB][MIPS] To handle SI_KERNEL generated for invalid 64 bit address

Greg Clayton clayborg at gmail.com
Mon Jul 27 11:18:11 PDT 2015


clayborg requested changes to this revision.
clayborg added a comment.
This revision now requires changes to proceed.

Fix typo and good to go


================
Comment at: source/Plugins/Process/Linux/NativeThreadLinux.cpp:267
@@ +266,3 @@
+        case SIGILL:
+             //In case of MIPS64 target, SI_KERENEL is generated for invalid 64bit address.
+             if (info->si_signo == SIGBUS && info->si_code == SI_KERNEL)
----------------
type above: SI_KERENEL, should be SI_KERNEL


Repository:
  rL LLVM

http://reviews.llvm.org/D11176







More information about the lldb-commits mailing list