Dotfiles for my tiling window manager + terminal workflow.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
462 B

5 years ago
5 years ago
5 years ago
5 years ago
  1. function gdb-a2
  2. # gdb -ex "b safeStopSign.c:96" -ex "run" \
  3. # gdb -ex "b safeTrafficLight.c:98" -ex "run" \
  4. gdb -ex "run" -ex "bt" \
  5. # gdb -ex "run" \
  6. # -ex "p cur_lane_queue.count" \
  7. # -ex "p cur_front->car->index" \
  8. # -ex "p cur_front->car" \
  9. # -ex "p cur_front" \
  10. # --args ./carsim stop 1 4
  11. # --args ./carsim stop 3 20
  12. # --args ./carsim light 1 4
  13. --args ./carsim light 1 20
  14. # gdb -ex "b safeStopSign.c:86" -ex "run" --args ./carsim stop 1 10
  15. end