<?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>dev. &#187; gdb</title>
	<atom:link href="http://coliena.com/blog/tag/gdb/feed/" rel="self" type="application/rss+xml" />
	<link>http://coliena.com/blog</link>
	<description>some software engineers&#039; random rants and thoughts</description>
	<lastBuildDate>Mon, 30 Aug 2010 20:02:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Using gdb on Windows</title>
		<link>http://coliena.com/blog/2010/02/using-gdb-on-windows/</link>
		<comments>http://coliena.com/blog/2010/02/using-gdb-on-windows/#comments</comments>
		<pubDate>Thu, 11 Feb 2010 17:56:33 +0000</pubDate>
		<dc:creator>niels</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[gdb]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://coliena.com/blog/?p=250</guid>
		<description><![CDATA[If you want to use the GNU Debugger on Windows, say for Code::Blocks or Eclipse CDT, you have two options: Cygwin and MinGW. Cygwin is pretty easy to install, but uses Unix paths internally. This makes it a pain to set up. MinGW uses Windows paths, but there is no fancy setup.exe. Okay, there is [...]]]></description>
			<content:encoded><![CDATA[<p>If you want to use the GNU Debugger on Windows, say for Code::Blocks or Eclipse CDT, you have two options: Cygwin and MinGW. Cygwin is pretty easy to install, but uses Unix paths internally. This makes it a pain to set up. MinGW uses Windows paths, but there is no fancy setup.exe. Okay, <a href="http://sourceforge.net/projects/mingw/files/">there is an installer</a>, but I did not find a way to install gdb. You can install MinGW components package by package, but I ended up with gdb crashing due to &#8220;Missing libexpat-1.dll&#8221;.<br />
Fortunately, there is another installer for MinGW, and this one brings everything you need, even gdb: <a href="http://sourceforge.net/projects/tdm-gcc/files/TDM-MinGW%20Installer">TDM&#8217;s GCC/MinGW32 Builds</a>. And this one is working fine for me.</p>
]]></content:encoded>
			<wfw:commentRss>http://coliena.com/blog/2010/02/using-gdb-on-windows/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
