mbox series

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

Message ID 20191204023631.29512-1-gabriel@inconstante.net.br
Headers show
Series New options for debugglibc.sh and testrun.sh | expand

Message

Gabriel F. T. Gomes Dec. 4, 2019, 2:36 a.m. UTC
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(-)