package octez-smart-rollup-wasm-debugger-lib

  1. Overview
  2. Docs

Module Wasm_debugger.CommandsSource

Sourcemodule Prof : sig ... end
Sourceval produce_flamegraph : collapse:bool -> max_depth:int -> Profiling.function_call Profiling.call_stack option list -> unit
Sourceval profiling_results : Profiling.function_call Profiling.call_stack option -> unit
Sourceval set_raw_message_input_step : int32 -> Z.t -> string -> Tezos_scoru_wasm_helpers.Wasm_utils.Wasm.tree -> Tezos_scoru_wasm_helpers.Wasm_utils.Wasm.tree Lwt.t
Sourceval check_input_request : Tezos_scoru_wasm_helpers.Wasm_utils.Wasm.tree -> (unit, string) result Lwt.t
Sourceval load_inputs_gen : string list Tezos_base.TzPervasives.Seq.t -> int32 -> Tezos_scoru_wasm_helpers.Wasm_utils.tree -> (Tezos_scoru_wasm_helpers.Wasm_utils.tree * string list Tezos_base.TzPervasives.Seq.t * int32, Tezos_base.TzPervasives.tztrace) result Lwt.t
Sourceval load_inputs : string list Tezos_base.TzPervasives.Seq.t -> int32 -> Tezos_scoru_wasm_helpers.Wasm_utils.Wasm.tree -> (Tezos_scoru_wasm_helpers.Wasm_utils.Wasm.tree * string list Tezos_base.TzPervasives.Seq.t * int32, Tezos_base.TzPervasives.tztrace) result Lwt.t
Sourceval eval : int32 -> string list Tezos_base.TzPervasives.Seq.t -> Config.config -> Octez_smart_rollup_wasm_debugger_lib__Commands.eval_step -> Tezos_scoru_wasm_helpers.Wasm_utils.Wasm.tree -> (Tezos_scoru_wasm_helpers.Wasm_utils.Wasm.tree * int64 * string list Tezos_base.TzPervasives.Seq.t * int32, Tezos_base.TzPervasives.tztrace) result Lwt.t
Sourceval profile : collapse:bool -> with_time:bool -> no_reboot:bool -> int32 -> string list Tezos_base.TzPervasives.Seq.t -> Config.config -> string Custom_section.FuncMap.t -> Tezos_scoru_wasm_helpers.Wasm_utils.Tree_encoding_runner.tree -> (Tezos_scoru_wasm_helpers.Wasm_utils.Wasm.tree * string list Tezos_base.TzPervasives.Seq.t * int32, Tezos_base.TzPervasives.tztrace) result Lwt.t
Sourceval step : int32 -> string list Tezos_base.TzPervasives.Seq.t -> Config.config -> Octez_smart_rollup_wasm_debugger_lib__Commands.eval_step -> Tezos_scoru_wasm_helpers.Wasm_utils.Wasm.tree -> ((Tezos_scoru_wasm_helpers.Wasm_utils.Wasm.tree * string list Tezos_base.TzPervasives.Seq.t * int32) option, Tezos_base.TzPervasives.tztrace) result Lwt.t
Sourceval show_outbox_gen : Tezos_scoru_wasm_helpers.Wasm_utils.Wasm.tree -> int32 -> unit Lwt.t
Sourceval show_outbox : Tezos_scoru_wasm_helpers.Wasm_utils.Wasm.tree -> int32 -> unit Lwt.t
Sourceval find_key_in_durable : Tezos_scoru_wasm_helpers.Wasm_utils.tree -> Tezos_scoru_wasm.Durable.key -> Tezos_lazy_containers.Chunked_byte_vector.t option Lwt.t
Sourceval print_durable : ?depth:int -> ?show_values:bool -> ?path:string list -> Tezos_scoru_wasm_helpers.Wasm_utils.Ctx.Tree.tree -> unit Lwt.t
Sourceval show_subkeys : Tezos_scoru_wasm_helpers.Wasm_utils.Ctx.Tree.tree -> string -> unit Lwt.t
Sourceval show_value : Repl_helpers.printable_value_kind -> string -> string
Sourceexception Cannot_inspect_memory of string
Sourceval dump_function_symbols : string Custom_section.FuncMap.t -> unit Lwt.t
Sourceval handle_command : string -> Config.config -> Tezos_scoru_wasm_helpers.Wasm_utils.Wasm.tree -> string list Tezos_base.TzPervasives.Seq.t -> int32 -> ((Tezos_scoru_wasm_helpers.Wasm_utils.Wasm.tree * string list Tezos_base.TzPervasives.Seq.t * int32) option, Tezos_base.TzPervasives.tztrace) result Lwt.t
OCaml

Innovation. Community. Security.