Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
verimag
synchrone
lustre-v6
Commits
6fe97fdb
Commit
6fe97fdb
authored
Dec 10, 2019
by
erwan
Browse files
Fix: the src info in the rdbg plugin was wrong at exit events
parent
011560e0
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
lib/socExecDbg.ml
View file @
6fe97fdb
(* Time-stamp: <modified the
29/08
/2019 (at 1
6:41
) by Erwan Jahier> *)
(* Time-stamp: <modified the
10/12
/2019 (at 1
0:20
) by Erwan Jahier> *)
open
Soc
open
Data
open
SocExecValue
...
...
@@ -588,9 +588,9 @@ and (do_soc_step : Lxm.t -> int option -> step_method -> SocExecValue.ctx ->
Event
.
kind
=
Event
.
Exit
;
Event
.
lang
=
"lustre"
;
Event
.
name
=
step_name
;
Event
.
inputs
=
nectx
.
Event
.
inputs
;
Event
.
outputs
=
nectx
.
Event
.
outputs
;
Event
.
locals
=
nectx
.
Event
.
locals
;
Event
.
inputs
=
fst
soc
.
profile
;
Event
.
outputs
=
snd
soc
.
profile
;
Event
.
locals
=
locals
;
Event
.
sinfo
=
sinfo
;
Event
.
data
=
datal
;
Event
.
next
=
(
fun
()
->
cont3
nectx
val_ctx
);
...
...
lv6-ref-man/lv6-ref-man.pdf
View file @
6fe97fdb
No preview for this file type
test/lus2lic.sum
View file @
6fe97fdb
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment