2 * Copyright 2014, Rene Gollent, rene@gollent.com.
3 * Distributed under the terms of the MIT License.
7 #include "DwarfImageDebugInfoLoadingState.h"
10 DwarfImageDebugInfoLoadingState::DwarfImageDebugInfoLoadingState()
12 SpecificImageDebugInfoLoadingState(),
18 DwarfImageDebugInfoLoadingState::~DwarfImageDebugInfoLoadingState()
24 DwarfImageDebugInfoLoadingState::UserInputRequired() const
26 return fState
.state
== DWARF_FILE_LOADING_STATE_USER_INPUT_NEEDED
;