Skip to content

Instantly share code, notes, and snippets.

@GBuella
Created October 24, 2016 10:26
Show Gist options
  • Save GBuella/81c8384395d2d665939fa7127aaccdfa to your computer and use it in GitHub Desktop.
Save GBuella/81c8384395d2d665939fa7127aaccdfa to your computer and use it in GitHub Desktop.
breakpoint on "open"
(gdb) bt
#0 0x00007ffff7df2e60 in open64 () from /lib64/ld-linux-x86-64.so.2
#1 0x00007ffff7de0918 in open_verify.constprop () from /lib64/ld-linux-x86-64.so.2
#2 0x00007ffff7de1046 in open_path () from /lib64/ld-linux-x86-64.so.2
#3 0x00007ffff7de26b6 in _dl_map_object () from /lib64/ld-linux-x86-64.so.2
#4 0x00007ffff7de6d80 in openaux () from /lib64/ld-linux-x86-64.so.2
#5 0x00007ffff7de93a4 in _dl_catch_error () from /lib64/ld-linux-x86-64.so.2
#6 0x00007ffff7de7005 in _dl_map_object_deps () from /lib64/ld-linux-x86-64.so.2
#7 0x00007ffff7ddcfc9 in dl_main () from /lib64/ld-linux-x86-64.so.2
#8 0x00007ffff7df14ef in _dl_sysdep_start () from /lib64/ld-linux-x86-64.so.2
#9 0x00007ffff7ddedf8 in _dl_start () from /lib64/ld-linux-x86-64.so.2
#10 0x00007ffff7ddad78 in _start () from /lib64/ld-linux-x86-64.so.2
#11 0x0000000000000002 in ?? ()
#12 0x00007fffffffecf7 in ?? ()
#13 0x00007fffffffed35 in ?? ()
#14 0x0000000000000000 in ?? ()
(
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment