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 a79fa8c5fb5 gdb/testsuite: Fix race in gdb.dwarf2/calling-convention.exp new a69599e68bf Fix possible Cygwin build problem new 94ea6ddb944 Don't call QUIT in read_string new 3b1bdd53b5a Rename read_string new 9da74023eb9 Remove the byte order parameter to target_read_string new b17c7ab3808 Move target_read_string to target/target.c new 44ac251ad20 Share handle_ms_vc_exception with gdbserver new 42a59714076 Implement thread_name for gdbserver new 1ea519ec192 Set the worker thread name on Windows new 8bbdbd6985d Use GetThreadDescription on Windows new 1a7c41d5ece Ignore 0,0 entries in .debug_aranges
The 10 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/Makefile.in | 2 +- gdb/c-lang.c | 4 +- gdb/dwarf2/read.c | 11 +- gdb/nat/windows-nat.c | 81 +++++++++ gdb/nat/windows-nat.h | 25 +-- gdb/target.c | 20 --- gdb/target.h | 8 - gdb/target/target.c | 190 +++++++++++++++++++++ gdb/target/target.h | 31 ++++ .../gdb.dwarf2/locexpr-data-member-location.exp | 3 + gdb/valprint.c | 175 +------------------ gdb/valprint.h | 6 - gdb/windows-nat.c | 46 +---- gdbserver/Makefile.in | 2 + gdbserver/win32-low.cc | 18 +- gdbserver/win32-low.h | 2 + gdbsupport/thread-pool.cc | 72 +++++++- 17 files changed, 414 insertions(+), 282 deletions(-) create mode 100644 gdb/target/target.c