Remove private_ prefix from fish dir's
This commit is contained in:
5
dot_config/fish/functions/369/a2/carsim.fish
Executable file
5
dot_config/fish/functions/369/a2/carsim.fish
Executable file
@@ -0,0 +1,5 @@
|
||||
function carsim
|
||||
printf '\033c'
|
||||
# and ./carsim stop $argv[1] $argv[2]
|
||||
and ./carsim light $argv[1] $argv[2]
|
||||
end
|
||||
15
dot_config/fish/functions/369/a2/gdb-a2.fish
Executable file
15
dot_config/fish/functions/369/a2/gdb-a2.fish
Executable file
@@ -0,0 +1,15 @@
|
||||
function gdb-a2
|
||||
# gdb -ex "b safeStopSign.c:96" -ex "run" \
|
||||
# gdb -ex "b safeTrafficLight.c:98" -ex "run" \
|
||||
gdb -ex "run" -ex "bt" \
|
||||
# gdb -ex "run" \
|
||||
# -ex "p cur_lane_queue.count" \
|
||||
# -ex "p cur_front->car->index" \
|
||||
# -ex "p cur_front->car" \
|
||||
# -ex "p cur_front" \
|
||||
# --args ./carsim stop 1 4
|
||||
# --args ./carsim stop 3 20
|
||||
# --args ./carsim light 1 4
|
||||
--args ./carsim light 1 20
|
||||
# gdb -ex "b safeStopSign.c:86" -ex "run" --args ./carsim stop 1 10
|
||||
end
|
||||
Reference in New Issue
Block a user