Searched refs:IPKDBG_GDB (Results 1 – 1 of 1) sorted by relevance
125 : ${IPKDBG_GDB:=}126 if [ -n "$IPKDBG_GDB" ]128 ipkdbg_info "Using provided gdb command '$IPKDBG_GDB'"133 IPKDBG_GDB=gdb134 if [ -z "$(command -v $IPKDBG_GDB)" ]144 IPKDBG_GDB=gdb-multiarch145 if [ -z "$(command -v $IPKDBG_GDB)" ]155 IPKDBG_GDB=gdb-multiarch156 if [ -z "$(command -v $IPKDBG_GDB)" ]171 ipkdbg_info "Using gdb command ${IPKDBG_GDB} ($(command -v $IPKDBG_GDB))"[all …]