We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 357dc1e commit 642cb78Copy full SHA for 642cb78
lldb/include/lldb/Symbol/UnwindPlan.h
@@ -393,6 +393,7 @@ class UnwindPlan {
393
m_plan_is_sourced_from_compiler(rhs.m_plan_is_sourced_from_compiler),
394
m_plan_is_valid_at_all_instruction_locations(
395
rhs.m_plan_is_valid_at_all_instruction_locations),
396
+ m_plan_is_for_signal_trap(rhs.m_plan_is_for_signal_trap),
397
m_lsda_address(rhs.m_lsda_address),
398
m_personality_func_addr(rhs.m_personality_func_addr) {
399
m_row_list.reserve(rhs.m_row_list.size());
0 commit comments