-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
subrepos/binutils-gdb: merge (95b149b1ebc35f995be3f8cc517072a3cabb8467)
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule binutils-gdb
updated
31 files
+14 −0 | bfd/ChangeLog | |
+8 −10 | bfd/elflink.c | |
+1 −1 | bfd/version.h | |
+16 −0 | binutils/ChangeLog | |
+4 −9 | binutils/ar.c | |
+29 −17 | binutils/arsup.c | |
+1 −2 | binutils/objcopy.c | |
+69 −0 | gdb/ChangeLog | |
+6 −0 | gdb/NEWS | |
+5 −0 | gdb/doc/ChangeLog | |
+16 −0 | gdb/doc/gdb.texinfo | |
+13 −0 | gdb/infcmd.c | |
+37 −21 | gdb/inferior.c | |
+370 −265 | gdb/infrun.c | |
+4 −0 | gdb/infrun.h | |
+5 −0 | gdb/linux-nat.c | |
+29 −10 | gdb/remote.c | |
+0 −9 | gdb/target.c | |
+7 −0 | gdb/target.h | |
+15 −0 | gdb/testsuite/ChangeLog | |
+22 −0 | gdb/testsuite/gdb.base/inferior-noarg.c | |
+36 −0 | gdb/testsuite/gdb.base/inferior-noarg.exp | |
+58 −0 | gdb/testsuite/gdb.threads/attach-non-stop.c | |
+148 −0 | gdb/testsuite/gdb.threads/attach-non-stop.exp | |
+112 −0 | gdb/testsuite/gdb.threads/detach-step-over.c | |
+290 −0 | gdb/testsuite/gdb.threads/detach-step-over.exp | |
+10 −0 | gdbserver/ChangeLog | |
+28 −1 | gdbserver/linux-low.cc | |
+9 −0 | gdbserver/server.cc | |
+5 −0 | ld/ChangeLog | |
+2 −2 | ld/testsuite/ld-ifunc/ifunc.exp |