<?xml version="1.0" encoding="UTF-8"?><rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
> <channel><title>Comments on: Notes on analyzing a user minidump with WinDbg</title> <atom:link href="http://www.haidongji.com/2008/12/02/notes-on-analyzing-a-user-minidump-with-windbg/feed/" rel="self" type="application/rss+xml" /><link>http://www.haidongji.com/2008/12/02/notes-on-analyzing-a-user-minidump-with-windbg/</link> <description>季庄新闻--Haidong Ji's Blog</description> <lastBuildDate>Wed, 04 Jan 2012 09:32:09 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.1.2</generator> <item><title>By: Haidong Ji</title><link>http://www.haidongji.com/2008/12/02/notes-on-analyzing-a-user-minidump-with-windbg/comment-page-1/#comment-17622</link> <dc:creator>Haidong Ji</dc:creator> <pubDate>Thu, 04 Dec 2008 23:16:18 +0000</pubDate> <guid
isPermaLink="false">http://www.haidongji.com/?p=444#comment-17622</guid> <description>Thanks for the tips Xiangpeng, really appreciate it!</description> <content:encoded><![CDATA[<p>Thanks for the tips Xiangpeng, really appreciate it!</p> ]]></content:encoded> </item> <item><title>By: Xiangpeng</title><link>http://www.haidongji.com/2008/12/02/notes-on-analyzing-a-user-minidump-with-windbg/comment-page-1/#comment-17621</link> <dc:creator>Xiangpeng</dc:creator> <pubDate>Thu, 04 Dec 2008 14:44:44 +0000</pubDate> <guid
isPermaLink="false">http://www.haidongji.com/?p=444#comment-17621</guid> <description>1. Press Ctrl+Alt+V to use verbose mode, then run .reload to see how symbols are loaded. This may help identify the root cause.
2a. The format depends on the data you are looking at. Suppose a local variable is a C struct which contains an int, a string and a char, then you have to use different formats.
Not sure what kind of data you are looking for... if what you want is to look at a function parameter&#039;s value from the call stack (and you have private symbols), then you can try &quot;dv&quot; and &quot;dt &quot;.</description> <content:encoded><![CDATA[<p>1. Press Ctrl+Alt+V to use verbose mode, then run .reload to see how symbols are loaded. This may help identify the root cause.</p><p>2a. The format depends on the data you are looking at. Suppose a local variable is a C struct which contains an int, a string and a char, then you have to use different formats.</p><p>Not sure what kind of data you are looking for&#8230; if what you want is to look at a function parameter&#8217;s value from the call stack (and you have private symbols), then you can try &#8220;dv&#8221; and &#8220;dt &#8220;.</p> ]]></content:encoded> </item> </channel> </rss>
