Home
last modified time | relevance | path

Searched refs:gdb_bin (Results 1 – 1 of 1) sorted by relevance

/qemu/
A Dconfigure259 gdb_bin=$(command -v "gdb-multiarch" || command -v "gdb")
796 --gdb=*) gdb_bin="$optarg"
1152 if test -n "$gdb_bin"; then
1153 gdb_version_string=$($gdb_bin --version | head -n 1)
1157 gdb_arches=$($python "$source_path/scripts/probe-gdb-support.py" $gdb_bin)
1159 gdb_bin=""
1777 echo "GDB=$gdb_bin" >> $config_host_mak
1835 echo "GDB=$gdb_bin" >> $config_target_mak

Completed in 5 milliseconds