Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
Frama-C Website
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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 Website
Merge requests
!55
Adds installation instructions files
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Adds installation instructions files
installation-instructions
into
master
Overview
0
Commits
3
Pipelines
3
Changes
1
Merged
Allan Blanchard
requested to merge
installation-instructions
into
master
4 years ago
Overview
0
Commits
3
Pipelines
3
Changes
1
Expand
0
0
Merge request reports
Viewing commit
0d1e49fb
Prev
Next
Show latest version
1 file
+
12
−
9
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
0d1e49fb
Fixes micro-tutorial on index page
· 0d1e49fb
Allan Blanchard
authored
4 years ago
index.html
+
12
−
9
Options
@@ -81,17 +81,20 @@ title: Frama-C
<div
class=
"swiper-slide"
>
<div
class=
"sidetext"
>
<div>
<p>
When invoked with the above command-line, Frama-C
<p>
When invoked with the command-line:
</p>
<pre>
frama-c -eva -slevel 10 first.c
</pre>
<p>
Frama-C
creates an analysis project for the file first.c.
</p>
<p>
The
<tt>
-va
l
</tt>
option on the command-line causes
the value
analysis
plug-in to run and have its results ready
before the interface appears.
<p>
The
<tt>
-
e
va
</tt>
option on the command-line causes
the Eva
plug-in to run and have its results ready
before the interface appears.
</p>
<p>
The
<tt>
-slevel
</tt>
option is one of several options that
influence the precision of the value analysis. The
actions of creating new analysis projects and
activating plug-ins can also be done interactively.
<p>
The
<tt>
-slevel
</tt>
option is one of several
options that influence the precision of the Eva
plug-in. The actions of creating new analysis
projects and activating plug-ins can also be done
interactively.
</p>
</div>
</div>
@@ -100,7 +103,7 @@ title: Frama-C
<div
class=
"swiper-slide"
>
<div
class=
"sidetext"
>
<div>
<p>
The va
lue analysis
plug-in computes sets of possible
<p>
The
E
va plug-in computes sets of possible
values for every variable at each point of the program.
When providing such results, Frama-C guarantees that the
variable does not take at that point any value other
Loading