Re: [edk2] Question about WinDbg Support--

2015-06-09 Thread Saiprasad Chavali
Thanks Ruiyu, will do so. Sai From: Ni, Ruiyu [mailto:ruiyu...@intel.com] Sent: Tuesday, June 09, 2015 7:13 PM To: Tian, Feng; Saiprasad Chavali; 'edk2-devel@lists.sourceforge.net' Subject: RE: [edk2] Question about WinDbg Support-- Please also add /Gy- which can let WinDbg rec

Re: [edk2] Question about WinDbg Support--

2015-06-09 Thread Ni, Ruiyu
Please also add /Gy- which can let WinDbg recognize the calling stack correctly. From: Tian, Feng Sent: Wednesday, June 10, 2015 9:40 AM To: Saiprasad Chavali; 'edk2-devel@lists.sourceforge.net'; Ni, Ruiyu Cc: Tian, Feng Subject: RE: [edk2] Question about WinDbg Support-- Conclusi

Re: [edk2] Question about WinDbg Support--

2015-06-09 Thread Tian, Feng
devel@lists.sourceforge.net'; Ni, Ruiyu Subject: RE: [edk2] Question about WinDbg Support-- HI, I see the warning when it is compiling the module, overwriting the default /O1 with /Od and from the "makefile", here is the macro: CC_FLAGS = /nologo /c /WX /GS- /W4 /Gs32768 /D UNICODE /O1ib2 /GL

Re: [edk2] Question about WinDbg Support--

2015-06-09 Thread Saiprasad Chavali
Tian, Feng [mailto:feng.t...@intel.com] Sent: Tuesday, June 09, 2015 5:21 PM To: Saiprasad Chavali; 'edk2-devel@lists.sourceforge.net'; Ni, Ruiyu Cc: Tian, Feng Subject: RE: [edk2] Question about WinDbg Support-- Sai, I think it should be ok if /Od takes effect. Could you double

Re: [edk2] Question about WinDbg Support--

2015-06-09 Thread Tian, Feng
l.com] Sent: Wednesday, June 10, 2015 05:47 To: Tian, Feng; 'edk2-devel@lists.sourceforge.net' Subject: RE: [edk2] Question about WinDbg Support-- Hi, Even after turning on the "Build option: /Od" for the Dxe module/driver, local variables/function parameters are not getting

Re: [edk2] Question about WinDbg Support--

2015-06-09 Thread Saiprasad Chavali
*_*_GENFW_FLAGS = --keepexceptiontable" as well. Thanks Sai From: Saiprasad Chavali Sent: Tuesday, May 12, 2015 9:20 AM To: Tian, Feng; 'edk2-devel@lists.sourceforge.net' Subject: RE: [edk2] Question about WinDbg Support-- Hi Feng, Yes the Host connects to the Target with Windbg. And

Re: [edk2] Question about WinDbg Support--

2015-05-12 Thread Saiprasad Chavali
2015 11:33 PM To: Saiprasad Chavali; 'edk2-devel@lists.sourceforge.net' Cc: Tian, Feng Subject: RE: [edk2] Question about WinDbg Support-- Sai, What do you do on DuetPkg to enable SourceLevelDebug? We didn't enable and test such use case. Do you see the connection of Windbg with ta

Re: [edk2] Question about WinDbg Support--

2015-05-11 Thread Tian, Feng
.com] Sent: Tuesday, May 12, 2015 07:38 To: Tian, Feng; 'edk2-devel@lists.sourceforge.net' Subject: RE: [edk2] Question about WinDbg Support-- Hi Feng, Need some help, as USB->SerialAdapter is not an option, I replaced with a proper serial port, now I am having issues with Windbg on &quo

Re: [edk2] Question about WinDbg Support--

2015-05-11 Thread Saiprasad Chavali
z na po nc cs=0010 ss=0008 ds=0008 es=0008 fs=0008 gs=0008 efl=2ee0 0010 f1 ??? From: Saiprasad Chavali Sent: Wednesday, May 06, 2015 6:52 PM To: Tian, Feng; edk2-devel@lists.sourceforge.net Subject: RE: [edk2] Question about WinDbg Support-- Target wit

Re: [edk2] Question about WinDbg Support-- Target with USB->Serial Adapter.

2015-05-07 Thread Brian J. Johnson
> *From:* Saiprasad Chavali [mailto:s...@marvell.com] > *Sent:* Thursday, May 7, 2015 1:18 AM > *To:* edk2-devel@lists.sourceforge.net > <mailto:edk2-devel@lists.sourceforge.net>; Tian, Feng > *Subject:* RE: [edk2] Question about WinDbg Support-- Target with > USB->

Re: [edk2] Question about WinDbg Support-- Target with USB->Serial Adapter.

2015-05-06 Thread Saiprasad Chavali
Thanks Feng, for the clarification. Sai From: Tian, Feng [mailto:feng.t...@intel.com] Sent: Wednesday, May 06, 2015 6:20 PM To: Saiprasad Chavali; edk2-devel@lists.sourceforge.net Cc: Tian, Feng Subject: RE: [edk2] Question about WinDbg Support-- Target with USB->Serial Adapter. Yes,

Re: [edk2] Question about WinDbg Support-- Target with USB->Serial Adapter.

2015-05-06 Thread Tian, Feng
; edk2-devel@lists.sourceforge.net Subject: RE: [edk2] Question about WinDbg Support-- Target with USB->Serial Adapter. Hi Feng, I have the Ftdi driver (optionrompackage) part of the image, unfortunately this will not get loaded during early DXE phase (OR) supports the debug agent lib right?

Re: [edk2] Question about WinDbg Support-- Target with USB->Serial Adapter.

2015-05-06 Thread Saiprasad Chavali
l port", if not mistaken. Thanks Sai From: Tian, Feng [mailto:feng.t...@intel.com] Sent: Wednesday, May 06, 2015 5:42 PM To: Saiprasad Chavali; edk2-devel@lists.sourceforge.net Cc: Tian, Feng Subject: RE: [edk2] Question about WinDbg Support-- Target with USB->Serial Adapter. Hi, Sai We d

Re: [edk2] Question about WinDbg Support-- Target with USB->Serial Adapter.

2015-05-06 Thread Tian, Feng
Hi, Sai We don't support this usage. Such usage model needs a Ftdi driver in Target BIOS. Thanks Feng From: Saiprasad Chavali [mailto:s...@marvell.com] Sent: Thursday, May 7, 2015 1:18 AM To: edk2-devel@lists.sourceforge.net; Tian, Feng Subject: RE: [edk2] Question about WinDbg Su

Re: [edk2] Question about WinDbg Support-- Target with USB->Serial Adapter.

2015-05-06 Thread Saiprasad Chavali
] Question about WinDbg Support-- Target with USB->Serial Adapter. For Usb2Serial cable, we support the usage that the cable's usb end is connected with Host and the cable's serial end is connected with Target. By this way, Host will identify a new COM port when connecting this cabl

Re: [edk2] Question about WinDbg Support-- Target with USB->Serial Adapter.

2015-05-06 Thread Tian, Feng
For Usb2Serial cable, we support the usage that the cable's usb end is connected with Host and the cable's serial end is connected with Target. By this way, Host will identify a new COM port when connecting this cable like above. UDK Debugger will treat it as a real serial cable to access. From