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

  1. Overview
  2. Docs

Module Commands.MakeSource

Parameters

Signature

Sourcemodule Prof : sig ... end

eval_to_result tree tries to evaluates the PVM until the next `SK_Result` or `SK_Trap`, and stops in case of reveal tick or input tick. It has the property that the memory hasn't been flushed yet and can be inspected.

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 eval_and_profile : collapse:bool -> with_time:bool -> no_reboot:bool -> Config.config -> string Custom_section.FuncMap.t -> Wasm_utils.Tree_encoding_runner.tree -> Wasm_utils.Wasm.tree Tezos_base.TzPervasives.tzresult Lwt.t
Sourceval set_raw_message_input_step : int32 -> Z.t -> string -> Wasm_utils.Wasm.tree -> Wasm_utils.Wasm.tree Lwt.t
Sourceval check_input_request : Wasm_utils.Wasm.tree -> (unit, string) result Lwt.t
Sourceval load_inputs_gen : string list Tezos_base.TzPervasives.Seq.t -> int32 -> Wasm_utils.tree -> (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 -> Wasm_utils.Wasm.tree -> (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 -> eval_step -> Wasm_utils.Wasm.tree -> (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 -> Wasm_utils.Tree_encoding_runner.tree -> (Wasm_utils.Wasm.tree * string list Tezos_base.TzPervasives.Seq.t * int32, Tezos_base.TzPervasives.tztrace) result Lwt.t
Sourceval show_status : Wasm_utils.Wasm.tree -> unit Lwt.t
Sourceval step : int32 -> string list Tezos_base.TzPervasives.Seq.t -> Config.config -> eval_step -> Wasm_utils.Wasm.tree -> ((Wasm_utils.Wasm.tree * string list Tezos_base.TzPervasives.Seq.t * int32) option, Tezos_base.TzPervasives.tztrace) result Lwt.t
Sourceval show_inbox : Wasm_utils.Wasm.tree -> unit Lwt.t
Sourceval show_outbox_gen : Wasm_utils.Wasm.tree -> int32 -> unit Lwt.t
Sourceval show_outbox : Wasm_utils.Wasm.tree -> int32 -> unit Lwt.t
Sourceval find_key_in_durable : 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 -> Wasm_utils.Ctx.Tree.tree -> unit Lwt.t
Sourceval show_durable : Wasm_utils.Ctx.Tree.tree -> unit Lwt.t
Sourceval show_subkeys : Wasm_utils.Ctx.Tree.tree -> string -> unit Lwt.t
Sourceval show_value : Repl_helpers.printable_value_kind -> string -> string
Sourceval show_key : Wasm_utils.tree -> string -> Repl_helpers.printable_value_kind -> unit Lwt.t
Sourceexception Cannot_inspect_memory of string
Sourceval dump_function_symbols : string Custom_section.FuncMap.t -> unit Lwt.t
Sourceval reveal_preimage : Config.config -> string option -> Wasm_utils.Wasm.tree -> Wasm_utils.Wasm.tree Lwt.t
Sourceval handle_command : string -> Config.config -> Wasm_utils.Wasm.tree -> string list Tezos_base.TzPervasives.Seq.t -> int32 -> ((Wasm_utils.Wasm.tree * string list Tezos_base.TzPervasives.Seq.t * int32) option, Tezos_base.TzPervasives.tztrace) result Lwt.t
OCaml

Innovation. Community. Security.