gdbinit 341 B

123456789101112131415
  1. set pagination off
  2. target remote :3333
  3. mon reset halt
  4. maintenance flush register-cache
  5. b app_main
  6. commands
  7. mon esp sysview start file:///tmp/sysview_example.svdat
  8. # For dual-core mode uncomment the line below and comment the line above
  9. # mon esp sysview start file:///tmp/sysview_example0.svdat file:///tmp/sysview_example1.svdat
  10. c
  11. end
  12. c