diff options
Diffstat (limited to 'lldb/source/Plugins/Process/Utility/StopInfoMachException.h')
-rw-r--r-- | lldb/source/Plugins/Process/Utility/StopInfoMachException.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lldb/source/Plugins/Process/Utility/StopInfoMachException.h b/lldb/source/Plugins/Process/Utility/StopInfoMachException.h index a40bd71a91a..130ee0b709b 100644 --- a/lldb/source/Plugins/Process/Utility/StopInfoMachException.h +++ b/lldb/source/Plugins/Process/Utility/StopInfoMachException.h @@ -61,8 +61,10 @@ public: uint32_t exc_data_count, uint64_t exc_code, uint64_t exc_sub_code, - uint64_t exc_sub_sub_code); - + uint64_t exc_sub_sub_code, + bool pc_already_adjusted = true, + bool adjust_pc_if_needed = false); + protected: uint32_t m_exc_data_count; uint64_t m_exc_code; |