gdbinit 304 B

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