aboutsummaryrefslogtreecommitdiff
path: root/src/client/mac/handler
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/mac/handler')
-rw-r--r--src/client/mac/handler/exception_handler.cc16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/client/mac/handler/exception_handler.cc b/src/client/mac/handler/exception_handler.cc
index 28d6ad64..a6786fa1 100644
--- a/src/client/mac/handler/exception_handler.cc
+++ b/src/client/mac/handler/exception_handler.cc
@@ -124,10 +124,10 @@ extern "C"
exception_data_t exception_code,
mach_msg_type_number_t code_count,
thread_state_flavor_t *target_flavor,
- thread_state_t thread_state,
- mach_msg_type_number_t thread_state_count,
- thread_state_t thread_state,
- mach_msg_type_number_t *thread_state_count);
+ thread_state_t in_thread_state,
+ mach_msg_type_number_t in_thread_state_count,
+ thread_state_t out_thread_state,
+ mach_msg_type_number_t *out_thread_state_count);
kern_return_t
exception_raise_state_identity(mach_port_t target_port,
@@ -137,10 +137,10 @@ extern "C"
exception_data_t exception_code,
mach_msg_type_number_t exception_code_count,
thread_state_flavor_t *target_flavor,
- thread_state_t thread_state,
- mach_msg_type_number_t thread_state_count,
- thread_state_t thread_state,
- mach_msg_type_number_t *thread_state_count);
+ thread_state_t in_thread_state,
+ mach_msg_type_number_t in_thread_state_count,
+ thread_state_t out_thread_state,
+ mach_msg_type_number_t *out_thread_state_count);
kern_return_t breakpad_exception_raise_state(mach_port_t exception_port,
exception_type_t exception,