diff options
author | Gaius Mulley <gaiusmod2@gmail.com> | 2024-04-09 11:21:02 +0100 |
---|---|---|
committer | Gaius Mulley <gaiusmod2@gmail.com> | 2024-04-09 11:21:02 +0100 |
commit | 897a241ddde53eae912c612a1623c84ff4dfe339 (patch) | |
tree | 835af6e0a67c6af6c9ab2750444b78121e9cc553 /gcc | |
parent | 46120d7d12318f98cbeeef1bae886222ecc92d52 (diff) | |
download | gcc-897a241ddde53eae912c612a1623c84ff4dfe339.zip gcc-897a241ddde53eae912c612a1623c84ff4dfe339.tar.gz gcc-897a241ddde53eae912c612a1623c84ff4dfe339.tar.bz2 |
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 <gaiusmod2@gmail.com>
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/doc/gm2.texi | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/gcc/doc/gm2.texi b/gcc/doc/gm2.texi index 9f6d414..19b8645 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 |