<?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>Debugging Tools Techniques Tips - Debuggers &#187; GDB Debugger</title>
	<atom:link href="http://www.pcdebug.com/category/gdb-debugger/feed" rel="self" type="application/rss+xml" />
	<link>http://www.pcdebug.com</link>
	<description>Windows Linux Debuggers</description>
	<lastBuildDate>Mon, 25 Jan 2010 00:40:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Is There A Step-by-step Debugger For Shell Scripts Like Dbx/gdb For C Code? (note: -xv Option Already Tried)?</title>
		<link>http://www.pcdebug.com/gdb-debugger/is-there-a-step-by-step-debugger-for-shell-scripts-like-dbxgdb-for-c-code-note-xv-option-already-tried.html</link>
		<comments>http://www.pcdebug.com/gdb-debugger/is-there-a-step-by-step-debugger-for-shell-scripts-like-dbxgdb-for-c-code-note-xv-option-already-tried.html#comments</comments>
		<pubDate>Sun, 22 Nov 2009 18:44:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[GDB Debugger]]></category>
		<category><![CDATA[Already]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Dbx/gdb]]></category>
		<category><![CDATA[Debugger]]></category>
		<category><![CDATA[Like]]></category>
		<category><![CDATA[note]]></category>
		<category><![CDATA[Option]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[Shell]]></category>
		<category><![CDATA[Stepbystep]]></category>
		<category><![CDATA[There]]></category>
		<category><![CDATA[Tried]]></category>

		<guid isPermaLink="false">http://www.pcdebug.com/gdb-debugger/is-there-a-step-by-step-debugger-for-shell-scripts-like-dbxgdb-for-c-code-note-xv-option-already-tried.html</guid>
		<description><![CDATA[]]></description>
		<wfw:commentRss>http://www.pcdebug.com/gdb-debugger/is-there-a-step-by-step-debugger-for-shell-scripts-like-dbxgdb-for-c-code-note-xv-option-already-tried.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Why Would My Gdb Debugger Show Me This Error? C++?</title>
		<link>http://www.pcdebug.com/gdb-debugger/why-would-my-gdb-debugger-show-me-this-error-c.html</link>
		<comments>http://www.pcdebug.com/gdb-debugger/why-would-my-gdb-debugger-show-me-this-error-c.html#comments</comments>
		<pubDate>Sat, 21 Nov 2009 22:43:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[GDB Debugger]]></category>
		<category><![CDATA[Debugger]]></category>
		<category><![CDATA[Error]]></category>
		<category><![CDATA[Show]]></category>
		<category><![CDATA[This]]></category>
		<category><![CDATA[Would]]></category>

		<guid isPermaLink="false">http://www.pcdebug.com/gdb-debugger/why-would-my-gdb-debugger-show-me-this-error-c.html</guid>
		<description><![CDATA[Here is the error it gave, in my main program the first line is to just cout&#60;&#60; 1; It won&#039;t even do that without pausing for a long time then giving me a segmentation fault. Anyways here&#039;s the error: Program received signal SIGSEGV, Segmentation fault. 0xff358948 in std::string::_Alloc_hider::_Alloc_hider (this=0xf9018000, __dat=0xff385ecc &#34;&#34;, __a=@0xffbff710) at /export/home/jco/gnu-sw/src/gcc-3.3.3/sp… 228 [...]]]></description>
		<wfw:commentRss>http://www.pcdebug.com/gdb-debugger/why-would-my-gdb-debugger-show-me-this-error-c.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Debugging with GDB: The GNU Source-Level Debugger (Paperback)</title>
		<link>http://www.pcdebug.com/gdb-debugger/debugging-with-gdb-the-gnu-source-level-debugger-paperback.html</link>
		<comments>http://www.pcdebug.com/gdb-debugger/debugging-with-gdb-the-gnu-source-level-debugger-paperback.html#comments</comments>
		<pubDate>Sat, 06 Jun 2009 05:58:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[GDB Debugger]]></category>
		<category><![CDATA[Debugger]]></category>
		<category><![CDATA[Debugging]]></category>
		<category><![CDATA[Paperback]]></category>
		<category><![CDATA[SourceLevel]]></category>
		<category><![CDATA[with]]></category>

		<guid isPermaLink="false">http://www.pcdebug.com/gdb-debugger/debugging-with-gdb-the-gnu-source-level-debugger-paperback.html</guid>
		<description><![CDATA[The GNU Debugger allows you to see what is going on &#8220;inside&#8221; a program while it executes &#8211; or what a program was doing at the moment it crashed. GDB supports C, C++, Java, Fortran and Assembly among other languages; it is also designed to work closely with the GNU Compiler Collection (GCC). The GNU [...]]]></description>
		<wfw:commentRss>http://www.pcdebug.com/gdb-debugger/debugging-with-gdb-the-gnu-source-level-debugger-paperback.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>GDB Pocket Reference (Pocket Reference (O&#8217;Reilly)) (Paperback)</title>
		<link>http://www.pcdebug.com/gdb-debugger/gdb-pocket-reference-pocket-reference-oreilly-paperback.html</link>
		<comments>http://www.pcdebug.com/gdb-debugger/gdb-pocket-reference-pocket-reference-oreilly-paperback.html#comments</comments>
		<pubDate>Sat, 06 Jun 2009 05:58:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[GDB Debugger]]></category>
		<category><![CDATA[O'Reilly]]></category>
		<category><![CDATA[Paperback]]></category>
		<category><![CDATA[Pocket]]></category>
		<category><![CDATA[Reference]]></category>

		<guid isPermaLink="false">http://www.pcdebug.com/gdb-debugger/gdb-pocket-reference-pocket-reference-oreilly-paperback.html</guid>
		<description><![CDATA[Review &#8220;I&#8217;m sure this book will be of great assistance to anyone doing any serious development work in any of the supported languages.&#8221; &#8211; John Collins, news@UK, September 2005 Many Linux and Unix developers are familiar with the GNU debugger (GBD), the invaluable open source tool for testing, fixing, and retesting software. And since GDB [...]]]></description>
		<wfw:commentRss>http://www.pcdebug.com/gdb-debugger/gdb-pocket-reference-pocket-reference-oreilly-paperback.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Art of Debugging with GDB, DDD, and Eclipse (Paperback)</title>
		<link>http://www.pcdebug.com/gdb-debugger/the-art-of-debugging-with-gdb-ddd-and-eclipse-paperback.html</link>
		<comments>http://www.pcdebug.com/gdb-debugger/the-art-of-debugging-with-gdb-ddd-and-eclipse-paperback.html#comments</comments>
		<pubDate>Sat, 06 Jun 2009 05:58:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[GDB Debugger]]></category>
		<category><![CDATA[Debugging]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[Paperback]]></category>
		<category><![CDATA[with]]></category>

		<guid isPermaLink="false">http://www.pcdebug.com/gdb-debugger/the-art-of-debugging-with-gdb-ddd-and-eclipse-paperback.html</guid>
		<description><![CDATA[Debugging is crucial to successful software development, but even many experienced programmers find it challenging. Sophisticated debugging tools are available, yet it may be difficult to determine which features are useful in which situations. The Art of Debugging is your guide to making the debugging process more efficient and effective. The Art of Debugging illustrates [...]]]></description>
		<wfw:commentRss>http://www.pcdebug.com/gdb-debugger/the-art-of-debugging-with-gdb-ddd-and-eclipse-paperback.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Are debuggers becoming obselete?</title>
		<link>http://www.pcdebug.com/gdb-debugger/are-debuggers-becoming-obselete.html</link>
		<comments>http://www.pcdebug.com/gdb-debugger/are-debuggers-becoming-obselete.html#comments</comments>
		<pubDate>Fri, 29 May 2009 08:14:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[GDB Debugger]]></category>
		<category><![CDATA[debuggers]]></category>

		<guid isPermaLink="false">http://www.pcdebug.com/?p=17</guid>
		<description><![CDATA[Do you think debuggers are no longer needed?]]></description>
		<wfw:commentRss>http://www.pcdebug.com/gdb-debugger/are-debuggers-becoming-obselete.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

