Re: [edk2] Source level debug using QEMU and OVMF

2014-04-02 Thread Joe Vernaci
Little late to the party, but I had qemu/efi/gdb debugging working pretty well a while back to write some luks drive encryption support for efi. >From my notes the best way to programmatically get all debug information at once is to iterate the the loaded image protocols, get a list of image offset

Re: [edk2] Source level debug using QEMU and OVMF

2014-04-02 Thread Laszlo Ersek
Hi Lethom, > 2014-04-02 11:20 GMT+02:00 Roger >: > > Anybody tried to use INTEL UEFI Development Kit Debugger Tool ? > Can it work in QEMU and OVMF environment? On 04/02/14 12:56, Lethom Legrand wrote: > I managed to do that yesterday, it is not hard to do, but i

Re: [edk2] Source level debug using QEMU and OVMF

2014-04-02 Thread Lethom Legrand
quot; < > edk2-devel@lists.sourceforge.net> > 主题:Re: [edk2] Source level debug using QEMU and OVMF > 日期:2014年03月29日 14点18分 > > > > -- > > ___ &g

Re: [edk2] Source level debug using QEMU and OVMF

2014-04-02 Thread Roger
Anybody tried to use INTEL UEFI Development Kit Debugger Tool ? Can it work in QEMU and OVMF environment? Roger - 原始邮件 - 发件人:Jordan Justen 收件人:inte...@sina.com, "edk2-devel@lists.sourceforge.net" 主题:Re: [edk2] Source level debug using QEM

Re: [edk2] Source level debug using QEMU and OVMF

2014-03-28 Thread Jordan Justen
On Fri, Mar 28, 2014 at 12:37 AM, Roger wrote: > Anybody knows how to setup source level debug for OVMF? > > I tried to use the gdb server inside QEMU, but it doesn't work. I'm trying to make some progress on getting the symbols to load when using the gdb server. But, unfortunately, I don't thin

[edk2] Source level debug using QEMU and OVMF

2014-03-28 Thread Roger
Anybody knows how to setup source level debug for OVMF? I tried to use the gdb server inside QEMU, but it doesn't work. I spent some time to try Intel uefi-development-kit-debugger, but I met the same issue as:https://www.mail-archive.com/edk2-devel@lists.sourceforge.net/msg02497.html ---