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 3083294d65 testsuite: Restore gdb_is_target_remote_prompt new b4987c956d Create new common/pathstuff.[ch] new 25e3c82c0e Make gdbserver work with filename-only binaries
The 2 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/ChangeLog | 43 ++++++ gdb/Makefile.in | 2 + gdb/auto-load.c | 1 + gdb/common/common-defs.h | 3 + gdb/common/common-utils.c | 32 +++++ gdb/common/common-utils.h | 5 + gdb/common/gdb_tilde_expand.c | 13 ++ gdb/common/gdb_tilde_expand.h | 4 + gdb/common/pathstuff.c | 156 +++++++++++++++++++++ gdb/common/pathstuff.h | 53 +++++++ gdb/compile/compile.c | 1 + gdb/defs.h | 4 - gdb/dwarf2read.c | 1 + gdb/exec.c | 1 + gdb/gdbserver/ChangeLog | 18 +++ gdb/gdbserver/Makefile.in | 2 + gdb/gdbserver/server.c | 64 +++++++-- gdb/guile/scm-safe-call.c | 1 + gdb/linux-thread-db.c | 1 + gdb/main.c | 1 + gdb/nto-tdep.c | 1 + gdb/objfiles.c | 1 + gdb/source.c | 35 +---- gdb/symtab.c | 1 + gdb/testsuite/ChangeLog | 5 + .../gdb.server/{wrapper.exp => abspath.exp} | 42 +++--- gdb/testsuite/lib/gdb.exp | 24 ++++ gdb/utils.c | 120 +--------------- gdb/utils.h | 6 - 29 files changed, 446 insertions(+), 195 deletions(-) create mode 100644 gdb/common/pathstuff.c create mode 100644 gdb/common/pathstuff.h copy gdb/testsuite/gdb.server/{wrapper.exp => abspath.exp} (55%)