Home
last modified time | relevance | path

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

/openbmc/qemu/
H 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
/openbmc/openbmc/poky/scripts/lib/devtool/
H A Dide_sdk.py126 gdb_bin = self.target_sys + '-gdb'
128 self.staging_bindir_native, self.target_sys, gdb_bin)