Anonymous (owner)

Revisions

  • 2b5dad Thu Jul 31 09:11:29 -0700 2008
gist: 3469 Download_button fork
public
Public Clone URL: git://gist.github.com/3469.git
Text only
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
> 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)