Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
frama-c
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Charles Southerland
frama-c
Commits
bad792f3
Commit
bad792f3
authored
5 years ago
by
Julien Signoles
Browse files
Options
Downloads
Patches
Plain Diff
[E-ACSL:doc] consistency (capitalization, etc)
parent
f6c47e31
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/plugins/e-acsl/man/e-acsl-gcc.sh.1
+19
-19
19 additions, 19 deletions
src/plugins/e-acsl/man/e-acsl-gcc.sh.1
with
19 additions
and
19 deletions
src/plugins/e-acsl/man/e-acsl-gcc.sh.1
+
19
−
19
View file @
bad792f3
...
@@ -46,17 +46,17 @@ compile the generated and the original (supplied) sources.
...
@@ -46,17 +46,17 @@ compile the generated and the original (supplied) sources.
By default no compilation is performed.
By default no compilation is performed.
.TP
.TP
.B -D, --rt-debug
.B -D, --rt-debug
E
nable runtime debug features, i.e., compile unoptimized executable
e
nable runtime debug features, i.e., compile unoptimized executable
with assertions and extra checks.
with assertions and extra checks.
.TP
.TP
.B --no-trace
.B --no-trace
D
isable stack trace reporting in debug mode
d
isable stack trace reporting in debug mode
.TP
.TP
.B -V, --rt-verbose
.B -V, --rt-verbose
O
utput extra messages when executing generated code
o
utput extra messages when executing generated code
.TP
.TP
.B -X, --instrumented-only
.B -X, --instrumented-only
D
o not compile original code. Has effect only in the presence of the \fI-c\fP
d
o not compile original code. Has effect only in the presence of the \fI-c\fP
flag.
flag.
.TP
.TP
.B -C, --compile-only
.B -C, --compile-only
...
@@ -157,23 +157,23 @@ Valid arguments are:
...
@@ -157,23 +157,23 @@ Valid arguments are:
\fIall\fP \- all of the above.
\fIall\fP \- all of the above.
.TP
.TP
.B -A, --rte-select=\fI<OPTSTRING>
.B -A, --rte-select=\fI<OPTSTRING>
R
estrict annotations to a given list of functions.
r
estrict annotations to a given list of functions.
\fIOPTSTRING\fP is a comma-separated string comprising function names.
\fIOPTSTRING\fP is a comma-separated string comprising function names.
.TP
.TP
.B --stack-size=\fI<NUMBER>
.B --stack-size=\fI<NUMBER>
S
et the size (in MB) of the stack shadow space
s
et the size (in MB) of the stack shadow space
.TP
.TP
.B --heap-size=\fI<NUMBER>
.B --heap-size=\fI<NUMBER>
S
et the size (in MB) of the heap shadow space
s
et the size (in MB) of the heap shadow space
.TP
.TP
.B -k, --keep-going
.B -k, --keep-going
C
ontinue execution after an assertion failure
c
ontinue execution after an assertion failure
.TP
.TP
.B --free-valid-address
.B --free-valid-address
T
rigger failure if a NULL-pointer is used as an input to free function
t
rigger failure if a NULL-pointer is used as an input to free function
.TP
.TP
.B --fail-with-code=\fI<NUMBER>
.B --fail-with-code=\fI<NUMBER>
O
n assertion failure exit with the given integer code intead of raising an abort
o
n assertion failure exit with the given integer code intead of raising an abort
signal
signal
.TP
.TP
.B --external-assert=\fI<FILE>
.B --external-assert=\fI<FILE>
...
@@ -190,7 +190,7 @@ Valid arguments are:
...
@@ -190,7 +190,7 @@ Valid arguments are:
By default the Patricia trie memory model is used.
By default the Patricia trie memory model is used.
.TP
.TP
.B --print-mmodels
.B --print-mmodels
P
rint the names of the supported memory models
p
rint the names of the supported memory models
.TP
.TP
.B -I, --frama-c=\fI<FILE>
.B -I, --frama-c=\fI<FILE>
the name of the \fBFrama-C\fP executable. By default the
the name of the \fBFrama-C\fP executable. By default the
...
@@ -205,42 +205,42 @@ the name of the \fBGCC\fP executable. By default the first \fIgcc\fP
...
@@ -205,42 +205,42 @@ the name of the \fBGCC\fP executable. By default the first \fIgcc\fP
executable found in the system path is used.
executable found in the system path is used.
.TP
.TP
.B --then
.B --then
S
eparate with a \fB-then\fP the first \fBFrama-C\fP options from the actual
s
eparate with a \fB-then\fP the first \fBFrama-C\fP options from the actual
launch of the \fBE-ACSL\fP plugin. Prepends \fB-e-acsl-prepare\fP to the list
launch of the \fBE-ACSL\fP plugin. Prepends \fB-e-acsl-prepare\fP to the list
of options passed to \fBFrama-C\fP.
of options passed to \fBFrama-C\fP.
.TP
.TP
.B --e-acsl-extra=\fI<OPTS>
.B --e-acsl-extra=\fI<OPTS>
A
dd
s
\fI<OPTS>\fP to the list of options that will be given to the \fBE-ACSL\fP
a
dd \fI<OPTS>\fP to the list of options that will be given to the \fBE-ACSL\fP
analysis. Only useful when \fB--then\fP is in use, in which case \fI<OPTS>\fP
analysis. Only useful when \fB--then\fP is in use, in which case \fI<OPTS>\fP
will be placed after the \fB-then\fP on \fBFrama-C\fP's command-line. Otherwise,
will be placed after the \fB-then\fP on \fBFrama-C\fP's command-line. Otherwise,
equivalent to \fB--frama-c-extra\fP
equivalent to \fB--frama-c-extra\fP
.SH EXIT STATUS
.SH EXIT STATUS
.TP
.TP
.B 0
.B 0
S
uccessful execution
s
uccessful execution
.TP
.TP
.B 1
.B 1
I
nvalid user input
i
nvalid user input
.TP
.TP
.B \fBFrama-C\fP or \fBGCC\fP error code
.B \fBFrama-C\fP or \fBGCC\fP error code
I
nstrumentation- or compile-time error
i
nstrumentation- or compile-time error
.SH EXAMPLES
.SH EXAMPLES
.B e-acsl-gcc.sh foo.c
.B e-acsl-gcc.sh foo.c
I
nstrument foo.c and output the instrumented code to \fIa.out.frama.c\fP.
i
nstrument foo.c and output the instrumented code to \fIa.out.frama.c\fP.
.B e-acsl-gcc.sh -P -c -ogen_foo.c -Ofoo foo.c
.B e-acsl-gcc.sh -P -c -ogen_foo.c -Ofoo foo.c
I
nstrument \fIfoo.c\fP, output the instrumented code to \fIgen_foo.c\fP and
i
nstrument \fIfoo.c\fP, output the instrumented code to \fIgen_foo.c\fP and
compile \fIfoo.c\fP into \fIfoo\fP and \fIgen_foo.c\fP into \fIfoo.e-acsl\fP.
compile \fIfoo.c\fP into \fIfoo\fP and \fIgen_foo.c\fP into \fIfoo.e-acsl\fP.
The \fB-P\fP option specifies that the instrumentation should omit debug
The \fB-P\fP option specifies that the instrumentation should omit debug
functionality.
functionality.
.B e-acsl-gcc.sh --memory-model=bittree -C gen_foo.c
.B e-acsl-gcc.sh --memory-model=bittree -C gen_foo.c
A
ssume \fIgen_foo.c\fP has been instrumented by \fBE-ACSL\fP and compile it into
a
ssume \fIgen_foo.c\fP has been instrumented by \fBE-ACSL\fP and compile it into
\fIa.out.e-acsl\fP using \fBbittree\fP memory model.
\fIa.out.e-acsl\fP using \fBbittree\fP memory model.
.SH SEE ALSO
.SH SEE ALSO
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment