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
19df8d3f
Commit
19df8d3f
authored
1 year ago
by
David Bühler
Browse files
Options
Downloads
Patches
Plain Diff
[Eva] Removes some uses of legacy callstack.
parent
4456b1ab
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/plugins/eva/engine/compute_functions.ml
+1
-1
1 addition, 1 deletion
src/plugins/eva/engine/compute_functions.ml
src/plugins/eva/gui/gui_callstacks_filters.ml
+1
-1
1 addition, 1 deletion
src/plugins/eva/gui/gui_callstacks_filters.ml
with
2 additions
and
2 deletions
src/plugins/eva/engine/compute_functions.ml
+
1
−
1
View file @
19df8d3f
...
@@ -240,7 +240,7 @@ module Make (Abstract: Abstractions.S_with_evaluation) = struct
...
@@ -240,7 +240,7 @@ module Make (Abstract: Abstractions.S_with_evaluation) = struct
if
pp
then
if
pp
then
Self
.
feedback
Self
.
feedback
"@[computing for function %a.@
\n
Called from %a.@]"
"@[computing for function %a.@
\n
Called from %a.@]"
Value_types
.
Callstack
.
pretty_short
(
Callstack
.
to_legacy
call
.
callstack
)
Callstack
.
pretty_short
call
.
callstack
Cil_datatype
.
Location
.
pretty
(
Cil_datatype
.
Kinstr
.
loc
kinstr
);
Cil_datatype
.
Location
.
pretty
(
Cil_datatype
.
Kinstr
.
loc
kinstr
);
let
cvalue_state
=
get_cvalue_or_top
state
in
let
cvalue_state
=
get_cvalue_or_top
state
in
let
compute
,
kind
=
let
compute
,
kind
=
...
...
This diff is collapsed.
Click to expand it.
src/plugins/eva/gui/gui_callstacks_filters.ml
+
1
−
1
View file @
19df8d3f
...
@@ -26,7 +26,7 @@ type rcallstack = Value_types.callstack
...
@@ -26,7 +26,7 @@ type rcallstack = Value_types.callstack
let
empty
=
[]
let
empty
=
[]
let
from_callstack
cs
=
List
.
rev
(
Callstack
.
to_
legacy
cs
)
let
from_callstack
cs
=
Callstack
.
to_
call_list
cs
let
callstack_matches_callstack
(
rcs1
:
rcallstack
)
(
rcs2
:
rcallstack
)
=
let
callstack_matches_callstack
(
rcs1
:
rcallstack
)
(
rcs2
:
rcallstack
)
=
let
rec
aux
q1
q2
=
match
q1
,
q2
with
let
rec
aux
q1
q2
=
match
q1
,
q2
with
...
...
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