[coreboot] Listing an address with gdb

2021-03-19 Thread Himanshu Chauhan
Hi, I am working on a hypervisor and running coreboot as guest. During a VMExit, I am seeing coreboot RIPs. Since coreboot is mix of 16-bit/32-bit code and because of relocations, I not able to find the listing of the code at specific address. For example, address is: 0x7f37806 I want to attach

[coreboot] Re: Listing an address with gdb

2021-03-19 Thread Himanshu Chauhan
On Fri, Mar 19, 2021 at 09:33:43PM +0530, Himanshu Chauhan wrote: > Hi, > > I am working on a hypervisor and running coreboot as guest. > During a VMExit, I am seeing coreboot RIPs. Since coreboot > is mix of 16-bit/32-bit code and because of relocations, > I not able to find the listing of the co

[coreboot] Re: Listing an address with gdb

2021-03-19 Thread Nico Huber
Hello Himanshu, On 19.03.21 17:12, Himanshu Chauhan wrote: > On Fri, Mar 19, 2021 at 09:33:43PM +0530, Himanshu Chauhan wrote: >> Hi, >> >> I am working on a hypervisor and running coreboot as guest. >> During a VMExit, I am seeing coreboot RIPs. Since coreboot >> is mix of 16-bit/32-bit code and

[coreboot] Re: Listing an address with gdb

2021-03-19 Thread Himanshu Chauhan
Hi Nico, Thanks for your reply. On Fri, Mar 19, 2021 at 07:03:59PM +0100, Nico Huber wrote: > Hello Himanshu, > > On 19.03.21 17:12, Himanshu Chauhan wrote: > > On Fri, Mar 19, 2021 at 09:33:43PM +0530, Himanshu Chauhan wrote: > >> Hi, > >> > >> I am working on a hypervisor and running coreboot