package mopsa
MOPSA: A Modular and Open Platform for Static Analysis using Abstract Interpretation
Install
dune-project
Dependency
Authors
Maintainers
Sources
mopsa-analyzer-v1.2.tar.gz
md5=37966e98ffeebcedc09bd6e9b2b81f69
sha512=40d4d826c25f680766c07eccbabdf5e8a4fa023016e8a164e4e4f6b3781c8484dc4df437055721dfd19b9db8fb7fe3b61236c4833186d346fc7204a68d01eaaa
doc/mopsa.mopsa_analyzer/Mopsa_analyzer/Framework/Engines/Interactive/Dap/Make/index.html
Module Dap.Make
Variables references
Parameters
module Toplevel : Toplevel.TOPLEVEL
Signature
val vref_counter : int ref
val compute_vrefs : Core.All.print_object -> (string * value) list IntMap.t
val compute_scopes_vrefs :
Core.All.print_object ->
(string * value) list IntMap.t * (string * int) list
JSON processing
val read_json_DAP : unit -> Yojson.Basic.t
Reading the request from the standard input
val write_json_DAP : Yojson.Basic.t -> unit
Answering on stdin
val create_response : Yojson__Basic.t -> Yojson.Basic.t -> Yojson.Basic.t
val create_event : string -> Yojson.Basic.t -> Yojson.Basic.t
val create_body_stopped : string -> Yojson.Basic.t
val createFrame :
int ->
string ->
int ->
int ->
string ->
string ->
Yojson.Basic.t
val createScope : string -> int -> Yojson.Basic.t
val createVariable :
string ->
value ->
[> `Assoc of (string * [> `Int of int | `String of string ]) list ]
val body_initilize : Yojson.Basic.t
val body_threads : Yojson.Basic.t
val body_stackTrace : Yojson.Basic.t list -> Yojson.Basic.t
val body_scopes : (string * int) list -> Yojson.Basic.t
val body_variables : (string * value) list -> Yojson.Basic.t
val body_breakpoints : int -> Yojson.Basic.t
val body_empty_evaluate : Yojson.Basic.t
val body_evaluate : int -> Yojson.Basic.t
val report_of_alarms : Core.All.alarm list -> Core.All.report
val create_body_alarms_output : Core.All.alarm list -> Yojson.Basic.t
val create_body_environment_output :
string ->
int ->
Yojson.Basic.t ->
Yojson.Basic.t
val last_request : Yojson.Basic.t ref
val breakpoints_from_request :
Yojson__Basic.t ->
string * Breakpoint.breakpoint list
Extract breakpoints from request
val function_breakpoints_from_request :
Yojson__Basic.t ->
Breakpoint.breakpoint list
Extract functional breakpoints from request
type dap_command =
| Initialize
(*Initialize DA
*)| Launch
(*Launch DA
*)| Threads
(*Send list of current threads
*)| StackTrace
(*Send current stack trace
*)| Scopes
(*Send available scopes
*)| Vars of int
(*variables reference
*)| Breaks of string * Breakpoint.breakpoint list
(*Set breakpoints for file
*)| FuncBreaks of Breakpoint.breakpoint list
(*Set functional breakpoints
*)| ExceptBreaks
(*Set exceptional breakpoints
*)| Continue
(*Stop at next breakpoint
*)| Next
(*Stop at next statement and skip function calls
*)| Step
(*Step into function calls
*)| Finish
(*Finish current function
*)| Evaluate of string
| Environment of string * int
| Disconnect
Commands
val last_command : dap_command option ref
The last entered command
val read_dap_command : unit -> dap_command
Read a command from input
val reach : Action.action -> 'a -> 'b -> unit
val alarm : Core.All.alarm list -> 'a -> 'b -> 'c -> unit
val dummy_range : Mopsa_utils.Core.Location.range
val read_command :
Action.action ->
'a Envdb.envdb ->
('a, 'b) Core.All.man ->
'a Core.Flow.flow ->
Interface.command
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page