Advertisement
Guest User

Untitled

a guest
Jun 16th, 2019
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. $ gdb-add-index <binary>
  2.  
  3. $ readelf -S <binary>
  4.  
  5. [42] .gdb_index PROGBITS 0000000000000000 4151d2d4
  6. 0000000005981e8a 0000000000000000 0 0 1
  7.  
  8. (gdb) show index-cache
  9. directory: The directory of the index cache is "/<dir>/.cache/gdb".
  10.  
  11. Cache hits (this session): 0
  12. Cache misses (this session): 2
  13.  
  14. The index cache is currently enabled.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement