diff options
Diffstat (limited to 'languages/cpp/debugger/gdbcontroller.cpp')
-rw-r--r-- | languages/cpp/debugger/gdbcontroller.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/languages/cpp/debugger/gdbcontroller.cpp b/languages/cpp/debugger/gdbcontroller.cpp index fce96961..ab7ffe69 100644 --- a/languages/cpp/debugger/gdbcontroller.cpp +++ b/languages/cpp/debugger/gdbcontroller.cpp @@ -3,7 +3,7 @@ // ------------------- // begin : Sun Aug 8 1999 // copyright : (C) 1999 by John Birch -// email : jbb@kdevelop.org +// email : jbb@tdevelop.org // ************************************************************************** // // ************************************************************************** @@ -50,7 +50,7 @@ using namespace std; // ************************************************************************** // -// Does all the communication between gdb and the kdevelop's debugger code. +// Does all the communication between gdb and the tdevelop's debugger code. // Significatant classes being used here are // // GDBParser - parses the "variable" data using the vartree and varitems |