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

2015-07-27 Thread Greg Clayton
clayborg accepted this revision. clayborg added a comment. This revision is now accepted and ready to land. Much better. Repository: rL LLVM http://reviews.llvm.org/D11176 ___ lldb-commits mailing list lldb-commits@cs.uiuc.edu

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

2015-07-27 Thread Greg Clayton
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

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

2015-07-27 Thread Oleksiy Vyalov
ovyalov added inline comments. Comment at: source/Plugins/Process/Linux/NativeThreadLinux.cpp:268 @@ +267,3 @@ + //In case of MIPS64 target, SI_KERENEL is generated for invalid 64bit address. + if (info-si_signo == SIGBUS info-si_code == SI_KERNEL) +

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

2015-07-27 Thread Nitesh Jain
nitesh.jain retitled this revision from [LLDB][MIPS] To handle SI_KERENEL generated for invalid 64 bit address to [LLDB][MIPS] To handle SI_KERNEL generated for invalid 64 bit address. nitesh.jain updated the summary for this revision. nitesh.jain updated this revision to Diff 30678. nitesh.jain