Guest User

Untitled

a guest
Nov 23rd, 2017
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.18 KB | None | 0 0
  1. gdb rev002
  2.  
  3. GNU gdb (GDB) 8.0.1
  4. Copyright (C) 2017 Free Software Foundation, Inc.
  5. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
  6. This is free software: you are free to change and redistribute it.
  7. There is NO WARRANTY, to the extent permitted by law. Type "show copying"
  8. and "show warranty" for details.
  9. This GDB was configured as "x86_64-apple-darwin16.7.0".
  10. Type "show configuration" for configuration details.
  11. For bug reporting instructions, please see:
  12. <http://www.gnu.org/software/gdb/bugs/>.
  13. Find the GDB manual and other documentation resources online at:
  14. <http://www.gnu.org/software/gdb/documentation/>.
  15. For help, type "help".
  16. Type "apropos word" to search for commands related to "word"...
  17. "/Users/gabomfim99/Downloads/rev002": not in executable format: File format not recognized
  18.  
  19. rev002: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux.so.2, for GNU/Linux 2.6.32, BuildID[sha1]=3c8bdb3c489c073663a510de5439539101f8b244, not stripped
  20.  
  21. lldb rev02
  22.  
  23. (lldb) target create "rev002"
  24. Current executable set to 'rev002' (i386).
  25.  
  26. (lldb) run
  27. error: process launch failed: Lost debug server connection
Add Comment
Please, Sign In to add comment