package mopsa
MOPSA: A Modular and Open Platform for Static Analysis using Abstract Interpretation
Install
Dune Dependency
Authors
Maintainers
Sources
mopsa-analyzer-v1.1.tar.gz
md5=fdee20e988343751de440b4f6b67c0f4
sha512=f5cbf1328785d3f5ce40155dada2d95e5de5cce4f084ea30cfb04d1ab10cc9403a26cfb3fa55d0f9da72244482130fdb89c286a9aed0d640bba46b7c00e09500
doc/interactive/Interactive/Query/index.html
Module Interactive.Query
Source
Queries to retrieve variable values during an interactive session
Debug queries
*****************
Source
type var_value = {
var_value : string option;
(*Direct value of the variable
*)var_value_type : Core.All.typ;
(*Type of the value
*)var_sub_value : var_sub_value option;
(*Sub-values of the variable
*)
}
Value of a variable
Sub-value of a variable
Source
type Core.All.query +=
| Q_debug_variable_value : Core.All.var -> ('a0, var_value) Core.All.query
Query to retrieve the value of a given variable
Source
type Core.All.query +=
| Q_debug_addr_value : Core.All.addr -> ('a0, var_value) Core.All.query
Compare two var sub-values
Print a key with its type
Print a variable with its type
Print the values of sub-variables
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page