Makefile: support GDB debugging

This commit is contained in:
Lorenz Meier
2015-09-20 16:40:53 +02:00
parent 74a9850439
commit 6db320741c

View File

@@ -110,6 +110,15 @@ lldb_sitl_plane: posix
lldb_sitl_ros: posix
Tools/sitl_run.sh posix-configs/SITL/init/rc_iris_ros lldb
gdb_sitl_quad: posix
Tools/sitl_run.sh posix-configs/SITL/init/rcS lldb
gdb_sitl_plane: posix
Tools/sitl_run.sh posix-configs/SITL/init/rc.fixed_wing lldb
gdb_sitl_ros: posix
Tools/sitl_run.sh posix-configs/SITL/init/rc_iris_ros lldb
sitl_quad:
@echo "Deprecated. Use 'run_sitl_quad' instead."