def Finalize(self, kit_script_path, options):
        """
        Run code required to complete the GDB scripts.

        @return error code
        """

        return drd_util.FinalizeGDB(kit_script_path, options)
    def Finalize(self, kit_script_path, options):
        """
        Run code required to complete the GDB scripts.

        @param kit_script_path Explicit path to location in kit where scripts are located
        @param options Options given on cmd line

        @return Exit code from running GDB on the application
        """

        return drd_util.FinalizeGDB(kit_script_path, options)