<?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 8)</title>
	<link>https://www.dumpanalysis.org/blog/index.php/2012/04/30/gdb-for-windbg-users-part-8/</link>
	<description>Structural and Behavioral Patterns for Software Diagnostics, Forensics and Prognostics</description>
	<pubDate>Tue, 05 May 2026 18:09:16 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
		<item>
		<title>By: Scott Tsai</title>
		<link>https://www.dumpanalysis.org/blog/index.php/2012/04/30/gdb-for-windbg-users-part-8/#comment-526756</link>
		<dc:creator>Scott Tsai</dc:creator>
		<pubDate>Sun, 05 Aug 2012 08:36:07 +0000</pubDate>
		<guid>https://www.dumpanalysis.org/blog/index.php/2012/04/30/gdb-for-windbg-users-part-8/#comment-526756</guid>
		<description>For FSF GDB 7.4:
(gdb) disassemble $pc +10 # does _NOT_ work
(gdb) disassemble $pc,+10 # works
i.e. the two argument form of the disassemble command requires a comma instead of a space between arguments.

Yet that is not the case in your sample session above. Is the OSX version of GDB patched somehow?</description>
		<content:encoded><![CDATA[<p>For FSF GDB 7.4:<br />
(gdb) disassemble $pc +10 # does _NOT_ work<br />
(gdb) disassemble $pc,+10 # works<br />
i.e. the two argument form of the disassemble command requires a comma instead of a space between arguments.</p>
<p>Yet that is not the case in your sample session above. Is the OSX version of GDB patched somehow?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
