Advertisement
wkchu

Untitled

Dec 9th, 2018
443
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.99 KB | None | 0 0
  1. For help, type "help".
  2. Type "apropos word" to search for commands related to "word"...
  3. GEF for linux ready, type `gef' to start, `gef config' to configure
  4. 68 commands loaded for GDB 8.2 using Python engine 3.7
  5. [*] 5 commands could not be loaded, run `gef missing` to know why.
  6. Reading symbols from /home/user/Documents/dev/git/u-boot/u-boot...done.
  7. gef➤ gef config gef.debug 1
  8. gef➤ gef-remote :3333
  9. 0x08010fe4 in reloc_bootstage ()
  10. [+] Connected to ':3333'
  11. [+] Targeting PID=42000
  12.  
  13. ─────────────────────────────── Exception raised ───────────────────────────────
  14. error: Not supported on this target.
  15. ───────────────────────────── Detailed stacktrace ──────────────────────────────
  16. ↳ File "/home/user/.gdbinit-gef.py", line 2391, in get_path_from_info_proc()
  17. → for x in gdb.execute("info proc", to_string=True).splitlines():
  18. ↳ File "/home/user/.gdbinit-gef.py", line 5598, in setup_remote_environment()
  19. → exepath = get_path_from_info_proc()
  20. ↳ File "/home/user/.gdbinit-gef.py", line 5537, in do_invoke()
  21. → self.setup_remote_environment(rpid, update_solib)
  22. ↳ File "/home/user/.gdbinit-gef.py", line 319, in wrapper()
  23. → rv = f(*args, **kwargs)
  24. ↳ File "/home/user/.gdbinit-gef.py", line 3659, in invoke()
  25. → bufferize(self.do_invoke)(argv)
  26. ───────────────────────────── Last 10 GDB commands ─────────────────────────────
  27. warning: bad breakpoint number at or near '0'
  28. ───────────────────────────── Runtime environment ──────────────────────────────
  29. * GDB: 8.2
  30. * Python: 3.7.1 - final
  31. __main__:936: DeprecationWarning: dist() and linux_distribution() functions are deprecated in Python 3.5
  32. * OS: Linux - 4.18.16-arch1-1-ARCH (64bit) on arch
  33. ────────────────────────────────────────────────────────────────────────────────
  34.  
  35. gef➤ q
  36. Detaching from program: /home/user/Documents/dev/git/u-boot/u-boot, Remote target
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement