- May 10, 2023
-
-
- Apr 14, 2023
-
-
David Bühler authored
On very small programs, the Eva analysis may end before the computation hook is registered, and ivette is never notified that the analysis has been computed. Sending the corresponding signal when the hook is registered ensures the synchronization of the given value/state/array at the start.
-
- Apr 04, 2023
-
-
David Bühler authored
-
- Mar 24, 2023
-
-
David Bühler authored
Fixes a bug of the SourceCode component where the view is empty on markers with unknown position, for instance on type markers. Now, when selecting a type marker, the view displays the top of the current function, which is not perfect, but better.
-
- Mar 23, 2023
-
-
David Bühler authored
Also uses Kernel_function.is_in_libc.
-
- Mar 15, 2023
-
-
Loïc Correnson authored
-
- Mar 14, 2023
-
-
Loïc Correnson authored
-
- Mar 09, 2023
-
-
Loïc Correnson authored
-
- Mar 08, 2023
-
-
David Bühler authored
The change of a property status can also impact the status of other properties which are logical consequences of the first one (and so on: these logical consequences can be hypotheses of yet other properties). In the server, when a property is modified, as we can't known which other properties are impacted, the whole synchronized array is reloaded.
-
Also fixes various sync. bugs
-
-
- Mar 06, 2023
-
-
Loïc Correnson authored
-
- Mar 01, 2023
-
-
Loïc Correnson authored
-
Loïc Correnson authored
-
Loïc Correnson authored
-
Loïc Correnson authored
-
Loïc Correnson authored
-
Loïc Correnson authored
-
Loïc Correnson authored
-
Loïc Correnson authored
-
Loïc Correnson authored
-
Loïc Correnson authored
-
- Feb 28, 2023
-
-
David Bühler authored
-
David Bühler authored
This cache required parsing C expressions and lvalues as terms, which would sometimes fail and prevent the creation of otherwise fine markers. Also, this cache was only used for terms manually provided by the user, which should not happen too frequently.
-
David Bühler authored
-
-
- Feb 15, 2023
-
-
-
-
-
-
-
-
-
-
-
David Bühler authored
-
-