This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gdb-8.1-branch in repository binutils-gdb.
from 381665f89d Automatic date update in version.in new 6d607b8812 Create new common/pathstuff.[ch] new 2441702a72 Make gdbserver work with filename-only binaries new 506817a3ab Change order of error message printed when gdbserver can't find CWD
The 3 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 | 44 ++++++ gdb/Makefile.in | 3 + 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 | 23 +++ 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, 453 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%)