This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: warning: RTTI symbol not found for class


>>>>> "Ali" == ali anwar <ali_anwar@codesourcery.com> writes:

Ali> gdb -q ./cout -ex start -ex s -ex fin -ex c -ex q
Ali> [snip]
Ali> 2	int main () { std::cout << "foo" << std::endl; }
Ali> Value returned is $1 = warning: RTTI symbol not found for class
Ali> std::ostream'

What would be best is a recipe for recreating the bug that does not rely
on the system libstdc++ or its debuginfo or lack thereof.
Both this short test and the bs15503 test are exposed to the system
libraries in this way.

Tom


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]