src/jdk.jdwp.agent/share/native/libjdwp/JDWP.h

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 1998, 2005, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this --- 1,7 ---- /* ! * Copyright (c) 1998, 2015, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this
*** 58,68 **** JDWP_SuspendPolicy_ ## name #define JDWP_INVOKE_OPTIONS(name) \ JDWP_InvokeOptions_INVOKE_ ## name #define JDWP_ERROR(name) \ JDWP_Error_ ## name ! #define JDWP_HIGHEST_COMMAND_SET 17 #define JDWP_REQUEST_NONE -1 /* This typedef helps keep the event and error types straight. */ typedef unsigned short jdwpError; typedef unsigned char jdwpEvent; --- 58,68 ---- JDWP_SuspendPolicy_ ## name #define JDWP_INVOKE_OPTIONS(name) \ JDWP_InvokeOptions_INVOKE_ ## name #define JDWP_ERROR(name) \ JDWP_Error_ ## name ! #define JDWP_HIGHEST_COMMAND_SET 18 #define JDWP_REQUEST_NONE -1 /* This typedef helps keep the event and error types straight. */ typedef unsigned short jdwpError; typedef unsigned char jdwpEvent;