gdb
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

HELP with MACINTEL


From: stefibe
Subject: HELP with MACINTEL
Date: Thu, 11 Dec 2008 05:50:22 -0800 (PST)

If i use a mac ppc and gdb
i attach gdb to an app and i can read the instruction in assembler like :

0x1214a14c <_ZN5Tools4OpenEm+96>:       bl      0x12168494
<_ZN7CF_Wibu7OpenBoxEu7__bool8ll>[/b]
0x1214a150 <_ZN5Tools4OpenEm+100>:      cmpwi   r3,0
0x1214a154 <_ZN5Tools4OpenEm+104>:      beq-    0x1214a160
<_ZN5Tools4OpenEm+116>

then with gdb i can find the corrispodent in hexa

0x1214a14c <_ZN5Tools4OpenEm+96>:       0x4801e349[/b]      0x2c030000     
0x4182000c   

using then resourcere app i can find hexa inside the original appicatil 
with this procedire using a mac PPC  i find the HEXA code

NOW the question is
with MACINTEL what change
the same procedure dont work

please help
-- 
View this message in context: 
http://www.nabble.com/HELP-with-MACINTEL-tp20955788p20955788.html
Sent from the Gnu - gdb - General mailing list archive at Nabble.com.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]