Skip to content

Commit

Permalink
use pc instead of rip
Browse files Browse the repository at this point in the history
  • Loading branch information
struct committed Mar 21, 2020
1 parent a6dbd5f commit b271843
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions misc/commands.gdb
Expand Up @@ -2,6 +2,6 @@ set env LD_LIBRARY_PATH=build/
set env LD_PRELOAD=build/libisoalloc.so
r
i r
x/i $rip
x/i $pc
bt
info locals
info locals

0 comments on commit b271843

Please sign in to comment.