]> Git Repo - qemu.git/commit
configure: gate our use of GDB to 8.3.1 or above
authorAlex Bennée <[email protected]>
Fri, 8 Jan 2021 22:42:39 +0000 (22:42 +0000)
committerAlex Bennée <[email protected]>
Mon, 18 Jan 2021 10:04:31 +0000 (10:04 +0000)
commitb1863ccc957e2607b2c973ad37329da0546fb001
treef49dc1283bc661110b97eb177d7943cf4dc62924
parent5662ab11f6e70157521913e38e49d4d1b135c4d5
configure: gate our use of GDB to 8.3.1 or above

The support of socket based debugging which we need for linux-user
testing is only really stable as of 8.3.1 so lets gate our use of GDB
on having a relatively modern version.

For direct testing you can just point to a locally compiled version of
gdb via configure, e.g.:

  ../../configure --gdb=$HOME/src/binutils-gdb.git/builds/all/install/bin/gdb

Signed-off-by: Alex Bennée <[email protected]>
Message-Id: <20210108224256[email protected]>
configure
This page took 0.025773 seconds and 4 git commands to generate.