<?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: More gdbinit addons!</title>
	<atom:link href="http://reverse.put.as/2008/12/31/more-gdbinit-addons/feed/" rel="self" type="application/rss+xml" />
	<link>http://reverse.put.as/2008/12/31/more-gdbinit-addons/</link>
	<description>Reverse Engineering for fun and pleasure!</description>
	<lastBuildDate>Sat, 04 Feb 2012 02:28:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: fG!</title>
		<link>http://reverse.put.as/2008/12/31/more-gdbinit-addons/comment-page-1/#comment-551</link>
		<dc:creator>fG!</dc:creator>
		<pubDate>Wed, 21 Jan 2009 00:08:05 +0000</pubDate>
		<guid isPermaLink="false">http://reverse.put.as/?p=130#comment-551</guid>
		<description>That should be happening because there&#039;s not full info to feed into context. I will check how to handle that.</description>
		<content:encoded><![CDATA[<p>That should be happening because there&#8217;s not full info to feed into context. I will check how to handle that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kurt</title>
		<link>http://reverse.put.as/2008/12/31/more-gdbinit-addons/comment-page-1/#comment-537</link>
		<dc:creator>Kurt</dc:creator>
		<pubDate>Sun, 18 Jan 2009 17:53:25 +0000</pubDate>
		<guid isPermaLink="false">http://reverse.put.as/?p=130#comment-537</guid>
		<description>Hi!
I just ried the version 7.1.5 on my OS X 10.5.5 and GNU gdb 6.3.50-20050815 (Apple version gdb-768)
and whenever I try to Ctrl-C a running program it says something like this:

Program received signal SIGINT, Interrupt.
0x9242d4a6 in mach_msg_trap ()
Error while running hook_stop:
Invalid type combination in ordering comparison.

This behavior happens regardless of the program being debugged.

also whenever I type context on I get:

--------------------------------------------------------------------------[regs]
  EAX: 10004005  EBX: 91D849E7  ECX: BFFFE8BC  EDX: 9242D4A6  o d I t s z a P c 
  ESI: 00000000  EDI: 00000000  EBP: BFFFE8F8  ESP: BFFFE8BC  EIP: 9242D4A6
  CS: 0007  DS: 001F  ES: 001F  FS: 0000  GS: 0037  SS: 001F
[001F:BFFFE8BC]----------------------------------------------------------[stack]
Invalid type combination in ordering comparison.

Any suggestions? Please???</description>
		<content:encoded><![CDATA[<p>Hi!<br />
I just ried the version 7.1.5 on my OS X 10.5.5 and GNU gdb 6.3.50-20050815 (Apple version gdb-768)<br />
and whenever I try to Ctrl-C a running program it says something like this:</p>
<p>Program received signal SIGINT, Interrupt.<br />
0x9242d4a6 in mach_msg_trap ()<br />
Error while running hook_stop:<br />
Invalid type combination in ordering comparison.</p>
<p>This behavior happens regardless of the program being debugged.</p>
<p>also whenever I type context on I get:</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;[regs]<br />
  EAX: 10004005  EBX: 91D849E7  ECX: BFFFE8BC  EDX: 9242D4A6  o d I t s z a P c<br />
  ESI: 00000000  EDI: 00000000  EBP: BFFFE8F8  ESP: BFFFE8BC  EIP: 9242D4A6<br />
  CS: 0007  DS: 001F  ES: 001F  FS: 0000  GS: 0037  SS: 001F<br />
[001F:BFFFE8BC]&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-[stack]<br />
Invalid type combination in ordering comparison.</p>
<p>Any suggestions? Please???</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fG!</title>
		<link>http://reverse.put.as/2008/12/31/more-gdbinit-addons/comment-page-1/#comment-511</link>
		<dc:creator>fG!</dc:creator>
		<pubDate>Tue, 13 Jan 2009 11:29:04 +0000</pubDate>
		<guid isPermaLink="false">http://reverse.put.as/?p=130#comment-511</guid>
		<description>Hello,

Just execute gdb without any parameters.
Then you can attach to a process via PID or debug a new executable with the command &quot;exec-file path_to_executable&quot;
Setup a breakpoint where you want and start program with &quot;run&quot; command.
Help user displays the custom commands provided by this gdbinit.

fG!</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>Just execute gdb without any parameters.<br />
Then you can attach to a process via PID or debug a new executable with the command &#8220;exec-file path_to_executable&#8221;<br />
Setup a breakpoint where you want and start program with &#8220;run&#8221; command.<br />
Help user displays the custom commands provided by this gdbinit.</p>
<p>fG!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yescrack</title>
		<link>http://reverse.put.as/2008/12/31/more-gdbinit-addons/comment-page-1/#comment-510</link>
		<dc:creator>Yescrack</dc:creator>
		<pubDate>Tue, 13 Jan 2009 11:19:22 +0000</pubDate>
		<guid isPermaLink="false">http://reverse.put.as/?p=130#comment-510</guid>
		<description>sorry for that question but how to use the gdbinit file ??

i put the .gdbinit file in my home folder but don&#039;t work. 

how to use ? 
gdb command ?</description>
		<content:encoded><![CDATA[<p>sorry for that question but how to use the gdbinit file ??</p>
<p>i put the .gdbinit file in my home folder but don&#8217;t work. </p>
<p>how to use ?<br />
gdb command ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fG!</title>
		<link>http://reverse.put.as/2008/12/31/more-gdbinit-addons/comment-page-1/#comment-483</link>
		<dc:creator>fG!</dc:creator>
		<pubDate>Mon, 05 Jan 2009 10:34:12 +0000</pubDate>
		<guid isPermaLink="false">http://reverse.put.as/?p=130#comment-483</guid>
		<description>There is a channel at irc.freenode.net , #osxre</description>
		<content:encoded><![CDATA[<p>There is a channel at irc.freenode.net , #osxre</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tama</title>
		<link>http://reverse.put.as/2008/12/31/more-gdbinit-addons/comment-page-1/#comment-481</link>
		<dc:creator>tama</dc:creator>
		<pubDate>Mon, 05 Jan 2009 08:59:55 +0000</pubDate>
		<guid isPermaLink="false">http://reverse.put.as/?p=130#comment-481</guid>
		<description>Hey,

I didn&#039;t knew where to write this, so i&#039;m putting it in first news comment. I was wondering do you guys have some form of IRC channel or forum where you can discuss/ask different types of things about RCE on MacOS ? I have quite few questions (mainly regarding remote debugging using IDA) and i would gladly discuss about mac rce :)

Cheers, and keep up the good work.</description>
		<content:encoded><![CDATA[<p>Hey,</p>
<p>I didn&#8217;t knew where to write this, so i&#8217;m putting it in first news comment. I was wondering do you guys have some form of IRC channel or forum where you can discuss/ask different types of things about RCE on MacOS ? I have quite few questions (mainly regarding remote debugging using IDA) and i would gladly discuss about mac rce <img src='http://reverse.put.as/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Cheers, and keep up the good work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: beowulf</title>
		<link>http://reverse.put.as/2008/12/31/more-gdbinit-addons/comment-page-1/#comment-478</link>
		<dc:creator>beowulf</dc:creator>
		<pubDate>Sun, 04 Jan 2009 20:15:37 +0000</pubDate>
		<guid isPermaLink="false">http://reverse.put.as/?p=130#comment-478</guid>
		<description>Yes, now works like a charm! 
You&#039;re great!
Thanks! :D</description>
		<content:encoded><![CDATA[<p>Yes, now works like a charm!<br />
You&#8217;re great!<br />
Thanks! <img src='http://reverse.put.as/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gln</title>
		<link>http://reverse.put.as/2008/12/31/more-gdbinit-addons/comment-page-1/#comment-476</link>
		<dc:creator>gln</dc:creator>
		<pubDate>Sun, 04 Jan 2009 11:17:56 +0000</pubDate>
		<guid isPermaLink="false">http://reverse.put.as/?p=130#comment-476</guid>
		<description>Awsome, nice work man.

/gln</description>
		<content:encoded><![CDATA[<p>Awsome, nice work man.</p>
<p>/gln</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fG!</title>
		<link>http://reverse.put.as/2008/12/31/more-gdbinit-addons/comment-page-1/#comment-474</link>
		<dc:creator>fG!</dc:creator>
		<pubDate>Sun, 04 Jan 2009 00:44:33 +0000</pubDate>
		<guid isPermaLink="false">http://reverse.put.as/?p=130#comment-474</guid>
		<description>Grab the new version :) It&#039;s working on Leopard.

The bug was something like:
If (condition)
 do something here
else
end

Leaving the else empty makes gdb segfault ! Crazyyyyyy.....!</description>
		<content:encoded><![CDATA[<p>Grab the new version <img src='http://reverse.put.as/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  It&#8217;s working on Leopard.</p>
<p>The bug was something like:<br />
If (condition)<br />
 do something here<br />
else<br />
end</p>
<p>Leaving the else empty makes gdb segfault ! Crazyyyyyy&#8230;..!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fG!</title>
		<link>http://reverse.put.as/2008/12/31/more-gdbinit-addons/comment-page-1/#comment-473</link>
		<dc:creator>fG!</dc:creator>
		<pubDate>Sat, 03 Jan 2009 23:55:42 +0000</pubDate>
		<guid isPermaLink="false">http://reverse.put.as/?p=130#comment-473</guid>
		<description>Yeah it does crash ! I remembered gf&#039;s Mac is with Leopard ! Very weird... I&#039;m trying to debug it why is it failing. With Tiger gives no problem ehhehe</description>
		<content:encoded><![CDATA[<p>Yeah it does crash ! I remembered gf&#8217;s Mac is with Leopard ! Very weird&#8230; I&#8217;m trying to debug it why is it failing. With Tiger gives no problem ehhehe</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: beowulf</title>
		<link>http://reverse.put.as/2008/12/31/more-gdbinit-addons/comment-page-1/#comment-472</link>
		<dc:creator>beowulf</dc:creator>
		<pubDate>Sat, 03 Jan 2009 20:14:01 +0000</pubDate>
		<guid isPermaLink="false">http://reverse.put.as/?p=130#comment-472</guid>
		<description>I still have the same problem if $SHOWOBJECTIVEC is set to 1. I tested it on many binaries (like B_l_o_g_o from d_r_i_n_k_b_r_a_i_n_j_u_i_c_e.. w/o underscores, of course), and it crashes when it reach the 1st breakpoint or when you hit ^C. I haven&#039;t much time now, but I&#039;ll look into this soon...

-- beowulf</description>
		<content:encoded><![CDATA[<p>I still have the same problem if $SHOWOBJECTIVEC is set to 1. I tested it on many binaries (like B_l_o_g_o from d_r_i_n_k_b_r_a_i_n_j_u_i_c_e.. w/o underscores, of course), and it crashes when it reach the 1st breakpoint or when you hit ^C. I haven&#8217;t much time now, but I&#8217;ll look into this soon&#8230;</p>
<p>&#8211; beowulf</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fG!</title>
		<link>http://reverse.put.as/2008/12/31/more-gdbinit-addons/comment-page-1/#comment-469</link>
		<dc:creator>fG!</dc:creator>
		<pubDate>Sat, 03 Jan 2009 11:27:53 +0000</pubDate>
		<guid isPermaLink="false">http://reverse.put.as/?p=130#comment-469</guid>
		<description>What&#039;s the include you are using on that piece of code ? Stupid wordpress interpreted that as an html tag :)

Can you mail me your binary to reverse AT put.as ?</description>
		<content:encoded><![CDATA[<p>What&#8217;s the include you are using on that piece of code ? Stupid wordpress interpreted that as an html tag <img src='http://reverse.put.as/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Can you mail me your binary to reverse AT put.as ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gln</title>
		<link>http://reverse.put.as/2008/12/31/more-gdbinit-addons/comment-page-1/#comment-468</link>
		<dc:creator>gln</dc:creator>
		<pubDate>Sat, 03 Jan 2009 09:04:39 +0000</pubDate>
		<guid isPermaLink="false">http://reverse.put.as/?p=130#comment-468</guid>
		<description>Still crashes for me when $SHOWOBJECTIVEC is enabled :/ I&#039;m going to look into this more today.</description>
		<content:encoded><![CDATA[<p>Still crashes for me when $SHOWOBJECTIVEC is enabled :/ I&#8217;m going to look into this more today.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fG!</title>
		<link>http://reverse.put.as/2008/12/31/more-gdbinit-addons/comment-page-1/#comment-466</link>
		<dc:creator>fG!</dc:creator>
		<pubDate>Fri, 02 Jan 2009 23:39:43 +0000</pubDate>
		<guid isPermaLink="false">http://reverse.put.as/?p=130#comment-466</guid>
		<description>Can you try version 7.1.4 I just posted and see if the bug still happens ? I think it might be fixed in this new version :)

Thanks for the code, just included it in this version.</description>
		<content:encoded><![CDATA[<p>Can you try version 7.1.4 I just posted and see if the bug still happens ? I think it might be fixed in this new version <img src='http://reverse.put.as/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Thanks for the code, just included it in this version.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gln</title>
		<link>http://reverse.put.as/2008/12/31/more-gdbinit-addons/comment-page-1/#comment-464</link>
		<dc:creator>gln</dc:creator>
		<pubDate>Fri, 02 Jan 2009 15:21:51 +0000</pubDate>
		<guid isPermaLink="false">http://reverse.put.as/?p=130#comment-464</guid>
		<description>Hi again,

&quot;set $SHOWOBJECTIVEC = 0&quot; does the trick for me, works like a charm. Thanks!
Btw, here&#039;s a modified version of the &quot;nop&quot; command which allows you to patch a series of bytes instead of just one. Hope it comes in handy, enjoy. :)
----------------------------8&lt;----------------------------
define nop
        if ($argc  2)
                help nop
        end

        if ($argc == 1)
                set *(unsigned char *)$arg0 = 0x90
        else
                set $addr = $arg0
                while ($addr &lt; $arg1)
                        set *(unsigned char *)$addr = 0x90
                        set $addr = $addr + 1
                end
        end
end
document nop
Patch a single byte at address ADDR1, or a series of bytes between ADDR1 and
ADDR2 to a nop (0x90) instruction.
Usage: nop ADDR1 ADDR2
end
----------------------------8&lt;----------------------------</description>
		<content:encoded><![CDATA[<p>Hi again,</p>
<p>&#8220;set $SHOWOBJECTIVEC = 0&#8243; does the trick for me, works like a charm. Thanks!<br />
Btw, here&#8217;s a modified version of the &#8220;nop&#8221; command which allows you to patch a series of bytes instead of just one. Hope it comes in handy, enjoy. <img src='http://reverse.put.as/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-8&lt;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
define nop<br />
        if ($argc  2)<br />
                help nop<br />
        end</p>
<p>        if ($argc == 1)<br />
                set *(unsigned char *)$arg0 = 0&#215;90<br />
        else<br />
                set $addr = $arg0<br />
                while ($addr &lt; $arg1)<br />
                        set *(unsigned char *)$addr = 0&#215;90<br />
                        set $addr = $addr + 1<br />
                end<br />
        end<br />
end<br />
document nop<br />
Patch a single byte at address ADDR1, or a series of bytes between ADDR1 and<br />
ADDR2 to a nop (0&#215;90) instruction.<br />
Usage: nop ADDR1 ADDR2<br />
end<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-8&lt;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fG!</title>
		<link>http://reverse.put.as/2008/12/31/more-gdbinit-addons/comment-page-1/#comment-463</link>
		<dc:creator>fG!</dc:creator>
		<pubDate>Fri, 02 Jan 2009 14:43:14 +0000</pubDate>
		<guid isPermaLink="false">http://reverse.put.as/?p=130#comment-463</guid>
		<description>For this same binary ? I just tested and gave me no problems. That breakpoint is where ?  start: or __start: ???

Try to change this option to 0 in gdbinit: set $SHOWOBJECTIVEC = 0</description>
		<content:encoded><![CDATA[<p>For this same binary ? I just tested and gave me no problems. That breakpoint is where ?  start: or __start: ???</p>
<p>Try to change this option to 0 in gdbinit: set $SHOWOBJECTIVEC = 0</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: beowulf</title>
		<link>http://reverse.put.as/2008/12/31/more-gdbinit-addons/comment-page-1/#comment-462</link>
		<dc:creator>beowulf</dc:creator>
		<pubDate>Fri, 02 Jan 2009 14:36:23 +0000</pubDate>
		<guid isPermaLink="false">http://reverse.put.as/?p=130#comment-462</guid>
		<description>Yes, I&#039;ve just tested.
I&#039;m using OS X 10.5.6 with GNU gdb 6.3.50-20050815 (Apple version gdb-768) (Tue Oct  2 04:07:49 UTC 2007)
and I&#039;m experiencing the same problem as gln.

-- beowulf</description>
		<content:encoded><![CDATA[<p>Yes, I&#8217;ve just tested.<br />
I&#8217;m using OS X 10.5.6 with GNU gdb 6.3.50-20050815 (Apple version gdb-768) (Tue Oct  2 04:07:49 UTC 2007)<br />
and I&#8217;m experiencing the same problem as gln.</p>
<p>&#8211; beowulf</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gln</title>
		<link>http://reverse.put.as/2008/12/31/more-gdbinit-addons/comment-page-1/#comment-460</link>
		<dc:creator>gln</dc:creator>
		<pubDate>Fri, 02 Jan 2009 11:29:25 +0000</pubDate>
		<guid isPermaLink="false">http://reverse.put.as/?p=130#comment-460</guid>
		<description>Hi again,

Of course, I&#039;m using OS X 10.5.6 with GNU gdb 6.3.50-20050815 (Apple version gdb-962).

$ cat test.c 
#include 
int main(void) { return 0; }
$  make test &gt;/dev/null
$ gdb -silent
gdb$ exec-file test
Reading symbols for shared libraries ... done
gdb$ break *0x00001ff5
Breakpoint 1 at 0x1ff5
gdb$ r
Reading symbols for shared libraries .... done

Breakpoint 1, 0x00001ff5 in main ()
--------------------------------------------------------------------------[regs]
  EAX: 00000000  EBX: BFFFFA58  ECX: BFFFF9F0  EDX: 00000000  o d I t s Z a P c 
  ESI: 00000000  EDI: 00000000  EBP: BFFFF9C8  ESP: BFFFF9C8  EIP: 00001FF5
  CS: 0017  DS: 001F  ES: 001F  FS: 0000  GS: 0037  SS: 001F
[001F:BFFFF9C8]----------------------------------------------------------[stack]
BFFFFA18 : 88 FB FF BF  93 FB FF BF - A9 FB FF BF  D4 FB FF BF ................
BFFFFA08 : F5 FA FF BF  00 FB FF BF - 3A FB FF BF  6F FB FF BF ........:...o...
BFFFF9F8 : 86 FA FF BF  BF FA FF BF - DB FA FF BF  E5 FA FF BF ................
BFFFF9E8 : 00 00 00 00  01 00 00 00 - 74 FA FF BF  00 00 00 00 ........t.......
BFFFF9D8 : F8 F9 FF BF  58 FA FF BF - 00 00 00 00  00 00 00 00 ....X...........
BFFFF9C8 : E8 F9 FF BF  C6 1F 00 00 - 01 00 00 00  F0 F9 FF BF ................
Segmentation fault
$ 

Quite annoying... But as i said before, if i use &quot;context-off&quot;, it works flawlessly, i&#039;m guessing it crashes when displaying the disassembly.</description>
		<content:encoded><![CDATA[<p>Hi again,</p>
<p>Of course, I&#8217;m using OS X 10.5.6 with GNU gdb 6.3.50-20050815 (Apple version gdb-962).</p>
<p>$ cat test.c<br />
#include<br />
int main(void) { return 0; }<br />
$  make test &gt;/dev/null<br />
$ gdb -silent<br />
gdb$ exec-file test<br />
Reading symbols for shared libraries &#8230; done<br />
gdb$ break *0x00001ff5<br />
Breakpoint 1 at 0x1ff5<br />
gdb$ r<br />
Reading symbols for shared libraries &#8230;. done</p>
<p>Breakpoint 1, 0x00001ff5 in main ()<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;[regs]<br />
  EAX: 00000000  EBX: BFFFFA58  ECX: BFFFF9F0  EDX: 00000000  o d I t s Z a P c<br />
  ESI: 00000000  EDI: 00000000  EBP: BFFFF9C8  ESP: BFFFF9C8  EIP: 00001FF5<br />
  CS: 0017  DS: 001F  ES: 001F  FS: 0000  GS: 0037  SS: 001F<br />
[001F:BFFFF9C8]&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-[stack]<br />
BFFFFA18 : 88 FB FF BF  93 FB FF BF &#8211; A9 FB FF BF  D4 FB FF BF &#8230;&#8230;&#8230;&#8230;&#8230;.<br />
BFFFFA08 : F5 FA FF BF  00 FB FF BF &#8211; 3A FB FF BF  6F FB FF BF &#8230;&#8230;..:&#8230;o&#8230;<br />
BFFFF9F8 : 86 FA FF BF  BF FA FF BF &#8211; DB FA FF BF  E5 FA FF BF &#8230;&#8230;&#8230;&#8230;&#8230;.<br />
BFFFF9E8 : 00 00 00 00  01 00 00 00 &#8211; 74 FA FF BF  00 00 00 00 &#8230;&#8230;..t&#8230;&#8230;.<br />
BFFFF9D8 : F8 F9 FF BF  58 FA FF BF &#8211; 00 00 00 00  00 00 00 00 &#8230;.X&#8230;&#8230;&#8230;..<br />
BFFFF9C8 : E8 F9 FF BF  C6 1F 00 00 &#8211; 01 00 00 00  F0 F9 FF BF &#8230;&#8230;&#8230;&#8230;&#8230;.<br />
Segmentation fault<br />
$ </p>
<p>Quite annoying&#8230; But as i said before, if i use &#8220;context-off&#8221;, it works flawlessly, i&#8217;m guessing it crashes when displaying the disassembly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fG!</title>
		<link>http://reverse.put.as/2008/12/31/more-gdbinit-addons/comment-page-1/#comment-459</link>
		<dc:creator>fG!</dc:creator>
		<pubDate>Fri, 02 Jan 2009 11:01:01 +0000</pubDate>
		<guid isPermaLink="false">http://reverse.put.as/?p=130#comment-459</guid>
		<description>Hello,

I&#039;m using OS X 10.4.11 with Apple gdb 7.68 (GNU gdb 6.3.50-20050815 (Apple version gdb-696) (Sat Oct 20 18:16:54 GMT 2007)).
What versions are you using ? What program are you trying to debug ? Can you paste the segfault ?

Thx,
fG!</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>I&#8217;m using OS X 10.4.11 with Apple gdb 7.68 (GNU gdb 6.3.50-20050815 (Apple version gdb-696) (Sat Oct 20 18:16:54 GMT 2007)).<br />
What versions are you using ? What program are you trying to debug ? Can you paste the segfault ?</p>
<p>Thx,<br />
fG!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gln</title>
		<link>http://reverse.put.as/2008/12/31/more-gdbinit-addons/comment-page-1/#comment-458</link>
		<dc:creator>gln</dc:creator>
		<pubDate>Fri, 02 Jan 2009 10:56:36 +0000</pubDate>
		<guid isPermaLink="false">http://reverse.put.as/?p=130#comment-458</guid>
		<description>Yo.

Are you (or anybody else) experiencing crashes on OS X with this gdbinit? It works fine for me on Linux, but on OS X it makes gdb segfault (but only when im running with context-on). Any ideas? :)</description>
		<content:encoded><![CDATA[<p>Yo.</p>
<p>Are you (or anybody else) experiencing crashes on OS X with this gdbinit? It works fine for me on Linux, but on OS X it makes gdb segfault (but only when im running with context-on). Any ideas? <img src='http://reverse.put.as/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: beowulf</title>
		<link>http://reverse.put.as/2008/12/31/more-gdbinit-addons/comment-page-1/#comment-455</link>
		<dc:creator>beowulf</dc:creator>
		<pubDate>Wed, 31 Dec 2008 21:38:48 +0000</pubDate>
		<guid isPermaLink="false">http://reverse.put.as/?p=130#comment-455</guid>
		<description>Wow! That&#039;s wonderful!!  =D  I&#039;ll try it ASAP! Thank you!
For now, Have a happy new year!! =D

-- beowulf</description>
		<content:encoded><![CDATA[<p>Wow! That&#8217;s wonderful!!  =D  I&#8217;ll try it ASAP! Thank you!<br />
For now, Have a happy new year!! =D</p>
<p>&#8211; beowulf</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TheTuKays</title>
		<link>http://reverse.put.as/2008/12/31/more-gdbinit-addons/comment-page-1/#comment-454</link>
		<dc:creator>TheTuKays</dc:creator>
		<pubDate>Wed, 31 Dec 2008 15:17:47 +0000</pubDate>
		<guid isPermaLink="false">http://reverse.put.as/?p=130#comment-454</guid>
		<description>great....that finally brings a lot of the macsbug functionality back to gdb for intel...thanks a lot!</description>
		<content:encoded><![CDATA[<p>great&#8230;.that finally brings a lot of the macsbug functionality back to gdb for intel&#8230;thanks a lot!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

