···11-# DebugSymbols.framework
22-33-`DebugSymbols.framework` helps locate dSYM files when given a UUID.
44-
+49
src/DebugSymbols/functions.c
···11+/*
22+This file is part of Darling.
33+44+Copyright (C) 2017 Lubos Dolezel
55+66+Darling is free software: you can redistribute it and/or modify
77+it under the terms of the GNU General Public License as published by
88+the Free Software Foundation, either version 3 of the License, or
99+(at your option) any later version.
1010+1111+Darling is distributed in the hope that it will be useful,
1212+but WITHOUT ANY WARRANTY; without even the implied warranty of
1313+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1414+GNU General Public License for more details.
1515+1616+You should have received a copy of the GNU General Public License
1717+along with Darling. If not, see <http://www.gnu.org/licenses/>.
1818+*/
1919+2020+void DBGAddDSYMURL(void) { }
2121+void DBGBlockPath(void) { }
2222+void DBGCopyDSYMPropertyLists(void) { }
2323+void DBGCopyDSYMURLForUUID(void) { }
2424+void DBGCopyDSYMURLForUUIDWithOptions(void) { }
2525+void DBGCopyFullDSYMURLForUUID(void) { }
2626+void DBGCopyFullDSYMURLForUUIDWithOptions(void) { }
2727+void DBGCopyMatchingUUIDsForURL(void) { }
2828+void DBGDwarfClose(void) { }
2929+void DBGDwarfGetAttributeKey(void) { }
3030+void DBGDwarfGetCompileUnitFunctions(void) { }
3131+void DBGDwarfGetCompileUnitLineTable(void) { }
3232+void DBGDwarfGetCompileUnits(void) { }
3333+void DBGDwarfGetDIEObjectsForAddress(void) { }
3434+void DBGDwarfGetFirstChild(void) { }
3535+void DBGDwarfGetLinkMap(void) { }
3636+void DBGDwarfGetParent(void) { }
3737+void DBGDwarfGetSibling(void) { }
3838+void DBGDwarfGetTagKey(void) { }
3939+void DBGDwarfOpen(void) { }
4040+void DBGExplicitSearchPathAdd(void) { }
4141+void DBGExplicitSearchPathRemove(void) { }
4242+void DBGExplicitSearchPathRemoveAll(void) { }
4343+void DBGPauseWatchingPaths(void) { }
4444+void DBGRegisterObserver(void) { }
4545+void DBGResumeWatchingPaths(void) { }
4646+void DBGSpotlightStart(void) { }
4747+void DBGSpotlightStop(void) { }
4848+void DBGTerminate(void) { }
4949+void DBGUnregisterObserver(void) { }
+49
src/DebugSymbols/functions.h
···11+/*
22+This file is part of Darling.
33+44+Copyright (C) 2017 Lubos Dolezel
55+66+Darling is free software: you can redistribute it and/or modify
77+it under the terms of the GNU General Public License as published by
88+the Free Software Foundation, either version 3 of the License, or
99+(at your option) any later version.
1010+1111+Darling is distributed in the hope that it will be useful,
1212+but WITHOUT ANY WARRANTY; without even the implied warranty of
1313+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1414+GNU General Public License for more details.
1515+1616+You should have received a copy of the GNU General Public License
1717+along with Darling. If not, see <http://www.gnu.org/licenses/>.
1818+*/
1919+2020+void DBGAddDSYMURL(void);
2121+void DBGBlockPath(void);
2222+void DBGCopyDSYMPropertyLists(void);
2323+void DBGCopyDSYMURLForUUID(void);
2424+void DBGCopyDSYMURLForUUIDWithOptions(void);
2525+void DBGCopyFullDSYMURLForUUID(void);
2626+void DBGCopyFullDSYMURLForUUIDWithOptions(void);
2727+void DBGCopyMatchingUUIDsForURL(void);
2828+void DBGDwarfClose(void);
2929+void DBGDwarfGetAttributeKey(void);
3030+void DBGDwarfGetCompileUnitFunctions(void);
3131+void DBGDwarfGetCompileUnitLineTable(void);
3232+void DBGDwarfGetCompileUnits(void);
3333+void DBGDwarfGetDIEObjectsForAddress(void);
3434+void DBGDwarfGetFirstChild(void);
3535+void DBGDwarfGetLinkMap(void);
3636+void DBGDwarfGetParent(void);
3737+void DBGDwarfGetSibling(void);
3838+void DBGDwarfGetTagKey(void);
3939+void DBGDwarfOpen(void);
4040+void DBGExplicitSearchPathAdd(void);
4141+void DBGExplicitSearchPathRemove(void);
4242+void DBGExplicitSearchPathRemoveAll(void);
4343+void DBGPauseWatchingPaths(void);
4444+void DBGRegisterObserver(void);
4545+void DBGResumeWatchingPaths(void);
4646+void DBGSpotlightStart(void);
4747+void DBGSpotlightStop(void);
4848+void DBGTerminate(void);
4949+void DBGUnregisterObserver(void);