util-docker: Add gdb to gcn-gpu Dockerfile
authorMatthew Poremba <matthew.poremba@amd.com>
Thu, 14 Jan 2021 16:31:41 +0000 (10:31 -0600)
committerMatthew Poremba <matthew.poremba@amd.com>
Fri, 15 Jan 2021 16:13:09 +0000 (16:13 +0000)
gdb is generally useful.

Change-Id: Ic73822a5f61914cafba0699949dccabc81c03d2a
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/39096
Reviewed-by: Matt Sinclair <mattdsinclair@gmail.com>
Reviewed-by: Jason Lowe-Power <power.jg@gmail.com>
Reviewed-by: Bobby R. Bruce <bbruce@ucdavis.edu>
Reviewed-by: Kyle Roarty <kyleroarty1716@gmail.com>
Maintainer: Matt Sinclair <mattdsinclair@gmail.com>
Tested-by: kokoro <noreply+kokoro@google.com>
util/dockerfiles/gcn-gpu/Dockerfile

index dad41b92c73de6d691b54cef492c7ca39cd9d72a..e5683ab18358b33818b3c679a758c19914c5d090 100644 (file)
@@ -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