This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository binutils-gdb.
from 36b6b4594e7 Re: Let '^' through the lexer new 97b6e0f6c88 *-fbsd-nat: Handle null inferior in read_description. new a4a688ffa46 *-linux-nat: Handle null inferior in read_description. new 6af166ed587 Add a have_native_target helper function for use with require. new 40e76c4db13 Test that native targets can read a tdesc without a process [...]
The 4 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gdb/aarch64-fbsd-nat.c | 3 +++ gdb/aarch64-linux-nat.c | 3 +++ gdb/amd64-fbsd-nat.c | 3 +++ gdb/arm-fbsd-nat.c | 3 +++ gdb/arm-linux-nat.c | 3 +++ gdb/i386-fbsd-nat.c | 3 +++ gdb/mips-linux-nat.c | 4 ++++ gdb/ppc-linux-nat.c | 3 +++ gdb/riscv-linux-nat.c | 3 +++ gdb/s390-linux-nat.c | 3 +++ gdb/testsuite/gdb.base/auto-connect-native-target.exp | 18 +----------------- .../native-target-noproc-tdesc.exp} | 19 +++++++++++++------ gdb/testsuite/lib/gdb.exp | 14 ++++++++++++++ gdb/x86-linux-nat.c | 3 +++ 14 files changed, 62 insertions(+), 23 deletions(-) copy gdb/testsuite/{gdb.testsuite/lmap.exp => gdb.base/native-target-noproc-tdesc. [...]