<?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: 13. Breakpoints</title>
	<atom:link href="http://tromey.com/blog/?feed=rss2&#038;p=698" rel="self" type="application/rss+xml" />
	<link>http://tromey.com/blog/?p=698&#038;utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=13-breakpoints</link>
	<description></description>
	<lastBuildDate>Wed, 15 May 2013 18:03:31 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: tom</title>
		<link>http://tromey.com/blog/?p=698&#038;cpage=1#comment-157932</link>
		<dc:creator>tom</dc:creator>
		<pubDate>Thu, 04 Oct 2012 17:06:13 +0000</pubDate>
		<guid isPermaLink="false">http://tromey.com/blog/?p=698#comment-157932</guid>
		<description><![CDATA[You can disable pagination using &quot;set pagination&quot;.  It should be reasonably easy to do this temporarily from Python.]]></description>
		<content:encoded><![CDATA[<p>You can disable pagination using &#8220;set pagination&#8221;.  It should be reasonably easy to do this temporarily from Python.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tristan</title>
		<link>http://tromey.com/blog/?p=698&#038;cpage=1#comment-157930</link>
		<dc:creator>Tristan</dc:creator>
		<pubDate>Mon, 24 Sep 2012 22:32:31 +0000</pubDate>
		<guid isPermaLink="false">http://tromey.com/blog/?p=698#comment-157930</guid>
		<description><![CDATA[Is there anything I can do to prevent gdb from paging output if the only output has been from lprintf?]]></description>
		<content:encoded><![CDATA[<p>Is there anything I can do to prevent gdb from paging output if the only output has been from lprintf?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tom</title>
		<link>http://tromey.com/blog/?p=698&#038;cpage=1#comment-157765</link>
		<dc:creator>tom</dc:creator>
		<pubDate>Sun, 08 Jan 2012 16:56:17 +0000</pubDate>
		<guid isPermaLink="false">http://tromey.com/blog/?p=698#comment-157765</guid>
		<description><![CDATA[I would like to know what the problems are.  This is a specific use case I would like to be able to support; in particular so we can handle things like kernel modules without having to add specific knowledge to gdb.

I skimmed the source you pointed to but didn&#039;t see anything jump out.]]></description>
		<content:encoded><![CDATA[<p>I would like to know what the problems are.  This is a specific use case I would like to be able to support; in particular so we can handle things like kernel modules without having to add specific knowledge to gdb.</p>
<p>I skimmed the source you pointed to but didn&#8217;t see anything jump out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Reid Kleckner</title>
		<link>http://tromey.com/blog/?p=698&#038;cpage=1#comment-157764</link>
		<dc:creator>Reid Kleckner</dc:creator>
		<pubDate>Sun, 08 Jan 2012 16:15:56 +0000</pubDate>
		<guid isPermaLink="false">http://tromey.com/blog/?p=698#comment-157764</guid>
		<description><![CDATA[The gdb breakpoint API is neat!  I used it to try enlighten gdb about the private loader my project uses:
http://code.google.com/p/dynamorio/source/browse/trunk/tools/libdynamorio.so-gdb.py

There&#039;s some major problems with the approach, but it was good enough for making debugging liveable.]]></description>
		<content:encoded><![CDATA[<p>The gdb breakpoint API is neat!  I used it to try enlighten gdb about the private loader my project uses:<br />
<a href="http://code.google.com/p/dynamorio/source/browse/trunk/tools/libdynamorio.so-gdb.py" rel="nofollow">http://code.google.com/p/dynamorio/source/browse/trunk/tools/libdynamorio.so-gdb.py</a></p>
<p>There&#8217;s some major problems with the approach, but it was good enough for making debugging liveable.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
