public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [edk2-wiki][PATCH v1 0/2] Add OVMF WinDbg Source Debug Page
@ 2020-07-29 22:52 Michael Kubacki
  2020-07-30  0:08 ` [edk2-devel] " Guomin Jiang
  2020-07-31  0:00 ` Michael D Kinney
  0 siblings, 2 replies; 5+ messages in thread
From: Michael Kubacki @ 2020-07-29 22:52 UTC (permalink / raw)
  To: devel; +Cc: Jordan Justen, Laszlo Ersek, Ard Biesheuvel, Michael D Kinney

From: Michael Kubacki <michael.kubacki@microsoft.com>

This patch series provides basic information about setting up a
source debug session using OvmfPkg with WinDbg and QEMU.

Cc: Jordan Justen <jordan.l.justen@intel.com>
Cc: Laszlo Ersek <lersek@redhat.com>
Cc: Ard Biesheuvel <ard.biesheuvel@arm.com>
Cc: Michael D Kinney <michael.d.kinney@intel.com>
Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>

Michael Kubacki (2):
  Add OVMF WinDbg source debug enabling instructions
  Update OVMF FAQ to include WinDbg enabling instructions

 How-to-debug-OVMF-with-QEMU-using-WinDbg.md                          | 161 ++++++++++++++++++++
 OVMF-FAQ.md                                                          |   5 +-
 images/ovmf-qemu-windbg/intel_udk_installer_windbg_dialog.png        | Bin 0 -> 48098 bytes
 images/ovmf-qemu-windbg/unable_to_locate_windbg_error_dialog_box.png | Bin 0 -> 10852 bytes
 images/ovmf-qemu-windbg/windbg-example-locals.png                    | Bin 0 -> 37876 bytes
 images/ovmf-qemu-windbg/windbg-example-locals2.png                   | Bin 0 -> 17826 bytes
 images/ovmf-qemu-windbg/windbg-example-multiple-panels.png           | Bin 0 -> 320149 bytes
 images/ovmf-qemu-windbg/windows_sdk_debugging_tools_8_1_install.png  | Bin 0 -> 45900 bytes
 8 files changed, 165 insertions(+), 1 deletion(-)
 create mode 100644 How-to-debug-OVMF-with-QEMU-using-WinDbg.md
 create mode 100644 images/ovmf-qemu-windbg/intel_udk_installer_windbg_dialog.png
 create mode 100644 images/ovmf-qemu-windbg/unable_to_locate_windbg_error_dialog_box.png
 create mode 100644 images/ovmf-qemu-windbg/windbg-example-locals.png
 create mode 100644 images/ovmf-qemu-windbg/windbg-example-locals2.png
 create mode 100644 images/ovmf-qemu-windbg/windbg-example-multiple-panels.png
 create mode 100644 images/ovmf-qemu-windbg/windows_sdk_debugging_tools_8_1_install.png

-- 
2.27.0.windows.1


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [edk2-devel] [edk2-wiki][PATCH v1 0/2] Add OVMF WinDbg Source Debug Page
  2020-07-29 22:52 [edk2-wiki][PATCH v1 0/2] Add OVMF WinDbg Source Debug Page Michael Kubacki
@ 2020-07-30  0:08 ` Guomin Jiang
  2020-07-30  0:09   ` Michael Kubacki
  2020-07-31  0:00 ` Michael D Kinney
  1 sibling, 1 reply; 5+ messages in thread
From: Guomin Jiang @ 2020-07-30  0:08 UTC (permalink / raw)
  To: devel@edk2.groups.io, michael.kubacki@outlook.com
  Cc: Justen, Jordan L, Laszlo Ersek, Ard Biesheuvel, Kinney, Michael D

Good Job!

I will test it this week and update my test not late than next weekend.

Best Regards
Guomin
> -----Original Message-----
> From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of Michael
> Kubacki
> Sent: Thursday, July 30, 2020 6:53 AM
> To: devel@edk2.groups.io
> Cc: Justen, Jordan L <jordan.l.justen@intel.com>; Laszlo Ersek
> <lersek@redhat.com>; Ard Biesheuvel <ard.biesheuvel@arm.com>; Kinney,
> Michael D <michael.d.kinney@intel.com>
> Subject: [edk2-devel] [edk2-wiki][PATCH v1 0/2] Add OVMF WinDbg Source
> Debug Page
> 
> From: Michael Kubacki <michael.kubacki@microsoft.com>
> 
> This patch series provides basic information about setting up a source debug
> session using OvmfPkg with WinDbg and QEMU.
> 
> Cc: Jordan Justen <jordan.l.justen@intel.com>
> Cc: Laszlo Ersek <lersek@redhat.com>
> Cc: Ard Biesheuvel <ard.biesheuvel@arm.com>
> Cc: Michael D Kinney <michael.d.kinney@intel.com>
> Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
> 
> Michael Kubacki (2):
>   Add OVMF WinDbg source debug enabling instructions
>   Update OVMF FAQ to include WinDbg enabling instructions
> 
>  How-to-debug-OVMF-with-QEMU-using-WinDbg.md                          | 161
> ++++++++++++++++++++
>  OVMF-FAQ.md                                                          |   5 +-
>  images/ovmf-qemu-windbg/intel_udk_installer_windbg_dialog.png        |
> Bin 0 -> 48098 bytes
>  images/ovmf-qemu-
> windbg/unable_to_locate_windbg_error_dialog_box.png | Bin 0 -> 10852
> bytes
>  images/ovmf-qemu-windbg/windbg-example-locals.png                    | Bin 0 ->
> 37876 bytes
>  images/ovmf-qemu-windbg/windbg-example-locals2.png                   | Bin 0 ->
> 17826 bytes
>  images/ovmf-qemu-windbg/windbg-example-multiple-panels.png           |
> Bin 0 -> 320149 bytes
>  images/ovmf-qemu-
> windbg/windows_sdk_debugging_tools_8_1_install.png  | Bin 0 -> 45900
> bytes
>  8 files changed, 165 insertions(+), 1 deletion(-)  create mode 100644 How-to-
> debug-OVMF-with-QEMU-using-WinDbg.md
>  create mode 100644 images/ovmf-qemu-
> windbg/intel_udk_installer_windbg_dialog.png
>  create mode 100644 images/ovmf-qemu-
> windbg/unable_to_locate_windbg_error_dialog_box.png
>  create mode 100644 images/ovmf-qemu-windbg/windbg-example-
> locals.png
>  create mode 100644 images/ovmf-qemu-windbg/windbg-example-
> locals2.png
>  create mode 100644 images/ovmf-qemu-windbg/windbg-example-multiple-
> panels.png
>  create mode 100644 images/ovmf-qemu-
> windbg/windows_sdk_debugging_tools_8_1_install.png
> 
> --
> 2.27.0.windows.1
> 
> 
> 


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [edk2-devel] [edk2-wiki][PATCH v1 0/2] Add OVMF WinDbg Source Debug Page
  2020-07-30  0:08 ` [edk2-devel] " Guomin Jiang
@ 2020-07-30  0:09   ` Michael Kubacki
  2020-07-31  5:27     ` Guomin Jiang
  0 siblings, 1 reply; 5+ messages in thread
From: Michael Kubacki @ 2020-07-30  0:09 UTC (permalink / raw)
  To: Jiang, Guomin, devel@edk2.groups.io
  Cc: Justen, Jordan L, Laszlo Ersek, Ard Biesheuvel, Kinney, Michael D

For your convenience, you can find a rendered version of the markdown here:

https://github.com/makubacki/tianocore.github.io/blob/add_ovmf_windbg_instructions/How-to-debug-OVMF-with-QEMU-using-WinDbg.md

Thanks,
Michael

On 7/29/2020 5:08 PM, Jiang, Guomin wrote:
> Good Job!
> 
> I will test it this week and update my test not late than next weekend.
> 
> Best Regards
> Guomin
>> -----Original Message-----
>> From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of Michael
>> Kubacki
>> Sent: Thursday, July 30, 2020 6:53 AM
>> To: devel@edk2.groups.io
>> Cc: Justen, Jordan L <jordan.l.justen@intel.com>; Laszlo Ersek
>> <lersek@redhat.com>; Ard Biesheuvel <ard.biesheuvel@arm.com>; Kinney,
>> Michael D <michael.d.kinney@intel.com>
>> Subject: [edk2-devel] [edk2-wiki][PATCH v1 0/2] Add OVMF WinDbg Source
>> Debug Page
>>
>> From: Michael Kubacki <michael.kubacki@microsoft.com>
>>
>> This patch series provides basic information about setting up a source debug
>> session using OvmfPkg with WinDbg and QEMU.
>>
>> Cc: Jordan Justen <jordan.l.justen@intel.com>
>> Cc: Laszlo Ersek <lersek@redhat.com>
>> Cc: Ard Biesheuvel <ard.biesheuvel@arm.com>
>> Cc: Michael D Kinney <michael.d.kinney@intel.com>
>> Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
>>
>> Michael Kubacki (2):
>>    Add OVMF WinDbg source debug enabling instructions
>>    Update OVMF FAQ to include WinDbg enabling instructions
>>
>>   How-to-debug-OVMF-with-QEMU-using-WinDbg.md                          | 161
>> ++++++++++++++++++++
>>   OVMF-FAQ.md                                                          |   5 +-
>>   images/ovmf-qemu-windbg/intel_udk_installer_windbg_dialog.png        |
>> Bin 0 -> 48098 bytes
>>   images/ovmf-qemu-
>> windbg/unable_to_locate_windbg_error_dialog_box.png | Bin 0 -> 10852
>> bytes
>>   images/ovmf-qemu-windbg/windbg-example-locals.png                    | Bin 0 ->
>> 37876 bytes
>>   images/ovmf-qemu-windbg/windbg-example-locals2.png                   | Bin 0 ->
>> 17826 bytes
>>   images/ovmf-qemu-windbg/windbg-example-multiple-panels.png           |
>> Bin 0 -> 320149 bytes
>>   images/ovmf-qemu-
>> windbg/windows_sdk_debugging_tools_8_1_install.png  | Bin 0 -> 45900
>> bytes
>>   8 files changed, 165 insertions(+), 1 deletion(-)  create mode 100644 How-to-
>> debug-OVMF-with-QEMU-using-WinDbg.md
>>   create mode 100644 images/ovmf-qemu-
>> windbg/intel_udk_installer_windbg_dialog.png
>>   create mode 100644 images/ovmf-qemu-
>> windbg/unable_to_locate_windbg_error_dialog_box.png
>>   create mode 100644 images/ovmf-qemu-windbg/windbg-example-
>> locals.png
>>   create mode 100644 images/ovmf-qemu-windbg/windbg-example-
>> locals2.png
>>   create mode 100644 images/ovmf-qemu-windbg/windbg-example-multiple-
>> panels.png
>>   create mode 100644 images/ovmf-qemu-
>> windbg/windows_sdk_debugging_tools_8_1_install.png
>>
>> --
>> 2.27.0.windows.1
>>
>>
>> 
> 

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [edk2-wiki][PATCH v1 0/2] Add OVMF WinDbg Source Debug Page
  2020-07-29 22:52 [edk2-wiki][PATCH v1 0/2] Add OVMF WinDbg Source Debug Page Michael Kubacki
  2020-07-30  0:08 ` [edk2-devel] " Guomin Jiang
@ 2020-07-31  0:00 ` Michael D Kinney
  1 sibling, 0 replies; 5+ messages in thread
From: Michael D Kinney @ 2020-07-31  0:00 UTC (permalink / raw)
  To: michael.kubacki@outlook.com, devel@edk2.groups.io,
	Kinney, Michael D
  Cc: Justen, Jordan L, Laszlo Ersek, Ard Biesheuvel

Hi Michael,

Thank you for the documentation.

Series Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com>

pushed as 4938ba0..27a8f59

Mike

> -----Original Message-----
> From: michael.kubacki@outlook.com
> <michael.kubacki@outlook.com>
> Sent: Wednesday, July 29, 2020 3:53 PM
> To: devel@edk2.groups.io
> Cc: Justen, Jordan L <jordan.l.justen@intel.com>; Laszlo
> Ersek <lersek@redhat.com>; Ard Biesheuvel
> <ard.biesheuvel@arm.com>; Kinney, Michael D
> <michael.d.kinney@intel.com>
> Subject: [edk2-wiki][PATCH v1 0/2] Add OVMF WinDbg
> Source Debug Page
> 
> From: Michael Kubacki <michael.kubacki@microsoft.com>
> 
> This patch series provides basic information about
> setting up a
> source debug session using OvmfPkg with WinDbg and QEMU.
> 
> Cc: Jordan Justen <jordan.l.justen@intel.com>
> Cc: Laszlo Ersek <lersek@redhat.com>
> Cc: Ard Biesheuvel <ard.biesheuvel@arm.com>
> Cc: Michael D Kinney <michael.d.kinney@intel.com>
> Signed-off-by: Michael Kubacki
> <michael.kubacki@microsoft.com>
> 
> Michael Kubacki (2):
>   Add OVMF WinDbg source debug enabling instructions
>   Update OVMF FAQ to include WinDbg enabling
> instructions
> 
>  How-to-debug-OVMF-with-QEMU-using-WinDbg.md
> | 161 ++++++++++++++++++++
>  OVMF-FAQ.md
> |   5 +-
>  images/ovmf-qemu-
> windbg/intel_udk_installer_windbg_dialog.png        |
> Bin 0 -> 48098 bytes
>  images/ovmf-qemu-
> windbg/unable_to_locate_windbg_error_dialog_box.png |
> Bin 0 -> 10852 bytes
>  images/ovmf-qemu-windbg/windbg-example-locals.png
> | Bin 0 -> 37876 bytes
>  images/ovmf-qemu-windbg/windbg-example-locals2.png
> | Bin 0 -> 17826 bytes
>  images/ovmf-qemu-windbg/windbg-example-multiple-
> panels.png           | Bin 0 -> 320149 bytes
>  images/ovmf-qemu-
> windbg/windows_sdk_debugging_tools_8_1_install.png  |
> Bin 0 -> 45900 bytes
>  8 files changed, 165 insertions(+), 1 deletion(-)
>  create mode 100644 How-to-debug-OVMF-with-QEMU-using-
> WinDbg.md
>  create mode 100644 images/ovmf-qemu-
> windbg/intel_udk_installer_windbg_dialog.png
>  create mode 100644 images/ovmf-qemu-
> windbg/unable_to_locate_windbg_error_dialog_box.png
>  create mode 100644 images/ovmf-qemu-windbg/windbg-
> example-locals.png
>  create mode 100644 images/ovmf-qemu-windbg/windbg-
> example-locals2.png
>  create mode 100644 images/ovmf-qemu-windbg/windbg-
> example-multiple-panels.png
>  create mode 100644 images/ovmf-qemu-
> windbg/windows_sdk_debugging_tools_8_1_install.png
> 
> --
> 2.27.0.windows.1


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [edk2-devel] [edk2-wiki][PATCH v1 0/2] Add OVMF WinDbg Source Debug Page
  2020-07-30  0:09   ` Michael Kubacki
@ 2020-07-31  5:27     ` Guomin Jiang
  0 siblings, 0 replies; 5+ messages in thread
From: Guomin Jiang @ 2020-07-31  5:27 UTC (permalink / raw)
  To: Michael Kubacki, devel@edk2.groups.io
  Cc: Justen, Jordan L, Laszlo Ersek, Ard Biesheuvel, Kinney, Michael D

I follow the step and test it, it work and thanks for your efforts.

Some suggestion:
1. Can we add the QEMU link and clarify the 32bit or 64bit version? For example, I use the https://qemu.weilnetz.de/w64/2020/qemu-w64-setup-20200201.exe
2. Can we add the PUTTY link so the new person can practice it directly.
2. It seem that you just send the wiki for review and it will merge into github.io wiki eventually, am I right?

Anyway, it's very good.
Tested-by: Guomin Jiang <guomin.jiang@intel.com>
Acked-by: Guomin Jiang <guomin.jiang@intel.com>

> -----Original Message-----
> From: Michael Kubacki <michael.kubacki@outlook.com>
> Sent: Thursday, July 30, 2020 8:09 AM
> To: Jiang, Guomin <guomin.jiang@intel.com>; devel@edk2.groups.io
> Cc: Justen, Jordan L <jordan.l.justen@intel.com>; Laszlo Ersek
> <lersek@redhat.com>; Ard Biesheuvel <ard.biesheuvel@arm.com>; Kinney,
> Michael D <michael.d.kinney@intel.com>
> Subject: Re: [edk2-devel] [edk2-wiki][PATCH v1 0/2] Add OVMF WinDbg
> Source Debug Page
> 
> For your convenience, you can find a rendered version of the markdown
> here:
> 
> https://github.com/makubacki/tianocore.github.io/blob/add_ovmf_windbg
> _instructions/How-to-debug-OVMF-with-QEMU-using-WinDbg.md
> 
> Thanks,
> Michael
> 
> On 7/29/2020 5:08 PM, Jiang, Guomin wrote:
> > Good Job!
> >
> > I will test it this week and update my test not late than next weekend.
> >
> > Best Regards
> > Guomin
> >> -----Original Message-----
> >> From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of
> >> Michael Kubacki
> >> Sent: Thursday, July 30, 2020 6:53 AM
> >> To: devel@edk2.groups.io
> >> Cc: Justen, Jordan L <jordan.l.justen@intel.com>; Laszlo Ersek
> >> <lersek@redhat.com>; Ard Biesheuvel <ard.biesheuvel@arm.com>;
> Kinney,
> >> Michael D <michael.d.kinney@intel.com>
> >> Subject: [edk2-devel] [edk2-wiki][PATCH v1 0/2] Add OVMF WinDbg
> >> Source Debug Page
> >>
> >> From: Michael Kubacki <michael.kubacki@microsoft.com>
> >>
> >> This patch series provides basic information about setting up a
> >> source debug session using OvmfPkg with WinDbg and QEMU.
> >>
> >> Cc: Jordan Justen <jordan.l.justen@intel.com>
> >> Cc: Laszlo Ersek <lersek@redhat.com>
> >> Cc: Ard Biesheuvel <ard.biesheuvel@arm.com>
> >> Cc: Michael D Kinney <michael.d.kinney@intel.com>
> >> Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
> >>
> >> Michael Kubacki (2):
> >>    Add OVMF WinDbg source debug enabling instructions
> >>    Update OVMF FAQ to include WinDbg enabling instructions
> >>
> >>   How-to-debug-OVMF-with-QEMU-using-WinDbg.md                          | 161
> >> ++++++++++++++++++++
> >>   OVMF-FAQ.md                                                          |   5 +-
> >>   images/ovmf-qemu-windbg/intel_udk_installer_windbg_dialog.png
> |
> >> Bin 0 -> 48098 bytes
> >>   images/ovmf-qemu-
> >> windbg/unable_to_locate_windbg_error_dialog_box.png | Bin 0 -> 10852
> >> bytes
> >>   images/ovmf-qemu-windbg/windbg-example-locals.png                    | Bin 0
> ->
> >> 37876 bytes
> >>   images/ovmf-qemu-windbg/windbg-example-locals2.png                   | Bin
> 0 ->
> >> 17826 bytes
> >>   images/ovmf-qemu-windbg/windbg-example-multiple-panels.png
> |
> >> Bin 0 -> 320149 bytes
> >>   images/ovmf-qemu-
> >> windbg/windows_sdk_debugging_tools_8_1_install.png  | Bin 0 -> 45900
> >> bytes
> >>   8 files changed, 165 insertions(+), 1 deletion(-)  create mode
> >> 100644 How-to- debug-OVMF-with-QEMU-using-WinDbg.md
> >>   create mode 100644 images/ovmf-qemu-
> >> windbg/intel_udk_installer_windbg_dialog.png
> >>   create mode 100644 images/ovmf-qemu-
> >> windbg/unable_to_locate_windbg_error_dialog_box.png
> >>   create mode 100644 images/ovmf-qemu-windbg/windbg-example-
> >> locals.png
> >>   create mode 100644 images/ovmf-qemu-windbg/windbg-example-
> >> locals2.png
> >>   create mode 100644 images/ovmf-qemu-windbg/windbg-example-
> multiple-
> >> panels.png
> >>   create mode 100644 images/ovmf-qemu-
> >> windbg/windows_sdk_debugging_tools_8_1_install.png
> >>
> >> --
> >> 2.27.0.windows.1
> >>
> >>
> >> 
> >

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-07-31  5:27 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-07-29 22:52 [edk2-wiki][PATCH v1 0/2] Add OVMF WinDbg Source Debug Page Michael Kubacki
2020-07-30  0:08 ` [edk2-devel] " Guomin Jiang
2020-07-30  0:09   ` Michael Kubacki
2020-07-31  5:27     ` Guomin Jiang
2020-07-31  0:00 ` Michael D Kinney

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox