Skip to content
Snippets Groups Projects
Commit c520a678 authored by jgoppert's avatar jgoppert Committed by Lorenz Meier
Browse files

More intelligent jmavsim killing.

parent 21cf3e0c
No related branches found
No related tags found
No related merge requests found
......@@ -19,9 +19,8 @@ fi
# kill process names that might stil
# be running from last time
pkill java
pkill mainapp
pkill `jps | grep Simulator | cut -d" " -f1`
cp Tools/posix_lldbinit $build_path/src/firmware/posix/.lldbinit
cp Tools/posix.gdbinit $build_path/src/firmware/posix/.gdbinit
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment