Skip to content

Instantly share code, notes, and snippets.

@hadronized
Created June 15, 2011 22:25
Show Gist options
  • Save hadronized/1028286 to your computer and use it in GitHub Desktop.
Save hadronized/1028286 to your computer and use it in GitHub Desktop.
gdb
(gdb) frame 1
#1 0x0000000000409e4a in vertex::operator== (this=0x61dfa0, rhs=...) at /home/skypers/prog/skyoralis_importer/src/vertex.cpp:42
42 if ( *no != *rhs.no )
(gdb) print rhs.no
$4 = (aiVector3D *) 0xc
(gdb) print *rhs.no
Cannot access memory at address 0xc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment