diff options
Diffstat (limited to 'lldb/source/Target/Target.cpp')
-rw-r--r-- | lldb/source/Target/Target.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Target/Target.cpp b/lldb/source/Target/Target.cpp index 736864e021bb..46aee0409083 100644 --- a/lldb/source/Target/Target.cpp +++ b/lldb/source/Target/Target.cpp @@ -96,7 +96,7 @@ Target::Target(Debugger &debugger, const ArchSpec &target_arch, m_image_search_paths(ImageSearchPathsChanged, this), m_source_manager_up(), m_stop_hooks(), m_stop_hook_next_id(0), m_valid(true), m_suppress_stop_hooks(false), - m_is_dummy_target(is_dummy_target), + m_is_dummy_target(is_dummy_target), m_is_scriptable(false), m_frame_recognizer_manager_up( std::make_unique<StackFrameRecognizerManager>()), m_stats_storage(static_cast<int>(StatisticKind::StatisticMax)) |