<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet title="XSL formatting" type="text/xsl" href="http://www.placenet.org/benoit/index.php/feed/rss2/xslt" ?><rss version="2.0"
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xmlns:wfw="http://wellformedweb.org/CommentAPI/"
  xmlns:content="http://purl.org/rss/1.0/modules/content/"
  xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
  <title>Harvard Business School of Echec - Tag - gdb</title>
  <link>http://www.placenet.org/benoit/index.php/</link>
  <atom:link href="http://www.placenet.org/benoit/index.php/feed/tag/gdb/rss2" rel="self" type="application/rss+xml"/>
  <description></description>
  <language>fr</language>
  <pubDate>Wed, 12 Nov 2008 14:03:18 +0100</pubDate>
  <copyright></copyright>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Dotclear</generator>
  
    
  <item>
    <title>Build a deb package with debug info</title>
    <link>http://www.placenet.org/benoit/index.php/post/2008/05/05/Build-a-deb-with-debug-info</link>
    <guid isPermaLink="false">urn:md5:7ba8c7298ca56466067e3b2624433661</guid>
    <pubDate>Mon, 05 May 2008 16:08:00 +0200</pubDate>
    <dc:creator>Benoît Dejean</dc:creator>
        <category>bug</category><category>debian</category><category>gdb</category><category>sysprof</category>    
    <description>    &lt;p&gt;I often find the need to rebuild a package with debug symbols (if no -dbg is available).&lt;/p&gt;
&lt;pre&gt;
sudo apt-get build-dep &amp;lt;package&amp;gt;
apt-get source &amp;lt;package&amp;gt;
cd &amp;lt;package&amp;gt;
# eventually patch sources
DEB_BUILD_OPTIONS=nostrip dpkg-buildpackage -rfakeroot -uc -us
cd ..
dpkg -i &amp;lt;package&amp;gt;.deb
&lt;/pre&gt;


&lt;p&gt;Et voilà &lt;img src=&quot;/benoit/themes/default/smilies/smile.png&quot; alt=&quot;:)&quot; class=&quot;smiley&quot; /&gt;
Now i can gdb it or run sysprof.
(It's also a very fast way to start hacking on a program)&lt;/p&gt;</description>
    
    
    
      </item>
    
</channel>
</rss>