Index: /trunk/src/VBox/Installer/darwin/Makefile.kmk
===================================================================
--- /trunk/src/VBox/Installer/darwin/Makefile.kmk	(revision 55886)
+++ /trunk/src/VBox/Installer/darwin/Makefile.kmk	(revision 55887)
@@ -372,5 +372,6 @@
 ifdef VBOX_WITH_DEBUGGER_GUI
  VBOX_DI_VBAPP_DYLIBS += \
- 	MacOS/VBoxDbg.dylib
+ 	MacOS/VBoxDbg.dylib \
+ 	MacOS/DbgPlugInDiggers.dylib
 endif
 ifdef VBOX_WITH_HARDENING
Index: /trunk/src/VBox/Installer/freebsd/Makefile.kmk
===================================================================
--- /trunk/src/VBox/Installer/freebsd/Makefile.kmk	(revision 55886)
+++ /trunk/src/VBox/Installer/freebsd/Makefile.kmk	(revision 55887)
@@ -152,5 +152,5 @@
  	VirtualBox \
  	$(if $(VBOX_WITH_HARDENING),VirtualBox.so) \
-	$(if $(VBOX_WITH_DEBUGGER_GUI),VBoxDbg.so)
+	$(if $(VBOX_WITH_DEBUGGER_GUI),VBoxDbg.so DbgPlugInDiggers.so,)
  VBOX_FBSD_SYMLINKS += \
  	VirtualBox
Index: /trunk/src/VBox/Installer/freebsd/pkg_plist
===================================================================
--- /trunk/src/VBox/Installer/freebsd/pkg_plist	(revision 55886)
+++ /trunk/src/VBox/Installer/freebsd/pkg_plist	(revision 55887)
@@ -3,4 +3,5 @@
 @mode 755
 lib/virtualbox/VBoxDbg.so
+lib/virtualbox/DbgPlugInDiggers.so
 lib/virtualbox/VBoxDD.so
 lib/virtualbox/VBoxDD2.so
Index: /trunk/src/VBox/Installer/linux/Makefile.kmk
===================================================================
--- /trunk/src/VBox/Installer/linux/Makefile.kmk	(revision 55886)
+++ /trunk/src/VBox/Installer/linux/Makefile.kmk	(revision 55887)
@@ -220,5 +220,5 @@
  	VirtualBox \
  	$(if $(VBOX_WITH_HARDENING),VirtualBox.so) \
-	$(if $(VBOX_WITH_DEBUGGER_GUI),VBoxDbg.so)
+	$(if $(VBOX_WITH_DEBUGGER_GUI),VBoxDbg.so DbgPlugInDiggers.so)
  VBOX_LNX_NO_STRIP += \
 	virtualbox.desktop \
Index: /trunk/src/VBox/Installer/linux/deffiles
===================================================================
--- /trunk/src/VBox/Installer/linux/deffiles	(revision 55886)
+++ /trunk/src/VBox/Installer/linux/deffiles	(revision 55887)
@@ -5,5 +5,5 @@
 
 #
-# Copyright (C) 2007-2012 Oracle Corporation
+# Copyright (C) 2007-2015 Oracle Corporation
 #
 # This file is part of VirtualBox Open Source Edition (OSE), as
@@ -57,4 +57,6 @@
     VBoxDbg.so \
     VBoxDbg3.so \
+    DbgPlugInDiggers.so \
+    DBGCPlugInDiggers.so \
     VBoxVRDP.so \
     VBoxVRDP \
Index: /trunk/src/VBox/Installer/solaris/Makefile.kmk
===================================================================
--- /trunk/src/VBox/Installer/solaris/Makefile.kmk	(revision 55886)
+++ /trunk/src/VBox/Installer/solaris/Makefile.kmk	(revision 55887)
@@ -339,5 +339,5 @@
 	    $(if $(VBOX_GUI_USE_QGL),libQtOpenGLVBox.so.4,) \
 	    accessible/libqtaccessiblewidgets.so,)) \
-	$(if $(VBOX_WITH_DEBUGGER_GUI),VBoxDbg.so,) \
+	$(if $(VBOX_WITH_DEBUGGER_GUI),VBoxDbg.so DbgPlugInDiggers.so,) \
 	$(if $(VBOX_WITH_CROGL),\
 	  VBoxOGLhostcrutil.so \
Index: /trunk/src/VBox/Installer/win/VBoxMergeApp.wxi
===================================================================
--- /trunk/src/VBox/Installer/win/VBoxMergeApp.wxi	(revision 55886)
+++ /trunk/src/VBox/Installer/win/VBoxMergeApp.wxi	(revision 55887)
@@ -280,4 +280,6 @@
         <File Id="file_VBoxDbg.dll" Name="VBoxDbg.dll"
               Source="$(env.PATH_OUT)\bin\VBoxDbg.dll" />
+        <File Id="file_DbgPlugInDiggers.dll" Name="DbgPlugInDiggers.dll"
+              Source="$(env.PATH_OUT)\bin\DbgPlugInDiggers.dll" />
 <?endif ?>
 <?if $(env.VBOX_GUI_USE_QGL) = "yes" ?>
