Debugger: Add dedicated functions for global {un}init.
[haiku.git] / src / apps / debugger / dwarf / DwarfFileLoadingState.cpp
blobbcf33da0f3ea264b48ebb3caf1e13ce3d0828971
1 /*
2 * Copyright 2014, Rene Gollent, rene@gollent.com.
3 * Distributed under the terms of the MIT License.
4 */
7 #include "DwarfFileLoadingState.h"
9 #include "DwarfFile.h"
12 DwarfFileLoadingState::DwarfFileLoadingState()
14 dwarfFile(),
15 externalInfoFileName(),
16 locatedExternalInfoPath(),
17 state(DWARF_FILE_LOADING_STATE_INITIAL)
22 DwarfFileLoadingState::~DwarfFileLoadingState()