Advertisement
Guest User

Untitled

a guest
Feb 2nd, 2016
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.23 KB | None | 0 0
  1. D:\Spiele\RetroArch-v1.3.0>gdb.exe retroarch.exe
  2. GNU gdb (GDB) 7.7.50.20140303-cvs
  3. Copyright (C) 2014 Free Software Foundation, Inc.
  4. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
  5. This is free software: you are free to change and redistribute it.
  6. There is NO WARRANTY, to the extent permitted by law. Type "show copying"
  7. and "show warranty" for details.
  8. This GDB was configured as "x86_64-w64-mingw32".
  9. Type "show configuration" for configuration details.
  10. For bug reporting instructions, please see:
  11. <http://www.gnu.org/software/gdb/bugs/>.
  12. Find the GDB manual and other documentation resources online at:
  13. <http://www.gnu.org/software/gdb/documentation/>.
  14. For help, type "help".
  15. Type "apropos word" to search for commands related to "word".
  16.  
  17. This binary was built by Equation Solution <http://www.Equation.com>...
  18. Reading symbols from retroarch.exe...(no debugging symbols found)...done.
  19. (gdb) run --verbose --menu
  20. Starting program: D:\Spiele\RetroArch-v1.3.0\retroarch.exe --verbose --menu
  21. [New Thread 4592.0x1b24]
  22. [New Thread 4592.0x590]
  23. [New Thread 4592.0x168]
  24. [New Thread 4592.0x1530]
  25. [New Thread 4592.0xffc]
  26. [New Thread 4592.0x1904]
  27. [New Thread 4592.0x10a8]
  28. [New Thread 4592.0xe8]
  29. [New Thread 4592.0x1a24]
  30. [Thread 4592.0x10a8 exited with code 0]
  31. [New Thread 4592.0xf0c]
  32. [New Thread 4592.0x538]
  33. [New Thread 4592.0x1a5c]
  34. [New Thread 4592.0x15ec]
  35. [Thread 4592.0x15ec exited with code 0]
  36. [Thread 4592.0x1a5c exited with code 0]
  37. [New Thread 4592.0x1a1c]
  38. [New Thread 4592.0xf30]
  39. [New Thread 4592.0x1984]
  40. [New Thread 4592.0xe44]
  41. [New Thread 4592.0xff8]
  42. [Thread 4592.0x1530 exited with code 0]
  43. [Thread 4592.0x590 exited with code 0]
  44. [Thread 4592.0x168 exited with code 0]
  45. [Thread 4592.0xe44 exited with code 0]
  46. [Thread 4592.0xff8 exited with code 0]
  47. [New Thread 4592.0xb4c]
  48. [Thread 4592.0x1984 exited with code 1]
  49. [Thread 4592.0xf30 exited with code 1]
  50. [Thread 4592.0xb4c exited with code 1]
  51. [Thread 4592.0xe8 exited with code 1]
  52. [Thread 4592.0xf0c exited with code 1]
  53. [Thread 4592.0x1a1c exited with code 1]
  54. [Thread 4592.0x1a24 exited with code 1]
  55. [Thread 4592.0x538 exited with code 1]
  56. [Thread 4592.0xffc exited with code 1]
  57. [Inferior 1 (process 4592) exited with code 01]
  58. (gdb) bt
  59. No stack.
  60. (gdb)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement