From 321c21701cfbc53161d86e9193782561a18d6a60 Mon Sep 17 00:00:00 2001 From: Thomas Willson Date: Mon, 15 Sep 2025 10:11:48 -0700 Subject: [PATCH] Add LLDB +semver:minor --- stafl-devcontainer/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stafl-devcontainer/Dockerfile b/stafl-devcontainer/Dockerfile index 786f942..830b719 100644 --- a/stafl-devcontainer/Dockerfile +++ b/stafl-devcontainer/Dockerfile @@ -14,7 +14,7 @@ RUN export DEBIAN_FRONTEND=noninteractive \ && apt-get --no-install-recommends -y full-upgrade \ && apt-get -y install --no-install-recommends bash-completion bzip2 ca-certificates clang clang-format-14 curl curl \ dos2unix doxygen g++ g++-mips-linux-gnu gcc-mips-linux-gnu gcc-multilib-mips-linux-gnu gdb gdb-multiarch git git-lfs \ - gnupg graphviz inetutils-ping ksh lcov libncurses5 llvm-14 make ninja-build openjdk-17-jdk plantuml python2.7-dev python3 python3-dev \ + gnupg graphviz inetutils-ping ksh lcov libncurses5 llvm-14 lldb-14 make ninja-build openjdk-17-jdk plantuml python2.7-dev python3 python3-dev \ python3-pip python3.10-venv qemu-user ripgrep software-properties-common udev wget \ && find -path '/user-setup-scripts/*' | xargs dos2unix \ && pip install cmake \