mirror of
https://github.com/ocaml/ocaml.git
synced 2026-07-30 17:37:15 +08:00
23 lines
1.1 KiB
OCaml
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
|