finish print return value of current functionstep next source linestepi one machine instructionnext same as step but skip functionnexti same as stepi but skip function
info registers
echo 0 > /proc/sys/kernel/yama/ptrace_scope
thread apply all bt
gdbserver --attach :10000 <pid>
arm-linux-gnueabihf-gdb -x sysroot-file.gdbinit -ex 'target extended-remote <remoteip>:10000' -ex 'set remote exec-file <remote binary>' --args <local binary with debug>