Re: KVM ARM: Boot stability issues

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



>> I tried to connect via GDB to the kernel but I can't get anything useful
>> (I try to add symbols from boot/compressed/vmlinux at 0x10000 but still
>> gdb tries to use 0x80000000 instead (??) and I can't set any breakpoint
>> whatsoever).
> I usually add -s -S to the qemu command line and then:
>
> gdb
> symbol-file /<path to vmlinux>/vmlinux
> target remote localhost:1234
> info registers
> continue
> C-c
> bt
> info registers
>
> Unfortunately setting breakpoints also doesn't work for me.
I'm guessing that the patches Peter posted recently might have a
positive effect on breakpoints and debugging with gdb.
https://lists.nongnu.org/archive/html/qemu-devel/2014-08/msg01291.html
_______________________________________________
kvmarm mailing list
kvmarm@xxxxxxxxxxxxxxxxxxxxx
https://lists.cs.columbia.edu/mailman/listinfo/kvmarm




[Index of Archives]     [Linux KVM]     [Spice Development]     [Libvirt]     [Libvirt Users]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux