diff options
author | Stefan Liebler <stli@linux.ibm.com> | 2023-09-28 12:50:40 +0200 |
---|---|---|
committer | Stefan Liebler <stli@linux.ibm.com> | 2023-10-16 09:51:00 +0200 |
commit | 4a829d70ab3bc9e69f3d186471d043e07e0d78d8 (patch) | |
tree | 42fa3a4d607df06f8c2021b7394694639cb37310 /sysdeps/ieee754 | |
parent | 69239bd7a216007692470aa9d5f3658024638742 (diff) | |
download | glibc-4a829d70ab3bc9e69f3d186471d043e07e0d78d8.zip glibc-4a829d70ab3bc9e69f3d186471d043e07e0d78d8.tar.gz glibc-4a829d70ab3bc9e69f3d186471d043e07e0d78d8.tar.bz2 |
Fix WAIT_FOR_DEBUGGER for container tests.
For container tests, gdb needs to set the sysroot to the corresponding
testroot.root directory. The assumption was that PIDs < 3 means that
we are running within a container.
Starting with commit 2fe64148a81f0d78050c302f34a6853d21f7cae4
"Allow for unpriviledged nested containers", the default is to use
the PID namespace of the parent. Thus support_test_main.c does not
recognize our container anymore.
This patch now assumes that we are running inside a container if
test-container.c has set PID_OUTSIDE_CONTAINER and always uses this
PID independent of having a new PID namespace or not.
Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Diffstat (limited to 'sysdeps/ieee754')
0 files changed, 0 insertions, 0 deletions