blob: ea58a3d096ab02fc64598ef9d69fc2ef87b42e99 [file] [log] [blame]
// Copyright 2016 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#pragma once
#include <zircon/types.h>
bool test_prep_and_segv();
bool test_segv_pc(zx_handle_t thread);
bool test_memory_ops(zx_handle_t inferior, zx_handle_t thread);
void fix_inferior_segv(zx_handle_t thread);