Last change
on this file since 31510 was 31510, checked in by vboxsync, 15 years ago |
The debugger is back in the OSE.
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Id
|
File size:
618 bytes
|
Line | |
---|
1 | /* $Id: DBGPlugIns.h 31510 2010-08-10 08:48:11Z vboxsync $ */
|
---|
2 | /** @file
|
---|
3 | * DBGPlugIns - Debugger Plug-Ins.
|
---|
4 | *
|
---|
5 | * This is just a temporary static wrapper for what may eventually
|
---|
6 | * become some fancy dynamic stuff.
|
---|
7 | */
|
---|
8 |
|
---|
9 | /*
|
---|
10 | * Copyright (C) 2008 Oracle Corporation
|
---|
11 | *
|
---|
12 | * Oracle Corporation confidential
|
---|
13 | * All rights reserved
|
---|
14 | */
|
---|
15 |
|
---|
16 | #ifndef ___Debugger_DBGPlugIns_h
|
---|
17 | #define ___Debugger_DBGPlugIns_h
|
---|
18 |
|
---|
19 | #include <VBox/dbgf.h>
|
---|
20 |
|
---|
21 | RT_C_DECLS_BEGIN
|
---|
22 |
|
---|
23 | extern const DBGFOSREG g_DBGDiggerFreeBSD;
|
---|
24 | extern const DBGFOSREG g_DBGDiggerLinux;
|
---|
25 | extern const DBGFOSREG g_DBGDiggerOS2;
|
---|
26 | extern const DBGFOSREG g_DBGDiggerSolaris;
|
---|
27 | extern const DBGFOSREG g_DBGDiggerWinNt;
|
---|
28 |
|
---|
29 | RT_C_DECLS_END
|
---|
30 |
|
---|
31 | #endif
|
---|
32 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.