This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc 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]

[PATCH 0/2] New options for debugglibc.sh and testrun.sh


From: "Gabriel F. T. Gomes" <gabrielftg@linux.ibm.com>

Carlos noticed [1] that the support for tests inside containers and for
statically linked tests is not complete in debugglibc.sh and testrun.sh.
This patch set tries to address some of the issues he raised.

Note: there might be some design problems with the implementation,
anyhow I think the patches will be useful to advance the discussion.

[1] https://sourceware.org/ml/libc-alpha/2019-11/msg00873.html

Gabriel F. T. Gomes (2):
  Attach to test in container from debugglibc.sh
  Do not use ld.so to open statically linked programs in debugglibc.sh

 Makefile | 36 ++++++++++++++++++++++++++++++++++--
 1 file changed, 34 insertions(+), 2 deletions(-)

-- 
2.21.0


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