package mopsa
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
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.TOPLEVELSignature
val vref_counter : int refval compute_vrefs : Core.All.print_object -> (string * value) list IntMap.tval compute_scopes_vrefs :
Core.All.print_object ->
(string * value) list IntMap.t * (string * int) listJSON processing
val read_json_DAP : unit -> Yojson.Basic.tReading the request from the standard input
val write_json_DAP : Yojson.Basic.t -> unitAnswering on stdin
val create_response : Yojson__Basic.t -> Yojson.Basic.t -> Yojson.Basic.tval create_event : string -> Yojson.Basic.t -> Yojson.Basic.tval create_body_stopped : string -> Yojson.Basic.tval createFrame :
int ->
string ->
int ->
int ->
string ->
string ->
Yojson.Basic.tval createScope : string -> int -> Yojson.Basic.tval createVariable :
string ->
value ->
[> `Assoc of (string * [> `Int of int | `String of string ]) list ]val body_initilize : Yojson.Basic.tval body_threads : Yojson.Basic.tval body_stackTrace : Yojson.Basic.t list -> Yojson.Basic.tval body_scopes : (string * int) list -> Yojson.Basic.tval body_variables : (string * value) list -> Yojson.Basic.tval body_breakpoints : int -> Yojson.Basic.tval body_empty_evaluate : Yojson.Basic.tval body_evaluate : int -> Yojson.Basic.tval report_of_alarms : Core.All.alarm list -> Core.All.reportval create_body_alarms_output : Core.All.alarm list -> Yojson.Basic.tval create_body_environment_output :
string ->
int ->
Yojson.Basic.t ->
Yojson.Basic.tval last_request : Yojson.Basic.t refval breakpoints_from_request :
Yojson__Basic.t ->
string * Breakpoint.breakpoint listExtract breakpoints from request
val function_breakpoints_from_request :
Yojson__Basic.t ->
Breakpoint.breakpoint listExtract 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 refThe last entered command
val read_dap_command : unit -> dap_commandRead a command from input
val reach : Action.action -> 'a -> 'b -> unitval alarm : Core.All.alarm list -> 'a -> 'b -> 'c -> unitval dummy_range : Mopsa_utils.Core.Location.rangeval 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