tags:

views:

39

answers:

0

gdb (6.3.50-20050815, shipping with XCode 3.2.3) seems confused about the location of source code for one of my files. This is the partial backtrace:

#0  0x00029c4f in -[STGameController endGame] () at iostream:76
#1  0x000266fd in -[STGameController exitButtonTapped:] () at iostream:76
#2  0x00482e14 in -[UIApplication sendAction:to:from:forEvent:] ()
#3  0x0050c6c8 in -[UIControl sendAction:to:forEvent:] ()
#4  0x0050eb4a in -[UIControl(Internal) _sendActionsForEvents:withEvent:] ()
#5  0x0050d6f7 in -[UIControl touchesEnded:withEvent:] ()
#6  0x004a62ff in -[UIWindow _sendTouchesForEvent:] ()
#7  0x004881ec in -[UIApplication sendEvent:] ()
#8  0x0048cac4 in _UIApplicationHandleEvent ()
#9  0x03128afa in PurpleEventCallback ()

It thinks that the top two methods are in 'iostream'. Is there anything I can do about this? It's just one file, the rest all works fine. Everything compiles just fine (no warnings either). The project is a mix of objc++ and c++.