From 6c2ac08627c289ce2e5d8b00dfac16a5d81ebc85 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Wed, 18 Dec 2024 08:07:01 +0100 Subject: [PATCH] gdb: rootfile update for aarch64 Signed-off-by: Arne Fitzenreiter --- config/rootfiles/common/aarch64/gdb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/rootfiles/common/aarch64/gdb b/config/rootfiles/common/aarch64/gdb index 95e6455418..1394a2fd14 100644 --- a/config/rootfiles/common/aarch64/gdb +++ b/config/rootfiles/common/aarch64/gdb @@ -19,6 +19,7 @@ #usr/share/gdb/python/gdb/command/__init__.py #usr/share/gdb/python/gdb/command/explore.py #usr/share/gdb/python/gdb/command/frame_filters.py +#usr/share/gdb/python/gdb/command/missing_debug.py #usr/share/gdb/python/gdb/command/pretty_printers.py #usr/share/gdb/python/gdb/command/prompt.py #usr/share/gdb/python/gdb/command/type_printers.py @@ -54,6 +55,7 @@ #usr/share/gdb/python/gdb/function/as_string.py #usr/share/gdb/python/gdb/function/caller_is.py #usr/share/gdb/python/gdb/function/strfns.py +#usr/share/gdb/python/gdb/missing_debug.py #usr/share/gdb/python/gdb/printer #usr/share/gdb/python/gdb/printer/__init__.py #usr/share/gdb/python/gdb/printer/bound_registers.py @@ -70,6 +72,7 @@ #usr/share/gdb/syscalls/freebsd.xml #usr/share/gdb/syscalls/gdb-syscalls.dtd #usr/share/gdb/syscalls/i386-linux.xml +#usr/share/gdb/syscalls/loongarch-linux.xml #usr/share/gdb/syscalls/mips-n32-linux.xml #usr/share/gdb/syscalls/mips-n64-linux.xml #usr/share/gdb/syscalls/mips-o32-linux.xml -- 2.39.5