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 33bab475a6 Avoid memcpys in regcache read_part/write_part for full registers. new 00431a78b2 Use thread_info and inferior pointers more throughout
The 1 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 | 296 +++++++++++++++++++++++++++++++++ gdb/aarch64-linux-tdep.c | 4 +- gdb/ada-lang.h | 2 +- gdb/ada-tasks.c | 21 +-- gdb/amd64-linux-tdep.c | 4 +- gdb/arm-linux-tdep.c | 4 +- gdb/bfin-linux-tdep.c | 4 +- gdb/breakpoint.c | 76 +++++---- gdb/breakpoint.h | 5 +- gdb/bsd-uthread.c | 6 +- gdb/btrace.c | 30 ++-- gdb/cli/cli-interp.c | 1 + gdb/common/refcounted-object.h | 16 ++ gdb/compile/compile-object-load.c | 4 +- gdb/corelow.c | 8 +- gdb/ctf.c | 5 +- gdb/dummy-frame.c | 30 ++-- gdb/dummy-frame.h | 20 ++- gdb/elfread.c | 6 +- gdb/eval.c | 6 +- gdb/fbsd-tdep.c | 3 +- gdb/frame.c | 11 +- gdb/gdb_proc_service.h | 4 +- gdb/gdbarch.c | 4 +- gdb/gdbarch.h | 4 +- gdb/gdbarch.sh | 2 +- gdb/gdbthread.h | 91 +++++----- gdb/i386-linux-tdep.c | 4 +- gdb/infcall.c | 66 ++++---- gdb/infcmd.c | 41 ++--- gdb/inferior.c | 115 ++++--------- gdb/inferior.h | 25 +-- gdb/infrun.c | 340 +++++++++++++++++--------------------- gdb/inline-frame.c | 48 +++--- gdb/inline-frame.h | 8 +- gdb/linux-fork.c | 7 +- gdb/linux-nat.c | 36 ++-- gdb/linux-thread-db.c | 54 +++--- gdb/mi/mi-cmd-var.c | 22 +-- gdb/mi/mi-interp.c | 63 ++++--- gdb/mi/mi-main.c | 47 +++--- gdb/mips-linux-tdep.c | 4 +- gdb/ppc-linux-tdep.c | 4 +- gdb/proc-service.c | 23 +-- gdb/progspace-and-thread.c | 7 +- gdb/progspace.c | 1 + gdb/python/py-exitedevent.c | 4 +- gdb/python/py-finishbreakpoint.c | 5 +- gdb/python/py-inferior.c | 49 +++--- gdb/python/py-infthread.c | 24 +-- gdb/python/py-record-btrace.c | 54 +++--- gdb/python/py-record.c | 17 +- gdb/python/py-record.h | 12 +- gdb/python/py-threadevent.c | 5 +- gdb/python/python-internal.h | 9 +- gdb/record-btrace.c | 50 +++--- gdb/record-full.c | 1 + gdb/regcache.c | 19 ++- gdb/regcache.h | 9 + gdb/remote.c | 61 +++---- gdb/s390-linux-tdep.c | 4 +- gdb/sparc-linux-tdep.c | 4 +- gdb/sparc64-linux-tdep.c | 4 +- gdb/stack.c | 2 +- gdb/target-debug.h | 2 + gdb/target.c | 24 +-- gdb/thread.c | 229 ++++++++++++------------- gdb/top.c | 7 +- gdb/tracefile-tfile.c | 5 +- gdb/tui/tui-interp.c | 1 + gdb/varobj.c | 8 +- 71 files changed, 1198 insertions(+), 993 deletions(-)