agent/src/os/bsd/MacosxDebuggerLocal.m

changeset 7562
0e1aa319e805
parent 6437
f2294a37e723
child 7994
04ff2f6cd0eb
equal deleted inserted replaced
7560:06face256a8c 7562:0e1aa319e805
1 /* 1 /*
2 * Copyright (c) 2002, 2013, Oracle and/or its affiliates. All rights reserved. 2 * Copyright (c) 2002, 2015, Oracle and/or its affiliates. All rights reserved.
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 * 4 *
5 * This code is free software; you can redistribute it and/or modify it 5 * This code is free software; you can redistribute it and/or modify it
6 * under the terms of the GNU General Public License version 2 only, as 6 * under the terms of the GNU General Public License version 2 only, as
7 * published by the Free Software Foundation. 7 * published by the Free Software Foundation.
24 24
25 #include <objc/objc-runtime.h> 25 #include <objc/objc-runtime.h>
26 #import <Foundation/Foundation.h> 26 #import <Foundation/Foundation.h>
27 #import <JavaNativeFoundation/JavaNativeFoundation.h> 27 #import <JavaNativeFoundation/JavaNativeFoundation.h>
28 28
29 #include <JavaVM/jni.h> 29 #include <jni.h>
30 30
31 #import <mach/mach.h> 31 #import <mach/mach.h>
32 #import <mach/mach_types.h> 32 #import <mach/mach_types.h>
33 #import <sys/sysctl.h> 33 #import <sys/sysctl.h>
34 #import <stdio.h> 34 #import <stdio.h>

mercurial