summaryrefslogtreecommitdiff
path: root/src/VBox/Debugger
diff options
context:
space:
mode:
authorFelix Geyer <debfx-pkg@fobos.de>2011-02-18 14:12:58 +0100
committerFelix Geyer <debfx-pkg@fobos.de>2011-02-18 14:12:58 +0100
commit0eeddfd8dc6b9702278fdefa2dee1d3f465e0ea2 (patch)
treec632a20b5d0e379f5d83c0f476014fe4217e48de /src/VBox/Debugger
parent14ee89c73b263c9a9e6e5bd300ef05c1ed41742a (diff)
downloadvirtualbox-0eeddfd8dc6b9702278fdefa2dee1d3f465e0ea2.tar.gz
Imported Upstream version 4.0.4-dfsgupstream/4.0.4-dfsg
Diffstat (limited to 'src/VBox/Debugger')
-rw-r--r--src/VBox/Debugger/DBGCBuiltInSymbols.cpp2
-rw-r--r--src/VBox/Debugger/DBGCCmdHlp.cpp2
-rw-r--r--src/VBox/Debugger/DBGCCmdWorkers.cpp2
-rw-r--r--src/VBox/Debugger/DBGCCommands.cpp2
-rw-r--r--src/VBox/Debugger/DBGCEmulateCodeView.cpp2
-rw-r--r--src/VBox/Debugger/DBGCGdbRemoteStub.cpp2
-rw-r--r--src/VBox/Debugger/DBGCInternal.h2
-rw-r--r--src/VBox/Debugger/DBGCOps.cpp2
-rw-r--r--src/VBox/Debugger/DBGCTcp.cpp2
-rw-r--r--src/VBox/Debugger/DBGConsole.cpp2
-rw-r--r--src/VBox/Debugger/DBGPlugInCommonELF.cpp2
-rw-r--r--src/VBox/Debugger/DBGPlugInCommonELF.h2
-rw-r--r--src/VBox/Debugger/DBGPlugInCommonELFTmpl.cpp.h2
-rw-r--r--src/VBox/Debugger/DBGPlugInDiggers.cpp2
-rw-r--r--src/VBox/Debugger/DBGPlugInLinux.cpp2
-rw-r--r--src/VBox/Debugger/DBGPlugInSolaris.cpp2
-rw-r--r--src/VBox/Debugger/DBGPlugInWinNt.cpp2
-rw-r--r--src/VBox/Debugger/DBGPlugIns.h2
-rw-r--r--src/VBox/Debugger/Makefile.kmk2
-rw-r--r--src/VBox/Debugger/VBoxDbg.cpp2
-rw-r--r--src/VBox/Debugger/VBoxDbgBase.cpp2
-rw-r--r--src/VBox/Debugger/VBoxDbgBase.h2
-rw-r--r--src/VBox/Debugger/VBoxDbgConsole.cpp2
-rw-r--r--src/VBox/Debugger/VBoxDbgConsole.h2
-rw-r--r--src/VBox/Debugger/VBoxDbgDisas.h2
-rw-r--r--src/VBox/Debugger/VBoxDbgGui.cpp2
-rw-r--r--src/VBox/Debugger/VBoxDbgGui.h2
-rw-r--r--src/VBox/Debugger/VBoxDbgStatsQt4.cpp2
-rw-r--r--src/VBox/Debugger/VBoxDbgStatsQt4.h2
-rw-r--r--src/VBox/Debugger/testcase/tstDBGCParser.cpp2
-rw-r--r--src/VBox/Debugger/testcase/tstDBGCStubs.cpp2
-rw-r--r--src/VBox/Debugger/testcase/tstVBoxDbg.cpp2
32 files changed, 32 insertions, 32 deletions
diff --git a/src/VBox/Debugger/DBGCBuiltInSymbols.cpp b/src/VBox/Debugger/DBGCBuiltInSymbols.cpp
index bc3fae49c..6a4e7075c 100644
--- a/src/VBox/Debugger/DBGCBuiltInSymbols.cpp
+++ b/src/VBox/Debugger/DBGCBuiltInSymbols.cpp
@@ -1,4 +1,4 @@
-/* $Id: DBGCBuiltInSymbols.cpp 35346 2010-12-27 16:13:13Z vboxsync $ */
+/* $Id: DBGCBuiltInSymbols.cpp $ */
/** @file
* DBGC - Debugger Console, Built-In Symbols.
*/
diff --git a/src/VBox/Debugger/DBGCCmdHlp.cpp b/src/VBox/Debugger/DBGCCmdHlp.cpp
index 4d2135a3b..bf0861242 100644
--- a/src/VBox/Debugger/DBGCCmdHlp.cpp
+++ b/src/VBox/Debugger/DBGCCmdHlp.cpp
@@ -1,4 +1,4 @@
-/* $Id: DBGCCmdHlp.cpp 35346 2010-12-27 16:13:13Z vboxsync $ */
+/* $Id: DBGCCmdHlp.cpp $ */
/** @file
* DBGC - Debugger Console, Command Helpers.
*/
diff --git a/src/VBox/Debugger/DBGCCmdWorkers.cpp b/src/VBox/Debugger/DBGCCmdWorkers.cpp
index c90d01cec..bbb297248 100644
--- a/src/VBox/Debugger/DBGCCmdWorkers.cpp
+++ b/src/VBox/Debugger/DBGCCmdWorkers.cpp
@@ -1,4 +1,4 @@
-/* $Id: DBGCCmdWorkers.cpp 35346 2010-12-27 16:13:13Z vboxsync $ */
+/* $Id: DBGCCmdWorkers.cpp $ */
/** @file
* DBGC - Debugger Console, Command Worker Routines.
*/
diff --git a/src/VBox/Debugger/DBGCCommands.cpp b/src/VBox/Debugger/DBGCCommands.cpp
index acb2aa503..07f487f3b 100644
--- a/src/VBox/Debugger/DBGCCommands.cpp
+++ b/src/VBox/Debugger/DBGCCommands.cpp
@@ -1,4 +1,4 @@
-/* $Id: DBGCCommands.cpp 35346 2010-12-27 16:13:13Z vboxsync $ */
+/* $Id: DBGCCommands.cpp $ */
/** @file
* DBGC - Debugger Console, Native Commands.
*/
diff --git a/src/VBox/Debugger/DBGCEmulateCodeView.cpp b/src/VBox/Debugger/DBGCEmulateCodeView.cpp
index 347ac3bab..d67a6e2bf 100644
--- a/src/VBox/Debugger/DBGCEmulateCodeView.cpp
+++ b/src/VBox/Debugger/DBGCEmulateCodeView.cpp
@@ -1,4 +1,4 @@
-/* $Id: DBGCEmulateCodeView.cpp 35614 2011-01-18 14:44:19Z vboxsync $ */
+/* $Id: DBGCEmulateCodeView.cpp $ */
/** @file
* DBGC - Debugger Console, CodeView / WinDbg Emulation.
*/
diff --git a/src/VBox/Debugger/DBGCGdbRemoteStub.cpp b/src/VBox/Debugger/DBGCGdbRemoteStub.cpp
index a3a10c0a9..64104f9ee 100644
--- a/src/VBox/Debugger/DBGCGdbRemoteStub.cpp
+++ b/src/VBox/Debugger/DBGCGdbRemoteStub.cpp
@@ -1,4 +1,4 @@
-/* $Id: DBGCGdbRemoteStub.cpp 35346 2010-12-27 16:13:13Z vboxsync $ */
+/* $Id: DBGCGdbRemoteStub.cpp $ */
/** @file
* DBGC - Debugger Console, GDB Remote Stub.
*/
diff --git a/src/VBox/Debugger/DBGCInternal.h b/src/VBox/Debugger/DBGCInternal.h
index e13ecd784..72ccd7e9b 100644
--- a/src/VBox/Debugger/DBGCInternal.h
+++ b/src/VBox/Debugger/DBGCInternal.h
@@ -1,4 +1,4 @@
-/* $Id: DBGCInternal.h 33540 2010-10-28 09:27:05Z vboxsync $ */
+/* $Id: DBGCInternal.h $ */
/** @file
* DBGC - Debugger Console, Internal Header File.
*/
diff --git a/src/VBox/Debugger/DBGCOps.cpp b/src/VBox/Debugger/DBGCOps.cpp
index 203c01b89..ed8f18996 100644
--- a/src/VBox/Debugger/DBGCOps.cpp
+++ b/src/VBox/Debugger/DBGCOps.cpp
@@ -1,4 +1,4 @@
-/* $Id: DBGCOps.cpp 35513 2011-01-12 17:50:43Z vboxsync $ */
+/* $Id: DBGCOps.cpp $ */
/** @file
* DBGC - Debugger Console, Operators.
*/
diff --git a/src/VBox/Debugger/DBGCTcp.cpp b/src/VBox/Debugger/DBGCTcp.cpp
index b69cacf38..c9d5d6653 100644
--- a/src/VBox/Debugger/DBGCTcp.cpp
+++ b/src/VBox/Debugger/DBGCTcp.cpp
@@ -1,4 +1,4 @@
-/* $Id: DBGCTcp.cpp 35346 2010-12-27 16:13:13Z vboxsync $ */
+/* $Id: DBGCTcp.cpp $ */
/** @file
* DBGC - Debugger Console, TCP backend.
*/
diff --git a/src/VBox/Debugger/DBGConsole.cpp b/src/VBox/Debugger/DBGConsole.cpp
index cc159855f..03115487e 100644
--- a/src/VBox/Debugger/DBGConsole.cpp
+++ b/src/VBox/Debugger/DBGConsole.cpp
@@ -1,4 +1,4 @@
-/* $Id: DBGConsole.cpp 35346 2010-12-27 16:13:13Z vboxsync $ */
+/* $Id: DBGConsole.cpp $ */
/** @file
* DBGC - Debugger Console.
*/
diff --git a/src/VBox/Debugger/DBGPlugInCommonELF.cpp b/src/VBox/Debugger/DBGPlugInCommonELF.cpp
index bedab4a9a..7b27b7d1a 100644
--- a/src/VBox/Debugger/DBGPlugInCommonELF.cpp
+++ b/src/VBox/Debugger/DBGPlugInCommonELF.cpp
@@ -1,4 +1,4 @@
-/* $Id: DBGPlugInCommonELF.cpp 35346 2010-12-27 16:13:13Z vboxsync $ */
+/* $Id: DBGPlugInCommonELF.cpp $ */
/** @file
* DBGPlugInCommonELF - Common code for dealing with ELF images.
*/
diff --git a/src/VBox/Debugger/DBGPlugInCommonELF.h b/src/VBox/Debugger/DBGPlugInCommonELF.h
index c586c3968..5590d45a8 100644
--- a/src/VBox/Debugger/DBGPlugInCommonELF.h
+++ b/src/VBox/Debugger/DBGPlugInCommonELF.h
@@ -1,4 +1,4 @@
-/* $Id: DBGPlugInCommonELF.h 33540 2010-10-28 09:27:05Z vboxsync $ */
+/* $Id: DBGPlugInCommonELF.h $ */
/** @file
* DBGPlugInCommonELF - Common code for dealing with ELF images, Header.
*/
diff --git a/src/VBox/Debugger/DBGPlugInCommonELFTmpl.cpp.h b/src/VBox/Debugger/DBGPlugInCommonELFTmpl.cpp.h
index 8de656ff5..52419f35d 100644
--- a/src/VBox/Debugger/DBGPlugInCommonELFTmpl.cpp.h
+++ b/src/VBox/Debugger/DBGPlugInCommonELFTmpl.cpp.h
@@ -1,4 +1,4 @@
-/* $Id: DBGPlugInCommonELFTmpl.cpp.h 33540 2010-10-28 09:27:05Z vboxsync $ */
+/* $Id: DBGPlugInCommonELFTmpl.cpp.h $ */
/** @file
* DBGPlugInCommonELF - Code Template for dealing with one kind of ELF.
*/
diff --git a/src/VBox/Debugger/DBGPlugInDiggers.cpp b/src/VBox/Debugger/DBGPlugInDiggers.cpp
index f8b0d4f01..48f550afc 100644
--- a/src/VBox/Debugger/DBGPlugInDiggers.cpp
+++ b/src/VBox/Debugger/DBGPlugInDiggers.cpp
@@ -1,4 +1,4 @@
-/* $Id: DBGPlugInDiggers.cpp 35346 2010-12-27 16:13:13Z vboxsync $ */
+/* $Id: DBGPlugInDiggers.cpp $ */
/** @file
* DBGPlugInDiggers - Debugger and Guest OS Digger Plug-in.
*/
diff --git a/src/VBox/Debugger/DBGPlugInLinux.cpp b/src/VBox/Debugger/DBGPlugInLinux.cpp
index 71657cebb..07fa9648b 100644
--- a/src/VBox/Debugger/DBGPlugInLinux.cpp
+++ b/src/VBox/Debugger/DBGPlugInLinux.cpp
@@ -1,4 +1,4 @@
-/* $Id: DBGPlugInLinux.cpp 35346 2010-12-27 16:13:13Z vboxsync $ */
+/* $Id: DBGPlugInLinux.cpp $ */
/** @file
* DBGPlugInLinux - Debugger and Guest OS Digger Plugin For Linux.
*/
diff --git a/src/VBox/Debugger/DBGPlugInSolaris.cpp b/src/VBox/Debugger/DBGPlugInSolaris.cpp
index 341a5fa6b..6f717252b 100644
--- a/src/VBox/Debugger/DBGPlugInSolaris.cpp
+++ b/src/VBox/Debugger/DBGPlugInSolaris.cpp
@@ -1,4 +1,4 @@
-/* $Id: DBGPlugInSolaris.cpp 35346 2010-12-27 16:13:13Z vboxsync $ */
+/* $Id: DBGPlugInSolaris.cpp $ */
/** @file
* DBGPlugInSolaris - Debugger and Guest OS Digger Plugin For Solaris.
*/
diff --git a/src/VBox/Debugger/DBGPlugInWinNt.cpp b/src/VBox/Debugger/DBGPlugInWinNt.cpp
index c9f24e2f7..1955a36df 100644
--- a/src/VBox/Debugger/DBGPlugInWinNt.cpp
+++ b/src/VBox/Debugger/DBGPlugInWinNt.cpp
@@ -1,4 +1,4 @@
-/* $Id: DBGPlugInWinNt.cpp 35346 2010-12-27 16:13:13Z vboxsync $ */
+/* $Id: DBGPlugInWinNt.cpp $ */
/** @file
* DBGPlugInWindows - Debugger and Guest OS Digger Plugin For Windows NT.
*/
diff --git a/src/VBox/Debugger/DBGPlugIns.h b/src/VBox/Debugger/DBGPlugIns.h
index d060c3256..bbb4a9d33 100644
--- a/src/VBox/Debugger/DBGPlugIns.h
+++ b/src/VBox/Debugger/DBGPlugIns.h
@@ -1,4 +1,4 @@
-/* $Id: DBGPlugIns.h 35346 2010-12-27 16:13:13Z vboxsync $ */
+/* $Id: DBGPlugIns.h $ */
/** @file
* DBGPlugIns - Debugger Plug-Ins.
*
diff --git a/src/VBox/Debugger/Makefile.kmk b/src/VBox/Debugger/Makefile.kmk
index 8862ed602..59da7d698 100644
--- a/src/VBox/Debugger/Makefile.kmk
+++ b/src/VBox/Debugger/Makefile.kmk
@@ -1,4 +1,4 @@
-# $Id: Makefile.kmk 35440 2011-01-09 23:43:10Z vboxsync $
+# $Id: Makefile.kmk $
## @file
# Makefile for the VBox debugger.
#
diff --git a/src/VBox/Debugger/VBoxDbg.cpp b/src/VBox/Debugger/VBoxDbg.cpp
index 9ec90c9d0..9c41c934c 100644
--- a/src/VBox/Debugger/VBoxDbg.cpp
+++ b/src/VBox/Debugger/VBoxDbg.cpp
@@ -1,4 +1,4 @@
-/* $Id: VBoxDbg.cpp 35346 2010-12-27 16:13:13Z vboxsync $ */
+/* $Id: VBoxDbg.cpp $ */
/** @file
* VBox Debugger GUI.
*/
diff --git a/src/VBox/Debugger/VBoxDbgBase.cpp b/src/VBox/Debugger/VBoxDbgBase.cpp
index 5c400e754..461c0e5de 100644
--- a/src/VBox/Debugger/VBoxDbgBase.cpp
+++ b/src/VBox/Debugger/VBoxDbgBase.cpp
@@ -1,4 +1,4 @@
-/* $Id: VBoxDbgBase.cpp 31530 2010-08-10 12:24:45Z vboxsync $ */
+/* $Id: VBoxDbgBase.cpp $ */
/** @file
* VBox Debugger GUI - Base classes.
*/
diff --git a/src/VBox/Debugger/VBoxDbgBase.h b/src/VBox/Debugger/VBoxDbgBase.h
index c54e1f826..660d44e63 100644
--- a/src/VBox/Debugger/VBoxDbgBase.h
+++ b/src/VBox/Debugger/VBoxDbgBase.h
@@ -1,4 +1,4 @@
-/* $Id: VBoxDbgBase.h 35346 2010-12-27 16:13:13Z vboxsync $ */
+/* $Id: VBoxDbgBase.h $ */
/** @file
* VBox Debugger GUI - Base classes.
*/
diff --git a/src/VBox/Debugger/VBoxDbgConsole.cpp b/src/VBox/Debugger/VBoxDbgConsole.cpp
index ab0ae229d..46756985c 100644
--- a/src/VBox/Debugger/VBoxDbgConsole.cpp
+++ b/src/VBox/Debugger/VBoxDbgConsole.cpp
@@ -1,4 +1,4 @@
-/* $Id: VBoxDbgConsole.cpp 35346 2010-12-27 16:13:13Z vboxsync $ */
+/* $Id: VBoxDbgConsole.cpp $ */
/** @file
* VBox Debugger GUI - Console.
*/
diff --git a/src/VBox/Debugger/VBoxDbgConsole.h b/src/VBox/Debugger/VBoxDbgConsole.h
index 6b9a82163..ca762e96d 100644
--- a/src/VBox/Debugger/VBoxDbgConsole.h
+++ b/src/VBox/Debugger/VBoxDbgConsole.h
@@ -1,4 +1,4 @@
-/* $Id: VBoxDbgConsole.h 31530 2010-08-10 12:24:45Z vboxsync $ */
+/* $Id: VBoxDbgConsole.h $ */
/** @file
* VBox Debugger GUI - Console.
*/
diff --git a/src/VBox/Debugger/VBoxDbgDisas.h b/src/VBox/Debugger/VBoxDbgDisas.h
index c17df349d..bbd706fe4 100644
--- a/src/VBox/Debugger/VBoxDbgDisas.h
+++ b/src/VBox/Debugger/VBoxDbgDisas.h
@@ -1,4 +1,4 @@
-/* $Id: VBoxDbgDisas.h 31531 2010-08-10 12:29:45Z vboxsync $ */
+/* $Id: VBoxDbgDisas.h $ */
/** @file
* VBox Debugger GUI - Disassembly View.
*/
diff --git a/src/VBox/Debugger/VBoxDbgGui.cpp b/src/VBox/Debugger/VBoxDbgGui.cpp
index 9fbdb12f9..d2f7f451e 100644
--- a/src/VBox/Debugger/VBoxDbgGui.cpp
+++ b/src/VBox/Debugger/VBoxDbgGui.cpp
@@ -1,4 +1,4 @@
-/* $Id: VBoxDbgGui.cpp 35346 2010-12-27 16:13:13Z vboxsync $ */
+/* $Id: VBoxDbgGui.cpp $ */
/** @file
* VBox Debugger GUI - The Manager.
*/
diff --git a/src/VBox/Debugger/VBoxDbgGui.h b/src/VBox/Debugger/VBoxDbgGui.h
index 093347c6a..01eb89722 100644
--- a/src/VBox/Debugger/VBoxDbgGui.h
+++ b/src/VBox/Debugger/VBoxDbgGui.h
@@ -1,4 +1,4 @@
-/* $Id: VBoxDbgGui.h 33540 2010-10-28 09:27:05Z vboxsync $ */
+/* $Id: VBoxDbgGui.h $ */
/** @file
* VBox Debugger GUI - The Manager.
*/
diff --git a/src/VBox/Debugger/VBoxDbgStatsQt4.cpp b/src/VBox/Debugger/VBoxDbgStatsQt4.cpp
index 8d1e052d4..33c846da1 100644
--- a/src/VBox/Debugger/VBoxDbgStatsQt4.cpp
+++ b/src/VBox/Debugger/VBoxDbgStatsQt4.cpp
@@ -1,4 +1,4 @@
-/* $Id: VBoxDbgStatsQt4.cpp 33540 2010-10-28 09:27:05Z vboxsync $ */
+/* $Id: VBoxDbgStatsQt4.cpp $ */
/** @file
* VBox Debugger GUI - Statistics.
*/
diff --git a/src/VBox/Debugger/VBoxDbgStatsQt4.h b/src/VBox/Debugger/VBoxDbgStatsQt4.h
index edc04d445..2b8a2fc87 100644
--- a/src/VBox/Debugger/VBoxDbgStatsQt4.h
+++ b/src/VBox/Debugger/VBoxDbgStatsQt4.h
@@ -1,4 +1,4 @@
-/* $Id: VBoxDbgStatsQt4.h 33540 2010-10-28 09:27:05Z vboxsync $ */
+/* $Id: VBoxDbgStatsQt4.h $ */
/** @file
* VBox Debugger GUI - Statistics.
*/
diff --git a/src/VBox/Debugger/testcase/tstDBGCParser.cpp b/src/VBox/Debugger/testcase/tstDBGCParser.cpp
index f0080f2b7..f0d6d8e24 100644
--- a/src/VBox/Debugger/testcase/tstDBGCParser.cpp
+++ b/src/VBox/Debugger/testcase/tstDBGCParser.cpp
@@ -1,4 +1,4 @@
-/* $Id: tstDBGCParser.cpp 31932 2010-08-24 15:59:25Z vboxsync $ */
+/* $Id: tstDBGCParser.cpp $ */
/** @file
* DBGC Testcase - Command Parser.
*/
diff --git a/src/VBox/Debugger/testcase/tstDBGCStubs.cpp b/src/VBox/Debugger/testcase/tstDBGCStubs.cpp
index 3629816c0..717e6d909 100644
--- a/src/VBox/Debugger/testcase/tstDBGCStubs.cpp
+++ b/src/VBox/Debugger/testcase/tstDBGCStubs.cpp
@@ -1,4 +1,4 @@
-/* $Id: tstDBGCStubs.cpp 35614 2011-01-18 14:44:19Z vboxsync $ */
+/* $Id: tstDBGCStubs.cpp $ */
/** @file
* DBGC Testcase - Command Parser, VMM Stub Functions.
*/
diff --git a/src/VBox/Debugger/testcase/tstVBoxDbg.cpp b/src/VBox/Debugger/testcase/tstVBoxDbg.cpp
index 49aab8f01..13977789e 100644
--- a/src/VBox/Debugger/testcase/tstVBoxDbg.cpp
+++ b/src/VBox/Debugger/testcase/tstVBoxDbg.cpp
@@ -1,4 +1,4 @@
-/* $Id: tstVBoxDbg.cpp 35346 2010-12-27 16:13:13Z vboxsync $ */
+/* $Id: tstVBoxDbg.cpp $ */
/** @file
* VBox Debugger GUI, dummy testcase.
*/