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
Deploy
Releases
Container Registry
Model registry
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
pub
frama-c
Commits
9d228c73
Commit
9d228c73
authored
4 years ago
by
Basile Desloges
Browse files
Options
Downloads
Patches
Plain Diff
[eacsl] Update `e-acsl-gcc.sh` doc
parent
a07bd940
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/plugins/e-acsl/man/e-acsl-gcc.sh.1
+34
-2
34 additions, 2 deletions
src/plugins/e-acsl/man/e-acsl-gcc.sh.1
src/plugins/e-acsl/scripts/e-acsl-gcc.comp
+5
-3
5 additions, 3 deletions
src/plugins/e-acsl/scripts/e-acsl-gcc.comp
with
39 additions
and
5 deletions
src/plugins/e-acsl/man/e-acsl-gcc.sh.1
+
34
−
2
View file @
9d228c73
...
...
@@ -153,7 +153,7 @@ Valid arguments are:
\fIfloat-to-int\fP \- casts from floating-point to integer.
\fIdiv\fP \- division by zero.
\fIshift\fP \- left and right shifts by a value out of bounds.
\fpointer-call\fP
\- annotate functions calls through pointers.
\f
I
pointer-call\fP \- annotate functions calls through pointers.
\fIall\fP \- all of the above.
.TP
.B -A, --rte-select=\fI<OPTSTRING>
...
...
@@ -212,7 +212,39 @@ launch of the \fBE-ACSL\fP plugin.
add \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
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.
.TP
.B --ar=\fI<FILE>
the name of the \fBAR\fP executable. Only relevant with
\fB--dlmalloc-from-sources\fP. By default the first \fIar\fP executable found in
the system path is used.
.TP
.B --ranlib=\fI<FILE>
the name of the \fBRANLIB\fP executable. Only relevant with
\fB--dlmalloc-from-sources\fP. By default the first \fIranlib\fP executable
found in the system path is used.
.TP
.B --with-dlmalloc=\fI<FILE>
use \fI<FILE>\fP instead of distributed dlmalloc library.
.TP
.B --dlmalloc-from-sources
compile and use dlmalloc library from sources instead of using the distributed
library. Incompatible with \fB--with-dlmalloc\fP.
.TP
.B --dlmalloc-compile-only
do not instrument or compile code, only compile dlmalloc library from sources.
Implies \fB--dlmalloc-from-sources\fP and incompatible with
\fB--with-dlmalloc\fP.
.TP
.B --dlmalloc-compile-flags=\fI<FLAGS>
compile dlmalloc library with \fI<FLAGS>\fP compile flags. Default to
\fI-O2 -g3\fP. Unused if \fB--dlmalloc-from-sources\fP or
\fB--dlmalloc-compile-only\fP isn't used.
.TP
.B --odlmalloc=\fI<FILE>
output compiled dlmalloc library to \fI<FILE>\fP. Unused if
\fB--dlmalloc-from-sources\fP or \fB--dlmalloc-compile-only\fP isn't used.
.SH EXIT STATUS
.TP
.B 0
...
...
This diff is collapsed.
Click to expand it.
src/plugins/e-acsl/scripts/e-acsl-gcc.comp
+
5
−
3
View file @
9d228c73
...
...
@@ -36,13 +36,15 @@ _eacsl_gcc() {
--no-trace
--ocode= --oexec= --oexec-e-acsl=
--ld-flags= --cpp-flags= --extra-cpp-args=
--frama-c-extra= --frama-c= --gcc= --
e-acsl-sh
ar
e
= --
memory-model
=
--e-acsl-extra=
--frama-c-extra= --frama-c= --gcc= --ar= --
ranlib
=
--e-acsl-share= --memory-model=
--e-acsl-extra=
--compile --compile-only --print-mmodels --frama-c-only --instrumented-only
--gmp --full-mtracking --rte= --rte-select= --no-int-overflow
--no-stdlib --frama-c-stdlib --libc-replacements
--temporal --free-valid-address --weak-validity --validate-format-strings
--heap-size --stack-size"
--heap-size --stack-size
--with-dlmalloc --dlmalloc-from-sources --dlmalloc-compile-only
--dlmalloc-compile-flags --odlmalloc"
case ${prev} in
-*)
...
...
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