GDB and GDB/MI different reponses....
webquinty quinty
webquinty@gmail.com
Thu Mar 21 16:30:00 GMT 2013
Hello,
As you known, with GDB it is possible to obtain debug information from
executable.
For example in GDB you can ask about type of var:
-> whatis var
<- type = unsigned char
I just finished a frontend to extract debug information from a process
using GDB/MI but the response is different than when I use GDB.
For example, a struct called 'par' GDB return me type=param_typ but GDB/MI
return me anonimous struct.
Why?
Best regards
More information about the Gdb
mailing list