Debug core images: mount sources to right directory

This commit is contained in:
Robert Schmidt
2025-06-20 16:10:44 +02:00
parent bd5380ed09
commit 5766d7ff51

View File

@@ -54,7 +54,7 @@ fi
# the source directory to show correct line numbers
docker run --rm -it \
-v $COREDUMP:/tmp/coredump \
-v $SOURCES:/opt/$TYPEPATH/src \
-v $SOURCES:/oai-ran/ \
--entrypoint bash \
$IMAGE \
-c "gdb --dir=src/cmake_targets/ran_build/build $EXEC /tmp/coredump"