From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-1.mimecast.com (us-smtp-1.mimecast.com [207.211.31.120]) by mx.groups.io with SMTP id smtpd.web11.5326.1596104517290167483 for ; Thu, 30 Jul 2020 03:21:57 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=UhEQ4Z8n; spf=pass (domain: redhat.com, ip: 207.211.31.120, mailfrom: lersek@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1596104516; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=NZB+m0SQpWsc5pghCaA9qzQqHXNloPS2ZzgLg0tnP1Q=; b=UhEQ4Z8ni1Tgvak+FQVYyxVuDUA2rk2T4OQGmU7/1En9r+q7toIMRSGvw1dEgTI0HY+gh1 AuY8P4Tv/ga4pUKkN2AL4aTfeqWnwGhU/GQAk06uOQiaK3hSnOE5gFikFgCqVgnzo8TAlH cGirNpu1iNlWVB6HxPbkJIfQYtxkNWM= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-259-hAiV_bTwOLatDX2qhJ4q4A-1; Thu, 30 Jul 2020 06:21:53 -0400 X-MC-Unique: hAiV_bTwOLatDX2qhJ4q4A-1 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id C66ED1937FC4; Thu, 30 Jul 2020 10:21:51 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-114-173.ams2.redhat.com [10.36.114.173]) by smtp.corp.redhat.com (Postfix) with ESMTP id 997A619D7B; Thu, 30 Jul 2020 10:21:50 +0000 (UTC) Subject: Re: [edk2-devel] [edk2-wiki][PATCH v1 2/2] Update OVMF FAQ to include WinDbg enabling instructions To: devel@edk2.groups.io, michael.kubacki@outlook.com Cc: Jordan Justen , Ard Biesheuvel , Michael D Kinney References: <20200729225252.1906-1-michael.kubacki@outlook.com> From: "Laszlo Ersek" Message-ID: Date: Thu, 30 Jul 2020 12:21:49 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: X-Scanned-By: MIMEDefang 2.84 on 10.5.11.23 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Language: en-US Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit On 07/30/20 00:52, Michael Kubacki wrote: > From: Michael Kubacki > > Includes a link to the WinDbg enabling page in the OVMF FAQ and > fixes a broken link to the generic EDK II source level debug page. > > Cc: Jordan Justen > Cc: Laszlo Ersek > Cc: Ard Biesheuvel > Cc: Michael D Kinney > Signed-off-by: Michael Kubacki > --- > OVMF-FAQ.md | 5 ++++- > 1 file changed, 4 insertions(+), 1 deletion(-) > > diff --git a/OVMF-FAQ.md b/OVMF-FAQ.md > index 5fe0eb399ca9..910d92918cfc 100644 > --- a/OVMF-FAQ.md > +++ b/OVMF-FAQ.md > @@ -151,4 +151,7 @@ OVMF](How_to_build_OVMF "wikilink") wiki page. > > ### How do I enable source level debugging with OVMF? > > -Please refer to [EDK II-Source Level Debug](EDK_II-Source_Level_Debug "wikilink") & [[How to debug OVMF with QEMU using GDB]]. > +Please refer to: > + 1. [[EDK II Source Level Debug]] > + 2. [[How to debug OVMF with QEMU using GDB]] > + 3. [[How to debug OVMF with QEMU using WinDbg]] > Acked-by: Laszlo Ersek