# apt-get install gdb $ meecolay gdb /path/to/faulting/app > run
~ $ meecolay gdb /opt/peakgold/bin/peakgold
GNU gdb (GDB) 6.8.50.20090417-debian
Copyright (C) 2009 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "arm-linux-gnueabi".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
(gdb) run
Starting program: /opt/peakgold/bin/peakgold
start QtGame
install at id: 2
application event: 68
game init
application event: 68
"Warning: You do not seem to have the package gstreamer0.10-plugins-good installed.
Some video features have been disabled."
Found SGX/MBX driver, enabling FullClearOnEveryFrame
Found v1.3 driver, enabling brokenFBOReadBack
openglInit
openglINit finish
load file: 140
saveExist a
YOUR GAME INFO HEREEEEEEEEEEEEEEEEEEEEEEEEEEEE
_game_version = 115
_level = 0
_money = 0
_score = 0
-----------> UPGRADE <--------------
UPGRADE_GENERATOR_MACHINE = 0
UPGRADE_GOLD_DETECTOR = 0
UPGRADE_GOLD_COLECTION = 0
UPGRADE_HOOK_MINIUM = 0
UPGRADE_HOOK_BACK = 0
UPGRADE_HOOK_THROW = 0
rateCount = 0
0 -> 0
1 -> 0
2 -> 0
3 -> 0
4 -> 0
5 -> 0
6 -> 0
7 -> 0
8 -> 0
application event: 121
application event: 68
Program received signal SIGSEGV, Segmentation fault.
0x406b53c0 in QTouchEvent::TouchPoint::pos() const () from /usr/lib/libQtGui.so.4
0x406b53c0 <_ZNK11QTouchEvent10TouchPoint3posEv+0>: ldr r3, [r1]
(gdb)
~ $ meecolay gdb /opt/peakgold/bin/peakgold
GNU gdb (GDB) 6.8.50.20090417-debian
Copyright (C) 2009 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "arm-linux-gnueabi".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
(gdb) run
Starting program: /opt/peakgold/bin/peakgold
start QtGame
install at id: 2
application event: 68
game init
application event: 68
"Warning: You do not seem to have the package gstreamer0.10-plugins-good installed.
Some video features have been disabled."
Found SGX/MBX driver, enabling FullClearOnEveryFrame
Found v1.3 driver, enabling brokenFBOReadBack
openglInit
openglINit finish
load file: 140
saveExist a
YOUR GAME INFO HEREEEEEEEEEEEEEEEEEEEEEEEEEEEE
_game_version = 115
_level = 0
_money = 0
_score = 0
-----------> UPGRADE <--------------
UPGRADE_GENERATOR_MACHINE = 0
UPGRADE_GOLD_DETECTOR = 0
UPGRADE_GOLD_COLECTION = 0
UPGRADE_HOOK_MINIUM = 0
UPGRADE_HOOK_BACK = 0
UPGRADE_HOOK_THROW = 0
rateCount = 0
0 -> 0
1 -> 0
2 -> 0
3 -> 0
4 -> 0
5 -> 0
6 -> 0
7 -> 0
8 -> 0
application event: 121
application event: 68
Program received signal SIGSEGV, Segmentation fault.
0x406b53c0 in QTouchEvent::TouchPoint::pos() const () from /usr/lib/libQtGui.so.4
0x406b53c0 <_ZNK11QTouchEvent10TouchPoint3posEv+0>: ldr r3, [r1]
(gdb)
