From: Matthew Poremba Date: Thu, 14 Jan 2021 16:31:41 +0000 (-0600) Subject: util-docker: Add gdb to gcn-gpu Dockerfile X-Git-Tag: develop-gem5-snapshot~288 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e91524b1f21bf861eddeda5cc4b4f88b6bcb6ba7;p=gem5.git util-docker: Add gdb to gcn-gpu Dockerfile gdb is generally useful. Change-Id: Ic73822a5f61914cafba0699949dccabc81c03d2a Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/39096 Reviewed-by: Matt Sinclair Reviewed-by: Jason Lowe-Power Reviewed-by: Bobby R. Bruce Reviewed-by: Kyle Roarty Maintainer: Matt Sinclair Tested-by: kokoro --- diff --git a/util/dockerfiles/gcn-gpu/Dockerfile b/util/dockerfiles/gcn-gpu/Dockerfile index dad41b92c..e5683ab18 100644 --- a/util/dockerfiles/gcn-gpu/Dockerfile +++ b/util/dockerfiles/gcn-gpu/Dockerfile @@ -40,7 +40,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ libboost-filesystem-dev \ libboost-system-dev \ libboost-dev \ - libpng12-dev + libpng12-dev \ + gdb # Use python 3.9 by default RUN update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.9 1