namespaces and gdb

Alexander Zhuckov zuav@int.spb.ru
Wed Jun 28 07:34:00 GMT 2000


Hi!

I use Linux, C++ and gdb 5.0.
Suppose I have a simple program:

namespace Foo {

    const char version[] = "0.1";

}

int main()
{
    return 0;
}

How I can eximine a value of the Foo::vesrion varibale?

-- 
Alexander Zhuckov   zuav@int.spb.ru   2:5030/518.50


More information about the Gdb mailing list