Guest User

Untitled

a guest
Sep 17th, 2018
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.65 KB | None | 0 0
  1. root@retropie:/home/pi/RetroPie-Setup/tmp/build/pcsx-rearmed# gdb pcsx
  2. GNU gdb (Raspbian 7.7.1+dfsg-5+rpi1) 7.7.1
  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 "arm-linux-gnueabihf".
  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. Reading symbols from pcsx...done.
  17. (gdb) breakpoint 1
  18. Undefined command: "breakpoint". Try "help".
  19. (gdb) break 1
  20. Breakpoint 1 at 0xaf040: /home/pi/RetroPie-Setup/tmp/build/pcsx-rearmed/frontend/main.c:1. (2 locations)
  21. (gdb) dir /home/pi/RetroPie-Setup/tmp/build/pcsx-rearmed
  22. Source directories searched: /home/pi/RetroPie-Setup/tmp/build/pcsx-rearmed:$cdir:$cwd
  23. (gdb) n
  24. The program is not being run.
  25. (gdb) run
  26. Starting program: /home/pi/RetroPie-Setup/tmp/build/pcsx-rearmed/pcsx
  27. [Thread debugging using libthread_db enabled]
  28. Using host libthread_db library "/lib/arm-linux-gnueabihf/libthread_db.so.1".
  29. Breakpoint 1, set_default_paths () at frontend/main.c:107
  30. 107 MAKE_PATH(Config.Mcd1, MEMCARD_DIR, "card1.mcd");
  31. (gdb) n
  32. 106 snprintf(Config.PatchesDir, sizeof(Config.PatchesDir), "." PATCHES_DIR);
  33. (gdb)
  34. 107 MAKE_PATH(Config.Mcd1, MEMCARD_DIR, "card1.mcd");
  35. (gdb)
  36. 106 snprintf(Config.PatchesDir, sizeof(Config.PatchesDir), "." PATCHES_DIR);
  37. (gdb)
  38. 107 MAKE_PATH(Config.Mcd1, MEMCARD_DIR, "card1.mcd");
  39. (gdb)
  40. 106 snprintf(Config.PatchesDir, sizeof(Config.PatchesDir), "." PATCHES_DIR);
  41. (gdb)
  42. 107 MAKE_PATH(Config.Mcd1, MEMCARD_DIR, "card1.mcd");
  43. (gdb)
  44. 109 strcpy(Config.BiosDir, "bios");
  45. (gdb)
  46.  
  47. Breakpoint 1, set_default_paths () at frontend/main.c:108
  48. 108 MAKE_PATH(Config.Mcd2, MEMCARD_DIR, "card2.mcd");
  49. (gdb)
  50. 112 strcpy(Config.PluginsDir, "plugins");
  51. (gdb)
  52. 109 strcpy(Config.BiosDir, "bios");
  53. (gdb)
  54. 113 strcpy(Config.Gpu, "builtin_gpu");
  55. (gdb)
  56. 109 strcpy(Config.BiosDir, "bios");
  57. (gdb)
  58. 112 strcpy(Config.PluginsDir, "plugins");
  59. (gdb)
  60. 114 strcpy(Config.Spu, "builtin_spu");
  61. (gdb)
  62. 115 strcpy(Config.Cdr, "builtin_cdr");
  63. (gdb)
  64. 112 strcpy(Config.PluginsDir, "plugins");
  65. (gdb)
  66. 113 strcpy(Config.Gpu, "builtin_gpu");
  67. (gdb)
  68. 116 strcpy(Config.Pad1, "builtin_pad");
  69. (gdb)
  70. 109 strcpy(Config.BiosDir, "bios");
  71. (gdb)
  72. 113 strcpy(Config.Gpu, "builtin_gpu");
  73. (gdb)
  74. 114 strcpy(Config.Spu, "builtin_spu");
  75. (gdb)
  76. 117 strcpy(Config.Pad2, "builtin_pad");
  77. (gdb)
  78. 109 strcpy(Config.BiosDir, "bios");
  79. (gdb)
  80. 114 strcpy(Config.Spu, "builtin_spu");
  81. (gdb)
  82. 115 strcpy(Config.Cdr, "builtin_cdr");
  83. (gdb)
  84. 118 strcpy(Config.Net, "Disabled");
  85. (gdb)
  86. 115 strcpy(Config.Cdr, "builtin_cdr");
  87. (gdb)
  88. 116 strcpy(Config.Pad1, "builtin_pad");
  89. (gdb)
  90. 117 strcpy(Config.Pad2, "builtin_pad");
  91. (gdb)
  92. 118 strcpy(Config.Net, "Disabled");
  93. (gdb)
  94. 117 strcpy(Config.Pad2, "builtin_pad");
  95. (gdb)
  96. 118 strcpy(Config.Net, "Disabled");
  97. (gdb)
  98. 119 }
  99. (gdb)
  100. emu_core_preinit () at frontend/main.c:421
  101. 421 emu_set_default_config();
  102. (gdb)
  103. 422 strcpy(Config.Bios, "HLE");
  104. (gdb)
  105. 425 }
  106. (gdb)
  107. main (argc=1, argv=0xbefff784) at frontend/main.c:515
  108. 515 for (i = 1; i < argc; i++) {
  109. (gdb)
  110. 578 in_init();
  111. (gdb)
  112. 579 pl_init();
  113. (gdb)
  114. 580 plat_init();
  115. (gdb)
  116. plat_sdl: using 320x240 as fullscreen resolution
Add Comment
Please, Sign In to add comment