<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Persistent notes &#187; gdb</title>
	<atom:link href="http://alexkr.com/tag/gdb/feed/" rel="self" type="application/rss+xml" />
	<link>http://alexkr.com</link>
	<description>Alexander Krivutsenko&#039;s online journal</description>
	<lastBuildDate>Fri, 01 Oct 2010 08:16:50 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to print a call stack</title>
		<link>http://alexkr.com/memos/370/printing-backtrace/</link>
		<comments>http://alexkr.com/memos/370/printing-backtrace/#comments</comments>
		<pubDate>Tue, 14 Sep 2010 21:47:42 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[big]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[gdb]]></category>

		<guid isPermaLink="false">http://alexkr.com/?p=370</guid>
		<description><![CDATA[While debugging a complex project have you ever experienced such a situation when the function is being called twice although it is only capable for getting called once by design?

For example, releasing some system resources, or smart pointer destruction.

In such cases it is easier to understand the problem when we can trace
the call stack of [...]]]></description>
		<wfw:commentRss>http://alexkr.com/memos/370/printing-backtrace/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Opening core dump with gdb</title>
		<link>http://alexkr.com/posts/61/opening-core-dump-with-gdb/</link>
		<comments>http://alexkr.com/posts/61/opening-core-dump-with-gdb/#comments</comments>
		<pubDate>Thu, 12 Oct 2006 16:40:35 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[short]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[cpp]]></category>
		<category><![CDATA[gdb]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://alexkr.com/programming/61/opening-core-dump-with-gdb/</guid>
		<description><![CDATA[Debugging under Linux is fine]]></description>
		<wfw:commentRss>http://alexkr.com/posts/61/opening-core-dump-with-gdb/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

