X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2FChangeLog;h=caaacc9925c5bdc17f9a6fc76f4f4dcbb71a2606;hb=34f8ac9f490fc38a07d03ec8e425c06a2bb737b2;hp=5cbc8d8b1da4955853a7e355c5d75fdaa0e2f94d;hpb=07c138c8ae2b11d417c9799202363a95a2d06881;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 5cbc8d8b1d..caaacc9925 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,65 @@ +2015-06-11 Walfred Tedeschi + + * i386-tdep.c (i386_mpx_print_bounds): use of LONGEST instead of + long long int and plongest instead of %ll. + +2015-06-11 Gary Benson + + * nat/linux-namespaces.c (gdb_wait.h): New include. + (sys/wait.h): Do not include. + +2015-06-10 Simon Marchi + + * dwarf2read.c (dwarf_record_line): Call dwarf_record_line if + end_sequence is true. + +2015-06-10 Jan Kratochvil + + Code cleanup. + * solib-target.c (library_list_start_list): Use explicit NULL + comparison. + +2015-06-10 Jan Kratochvil + + * solib-target.c (library_list_start_list): Do not dereference + variable version in its initialization. Make the VERSION check handle + NULL. + (library_list_attributes): Make "version" GDB_XML_AF_OPTIONAL. + +2015-06-10 Gary Benson + + * NEWS: Announce support for direct access of executable and + shared library files when attaching to inferiors in containers + on GNU/Linux systems. + +2015-06-10 Gary Benson + + * remote.c (struct remote_state) : New field. + (new_remote_state): Initialize the above. + (PACKET_vFile_setfs): New enum value. + (remote_hostio_set_filesystem): New function. + (remote_hostio_open): Call the above. + (remote_hostio_unlink): Likewise. + (remote_hostio_readlink): Likewise. + (_initialize_remote): Register new "set/show remote + hostio-setfs-packet" command. + * NEWS: Announce new vFile:setfs packet. + +2015-06-10 Gary Benson + + * linux-nat.c (nat/linux-namespaces.h): New include. + (fileio.h): Likewise. + (linux_nat_filesystem_is_local): New function. + (linux_nat_fileio_pid_of): Likewise. + (linux_nat_fileio_open): Likewise. + (linux_nat_fileio_readlink): Likewise. + (linux_nat_fileio_unlink): Likewise. + (linux_nat_add_target): Initialize to_filesystem_is_local, + to_fileio_open, to_fileio_readlink and to_fileio_unlink. + (_initialize_linux_nat): New "set/show debug linux-namespaces" + commands. + * NEWS: Mention new "set/show debug linux-namespaces" commands. + 2015-06-10 Gary Benson * target.h (struct inferior): New forward declaration.