/* This file is part of Darling. Copyright (C) 2017 Lubos Dolezel Darling is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. Darling is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with Darling. If not, see . */ #include #include void DBGAddDSYMURL(void) { } void DBGBlockPath(void) { } CFURLRef DBGCopyDSYMURLForUUID(void) { return NULL; } CFURLRef DBGCopyDSYMURLForUUIDWithOptions(void) { return NULL; } CFURLRef DBGCopyFullDSYMURLForUUIDWithOptions(void) { return NULL; } CFArrayRef DBGCopyMatchingUUIDsForURL(void) { return NULL; } void DBGDwarfClose(void) { } void DBGDwarfGetAttributeKey(void) { } void DBGDwarfGetCompileUnitFunctions(void) { } void DBGDwarfGetCompileUnitLineTable(void) { } void DBGDwarfGetCompileUnits(void) { } void DBGDwarfGetDIEObjectsForAddress(void) { } void DBGDwarfGetFirstChild(void) { } void DBGDwarfGetLinkMap(void) { } void DBGDwarfGetParent(void) { } void DBGDwarfGetSibling(void) { } void DBGDwarfGetTagKey(void) { } void DBGDwarfOpen(void) { } void DBGExplicitSearchPathAdd(void) { } void DBGExplicitSearchPathRemove(void) { } void DBGExplicitSearchPathRemoveAll(void) { } void DBGPauseWatchingPaths(void) { } void DBGRegisterObserver(void) { } void DBGResumeWatchingPaths(void) { } void DBGSpotlightStart(void) { } void DBGSpotlightStop(void) { } void DBGTerminate(void) { } void DBGUnregisterObserver(void) { }