Debugging C++ code using gdb-4.17/4.16 using egcs-1.1b
Aurel Balmosan
ab@orga.com
Thu Dec 3 03:39:00 GMT 1998
Hello,
There is another problem when trying to debug C++ code. When setting the break
point to a class method the debugger breaks before the actual method. When we
step the next function executed is __get_eh_context() (or so). After this
function it is impossible to continue with next or step. The debugger continues
until the program stops. When we set the breakpoint to the first line executed
within the method there is no problem except the one I already posted. We have
tried to do i.e. break 'ESIfilterTest::Test()' with and without the "'" with
no success. This problem does not happen on Linux or Solaris.
Regards,
Aurel Balmosan.
--
Aurel Balmosan | Department SE-SW
ORGA Kartensysteme GmbH | phone: +49 5254 991 824
An der Kapelle 2 | fax : +49 5254 991 749
33104 Paderborn, Germany | mailto:ab@orga.com
More information about the Gcc-bugs
mailing list