Re: qemu-x86_64: debugging after relocation: breakpoints not working

2021-08-01 Thread Matwey V. Kornilov
вс, 1 авг. 2021 г. в 20:41, Matwey V. Kornilov : > > вс, 1 авг. 2021 г. в 18:49, Matwey V. Kornilov : > > > > Hi, > > > > I failed to find the correct answer in this list. I am trying to debug > > u-boot from the master running inside of QEMU 5.2.0: > > > > I start QEMU as the following: > > > > >

Re: qemu-x86_64: debugging after relocation: breakpoints not working

2021-08-01 Thread Matwey V. Kornilov
вс, 1 авг. 2021 г. в 18:49, Matwey V. Kornilov : > > Hi, > > I failed to find the correct answer in this list. I am trying to debug > u-boot from the master running inside of QEMU 5.2.0: > > I start QEMU as the following: > > > qemu-system-x86_64 -bios u-boot.rom -serial stdio -hda sda -net none

qemu-x86_64: debugging after relocation: breakpoints not working

2021-08-01 Thread Matwey V. Kornilov
Hi, I failed to find the correct answer in this list. I am trying to debug u-boot from the master running inside of QEMU 5.2.0: I start QEMU as the following: > qemu-system-x86_64 -bios u-boot.rom -serial stdio -hda sda -net none -S -s And then attach to it using gdb 10.1: > target remote