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
a0690931
Commit
a0690931
authored
2 years ago
by
Allan Blanchard
Browse files
Options
Downloads
Patches
Plain Diff
[doc] removed journal
parent
e9aad683
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
man/frama-c.1
+7
-22
7 additions, 22 deletions
man/frama-c.1
man/frama-c.1.md
+7
-20
7 additions, 20 deletions
man/frama-c.1.md
with
14 additions
and
42 deletions
man/frama-c.1
+
7
−
22
View file @
a0690931
...
@@ -3,13 +3,13 @@
...
@@ -3,13 +3,13 @@
.TH "FRAMA-C" "1" "" "2021-06-18" ""
.TH "FRAMA-C" "1" "" "2021-06-18" ""
.hy
.hy
.\"------------------------------------------------------------------------
.\"------------------------------------------------------------------------
.\"
.\"
.\" This file is part of Frama-C documentation
.\" This file is part of Frama-C documentation
.\"
.\"
.\" Copyright (C) 2007-2021
.\" Copyright (C) 2007-2021
.\" CEA (Commissariat à l'énergie atomique et aux énergies
.\" CEA (Commissariat à l'énergie atomique et aux énergies
.\" alternatives)
.\" alternatives)
.\"
.\"
.\" you can redistribute it and/or modify it under the terms of the
.\" you can redistribute it and/or modify it under the terms of the
.\" CC-BY-SA 4.0 license
.\" CC-BY-SA 4.0 license
...
@@ -293,21 +293,6 @@ Use \f[B]\[at]inline\f[R] to select all functions with attribute
...
@@ -293,21 +293,6 @@ Use \f[B]\[at]inline\f[R] to select all functions with attribute
Recursive functions are inlined only at the first level.
Recursive functions are inlined only at the first level.
Calls via function pointers are not inlined.
Calls via function pointers are not inlined.
.TP
.TP
-journal-disable
do not output a journal of the current session.
See \f[B]-journal-enable\f[R].
.TP
-journal-enable
on by default, dumps a journal of all the actions performed during the
current Frama-C session in the form of an OCaml script that can be
replayed with \f[B]-load-script\f[R].
The name of the script can be set with the \f[B]-journal-name\f[R]
option.
.TP
-journal-name \f[I]name\f[R]
sets the name of the journal file (without the \f[I].ml\f[R] extension).
Defaults to \f[B]frama_c_journal\f[R].
.TP
-json-compilation-database \f[I]path\f[R]
-json-compilation-database \f[I]path\f[R]
use \f[I]path\f[R] as a JSON compilation database (see
use \f[I]path\f[R] as a JSON compilation database (see
<https://clang.llvm.org/docs/JSONCompilationDatabase.html> for more
<https://clang.llvm.org/docs/JSONCompilationDatabase.html> for more
...
...
This diff is collapsed.
Click to expand it.
man/frama-c.1.md
+
7
−
20
View file @
a0690931
...
@@ -4,13 +4,13 @@ header-includes:
...
@@ -4,13 +4,13 @@ header-includes:
-
|
-
|
```
{=man}
```
{=man}
.\"------------------------------------------------------------------------
.\"------------------------------------------------------------------------
.\"
.\"
.\" This file is part of Frama-C documentation
.\" This file is part of Frama-C documentation
.\"
.\"
.\" Copyright (C) 2007-2021
.\" Copyright (C) 2007-2021
.\" CEA (Commissariat à l'énergie atomique et aux énergies
.\" CEA (Commissariat à l'énergie atomique et aux énergies
.\" alternatives)
.\" alternatives)
.\"
.\"
.\" you can redistribute it and/or modify it under the terms of the
.\" you can redistribute it and/or modify it under the terms of the
.\" CC-BY-SA 4.0 license
.\" CC-BY-SA 4.0 license
...
@@ -248,19 +248,6 @@ Use **@inline** to select all functions with attribute *inline*.
...
@@ -248,19 +248,6 @@ Use **@inline** to select all functions with attribute *inline*.
Recursive functions are inlined only at the first level.
Recursive functions are inlined only at the first level.
Calls via function pointers are not inlined.
Calls via function pointers are not inlined.
-journal-disable
: do not output a journal of the current session. See
**-journal-enable**
.
-journal-enable
: on by default, dumps a journal of all the actions performed during the
current Frama-C session in the form of an OCaml script that can be replayed
with
**-load-script**
. The name of the script can be set with the
**-journal-name**
option.
-journal-name
*name*
: sets the name of the journal file (without the
*.ml*
extension).
Defaults to
**frama_c_journal**
.
-json-compilation-database
*path*
-json-compilation-database
*path*
: use
*path*
as a JSON compilation database
: use
*path*
as a JSON compilation database
(see
<https://clang.llvm.org/docs/JSONCompilationDatabase.html>
(see
<https://clang.llvm.org/docs/JSONCompilationDatabase.html>
...
...
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