~ubuntu-branches/ubuntu/vivid/virtualbox/vivid

« back to all changes in this revision

Viewing changes to include/VBox/dbg.h

  • Committer: Package Import Robot
  • Author(s): Felix Geyer
  • Date: 2011-12-29 12:29:25 UTC
  • mfrom: (3.1.8 sid)
  • Revision ID: package-import@ubuntu.com-20111229122925-8ota2o33fuk0bkf8
Tags: 4.1.8-dfsg-1
* New upstream release.
* Move all transitional packages to section oldlibs and priority extra.
* Refresh 16-no-update.patch.
* Drop 36-kernel-3.2.patch, applied upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
 
42
42
RT_C_DECLS_BEGIN
43
43
 
 
44
#ifdef IN_RING3 /* The debugger stuff is ring-3 only. */
 
45
 
44
46
/** @def VBOX_WITH_DEBUGGER
45
47
 * The build is with debugger module. Test if this is defined before registering
46
48
 * external debugger commands. This is normally defined in Config.kmk.
1068
1070
/** @copydoc FNDBGCPLUGIN */
1069
1071
DECLEXPORT(int) DBGCPlugInEntry(DBGCPLUGINOP enmOperation, PVM pVM, uintptr_t uArg);
1070
1072
 
 
1073
#endif /* IN_RING3 */
 
1074
 
1071
1075
/** @} */
1072
1076
 
1073
1077