From mboxrd@z Thu Jan 1 00:00:00 1970 From: Karthik Gopalakrishnan Date: Sun, 03 Dec 2006 05:19:44 +0000 Subject: Re: Mapping IIP value to Kernel Symbols Message-Id: <45725BA0.6090209@gmail.com> List-Id: References: <5e0a1fd80612010600q37908483n83de1ddf1d89255f@mail.gmail.com> In-Reply-To: <5e0a1fd80612010600q37908483n83de1ddf1d89255f@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-ia64@vger.kernel.org Hi Fenghua. Thank You very much. This is exactly what I was looking for. :-) Regards, Karthik Yu, Fenghua wrote: >> I have a value of IIP that I recovered from an MCA. I want to >> figure out which instruction in the Kernel resulted in the MCA. Please >> let me know how I can find this information. > > You can disassemble kernel to find the instruction for the IIP. The > command is "objdump -d kernel_name". You might also find its system.map > (under /boot) useful. > > Thanks. > > -Fenghua >