Re: ddd-test6
"R. Bernstein" <[email protected]>
| Newsgroups | gmane.comp.debugging.ddd.general |
|---|---|
| Message-ID | <[email protected]> |
Peter Wainwright writes: > I'm also fairly confused by the differences between CVS and SVN. First off, I'm sorry for all of the confusion cased by the names here. Each release test1-test6 had a specific purpose, namely to add debugging for a specific debugger (and fix bugs of the previous release). So the branches were for those the major focus, although releases are linear. The test6 is branch is the removal of the built-in decade-old unmaintained pydb and be replaced by something that I think is currently better and is maintained outside of ddd. Like pydb in ddd, the stock Python debugger pdb was/is badly maintained. The person behind pydb in ddd, Richard Wolff has retired. I asked him if it would be okay to take over the name, and merged in the one features that pydb has that pdb still doesn't (gdb display expressions). I don't think we've been well served by having all of this code branched off from the trunk for so long with no intermediate ddd release. Please, let's get this merged back in, release it and move on. > I > assume that the official releases tarballs on Sourceforge were created > from the Sourceforge CVS repository tags DDD_3_3_12_test5, > DDD_3_3_12_test6. Correct although it's stated backwards. I worked off of CVS, and when it was time for a release tagged what was in CVS with DDD_3_3_12_test6. At some point CVS stuff got converted to SVN. Since I didn't write access to SVN, I continued with CVS since I knew that was consistent. I think for a while CVS was not available. So the very final changes might not have gotten back in CVS. So I was thinking that if I check out like this: > > cvs -z3 -d :pserver:[email protected]:/cvsroot/ddd co > -rDDD_3_3_12_test5 ddd Here's something that I believe works. svn co svn://svn.sv.gnu.org/ddd/branches/pydb # This is the read-only URL, if you want to replace with read/write ok. Download ddd-3.3.12-test6.tar.gz and untar wget http://downloads.sourceforge.net/bashdb/ddd-3.3.12-test6.tar.gz?modtime=1201937698&big_mirror=0 tar -xf ddd-3.3.12-test6.tar.gz Now when I do a recursive diff, I get a small number of changes. I've looked them over and they seem right. The changes are basically * differences in CVS/SVN id lines * differences to turn the release name into test6 (rather than test6-cvs) * removing the date after which ddd will no longer function * allowing some features that pydb and gdb have in common to trickle through (for example pydb allows disassembly of code like gdb does) * there insignificant are some case label changes, I tend to order the labels in alphabetic order. Attached should be the recursive diff I got by doing the above procedure _______________________________________________ ddd mailing list [email protected] http://lists.gnu.org/mailman/listinfo/ddd
ddd-test6.patch
(application/octet-stream, 35.9 KB)
diff -r -u /tmp/pydb-ddd /tmp/ddd-3.3.12-test6 diff -r -u /tmp/pydb-ddd/acinclude.m4 /tmp/ddd-3.3.12-test6/acinclude.m4 --- /tmp/pydb-ddd/acinclude.m4 2008-10-19 08:57:57.000000000 -0400 +++ /tmp/ddd-3.3.12-test6/acinclude.m4 2008-02-02 07:25:24.000000000 -0500 @@ -1,4 +1,4 @@ -dnl $Id: acinclude.m4 6801 2006-03-25 01:20:19Z rockyb $ -*- autoconf -*- +dnl $Id: acinclude.m4,v 1.44.2.3 2008/02/02 12:25:24 rockyb Exp $ -*- autoconf -*- dnl ICE and DDD autoconf macros dnl dnl Copyright (C) 1995-1998 Technische Universitaet Braunschweig, Germany. @@ -2631,7 +2631,7 @@ dnl The product expiration date, in ISO 8601 YYYY-MM-DD format. dnl After this date, users are requested to update DDD. dnl An empty expiration date means no expiration. -EXPIRES=2008-03-24 +EXPIRES= dnl dnl AC_SUBST(ddd)dnl Only in /tmp/ddd-3.3.12-test6: aclocal.m4 Only in /tmp/pydb-ddd: ANNOUNCE Only in /tmp/pydb-ddd: BUGS Only in /tmp/ddd-3.3.12-test6: ChangeLog Only in /tmp/ddd-3.3.12-test6: config.guess Only in /tmp/ddd-3.3.12-test6: config.sub Only in /tmp/ddd-3.3.12-test6: configure diff -r -u /tmp/pydb-ddd/configure.ac /tmp/ddd-3.3.12-test6/configure.ac --- /tmp/pydb-ddd/configure.ac 2008-10-19 08:57:57.000000000 -0400 +++ /tmp/ddd-3.3.12-test6/configure.ac 2008-02-02 06:40:21.000000000 -0500 @@ -1,4 +1,4 @@ -dnl $Id: configure.ac 6805 2006-06-17 09:43:57Z rockyb $ +dnl $Id: configure.ac,v 1.69.2.6 2008/02/02 11:40:21 rockyb Exp $ dnl Process this file with autoconf to produce a configure script. dnl dnl Copyright (C) 1996-1998 Technische Universitaet Braunschweig, Germany. @@ -34,15 +34,15 @@ dnl A version in the form `YYYY-MM-DD' is a release-of-the-day, i.e. a dnl snapshot of the current development tree. dnl -AC_INIT([ddd],[3.3.12-test6cvs],[[email protected]]) -NICKNAME="Custard" +AC_INIT([ddd],[3.3.12-test6],[[email protected]]) +NICKNAME="Tapioca" AC_SUBST(NICKNAME) DDD_NAMES dnl dnl Revision Control. dnl AC_PREREQ(2.59) -AC_REVISION([$Id: configure.ac 6805 2006-06-17 09:43:57Z rockyb $]) +AC_REVISION([$Id: configure.ac,v 1.69.2.6 2008/02/02 11:40:21 rockyb Exp $]) dnl dnl Initialization. dnl Only in /tmp/pydb-ddd: .cvsignore Only in /tmp/pydb-ddd: CVSMake diff -r -u /tmp/pydb-ddd/ddd/assert.C /tmp/ddd-3.3.12-test6/ddd/assert.C --- /tmp/pydb-ddd/ddd/assert.C 2008-10-19 08:57:55.000000000 -0400 +++ /tmp/ddd-3.3.12-test6/ddd/assert.C 2004-01-12 08:28:05.000000000 -0500 @@ -1,4 +1,4 @@ -// $Id: assert.C 6557 2004-01-12 13:28:05Z arnaud02 $ -*- C++ -*- +// $Id: assert.C,v 1.1 2004/01/12 13:28:05 arnaud02 Exp $ -*- C++ -*- // Function for custom implementation of assert. // Copyright (C) 2004 Free Software Foundation, USA. diff -r -u /tmp/pydb-ddd/ddd/attribute.h /tmp/ddd-3.3.12-test6/ddd/attribute.h --- /tmp/pydb-ddd/ddd/attribute.h 2008-10-19 08:57:55.000000000 -0400 +++ /tmp/ddd-3.3.12-test6/ddd/attribute.h 2006-02-10 20:57:31.000000000 -0500 @@ -1,4 +1,4 @@ -// $Id: attribute.h 6778 2006-02-11 01:57:31Z apg $ -*- C++ -*- +// $Id: attribute.h,v 1.4 2006/02/11 01:57:31 apg Exp $ -*- C++ -*- // Provide macros for compiler attributes. // Copyright (C) 2003 Free Software Foundation, USA. Only in /tmp/pydb-ddd/ddd: bug.C Only in /tmp/pydb-ddd/ddd: CLASSES diff -r -u /tmp/pydb-ddd/ddd/comm-manag.C /tmp/ddd-3.3.12-test6/ddd/comm-manag.C --- /tmp/pydb-ddd/ddd/comm-manag.C 2008-10-19 08:57:55.000000000 -0400 +++ /tmp/ddd-3.3.12-test6/ddd/comm-manag.C 2006-07-15 10:58:46.000000000 -0400 @@ -2229,12 +2229,12 @@ case BASH: case GDB: case MAKE: - case PYDB: // GDB always issues file names on positions... break; case DBG: case JDB: + case PYDB: case PERL: // FIXME break; @@ -2282,30 +2282,17 @@ } // Set PC position - if (check && pos_buffer) + if (check && pos_buffer && pos_buffer->pc_found()) { - if (pos_buffer->pc_found()) - { const string pc = pos_buffer->get_pc(); if (cmd_data->new_exec_pos || cmd_data->new_frame_pos) - source_view->show_pc(pc, XmHIGHLIGHT_SELECTED, - cmd_data->new_exec_pos, - pos_buffer->signaled_found()); + source_view->show_pc(pc, XmHIGHLIGHT_SELECTED, + cmd_data->new_exec_pos, + pos_buffer->signaled_found()); else - source_view->show_pc(pc, XmHIGHLIGHT_NORMAL); - } else if (gdb->type() == PYDB) { - const string pc = last_pos_found.after(':'); - if (cmd_data->new_exec_pos || cmd_data->new_frame_pos) - source_view->show_pc(pc, XmHIGHLIGHT_SELECTED, - cmd_data->new_exec_pos, - pos_buffer->signaled_found()); - else - source_view->show_pc(pc, XmHIGHLIGHT_NORMAL); - - } + source_view->show_pc(pc, XmHIGHLIGHT_NORMAL); } - if (verbose) { // Show answer Only in /tmp/ddd-3.3.12-test6/ddd: config.h.in Only in /tmp/ddd-3.3.12-test6/ddd: config.texi Only in /tmp/ddd-3.3.12-test6/ddd: COPYING.gz Only in /tmp/ddd-3.3.12-test6/ddd: COPYING.gz.C Only in /tmp/pydb-ddd/ddd: .cvsignore diff -r -u /tmp/pydb-ddd/ddd/ddd.C /tmp/ddd-3.3.12-test6/ddd/ddd.C --- /tmp/pydb-ddd/ddd/ddd.C 2008-10-19 08:57:55.000000000 -0400 +++ /tmp/ddd-3.3.12-test6/ddd/ddd.C 2006-07-23 09:39:48.000000000 -0400 @@ -5690,9 +5690,8 @@ set_sensitive(stack_w, !undoing); set_sensitive(registers_w, gdb->has_regs_command() && !undoing); set_sensitive(threads_w, (gdb->type() == GDB + || gdb->type() == JDB || (gdb->type() == DBX && gdb->isSunDBX()) - || (gdb->type() == JDB) - || (gdb->type() == PYDB) ) && !undoing); set_sensitive(infos_w, (gdb->type() == GDB || gdb->type() == PYDB) && @@ -7876,9 +7875,7 @@ set_sensitive(complete_w, gdb->type() == BASH || gdb->type() == GDB || gdb->type() == PYDB); set_sensitive(define_w, gdb->type() == GDB); - set_sensitive(signals_w, - gdb->type() == GDB || gdb->type() == PYDB - || gdb->type() == BASH); + set_sensitive(signals_w, gdb->type() == GDB); set_sensitive(set_debugger_bash_w, have_cmd("bashdb")); set_sensitive(set_debugger_dbg_w, have_cmd("dbg")); Only in /tmp/ddd-3.3.12-test6/ddd: Ddd.in Only in /tmp/ddd-3.3.12-test6/ddd: ddd.info Only in /tmp/ddd-3.3.12-test6/ddd: ddd.info-1 Only in /tmp/ddd-3.3.12-test6/ddd: ddd.info-2 Only in /tmp/ddd-3.3.12-test6/ddd: ddd.info.txt.gz.C diff -r -u /tmp/pydb-ddd/ddd/Ddd.in.m4 /tmp/ddd-3.3.12-test6/ddd/Ddd.in.m4 --- /tmp/pydb-ddd/ddd/Ddd.in.m4 2008-10-19 08:57:55.000000000 -0400 +++ /tmp/ddd-3.3.12-test6/ddd/Ddd.in.m4 2006-07-15 12:31:20.000000000 -0400 @@ -6222,8 +6222,7 @@ All debugging commands show information from the perspective\n\ of the current thread.\n\ \n\ -PYDB will only allow you to see threads.\n\ -If not using PYDB, select any thread to make it the current thread.\n\ +Select any thread to make it the current thread.\n\ \n\ In JDB, you can also\n\ ITEM select a threadgroup to switch between viewing all threads\n\ Only in /tmp/ddd-3.3.12-test6/ddd: ddd-themes.info Only in /tmp/ddd-3.3.12-test6/ddd: ddd.vsl.h Only in /tmp/pydb-ddd/ddd: debugged.h Only in /tmp/pydb-ddd/ddd: dldummy.c Only in /tmp/pydb-ddd/ddd: Doxyfile Only in /tmp/ddd-3.3.12-test6/ddd: eps-code.h Only in /tmp/pydb-ddd/ddd: fix-toc.sed Only in /tmp/pydb-ddd/ddd: ftest.f Only in /tmp/pydb-ddd/ddd: gcore.C diff -r -u /tmp/pydb-ddd/ddd/GDBAgent.C /tmp/ddd-3.3.12-test6/ddd/GDBAgent.C --- /tmp/pydb-ddd/ddd/GDBAgent.C 2008-10-19 08:57:55.000000000 -0400 +++ /tmp/ddd-3.3.12-test6/ddd/GDBAgent.C 2006-07-15 10:58:26.000000000 -0400 @@ -3181,16 +3181,16 @@ string GDBAgent::disassemble_command(string start, const char *end) const { string cmd; - if (type() != GDB && type() != PYDB) + if (type() != GDB) return cmd; - if (type() != PYDB) normalize_address(start); + normalize_address(start); cmd = "disassemble " + start; if (strlen(end) != 0) { string end_( end ); - if (type() != PYDB) normalize_address(end_); + normalize_address(end_); cmd += ' '; cmd += end_; } diff -r -u /tmp/pydb-ddd/ddd/GDBAgent.h /tmp/ddd-3.3.12-test6/ddd/GDBAgent.h --- /tmp/pydb-ddd/ddd/GDBAgent.h 2008-10-19 08:57:55.000000000 -0400 +++ /tmp/ddd-3.3.12-test6/ddd/GDBAgent.h 2006-07-16 16:46:32.000000000 -0400 @@ -444,10 +444,12 @@ } ProgramLanguage program_language(string text); - // True if debugger can disassemble code + // True if debugger can enable breakpoints bool has_disassembly() const { - return type() == GDB || type() == PYDB; + return type() == GDB + // || type() == PYDB // In theory this could be done. + ; } // True if debugger can enable breakpoints Only in /tmp/ddd-3.3.12-test6/ddd: .gdbinit Only in /tmp/ddd-3.3.12-test6/ddd: gfdl.texinfo Only in /tmp/ddd-3.3.12-test6/ddd: gpl.texinfo Only in /tmp/pydb-ddd/ddd: grabtest.C Only in /tmp/ddd-3.3.12-test6/ddd: header.str Only in /tmp/pydb-ddd/ddd: html.m4 Only in /tmp/pydb-ddd/ddd: jtest Only in /tmp/pydb-ddd/ddd: m2test.mod Only in /tmp/ddd-3.3.12-test6/ddd: Makefile.in Only in /tmp/pydb-ddd/ddd: make-static Only in /tmp/pydb-ddd/ddd: Map.C Only in /tmp/pydb-ddd/ddd: Mmtest Only in /tmp/pydb-ddd/ddd: mmtest.C Only in /tmp/ddd-3.3.12-test6/ddd: NEWS.gz Only in /tmp/ddd-3.3.12-test6/ddd: NEWS.gz.C Only in /tmp/pydb-ddd/ddd: perltest.pl Only in /tmp/pydb-ddd/ddd/PICS: .cvsignore Binary files /tmp/pydb-ddd/ddd/PICS/ddd-aliases.png and /tmp/ddd-3.3.12-test6/ddd/PICS/ddd-aliases.png differ Binary files /tmp/pydb-ddd/ddd/PICS/ddd-all.png and /tmp/ddd-3.3.12-test6/ddd/PICS/ddd-all.png differ Binary files /tmp/pydb-ddd/ddd/PICS/ddd-arguments.png and /tmp/ddd-3.3.12-test6/ddd/PICS/ddd-arguments.png differ Binary files /tmp/pydb-ddd/ddd/PICS/ddd-attach.png and /tmp/ddd-3.3.12-test6/ddd/PICS/ddd-attach.png differ Binary files /tmp/pydb-ddd/ddd/PICS/dddback.png and /tmp/ddd-3.3.12-test6/ddd/PICS/dddback.png differ Binary files /tmp/pydb-ddd/ddd/PICS/ddd-backtrace.png and /tmp/ddd-3.3.12-test6/ddd/PICS/ddd-backtrace.png differ Binary files /tmp/pydb-ddd/ddd/PICS/ddd-bp-popup.png and /tmp/ddd-3.3.12-test6/ddd/PICS/ddd-bp-popup.png differ Binary files /tmp/pydb-ddd/ddd/PICS/ddd-bp-properties.png and /tmp/ddd-3.3.12-test6/ddd/PICS/ddd-bp-properties.png differ Binary files /tmp/pydb-ddd/ddd/PICS/ddd-button-editor.png and /tmp/ddd-3.3.12-test6/ddd/PICS/ddd-button-editor.png differ Binary files /tmp/pydb-ddd/ddd/PICS/ddd-clusters.png and /tmp/ddd-3.3.12-test6/ddd/PICS/ddd-clusters.png differ Binary files /tmp/pydb-ddd/ddd/PICS/ddd-code.png and /tmp/ddd-3.3.12-test6/ddd/PICS/ddd-code.png differ Binary files /tmp/pydb-ddd/ddd/PICS/ddd-console.png and /tmp/ddd-3.3.12-test6/ddd/PICS/ddd-console.png differ Binary files /tmp/pydb-ddd/ddd/PICS/ddd-data-prefs.png and /tmp/ddd-3.3.12-test6/ddd/PICS/ddd-data-prefs.png differ Binary files /tmp/pydb-ddd/ddd/PICS/ddd-define-command.png and /tmp/ddd-3.3.12-test6/ddd/PICS/ddd-define-command.png differ Binary files /tmp/pydb-ddd/ddd/PICS/ddd-display.png and /tmp/ddd-3.3.12-test6/ddd/PICS/ddd-display.png differ Binary files /tmp/pydb-ddd/ddd/PICS/ddd-drag1.png and /tmp/ddd-3.3.12-test6/ddd/PICS/ddd-drag1.png differ Binary files /tmp/pydb-ddd/ddd/PICS/ddd-drag2.png and /tmp/ddd-3.3.12-test6/ddd/PICS/ddd-drag2.png differ Binary files /tmp/pydb-ddd/ddd/PICS/ddd-drag3.png and /tmp/ddd-3.3.12-test6/ddd/PICS/ddd-drag3.png differ Binary files /tmp/pydb-ddd/ddd/PICS/ddd-drag.png and /tmp/ddd-3.3.12-test6/ddd/PICS/ddd-drag.png differ Binary files /tmp/pydb-ddd/ddd/PICS/ddd-edit-breakpoints.png and /tmp/ddd-3.3.12-test6/ddd/PICS/ddd-edit-breakpoints.png differ Binary files /tmp/pydb-ddd/ddd/PICS/ddd-edit-displays.png and /tmp/ddd-3.3.12-test6/ddd/PICS/ddd-edit-displays.png differ Binary files /tmp/pydb-ddd/ddd/PICS/ddd-examine.png and /tmp/ddd-3.3.12-test6/ddd/PICS/ddd-examine.png differ Binary files /tmp/pydb-ddd/ddd/PICS/ddd-font-prefs.png and /tmp/ddd-3.3.12-test6/ddd/PICS/ddd-font-prefs.png differ Binary files /tmp/pydb-ddd/ddd/PICS/ddd-general-prefs.png and /tmp/ddd-3.3.12-test6/ddd/PICS/ddd-general-prefs.png differ Binary files /tmp/pydb-ddd/ddd/PICS/ddd-helpers.png and /tmp/ddd-3.3.12-test6/ddd/PICS/ddd-helpers.png differ Binary files /tmp/pydb-ddd/ddd/PICS/ddd-hide-display.png and /tmp/ddd-3.3.12-test6/ddd/PICS/ddd-hide-display.png differ Binary files /tmp/pydb-ddd/ddd/PICS/ddd-history.png and /tmp/ddd-3.3.12-test6/ddd/PICS/ddd-history.png differ Binary files /tmp/pydb-ddd/ddd/PICS/ddd-layout.png and /tmp/ddd-3.3.12-test6/ddd/PICS/ddd-layout.png differ Binary files /tmp/pydb-ddd/ddd/PICS/ddd-line-popup.png and /tmp/ddd-3.3.12-test6/ddd/PICS/ddd-line-popup.png differ Binary files /tmp/pydb-ddd/ddd/PICS/ddd-locals.png and /tmp/ddd-3.3.12-test6/ddd/PICS/ddd-locals.png differ Binary files /tmp/pydb-ddd/ddd/PICS/dddlogo.png and /tmp/ddd-3.3.12-test6/ddd/PICS/dddlogo.png differ Binary files /tmp/pydb-ddd/ddd/PICS/ddd-open.png and /tmp/ddd-3.3.12-test6/ddd/PICS/ddd-open.png differ Binary files /tmp/pydb-ddd/ddd/PICS/ddd-open-session.png and /tmp/ddd-3.3.12-test6/ddd/PICS/ddd-open-session.png differ Binary files /tmp/pydb-ddd/ddd/PICS/ddd-plots.png and /tmp/ddd-3.3.12-test6/ddd/PICS/ddd-plots.png differ Binary files /tmp/pydb-ddd/ddd/PICS/ddd-print-graph.png and /tmp/ddd-3.3.12-test6/ddd/PICS/ddd-print-graph.png differ Binary files /tmp/pydb-ddd/ddd/PICS/ddd-print-output.png and /tmp/ddd-3.3.12-test6/ddd/PICS/ddd-print-output.png differ Binary files /tmp/pydb-ddd/ddd/PICS/ddd-print-popup.png and /tmp/ddd-3.3.12-test6/ddd/PICS/ddd-print-popup.png differ Binary files /tmp/pydb-ddd/ddd/PICS/ddd-registers.png and /tmp/ddd-3.3.12-test6/ddd/PICS/ddd-registers.png differ Binary files /tmp/pydb-ddd/ddd/PICS/ddd-repeats.png and /tmp/ddd-3.3.12-test6/ddd/PICS/ddd-repeats.png differ Binary files /tmp/pydb-ddd/ddd/PICS/ddd-rotate-display.png and /tmp/ddd-3.3.12-test6/ddd/PICS/ddd-rotate-display.png differ Binary files /tmp/pydb-ddd/ddd/PICS/ddd-save-session.png and /tmp/ddd-3.3.12-test6/ddd/PICS/ddd-save-session.png differ Binary files /tmp/pydb-ddd/ddd/PICS/ddd-select-display.png and /tmp/ddd-3.3.12-test6/ddd/PICS/ddd-select-display.png differ Binary files /tmp/pydb-ddd/ddd/PICS/ddd-separate.png and /tmp/ddd-3.3.12-test6/ddd/PICS/ddd-separate.png differ Binary files /tmp/pydb-ddd/ddd/PICS/ddd-set.png and /tmp/ddd-3.3.12-test6/ddd/PICS/ddd-set.png differ Binary files /tmp/pydb-ddd/ddd/PICS/ddd-settings.png and /tmp/ddd-3.3.12-test6/ddd/PICS/ddd-settings.png differ Binary files /tmp/pydb-ddd/ddd/PICS/ddd-shortcut-editor.png and /tmp/ddd-3.3.12-test6/ddd/PICS/ddd-shortcut-editor.png differ Binary files /tmp/pydb-ddd/ddd/PICS/ddd-shortcuts.png and /tmp/ddd-3.3.12-test6/ddd/PICS/ddd-shortcuts.png differ Binary files /tmp/pydb-ddd/ddd/PICS/ddd-signals.png and /tmp/ddd-3.3.12-test6/ddd/PICS/ddd-signals.png differ Binary files /tmp/pydb-ddd/ddd/PICS/ddd-source.png and /tmp/ddd-3.3.12-test6/ddd/PICS/ddd-source.png differ Binary files /tmp/pydb-ddd/ddd/PICS/ddd-source-popup.png and /tmp/ddd-3.3.12-test6/ddd/PICS/ddd-source-popup.png differ Binary files /tmp/pydb-ddd/ddd/PICS/ddd-source-prefs.png and /tmp/ddd-3.3.12-test6/ddd/PICS/ddd-source-prefs.png differ Binary files /tmp/pydb-ddd/ddd/PICS/dddsplash.png and /tmp/ddd-3.3.12-test6/ddd/PICS/dddsplash.png differ Binary files /tmp/pydb-ddd/ddd/PICS/ddd-startup-prefs.png and /tmp/ddd-3.3.12-test6/ddd/PICS/ddd-startup-prefs.png differ Binary files /tmp/pydb-ddd/ddd/PICS/ddd-status-displays.png and /tmp/ddd-3.3.12-test6/ddd/PICS/ddd-status-displays.png differ Binary files /tmp/pydb-ddd/ddd/PICS/ddd-suppress.png and /tmp/ddd-3.3.12-test6/ddd/PICS/ddd-suppress.png differ Binary files /tmp/pydb-ddd/ddd/PICS/ddd-themes.png and /tmp/ddd-3.3.12-test6/ddd/PICS/ddd-themes.png differ Binary files /tmp/pydb-ddd/ddd/PICS/ddd-threads.png and /tmp/ddd-3.3.12-test6/ddd/PICS/ddd-threads.png differ Binary files /tmp/pydb-ddd/ddd/PICS/ddd-toolbar-1.png and /tmp/ddd-3.3.12-test6/ddd/PICS/ddd-toolbar-1.png differ Binary files /tmp/pydb-ddd/ddd/PICS/ddd-toolbar-2.png and /tmp/ddd-3.3.12-test6/ddd/PICS/ddd-toolbar-2.png differ Binary files /tmp/pydb-ddd/ddd/PICS/ddd-toolbar-3.png and /tmp/ddd-3.3.12-test6/ddd/PICS/ddd-toolbar-3.png differ Binary files /tmp/pydb-ddd/ddd/PICS/ddd-toolbar-4.png and /tmp/ddd-3.3.12-test6/ddd/PICS/ddd-toolbar-4.png differ Binary files /tmp/pydb-ddd/ddd/PICS/ddd-toolbar.png and /tmp/ddd-3.3.12-test6/ddd/PICS/ddd-toolbar.png differ Binary files /tmp/pydb-ddd/ddd/PICS/ddd-toolbars.png and /tmp/ddd-3.3.12-test6/ddd/PICS/ddd-toolbars.png differ Binary files /tmp/pydb-ddd/ddd/PICS/ddd-tool.png and /tmp/ddd-3.3.12-test6/ddd/PICS/ddd-tool.png differ Binary files /tmp/pydb-ddd/ddd/PICS/ddd-value-tip.png and /tmp/ddd-3.3.12-test6/ddd/PICS/ddd-value-tip.png differ Binary files /tmp/pydb-ddd/ddd/PICS/disclaimer.png and /tmp/ddd-3.3.12-test6/ddd/PICS/disclaimer.png differ Only in /tmp/pydb-ddd/ddd/PICS/splash: .cvsignore Binary files /tmp/pydb-ddd/ddd/PICS/splash/dddsplash.xcf and /tmp/ddd-3.3.12-test6/ddd/PICS/splash/dddsplash.xcf differ Only in /tmp/pydb-ddd/ddd/PICS/splash: .svn Only in /tmp/pydb-ddd/ddd/PICS: .svn diff -r -u /tmp/pydb-ddd/ddd/PICS/theme-backgrounds.ps /tmp/ddd-3.3.12-test6/ddd/PICS/theme-backgrounds.ps --- /tmp/pydb-ddd/ddd/PICS/theme-backgrounds.ps 2008-10-19 08:57:52.000000000 -0400 +++ /tmp/ddd-3.3.12-test6/ddd/PICS/theme-backgrounds.ps 2006-03-21 18:20:29.000000000 -0500 @@ -7,7 +7,7 @@ gsave 22 138 translate 1 -1 scale -% $Id: theme-backgrounds.ps 6405 2003-05-24 15:27:46Z apg $ +% $Id: theme-backgrounds.ps,v 1.2 2003/05/24 15:27:41 apg Exp $ % Header for DDD PostScript Box output % Copyright (C) 1995-1998 Technische Universitaet Braunschweig, Germany. @@ -446,7 +446,7 @@ endcolor* %%Trailer -% $Id: theme-backgrounds.ps 6405 2003-05-24 15:27:46Z apg $ +% $Id: theme-backgrounds.ps,v 1.2 2003/05/24 15:27:41 apg Exp $ % Trailer for DDD PostScript Box output grestore diff -r -u /tmp/pydb-ddd/ddd/PICS/theme-none.ps /tmp/ddd-3.3.12-test6/ddd/PICS/theme-none.ps --- /tmp/pydb-ddd/ddd/PICS/theme-none.ps 2008-10-19 08:57:52.000000000 -0400 +++ /tmp/ddd-3.3.12-test6/ddd/PICS/theme-none.ps 2006-03-21 18:20:29.000000000 -0500 @@ -7,7 +7,7 @@ gsave 22 138 translate 1 -1 scale -% $Id: theme-none.ps 6405 2003-05-24 15:27:46Z apg $ +% $Id: theme-none.ps,v 1.2 2003/05/24 15:27:41 apg Exp $ % Header for DDD PostScript Box output % Copyright (C) 1995-1998 Technische Universitaet Braunschweig, Germany. @@ -426,7 +426,7 @@ endcolor* %%Trailer -% $Id: theme-none.ps 6405 2003-05-24 15:27:46Z apg $ +% $Id: theme-none.ps,v 1.2 2003/05/24 15:27:41 apg Exp $ % Trailer for DDD PostScript Box output grestore diff -r -u /tmp/pydb-ddd/ddd/PICS/theme-small-titles.ps /tmp/ddd-3.3.12-test6/ddd/PICS/theme-small-titles.ps --- /tmp/pydb-ddd/ddd/PICS/theme-small-titles.ps 2008-10-19 08:57:52.000000000 -0400 +++ /tmp/ddd-3.3.12-test6/ddd/PICS/theme-small-titles.ps 2006-03-21 18:20:29.000000000 -0500 @@ -7,7 +7,7 @@ gsave 22 137 translate 1 -1 scale -% $Id: theme-small-titles.ps 6405 2003-05-24 15:27:46Z apg $ +% $Id: theme-small-titles.ps,v 1.2 2003/05/24 15:27:41 apg Exp $ % Header for DDD PostScript Box output % Copyright (C) 1995-1998 Technische Universitaet Braunschweig, Germany. @@ -426,7 +426,7 @@ endcolor* %%Trailer -% $Id: theme-small-titles.ps 6405 2003-05-24 15:27:46Z apg $ +% $Id: theme-small-titles.ps,v 1.2 2003/05/24 15:27:41 apg Exp $ % Trailer for DDD PostScript Box output grestore diff -r -u /tmp/pydb-ddd/ddd/PICS/theme-small-values.ps /tmp/ddd-3.3.12-test6/ddd/PICS/theme-small-values.ps --- /tmp/pydb-ddd/ddd/PICS/theme-small-values.ps 2008-10-19 08:57:52.000000000 -0400 +++ /tmp/ddd-3.3.12-test6/ddd/PICS/theme-small-values.ps 2006-03-21 18:20:29.000000000 -0500 @@ -7,7 +7,7 @@ gsave 17 135 translate 1 -1 scale -% $Id: theme-small-values.ps 6405 2003-05-24 15:27:46Z apg $ +% $Id: theme-small-values.ps,v 1.2 2003/05/24 15:27:41 apg Exp $ % Header for DDD PostScript Box output % Copyright (C) 1995-1998 Technische Universitaet Braunschweig, Germany. @@ -426,7 +426,7 @@ endcolor* %%Trailer -% $Id: theme-small-values.ps 6405 2003-05-24 15:27:46Z apg $ +% $Id: theme-small-values.ps,v 1.2 2003/05/24 15:27:41 apg Exp $ % Trailer for DDD PostScript Box output grestore diff -r -u /tmp/pydb-ddd/ddd/PICS/theme-suppress.ps /tmp/ddd-3.3.12-test6/ddd/PICS/theme-suppress.ps --- /tmp/pydb-ddd/ddd/PICS/theme-suppress.ps 2008-10-19 08:57:51.000000000 -0400 +++ /tmp/ddd-3.3.12-test6/ddd/PICS/theme-suppress.ps 2006-03-21 18:20:29.000000000 -0500 @@ -7,7 +7,7 @@ gsave 25 138 translate 1 -1 scale -% $Id: theme-suppress.ps 6405 2003-05-24 15:27:46Z apg $ +% $Id: theme-suppress.ps,v 1.2 2003/05/24 15:27:41 apg Exp $ % Header for DDD PostScript Box output % Copyright (C) 1995-1998 Technische Universitaet Braunschweig, Germany. @@ -417,7 +417,7 @@ endcolor* %%Trailer -% $Id: theme-suppress.ps 6405 2003-05-24 15:27:46Z apg $ +% $Id: theme-suppress.ps,v 1.2 2003/05/24 15:27:41 apg Exp $ % Trailer for DDD PostScript Box output grestore diff -r -u /tmp/pydb-ddd/ddd/PICS/theme-tiny-values.ps /tmp/ddd-3.3.12-test6/ddd/PICS/theme-tiny-values.ps --- /tmp/pydb-ddd/ddd/PICS/theme-tiny-values.ps 2008-10-19 08:57:52.000000000 -0400 +++ /tmp/ddd-3.3.12-test6/ddd/PICS/theme-tiny-values.ps 2006-03-21 18:20:29.000000000 -0500 @@ -7,7 +7,7 @@ gsave 28 135 translate 1 -1 scale -% $Id: theme-tiny-values.ps 6405 2003-05-24 15:27:46Z apg $ +% $Id: theme-tiny-values.ps,v 1.2 2003/05/24 15:27:41 apg Exp $ % Header for DDD PostScript Box output % Copyright (C) 1995-1998 Technische Universitaet Braunschweig, Germany. @@ -426,7 +426,7 @@ endcolor* %%Trailer -% $Id: theme-tiny-values.ps 6405 2003-05-24 15:27:46Z apg $ +% $Id: theme-tiny-values.ps,v 1.2 2003/05/24 15:27:41 apg Exp $ % Trailer for DDD PostScript Box output grestore diff -r -u /tmp/pydb-ddd/ddd/PICS/theme-tree-full.ps /tmp/ddd-3.3.12-test6/ddd/PICS/theme-tree-full.ps --- /tmp/pydb-ddd/ddd/PICS/theme-tree-full.ps 2008-10-19 08:57:52.000000000 -0400 +++ /tmp/ddd-3.3.12-test6/ddd/PICS/theme-tree-full.ps 2006-03-21 18:20:29.000000000 -0500 @@ -7,7 +7,7 @@ gsave 28 235 translate 1 -1 scale -% $Id: theme-tree-full.ps 6405 2003-05-24 15:27:46Z apg $ +% $Id: theme-tree-full.ps,v 1.2 2003/05/24 15:27:41 apg Exp $ % Header for DDD PostScript Box output % Copyright (C) 1995-1998 Technische Universitaet Braunschweig, Germany. @@ -487,7 +487,7 @@ endcolor* %%Trailer -% $Id: theme-tree-full.ps 6405 2003-05-24 15:27:46Z apg $ +% $Id: theme-tree-full.ps,v 1.2 2003/05/24 15:27:41 apg Exp $ % Trailer for DDD PostScript Box output grestore diff -r -u /tmp/pydb-ddd/ddd/PICS/theme-tree-part.ps /tmp/ddd-3.3.12-test6/ddd/PICS/theme-tree-part.ps --- /tmp/pydb-ddd/ddd/PICS/theme-tree-part.ps 2008-10-19 08:57:52.000000000 -0400 +++ /tmp/ddd-3.3.12-test6/ddd/PICS/theme-tree-part.ps 2006-03-21 18:20:29.000000000 -0500 @@ -7,7 +7,7 @@ gsave 28 180 translate 1 -1 scale -% $Id: theme-tree-part.ps 6405 2003-05-24 15:27:46Z apg $ +% $Id: theme-tree-part.ps,v 1.2 2003/05/24 15:27:41 apg Exp $ % Header for DDD PostScript Box output % Copyright (C) 1995-1998 Technische Universitaet Braunschweig, Germany. @@ -439,7 +439,7 @@ endcolor* %%Trailer -% $Id: theme-tree-part.ps 6405 2003-05-24 15:27:46Z apg $ +% $Id: theme-tree-part.ps,v 1.2 2003/05/24 15:27:41 apg Exp $ % Trailer for DDD PostScript Box output grestore Binary files /tmp/pydb-ddd/ddd/PICS/tut-backtrace.png and /tmp/ddd-3.3.12-test6/ddd/PICS/tut-backtrace.png differ Binary files /tmp/pydb-ddd/ddd/PICS/tut-display.png and /tmp/ddd-3.3.12-test6/ddd/PICS/tut-display.png differ Binary files /tmp/pydb-ddd/ddd/PICS/tut-finish.png and /tmp/ddd-3.3.12-test6/ddd/PICS/tut-finish.png differ Binary files /tmp/pydb-ddd/ddd/PICS/tut-invoke.png and /tmp/ddd-3.3.12-test6/ddd/PICS/tut-invoke.png differ Binary files /tmp/pydb-ddd/ddd/PICS/tut-run.png and /tmp/ddd-3.3.12-test6/ddd/PICS/tut-run.png differ Binary files /tmp/pydb-ddd/ddd/PICS/tut-set.png and /tmp/ddd-3.3.12-test6/ddd/PICS/tut-set.png differ Binary files /tmp/pydb-ddd/ddd/PICS/tut-value.png and /tmp/ddd-3.3.12-test6/ddd/PICS/tut-value.png differ Only in /tmp/pydb-ddd/ddd: ptest.p Only in /tmp/ddd-3.3.12-test6/ddd: rxscan.C Only in /tmp/pydb-ddd/ddd: sample.c diff -r -u /tmp/pydb-ddd/ddd/settings.C /tmp/ddd-3.3.12-test6/ddd/settings.C --- /tmp/pydb-ddd/ddd/settings.C 2008-10-19 08:57:55.000000000 -0400 +++ /tmp/ddd-3.3.12-test6/ddd/settings.C 2007-01-14 15:06:30.000000000 -0500 @@ -1595,9 +1595,6 @@ doc = doc.after(rxwhite); doc = doc.after(rxwhite); doc = doc.after(rxwhite); - if (type == PYDB || type == BASH) - doc = base; - e_type = SignalEntry; } else if (entry_filter != DisplayToggleButtonEntry) @@ -3343,14 +3340,8 @@ // Fetch GDB signal handling string string get_signals(DebuggerType type, unsigned long /* flags */) { - switch(type) { - case GDB: - case BASH: - case PYDB: - ; - default: - return ""; // Not supported yet - } + if (type != GDB) + return ""; // Not supported yet create_signals(type); string commands = ""; Only in /tmp/pydb-ddd/ddd: SignalC.C Only in /tmp/pydb-ddd/ddd: SignalC.h diff -r -u /tmp/pydb-ddd/ddd/SourceView.C /tmp/ddd-3.3.12-test6/ddd/SourceView.C --- /tmp/pydb-ddd/ddd/SourceView.C 2008-10-19 08:57:55.000000000 -0400 +++ /tmp/ddd-3.3.12-test6/ddd/SourceView.C 2006-07-15 07:34:55.000000000 -0400 @@ -7658,7 +7658,6 @@ switch (gdb->type()) { case GDB: - case PYDB: { string threads = gdb_question("info threads"); process_threads(threads); @@ -7693,6 +7692,7 @@ case DBG: case MAKE: case PERL: + case PYDB: case XDB: // No threads. break; @@ -9529,11 +9529,6 @@ // Search PC in the current code; return beginning of line if found XmTextPosition SourceView::find_pc(const string& pc) { - if (gdb->type() == PYDB) { - // return XmTextPosition(atoi(pc.chars())); - return XmTextPosition(-1); - } - if (compare_address(pc, current_code_start) < 0 || compare_address(pc, current_code_end) > 0) return XmTextPosition(-1); Only in /tmp/pydb-ddd/ddd: .svn Only in /tmp/pydb-ddd/ddd: swallow.C Only in /tmp/pydb-ddd/ddd: test-file.C Only in /tmp/pydb-ddd/ddd: Test-graph Only in /tmp/pydb-ddd/ddd: test-graph.C Only in /tmp/ddd-3.3.12-test6/ddd: texinfo.tex Only in /tmp/pydb-ddd/ddd: tips2html.awk Only in /tmp/ddd-3.3.12-test6/ddd: tips.html Only in /tmp/ddd-3.3.12-test6/ddd: tips.m4 Only in /tmp/ddd-3.3.12-test6/ddd: trailer.str Only in /tmp/pydb-ddd/ddd: tString.C Only in /tmp/pydb-ddd/ddd: tString.exp Only in /tmp/pydb-ddd/ddd: tString.inp Only in /tmp/pydb-ddd/ddd: ttytest.C Only in /tmp/pydb-ddd/ddd: umlaut7.sed Only in /tmp/pydb-ddd/ddd: umlaut8.sed Only in /tmp/ddd-3.3.12-test6/ddd: vsl-gramma.C Only in /tmp/ddd-3.3.12-test6/ddd: vsl-gramma.h Only in /tmp/ddd-3.3.12-test6/ddd: vsl-lex.C Only in /tmp/ddd-3.3.12-test6/ddd: xlibdir.C Only in /tmp/ddd-3.3.12-test6: ddd-3.3.12-test6-1.spec diff -r -u /tmp/pydb-ddd/ddd.spec.in /tmp/ddd-3.3.12-test6/ddd.spec.in --- /tmp/pydb-ddd/ddd.spec.in 2008-10-19 08:57:57.000000000 -0400 +++ /tmp/ddd-3.3.12-test6/ddd.spec.in 2006-02-24 21:25:35.000000000 -0500 @@ -1,4 +1,4 @@ -# $Id: ddd.spec.in 6789 2006-02-25 02:25:36Z rockyb $ -*- text -*- +# $Id: ddd.spec.in,v 1.4.4.1 2006/02/25 02:25:35 rockyb Exp $ -*- text -*- # Spec for building DDD RPM Packages # Note that this is NOT a relocatable package Only in /tmp/ddd-3.3.12-test6: depcomp Only in /tmp/pydb-ddd/doc: .cvsignore diff -r -u /tmp/pydb-ddd/doc/ddd-paper.ps /tmp/ddd-3.3.12-test6/doc/ddd-paper.ps --- /tmp/pydb-ddd/doc/ddd-paper.ps 2008-10-19 08:57:44.000000000 -0400 +++ /tmp/ddd-3.3.12-test6/doc/ddd-paper.ps 2003-05-24 11:27:43.000000000 -0400 @@ -13107,7 +13107,7 @@ gsave 18 229 translate 1 -1 scale -% $Id: ddd-paper.ps 6405 2003-05-24 15:27:46Z apg $ +% $Id: ddd-paper.ps,v 1.3 2003/05/24 15:27:43 apg Exp $ % Header for NORA PostScript Box output % Copyright (C) 1993 Technische Universitaet Braunschweig, Germany. @@ -13486,7 +13486,7 @@ 372 109 373 109 373 149 372 149 box* %(372,109)(1,40) 160 149 373 149 373 150 160 150 box* %(160,149)(213,1) -% $Id: ddd-paper.ps 6405 2003-05-24 15:27:46Z apg $ +% $Id: ddd-paper.ps,v 1.3 2003/05/24 15:27:43 apg Exp $ % Trailer for NORA PostScript Box output grestore @@ -13519,7 +13519,7 @@ gsave 3 213 translate 1 -1 scale -% $Id: ddd-paper.ps 6405 2003-05-24 15:27:46Z apg $ +% $Id: ddd-paper.ps,v 1.3 2003/05/24 15:27:43 apg Exp $ % Header for NORA PostScript Box output % Copyright (C) 1993 Technische Universitaet Braunschweig, Germany. @@ -13894,7 +13894,7 @@ 291 35 292 35 292 177 291 177 box* %(291,35)(1,142) 117 177 292 177 292 178 117 178 box* %(117,177)(175,1) -% $Id: ddd-paper.ps 6405 2003-05-24 15:27:46Z apg $ +% $Id: ddd-paper.ps,v 1.3 2003/05/24 15:27:43 apg Exp $ % Trailer for NORA PostScript Box output grestore @@ -13928,7 +13928,7 @@ gsave 16 224 translate 1 -1 scale -% $Id: ddd-paper.ps 6405 2003-05-24 15:27:46Z apg $ +% $Id: ddd-paper.ps,v 1.3 2003/05/24 15:27:43 apg Exp $ % Header for NORA PostScript Box output % Copyright (C) 1993 Technische Universitaet Braunschweig, Germany. @@ -14311,7 +14311,7 @@ 446 77 447 77 447 188 446 188 box* %(446,77)(1,111) 27 188 447 188 447 189 27 189 box* %(27,188)(420,1) -% $Id: ddd-paper.ps 6405 2003-05-24 15:27:46Z apg $ +% $Id: ddd-paper.ps,v 1.3 2003/05/24 15:27:43 apg Exp $ % Trailer for NORA PostScript Box output grestore @@ -14352,7 +14352,7 @@ gsave 26 173 translate 0.894737 -0.894737 scale -% $Id: ddd-paper.ps 6405 2003-05-24 15:27:46Z apg $ +% $Id: ddd-paper.ps,v 1.3 2003/05/24 15:27:43 apg Exp $ % Header for NORA PostScript Box output % Copyright (C) 1993 Technische Universitaet Braunschweig, Germany. @@ -14736,7 +14736,7 @@ 587 5 588 5 588 155 587 155 box* %(587,5)(1,150) 196 155 588 155 588 156 196 156 box* %(196,155)(392,1) -% $Id: ddd-paper.ps 6405 2003-05-24 15:27:46Z apg $ +% $Id: ddd-paper.ps,v 1.3 2003/05/24 15:27:43 apg Exp $ % Trailer for NORA PostScript Box output grestore Only in /tmp/ddd-3.3.12-test6/doc: ddd.pdf Only in /tmp/ddd-3.3.12-test6/doc: ddd.ps Only in /tmp/ddd-3.3.12-test6/doc: ddd-themes.pdf Only in /tmp/ddd-3.3.12-test6/doc: ddd-themes.ps Only in /tmp/ddd-3.3.12-test6/doc: html Only in /tmp/pydb-ddd/doc: README Only in /tmp/pydb-ddd/doc: sample.dddinit Only in /tmp/pydb-ddd/doc: .svn Only in /tmp/pydb-ddd: etc Only in /tmp/pydb-ddd/icons/cursors: .cvsignore Only in /tmp/pydb-ddd/icons/cursors: .svn Only in /tmp/pydb-ddd/icons: .cvsignore diff -r -u /tmp/pydb-ddd/icons/dddback.xpm /tmp/ddd-3.3.12-test6/icons/dddback.xpm --- /tmp/pydb-ddd/icons/dddback.xpm 2008-10-19 08:57:57.000000000 -0400 +++ /tmp/ddd-3.3.12-test6/icons/dddback.xpm 2003-05-24 11:27:44.000000000 -0400 @@ -1,6 +1,6 @@ /* XPM */ static char * dddback_xpm[] = { -/* $Id: dddback.xpm 6405 2003-05-24 15:27:46Z apg $ +/* $Id: dddback.xpm,v 1.5 2003/05/24 15:27:44 apg Exp $ * DDD Backdrop. Copyright (C) 1998 TU Braunschweig, Germany. * For details on DDD, see `http://www.gnu.org/software/ddd/'. * columns rows colors chars-per-pixel */ diff -r -u /tmp/pydb-ddd/icons/dddmask.xpm /tmp/ddd-3.3.12-test6/icons/dddmask.xpm --- /tmp/pydb-ddd/icons/dddmask.xpm 2008-10-19 08:57:57.000000000 -0400 +++ /tmp/ddd-3.3.12-test6/icons/dddmask.xpm 2006-03-21 18:56:06.000000000 -0500 @@ -1,6 +1,6 @@ /* XPM */ static char * ddd_xpm[] = { -/* $Id: dddmask.xpm 6797 2006-03-21 23:56:06Z rockyb $ +/* $Id: dddmask.xpm,v 1.2.4.1 2006/03/21 23:56:06 rockyb Exp $ * DDD Logo. Copyright (C) 1997 TU Braunschweig, Germany. * For details on DDD, see `http://www.gnu.org/software/ddd/'. * width height ncolors chars_per_pixel */ Only in /tmp/ddd-3.3.12-test6/icons: dddsplash.xbm diff -r -u /tmp/pydb-ddd/icons/dddsplash.xpm /tmp/ddd-3.3.12-test6/icons/dddsplash.xpm --- /tmp/pydb-ddd/icons/dddsplash.xpm 2008-10-19 08:57:57.000000000 -0400 +++ /tmp/ddd-3.3.12-test6/icons/dddsplash.xpm 2003-05-24 11:27:44.000000000 -0400 @@ -1,6 +1,6 @@ /* XPM */ static char * dddsplash_xpm[] = { -/* $Id: dddsplash.xpm 6405 2003-05-24 15:27:46Z apg $ +/* $Id: dddsplash.xpm,v 1.13 2003/05/24 15:27:44 apg Exp $ * DDD Splash Screen. Copyright (C) 1998 Stefan Stiasny <[email protected]> * For details on DDD, see `http://www.gnu.org/software/ddd/'. * width height ncolors chars_per_pixel */ Only in /tmp/ddd-3.3.12-test6/icons: ddd.xface diff -r -u /tmp/pydb-ddd/icons/ddd.xpm /tmp/ddd-3.3.12-test6/icons/ddd.xpm --- /tmp/pydb-ddd/icons/ddd.xpm 2008-10-19 08:57:57.000000000 -0400 +++ /tmp/ddd-3.3.12-test6/icons/ddd.xpm 2003-05-24 11:27:44.000000000 -0400 @@ -1,6 +1,6 @@ /* XPM */ static char * ddd_xpm[] = { -/* $Id: ddd.xpm 6405 2003-05-24 15:27:46Z apg $ +/* $Id: ddd.xpm,v 1.6 2003/05/24 15:27:44 apg Exp $ * DDD Logo. Copyright (C) 1997 TU Braunschweig, Germany. * For details on DDD, see `http://www.gnu.org/software/ddd/'. * width height ncolors chars_per_pixel */ Only in /tmp/pydb-ddd/icons/glyphs: .cvsignore Only in /tmp/pydb-ddd/icons/glyphs: .svn Only in /tmp/pydb-ddd/icons: mini-ddd.xpm Only in /tmp/pydb-ddd/icons: README Only in /tmp/pydb-ddd/icons: .svn Only in /tmp/pydb-ddd/icons/tictactoe: .svn Only in /tmp/pydb-ddd/icons/toolbar: .cvsignore Only in /tmp/pydb-ddd/icons/toolbar: README Only in /tmp/pydb-ddd/icons/toolbar: .svn Only in /tmp/pydb-ddd/icons/toolbar: .XPaintrc Only in /tmp/ddd-3.3.12-test6: install-sh Only in /tmp/ddd-3.3.12-test6: ltmain.sh Only in /tmp/ddd-3.3.12-test6: Makefile.in Only in /tmp/ddd-3.3.12-test6: missing Only in /tmp/pydb-ddd: move-if-change diff -r -u /tmp/pydb-ddd/NEWS /tmp/ddd-3.3.12-test6/NEWS --- /tmp/pydb-ddd/NEWS 2008-10-19 08:57:57.000000000 -0400 +++ /tmp/ddd-3.3.12-test6/NEWS 2006-07-15 07:34:31.000000000 -0400 @@ -7,13 +7,10 @@ - Remove pydb in this directory. Use http://bashdb.sourceforge.net/pydb instead -- pydb improvements/fixes - * "cont"inue button for pydb was broken. - * signal handling menu/support - * disassembly window +- "cont"inue button for pydb was broken. -- ddd that bash and pydb now have "commands", and "display" debugger - commands. +- Start informing ddd that bash and pydb now have (or will have in the + next release) "commands", and "display". - LynxOS support via Olli Savia Only in /tmp/pydb-ddd: NEWS-OLD Only in /tmp/pydb-ddd: NICKNAMES Only in /tmp/pydb-ddd: OldMakefile.in Only in /tmp/pydb-ddd: OPENBUGS Only in /tmp/pydb-ddd: readline Only in /tmp/pydb-ddd: README-CVS Only in /tmp/pydb-ddd: .RELEASE Only in /tmp/pydb-ddd: .svn Only in /tmp/pydb-ddd: termcap Only in /tmp/pydb-ddd: tests Only in /tmp/pydb-ddd/texinfo: .svn Only in /tmp/pydb-ddd/themes: .cvsignore diff -r -u /tmp/pydb-ddd/themes/green.vsl /tmp/ddd-3.3.12-test6/themes/green.vsl --- /tmp/pydb-ddd/themes/green.vsl 2008-10-19 08:57:42.000000000 -0400 +++ /tmp/ddd-3.3.12-test6/themes/green.vsl 2003-05-24 11:27:45.000000000 -0400 @@ -1,4 +1,4 @@ -// $Id: green.vsl 6405 2003-05-24 15:27:46Z apg $ +// $Id: green.vsl,v 1.3 2003/05/24 15:27:45 apg Exp $ // Green background. Use this with a self-defined button // associated with the command `graph apply green.vsl "()"'. Only in /tmp/ddd-3.3.12-test6/themes: Makefile.in diff -r -u /tmp/pydb-ddd/themes/red.vsl /tmp/ddd-3.3.12-test6/themes/red.vsl --- /tmp/pydb-ddd/themes/red.vsl 2008-10-19 08:57:42.000000000 -0400 +++ /tmp/ddd-3.3.12-test6/themes/red.vsl 2003-05-24 11:27:45.000000000 -0400 @@ -1,4 +1,4 @@ -// $Id: red.vsl 6405 2003-05-24 15:27:46Z apg $ +// $Id: red.vsl,v 1.3 2003/05/24 15:27:45 apg Exp $ // Red background. Use this with a self-defined button // associated with the command `graph apply red.vsl "()"'. Only in /tmp/pydb-ddd/themes: .svn diff -r -u /tmp/pydb-ddd/themes/x86.vsl /tmp/ddd-3.3.12-test6/themes/x86.vsl --- /tmp/pydb-ddd/themes/x86.vsl 2008-10-19 08:57:42.000000000 -0400 +++ /tmp/ddd-3.3.12-test6/themes/x86.vsl 2006-07-15 18:16:08.000000000 -0400 @@ -1,4 +1,4 @@ -// $Id: x86.vsl 6814 2006-07-15 22:16:08Z rockyb $ +// $Id: x86.vsl,v 1.1.2.2 2006/07/15 22:16:08 rockyb Exp $ // Intel x86 flag bits and registers. Contributed by Zarko Zivanov. diff -r -u /tmp/pydb-ddd/TIPS /tmp/ddd-3.3.12-test6/TIPS --- /tmp/pydb-ddd/TIPS 2008-10-19 08:57:57.000000000 -0400 +++ /tmp/ddd-3.3.12-test6/TIPS 2003-05-24 11:26:58.000000000 -0400 @@ -1,4 +1,4 @@ -# $Id: TIPS 6405 2003-05-24 15:27:46Z apg $ -*- autoconf -*- +# $Id: TIPS,v 1.49 2003/05/24 15:26:58 apg Exp $ -*- autoconf -*- # DDD tips of the day. # Copyright (C) 1998 Technische Universitaet Braunschweig, Germany. Only in /tmp/pydb-ddd/vsllib: .cvsignore Only in /tmp/ddd-3.3.12-test6/vsllib: ddd.vsl Only in /tmp/pydb-ddd/vsllib/DEMOS: .svn Only in /tmp/ddd-3.3.12-test6/vsllib: Makefile.in Only in /tmp/pydb-ddd/vsllib: .svn