Advertisement
Guest User

Untitled

a guest
Jun 10th, 2017
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.97 KB | None | 0 0
  1. xtensa-esp32-elf-gdb -x gdbinit /tmp/arduino_build_677764/WiFiScan.ino.elf
  2. GNU gdb (crosstool-NG crosstool-ng-1.22.0-61-gab8375a) 7.10
  3. Copyright (C) 2015 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 "--host=x86_64-build_pc-linux-gnu --target=xtensa-esp32-elf".
  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 /tmp/arduino_build_677764/WiFiScan.ino.elf...done.
  17. 0x00000000 in ?? ()
  18. JTAG tap: esp32.cpu0 tap/device found: 0x120034e5 (mfg: 0x272 (Tensilica), part: 0x2003, ver: 0x1)
  19. JTAG tap: esp32.slave tap/device found: 0x120034e5 (mfg: 0x272 (Tensilica), part: 0x2003, ver: 0x1)
  20. Target halted. PRO_CPU: PC=0x400DAE2C (active) APP_CPU: PC=0x00000000
  21. esp32: target state: halted
  22. esp32: Debug controller was reset (pwrstat=0x5F, after clear 0x0F).
  23. esp32: Core was reset (pwrstat=0x5F, after clear 0x0F).
  24. Target halted. PRO_CPU: PC=0x5000004B (active) APP_CPU: PC=0x00000000
  25. esp32: target state: halted
  26. esp32: Core was reset (pwrstat=0x1F, after clear 0x0F).
  27. Target halted. PRO_CPU: PC=0x40000400 (active) APP_CPU: PC=0x40000288
  28. esp32: target state: halted
  29. Hardware assisted breakpoint 1 at 0x4010c340: file /home/valeros/Arduino/hardware/espressif/esp32/cores/esp32/main.cpp, line 23.
  30. 0x0: 0x00000000
  31. Target halted. PRO_CPU: PC=0x4010C340 (active) APP_CPU: PC=0x400DAE2C
  32. [Switching to Thread 1073521312]
  33. (gdb) c
  34. Continuing.
  35. Cannot execute this command without a live selected thread.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement