> gdb vm/test/runner ~/code/cpp GNU gdb 6.3.50-20050815 (Apple version gdb-768) (Tue Oct 2 04:07:49 UTC 2007) Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-apple-darwin"...Reading symbols for shared libraries .... done (gdb) b test_instructions.hpp:1274 No line 1274 in file "test_instructions.hpp". (gdb) b vm/test/test_instructions.hpp:1274 No source file named vm/test/test_instructions.hpp. Make breakpoint pending on future shared library load? (y or [n]) n (gdb)