This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH 6/9 v2] Implement mount namespace support for native Linux targets


Gary Benson writes:
 > This commit allows GDB to access executables and shared libraries
 > on native Linux targets where GDB and the inferior have different
 > mount namespaces.
 >
 > gdb/ChangeLog:
 >
 > 	* 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 lin-ns" commands.
 > 	* NEWS: Mention new "set/show debug lin-ns" commands.

Hi.

Nit: "set debug" options need a doc entry.
[I didn't see it in another patch.
I also didn't see this option used in this patch.]


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]