Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

[Index] [Glossary] [Previous] [Next]



How to check GDB is Symbian-aware

To check that GDB is Symbian-aware:

  1. Open a command prompt on the host computer

  2. Start GDB using the command:

    gdb -nw

    A copyright notice and a prompt (gdb) should be displayed.

  3. Execute the following GDB command on the gdb command line:

    (gdb) show epoc-version

    A line similar to "EPOC GDB Build NNN" should be displayed.

  4. Quit GDB by entering "q" or "quit" on the gdb command line.

    (gdb) q