aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/cgo/gcc_signal_darwin_lldb.c
blob: edb55f3030da3d1f97093c2751aa0dba67f0d964 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// Copyright 2015 The Go Authors.  All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

// +build cgo

// +build !lldb
// +build darwin
// +build arm arm64

#include <stdint.h>

uintptr_t x_cgo_panicmem;

void darwin_arm_init_thread_exception_port() {}
void darwin_arm_init_mach_exception_handler() {}