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
5243d251
Commit
5243d251
authored
7 years ago
by
Julien Signoles
Browse files
Options
Downloads
Patches
Plain Diff
[userman] refer to undefined behavior detection in the introduction
parent
101ef9f0
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/plugins/e-acsl/doc/userman/introduction.tex
+10
-10
10 additions, 10 deletions
src/plugins/e-acsl/doc/userman/introduction.tex
with
10 additions
and
10 deletions
src/plugins/e-acsl/doc/userman/introduction.tex
+
10
−
10
View file @
5243d251
...
...
@@ -13,16 +13,16 @@ program.
\eacsl
translation brings several benefits. First, it allows a user to monitor
\C
code and perform what is usually referred to as ``runtime assertion
checking''~
\cite
{
runtime-assertion-checking
}
\footnote
{
In our context, ``runtime
annotation checking'' would be more precise.
}
. This is the
primary goal of
\eacsl
. Second, it allows to combine
\framac
and its
existing analyzers with other
\C
analyzers that do not natively understand the
\acsl
specification language. Third, the possibility
to detect invalid annotations
during a concrete execution may be very helpful
while writing a correct
specification of a given program,
\emph
{
e.g.
}
for later
program proving.
Finally, an executable specification makes it possible to
check assertions that
cannot be verified statically and thus to establish a link
between
runtime monitoring and static analysis tools such as
annotation checking'' would be more precise.
}
. This is the
primary goal of
\eacsl
. Indirectly, in combination with the
\rte
~
\cite
{
rte
}
, this usage
allows the user to detect undefined behaviors in its
\C
code. Second, it allows
to combine
\framac
and its existing analyzers with other
\C
analyzers that do
not natively understand the
\acsl
specification language. Third, the possibility
to detect invalid annotations
during a concrete execution may be very helpful
while writing a correct
specification of a given program,
\emph
{
e.g.
}
for later
program proving.
Finally, an executable specification makes it possible to
check assertions that
cannot be verified statically and thus to establish a link
between
runtime monitoring and static analysis tools such as
\valueplugin
~
\cite
{
value
}
\index
{
Value
}
or
\wpplugin
~
\cite
{
wp
}
\index
{
Wp
}
.
Annotations used by the plug-in must be written in the
\eacsl
specification
...
...
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