Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- D:\Spiele\RetroArch-v1.3.0>gdb.exe retroarch.exe
- GNU gdb (GDB) 7.7.50.20140303-cvs
- Copyright (C) 2014 Free Software Foundation, Inc.
- License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
- This is free software: you are free to change and redistribute it.
- There is NO WARRANTY, to the extent permitted by law. Type "show copying"
- and "show warranty" for details.
- This GDB was configured as "x86_64-w64-mingw32".
- Type "show configuration" for configuration details.
- For bug reporting instructions, please see:
- <http://www.gnu.org/software/gdb/bugs/>.
- Find the GDB manual and other documentation resources online at:
- <http://www.gnu.org/software/gdb/documentation/>.
- For help, type "help".
- Type "apropos word" to search for commands related to "word".
- This binary was built by Equation Solution <http://www.Equation.com>...
- Reading symbols from retroarch.exe...(no debugging symbols found)...done.
- (gdb) run --verbose --menu
- Starting program: D:\Spiele\RetroArch-v1.3.0\retroarch.exe --verbose --menu
- [New Thread 4592.0x1b24]
- [New Thread 4592.0x590]
- [New Thread 4592.0x168]
- [New Thread 4592.0x1530]
- [New Thread 4592.0xffc]
- [New Thread 4592.0x1904]
- [New Thread 4592.0x10a8]
- [New Thread 4592.0xe8]
- [New Thread 4592.0x1a24]
- [Thread 4592.0x10a8 exited with code 0]
- [New Thread 4592.0xf0c]
- [New Thread 4592.0x538]
- [New Thread 4592.0x1a5c]
- [New Thread 4592.0x15ec]
- [Thread 4592.0x15ec exited with code 0]
- [Thread 4592.0x1a5c exited with code 0]
- [New Thread 4592.0x1a1c]
- [New Thread 4592.0xf30]
- [New Thread 4592.0x1984]
- [New Thread 4592.0xe44]
- [New Thread 4592.0xff8]
- [Thread 4592.0x1530 exited with code 0]
- [Thread 4592.0x590 exited with code 0]
- [Thread 4592.0x168 exited with code 0]
- [Thread 4592.0xe44 exited with code 0]
- [Thread 4592.0xff8 exited with code 0]
- [New Thread 4592.0xb4c]
- [Thread 4592.0x1984 exited with code 1]
- [Thread 4592.0xf30 exited with code 1]
- [Thread 4592.0xb4c exited with code 1]
- [Thread 4592.0xe8 exited with code 1]
- [Thread 4592.0xf0c exited with code 1]
- [Thread 4592.0x1a1c exited with code 1]
- [Thread 4592.0x1a24 exited with code 1]
- [Thread 4592.0x538 exited with code 1]
- [Thread 4592.0xffc exited with code 1]
- [Inferior 1 (process 4592) exited with code 01]
- (gdb) bt
- No stack.
- (gdb)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement