Hallo Group members I am working on large project where each file is separately compiled then at the end it is linked to executable. When I set the breakpoint in some method which is defined outside class body, but with "inline" keyword, I get the following error in gdb:
warning: (Internal error: pc 0x825db1b in read in psymtab, but not in symtab.) warning: (Internal error: pc 0x825db1b in read in psymtab, but not in symtab.) Breakpoint 1 at 0x825db1b: file anlzr/join.cpp, line 2223. Files are compiled with any combination of -finline-limit=0, -fno-inline, -fno-default-inline flags, but always the same result. below there is complete flag set given to g++ source=anlzr/join.cpp object=anlzr/join.o depfile=anlzr/.deps/join.d ./bin/depcomp g++ -O0 -pipe -DLINUX26 -g3 -D_DEBUG -I. -I./include -I/usr/local/openssl-0.9.7/include -I/usr/kerberos/include -I./lib/libpcap-0.9.4 -DU_STATIC_IMPLEMENTATION -I/usr/src/kernels/2.6.25.14-108.fc9.i686/include -D_REENTRANT -D_LINUX_THREADS -Wall -Wno-format -W -Wpointer-arith -Wcast-qual -Wcast-align -Wuninitialized -Wparentheses -Wsynth -DOPENSSL_VER=97 -finline-limit=0 -fno-inline -fno-default-inline -c anlzr/join.cpp -o anlzr/join.o have You got idea what might be the problem? best regards Michal _______________________________________________ help-gplusplus mailing list help-gplusplus@gnu.org http://lists.gnu.org/mailman/listinfo/help-gplusplus