ocaml/ocamltest/debugger_actions.mli
2024-09-19 12:58:50 +10:00

23 lines
1.1 KiB
OCaml

(**************************************************************************)
(* *)
(* OCaml *)
(* *)
(* Tim McGilchrist, Tarides *)
(* *)
(* Copyright 2024 Tarides. *)
(* *)
(* All rights reserved. This file is distributed under the terms of *)
(* the GNU Lesser General Public License version 2.1, with the *)
(* special exception on linking described in the file LICENSE. *)
(* *)
(**************************************************************************)
(** Run LLDB debugger *)
val lldb : Actions.t
(** Run GDB debugger *)
val gdb : Actions.t
(** Run ocamldebug (bytecode) debugger *)
val ocamldebug : Actions.t