From 187336d851c657d50efcb6b4fcc80d22cebc5873 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Sat, 26 Oct 2024 10:01:08 +0200 Subject: [PATCH] gdb: update rootfile Signed-off-by: Arne Fitzenreiter --- config/rootfiles/common/gdb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/config/rootfiles/common/gdb b/config/rootfiles/common/gdb index be23b3e79b..27ecfe9997 100644 --- a/config/rootfiles/common/gdb +++ b/config/rootfiles/common/gdb @@ -2,10 +2,13 @@ #usr/bin/gdb #usr/bin/gdb-add-index #usr/bin/gdbserver +#usr/bin/run #usr/include/gdb #usr/include/gdb/jit-reader.h #usr/include/sim -#usr/lib/libinproctrace.so +#usr/include/sim/callback.h +#usr/include/sim/sim.h +#usr/lib/libsim.a #usr/share/gdb/python #usr/share/gdb/python/gdb #usr/share/gdb/python/gdb/FrameDecorator.py -- 2.39.5