this repo has no description
1/*
2This file is part of Darling.
3
4Copyright (C) 2017 Lubos Dolezel
5
6Darling is free software: you can redistribute it and/or modify
7it under the terms of the GNU General Public License as published by
8the Free Software Foundation, either version 3 of the License, or
9(at your option) any later version.
10
11Darling is distributed in the hope that it will be useful,
12but WITHOUT ANY WARRANTY; without even the implied warranty of
13MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14GNU General Public License for more details.
15
16You should have received a copy of the GNU General Public License
17along with Darling. If not, see <http://www.gnu.org/licenses/>.
18*/
19#include <CoreFoundation/CFURL.h>
20#include <CoreFoundation/CFArray.h>
21
22void DBGAddDSYMURL(void) { }
23void DBGBlockPath(void) { }
24CFURLRef DBGCopyDSYMURLForUUID(void) { return NULL; }
25CFURLRef DBGCopyDSYMURLForUUIDWithOptions(void) { return NULL; }
26CFURLRef DBGCopyFullDSYMURLForUUIDWithOptions(void) { return NULL; }
27CFArrayRef DBGCopyMatchingUUIDsForURL(void) { return NULL; }
28void DBGDwarfClose(void) { }
29void DBGDwarfGetAttributeKey(void) { }
30void DBGDwarfGetCompileUnitFunctions(void) { }
31void DBGDwarfGetCompileUnitLineTable(void) { }
32void DBGDwarfGetCompileUnits(void) { }
33void DBGDwarfGetDIEObjectsForAddress(void) { }
34void DBGDwarfGetFirstChild(void) { }
35void DBGDwarfGetLinkMap(void) { }
36void DBGDwarfGetParent(void) { }
37void DBGDwarfGetSibling(void) { }
38void DBGDwarfGetTagKey(void) { }
39void DBGDwarfOpen(void) { }
40void DBGExplicitSearchPathAdd(void) { }
41void DBGExplicitSearchPathRemove(void) { }
42void DBGExplicitSearchPathRemoveAll(void) { }
43void DBGPauseWatchingPaths(void) { }
44void DBGRegisterObserver(void) { }
45void DBGResumeWatchingPaths(void) { }
46void DBGSpotlightStart(void) { }
47void DBGSpotlightStop(void) { }
48void DBGTerminate(void) { }
49void DBGUnregisterObserver(void) { }