summaryrefslogtreecommitdiffstats
path: root/debugger/main.ml
diff options
context:
space:
mode:
Diffstat (limited to 'debugger/main.ml')
-rw-r--r--debugger/main.ml4
1 files changed, 4 insertions, 0 deletions
diff --git a/debugger/main.ml b/debugger/main.ml
index 5e80081f0..9dbb41ee6 100644
--- a/debugger/main.ml
+++ b/debugger/main.ml
@@ -183,7 +183,11 @@ let speclist = [
" Print version number and exit";
]
+let function_placeholder () =
+ raise Not_found
+
let main () =
+ Callback.register "Debugger.function_placeholder" function_placeholder;
try
socket_name :=
(match Sys.os_type with