Advertisement
regandgo

my_OK_dbg_5000KHz.txt

Oct 22nd, 2017
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.62 KB | None | 0 0
  1. bav@BAV60 MINGW32 /d/sdk_e/_soc/esp32/prj/e_monitor
  2. $ xtensa-esp32-elf-gdb -x gdbinit build/e_monitor.elf
  3. GNU gdb (crosstool-NG crosstool-ng-1.22.0-61-gab8375a) 7.10
  4. Copyright (C) 2015 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 "--host=i686-host_pc-mingw32 --target=xtensa-esp32-elf".
  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. Reading symbols from build/e_monitor.elf...done.
  18. --------------------------------------------------
  19. sasha: ESP32-GDB run script gdbinit() E-MON
  20. --------------------------------------------------
  21. 0x00000000 in ?? ()
  22. JTAG tap: esp32.cpu0 tap/device found: 0x120034e5 (mfg: 0x272 (Tensilica), part: 0x2003, ver: 0x1)
  23. JTAG tap: esp32.cpu1 tap/device found: 0x120034e5 (mfg: 0x272 (Tensilica), part: 0x2003, ver: 0x1)
  24. esp32: Debug controller was reset (pwrstat=0x5F, after clear 0x0F).
  25. esp32: Core was reset (pwrstat=0x5F, after clear 0x0F).
  26. Target halted. PRO_CPU: PC=0x5000004B (active) APP_CPU: PC=0x00000000
  27. esp32: target state: halted
  28. esp32: Core was reset (pwrstat=0x1F, after clear 0x0F).
  29. Target halted. PRO_CPU: PC=0x40000400 (active) APP_CPU: PC=0x40000400
  30. esp32: target state: halted
  31. Hardware assisted breakpoint 1 at 0x400f1ea4: file D:/sdk_e/_soc/esp32/prj/e_monitor/main/main.c, line 337.
  32. 0x0: 0x00000000
  33. Target halted. PRO_CPU: PC=0x400F1EA4 (active) APP_CPU: PC=0xF8001080
  34. [New Thread 1073436856]
  35. [New Thread 1073439532]
  36. [New Thread 1073408876]
  37. [Switching to Thread 1073413356]
  38.  
  39. Temporary breakpoint 1, app_main ()
  40. at D:/sdk_e/_soc/esp32/prj/e_monitor/main/main.c:337
  41. 337 {
  42. (gdb) n
  43. Target halted. PRO_CPU: PC=0x400F1EA7 (active) APP_CPU: PC=0xF8001080
  44. 341 emon_wellcome_msg();
  45. (gdb) n
  46. Target halted. PRO_CPU: PC=0x400F1DCC (active) APP_CPU: PC=0xF8001080
  47. Target halted. PRO_CPU: PC=0x400F1EAA (active) APP_CPU: PC=0xF8001080
  48. 347 nvs_flash_init();
  49. (gdb) n
  50. Target halted. PRO_CPU: PC=0x400EE3CC (active) APP_CPU: PC=0xF8001080
  51. Target halted. PRO_CPU: PC=0x400F1EAD (active) APP_CPU: PC=0xF8001080
  52. 354 if (sys_mbox_new(&g_mbox, EMON_MBOX_SIZE) != ERR_OK) {
  53. (gdb) c
  54. Continuing.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement