From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1499) id 265533858CDB; Tue, 9 Apr 2024 10:22:10 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 265533858CDB DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1712658130; bh=cKl5nyge3MyXASonbYv+GwmWKj26u8bpN6GQQ8y92rk=; h=From:To:Subject:Date:From; b=EKxTF56W/CCGxWKru2rDNMrTpo1GBm9NVGyjsVlBC0tbSuf2wU83w+5JdRydKT6og AVUE6vIf+yGceqy0htoTGstOTm+UhMiPg66g4walxvRH1lZ0Nc/KUXo2XDiQVv2cOq dnBX2AqE84DQKSql7XGW9GN1UbfCNetq5O8xj2XI= MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: Gaius Mulley To: gcc-cvs@gcc.gnu.org Subject: [gcc r14-9868] modula2: remove description of fdebug-trace-quad, fdebug-trace-api and add fm2-debug-trace= X-Act-Checkin: gcc X-Git-Author: Gaius Mulley X-Git-Refname: refs/heads/master X-Git-Oldrev: 46120d7d12318f98cbeeef1bae886222ecc92d52 X-Git-Newrev: 897a241ddde53eae912c612a1623c84ff4dfe339 Message-Id: <20240409102210.265533858CDB@sourceware.org> Date: Tue, 9 Apr 2024 10:22:10 +0000 (GMT) List-Id: https://gcc.gnu.org/g:897a241ddde53eae912c612a1623c84ff4dfe339 commit r14-9868-g897a241ddde53eae912c612a1623c84ff4dfe339 Author: Gaius Mulley Date: Tue Apr 9 11:21:02 2024 +0100 modula2: remove description of fdebug-trace-quad, fdebug-trace-api and add fm2-debug-trace= This documentation fix removes the descriptions of -fdebug-trace-quad and -fdebug-trace-api. It adds a description of -fm2-debug-trace= together with the trace alternatives: line,token,quad,all. gcc/ChangeLog: * doc/gm2.texi (Compiler options): Remove -fdebug-trace-quad. Remove -fdebug-trace-api. Add -fm2-debug-trace=. Signed-off-by: Gaius Mulley Diff: --- gcc/doc/gm2.texi | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/gcc/doc/gm2.texi b/gcc/doc/gm2.texi index 9f6d4140e42..19b864573c1 100644 --- a/gcc/doc/gm2.texi +++ b/gcc/doc/gm2.texi @@ -398,14 +398,6 @@ it allows users to single step code into an intrinsic function. @c Modula-2 @c turn on internal debugging of the compiler (internal switch) -@c fdebug-trace-quad -@c Modula-2 -@c turn on quadruple tracing (internal switch) - -@c fdebug-trace-api -@c Modula-2 -@c turn on the Modula-2 api tracing (internal switch) - @c fdebug-function-line-numbers @c Modula-2 @c turn on the Modula-2 function line number generation (internal switch) @@ -474,6 +466,11 @@ this option forces the use of the static version. @c Modula-2 Joined @c set all location values to a specific value (internal switch) +@c fm2-debug-trace= +@c Modula-2 Joined +@c turn on trace debugging using a comma separated list: +@c line,token,quad,all. + @item -fm2-g improve the debugging experience for new programmers at the expense of generating @code{nop} instructions if necessary to ensure single