<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: GDB for WinDbg Users (Part 3)</title>
	<link>https://www.dumpanalysis.org/blog/index.php/2007/06/28/gdb-for-windbg-users-part-3/</link>
	<description>Structural and Behavioral Patterns for Software Diagnostics, Forensics and Prognostics</description>
	<pubDate>Wed, 06 May 2026 05:37:46 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
		<item>
		<title>By: Dmitry Vostokov</title>
		<link>https://www.dumpanalysis.org/blog/index.php/2007/06/28/gdb-for-windbg-users-part-3/#comment-37761</link>
		<dc:creator>Dmitry Vostokov</dc:creator>
		<pubDate>Tue, 12 Aug 2008 10:11:21 +0000</pubDate>
		<guid>https://www.dumpanalysis.org/blog/index.php/2007/06/28/gdb-for-windbg-users-part-3/#comment-37761</guid>
		<description>Thanks! I thought before that Range parameter behaves like address ranges and doesn't take into account  instruction boundaries. I should have tried :-)</description>
		<content:encoded><![CDATA[<p>Thanks! I thought before that Range parameter behaves like address ranges and doesn&#8217;t take into account  instruction boundaries. I should have tried <img src='https://www.dumpanalysis.org/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>https://www.dumpanalysis.org/blog/index.php/2007/06/28/gdb-for-windbg-users-part-3/#comment-37736</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Tue, 12 Aug 2008 04:46:56 +0000</pubDate>
		<guid>https://www.dumpanalysis.org/blog/index.php/2007/06/28/gdb-for-windbg-users-part-3/#comment-37736</guid>
		<description>"I don’t know the way to disassemble just N instructions in WinDbg."

u . lN

(lowercase L)

0:000&#62; u . l3
ntdll!DbgBreakPoint:
7c901230 cc              int     3
7c901231 c3              ret
7c901232 8bff            mov     edi,edi</description>
		<content:encoded><![CDATA[<p>&#8220;I don’t know the way to disassemble just N instructions in WinDbg.&#8221;</p>
<p>u . lN</p>
<p>(lowercase L)</p>
<p>0:000&gt; u . l3<br />
ntdll!DbgBreakPoint:<br />
7c901230 cc              int     3<br />
7c901231 c3              ret<br />
7c901232 8bff            mov     edi,edi</p>
]]></content:encoded>
	</item>
</channel>
</rss>
