From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4ZBptV1tmSz36Vt for ; Tue, 11 Mar 2025 09:51:14 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) server-digest SHA384 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4ZBptV1cvmz2xLw for ; Tue, 11 Mar 2025 09:51:14 +0000 (UTC) Received: from people01.haj.ipfire.org (people01.haj.ipfire.org [172.28.1.161]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature ECDSA (secp384r1) client-digest SHA384) (Client CN "people01.haj.ipfire.org", Issuer "E5" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4ZBptT60ZlzWD for ; Tue, 11 Mar 2025 09:51:13 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1741686673; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=AyhFS34NnCGFiskV2KqTXzJ5p9dkQmzuQkFmW9IvhP8=; b=oEdlkY17FoZ3WEMLqZwP9eLjDzvQVME0fLIq3URrvf20+mhZSzuMCvWW05fHPx8GXZ4mbG gnAdNSXOiGxCShAg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1741686673; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=AyhFS34NnCGFiskV2KqTXzJ5p9dkQmzuQkFmW9IvhP8=; b=Uaxg6r1OJrU9rwCoBCE0O8u6Ke44dIzhzeAreuTAQFlGXwCnqbLdPEs4HR0PStOHbykhMt y3nmKPcLi6D4G1NjoV1z0d5PPINQl5nBenajoD9UzYZvK32ulM67pWEV5XXCtbILgi93qQ m6dxh0IULwh1uZ7x2IqUOyWRaBJJsWHCcDI6k46eLmJzvUYr7isEkWRo0dRN+7RCNFEaxr 85Mb8qjwdPeb2TRmrjUTRr5EOHvsTOlEbCXvYcsqWi/j/TXYR1gKAX+fe9F+DO9XTD1nxS 47XLo/N6EVGB05JrZZwftqKKa2pTnGmDOeCsdX32tJ6mGmhyMRkT9fe9bXQjCA== Received: by people01.haj.ipfire.org (Postfix, from userid 1000) id 4ZBptT4x3lz2xYv; Tue, 11 Mar 2025 09:51:13 +0000 (UTC) To: ipfire-scm@lists.ipfire.org Subject: [git.ipfire.org] IPFire 2.x development tree branch, next, updated. e18bef46ff6888caa7a7ef52cda032ec2464f8ae X-Git-Refname: refs/heads/next X-Git-Reftype: branch X-Git-Oldrev: f5b6a32ee2b81acbbfdb9e8a72cdb8f96f5e38e1 X-Git-Newrev: e18bef46ff6888caa7a7ef52cda032ec2464f8ae Message-Id: <4ZBptT4x3lz2xYv@people01.haj.ipfire.org> Date: Tue, 11 Mar 2025 09:51:13 +0000 (UTC) From: Michael Tremer Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree". The branch, next has been updated via e18bef46ff6888caa7a7ef52cda032ec2464f8ae (commit) from f5b6a32ee2b81acbbfdb9e8a72cdb8f96f5e38e1 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit e18bef46ff6888caa7a7ef52cda032ec2464f8ae Author: Michael Tremer Date: Tue Mar 11 09:50:48 2025 +0000 gdb: Update aarch64 rootfile Signed-off-by: Michael Tremer ----------------------------------------------------------------------- Summary of changes: config/rootfiles/common/aarch64/gdb | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) Difference in files: diff --git a/config/rootfiles/common/aarch64/gdb b/config/rootfiles/common/aarch64/gdb index 1394a2fd1..44d0d763f 100644 --- a/config/rootfiles/common/aarch64/gdb +++ b/config/rootfiles/common/aarch64/gdb @@ -2,6 +2,7 @@ #usr/bin/gdb #usr/bin/gdb-add-index #usr/bin/gdbserver +#usr/bin/gstack #usr/bin/run #usr/include/gdb #usr/include/gdb/jit-reader.h @@ -19,7 +20,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/missing_files.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 @@ -33,6 +34,7 @@ #usr/share/gdb/python/gdb/dap/evaluate.py #usr/share/gdb/python/gdb/dap/events.py #usr/share/gdb/python/gdb/dap/frames.py +#usr/share/gdb/python/gdb/dap/globalvars.py #usr/share/gdb/python/gdb/dap/io.py #usr/share/gdb/python/gdb/dap/launch.py #usr/share/gdb/python/gdb/dap/locations.py @@ -56,11 +58,13 @@ #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/missing_files.py +#usr/share/gdb/python/gdb/missing_objfile.py #usr/share/gdb/python/gdb/printer #usr/share/gdb/python/gdb/printer/__init__.py -#usr/share/gdb/python/gdb/printer/bound_registers.py #usr/share/gdb/python/gdb/printing.py #usr/share/gdb/python/gdb/prompt.py +#usr/share/gdb/python/gdb/ptwrite.py #usr/share/gdb/python/gdb/styling.py #usr/share/gdb/python/gdb/types.py #usr/share/gdb/python/gdb/unwinder.py @@ -102,4 +106,5 @@ #usr/share/man/man1/gdb-add-index.1 #usr/share/man/man1/gdb.1 #usr/share/man/man1/gdbserver.1 +#usr/share/man/man1/gstack.1 #usr/share/man/man5/gdbinit.5 hooks/post-receive -- IPFire 2.x development tree