]> sourceware.org Git - insight.git/log
insight.git
9 years agoNew icon in M$W icon file. Upgrade submodule. Adjust patch accordingly.
Patrick Monnerat [Tue, 17 Mar 2015 12:47:03 +0000 (13:47 +0100)]
New icon in M$W icon file. Upgrade submodule. Adjust patch accordingly.

9 years agoUpgrade submodule. Update patch accordingly.
Patrick Monnerat [Mon, 16 Mar 2015 13:12:09 +0000 (14:12 +0100)]
Upgrade submodule. Update patch accordingly.

9 years agoUpgrade submodule. Update patch accordingly.
Patrick Monnerat [Fri, 13 Mar 2015 17:14:56 +0000 (18:14 +0100)]
Upgrade submodule. Update patch accordingly.

9 years agoMake it compilable under MinGW.
Patrick Monnerat [Fri, 13 Mar 2015 16:58:47 +0000 (17:58 +0100)]
Make it compilable under MinGW.
Improve tcl/tk platform detection.
Apply a new patch to gnulib for MinGW compatibility.
Rebuild autotool files in gnulib.
Rework configure.ac for MinGW use.

9 years agoEffectively define C TCL_PLATFORM_xxx and TK_PLATFORM_xxx in gdbtk compilation.
Patrick Monnerat [Wed, 11 Mar 2015 14:27:40 +0000 (15:27 +0100)]
Effectively define C TCL_PLATFORM_xxx and TK_PLATFORM_xxx in gdbtk compilation.
Remove configure code for compilation with in-tree tcl/tk.

9 years agoUpgrade submodule.
Patrick Monnerat [Tue, 10 Mar 2015 19:23:59 +0000 (20:23 +0100)]
Upgrade submodule.

9 years agoMake it compilable under Cygwin.
Patrick Monnerat [Tue, 10 Mar 2015 19:13:57 +0000 (20:13 +0100)]
Make it compilable under Cygwin.
 Cygwin version of tcl/tk is implemented as a "unix" version, so it has no
Windows API. This commit determines the tcl/tk installation platform at
configure time, and uses this result for conditional compilation instead of
_WIN32.

9 years agovariable_print(): reinstate custom print format (base).
Patrick Monnerat [Tue, 10 Mar 2015 13:16:37 +0000 (14:16 +0100)]
variable_print(): reinstate custom print format (base).

9 years agoRemove obsolete Makefile.in files: they'll be rebuilt by automake.
Patrick Monnerat [Mon, 9 Mar 2015 15:15:50 +0000 (16:15 +0100)]
Remove obsolete Makefile.in files: they'll be rebuilt by automake.

9 years agoRemove obsolete aclocal.m4 files: they'll be rebuilt by aclocal.
Patrick Monnerat [Mon, 9 Mar 2015 15:06:45 +0000 (16:06 +0100)]
Remove obsolete aclocal.m4 files: they'll be rebuilt by aclocal.

9 years agoRemove obsolete configure scripts: they'll be rebuilt by autoconf.
Patrick Monnerat [Mon, 9 Mar 2015 14:58:36 +0000 (15:58 +0100)]
Remove obsolete configure scripts: they'll be rebuilt by autoconf.

9 years agoUpgrade submodule, adjust code accordingly.
Patrick Monnerat [Mon, 9 Mar 2015 13:48:28 +0000 (14:48 +0100)]
Upgrade submodule, adjust code accordingly.

9 years agoconfigure: fix argument quoting
Patrick Monnerat [Fri, 6 Mar 2015 14:58:41 +0000 (15:58 +0100)]
configure: fix argument quoting

9 years agoDo not destroy parent state from vforked child.
Patrick Monnerat [Fri, 6 Mar 2015 12:53:01 +0000 (13:53 +0100)]
Do not destroy parent state from vforked child.

9 years agoUpgrade submodule.
Patrick Monnerat [Thu, 5 Mar 2015 15:31:53 +0000 (16:31 +0100)]
Upgrade submodule.

9 years agoFix the crash caused by using an "xterm" new terminal.
Patrick Monnerat [Thu, 5 Mar 2015 15:15:11 +0000 (16:15 +0100)]
Fix the crash caused by using an "xterm" new terminal.

9 years agoUpgrade submodule, adjust code accordingly.
Patrick Monnerat [Tue, 3 Mar 2015 12:26:54 +0000 (13:26 +0100)]
Upgrade submodule, adjust code accordingly.

9 years agoSet top windows icon.
Patrick Monnerat [Tue, 3 Mar 2015 11:20:59 +0000 (12:20 +0100)]
Set top windows icon.

9 years agoNew icon and logo. About dialog adjusted to new look.
Patrick Monnerat [Mon, 2 Mar 2015 17:06:43 +0000 (18:06 +0100)]
New icon and logo. About dialog adjusted to new look.

9 years agoUpgrade submodule.
Patrick Monnerat [Thu, 26 Feb 2015 10:21:21 +0000 (11:21 +0100)]
Upgrade submodule.

9 years agoUpdate configure example in README
Patrick Monnerat [Fri, 20 Feb 2015 13:11:37 +0000 (14:11 +0100)]
Update configure example in README

9 years agoMerge branch 'master' of github.com:/monnerat/insight into no_tcltk
Patrick Monnerat [Fri, 20 Feb 2015 12:04:47 +0000 (13:04 +0100)]
Merge branch 'master' of github.com:/monnerat/insight into no_tcltk

9 years agoImprove tclConfig.sh and tkConfig.sh path detection bundled-tcl
Keith Seitz [Fri, 20 Feb 2015 11:50:41 +0000 (12:50 +0100)]
Improve tclConfig.sh and tkConfig.sh path detection

9 years agoMerge branch 'master' of github.com:/monnerat/insight
Patrick Monnerat [Wed, 18 Feb 2015 18:09:37 +0000 (19:09 +0100)]
Merge branch 'master' of github.com:/monnerat/insight

Conflicts:
gdbtk/ChangeLog

9 years agoLighter checkbox background.
Patrick Monnerat [Wed, 18 Feb 2015 18:06:51 +0000 (19:06 +0100)]
Lighter checkbox background.

9 years agoMerge branch 'master' of github.com:/monnerat/insight into no_tcltk
Patrick Monnerat [Wed, 18 Feb 2015 13:14:23 +0000 (14:14 +0100)]
Merge branch 'master' of github.com:/monnerat/insight into no_tcltk

9 years agoPretty printers in tooltips.
Patrick Monnerat [Wed, 18 Feb 2015 13:12:05 +0000 (14:12 +0100)]
Pretty printers in tooltips.

9 years agoUnbundle tcl, tk, itcl, itk, iwidgets.
Patrick Monnerat [Tue, 17 Feb 2015 16:23:52 +0000 (17:23 +0100)]
Unbundle tcl, tk, itcl, itk, iwidgets.

9 years agoBe more tolerant about tcl package names and versions.
Patrick Monnerat [Mon, 16 Feb 2015 18:17:53 +0000 (19:17 +0100)]
Be more tolerant about tcl package names and versions.

9 years agoUpgrade submodules.
Patrick Monnerat [Mon, 16 Feb 2015 15:36:12 +0000 (16:36 +0100)]
Upgrade submodules.

9 years agoDo not issue empty target command.
Patrick Monnerat [Mon, 16 Feb 2015 15:25:38 +0000 (16:25 +0100)]
Do not issue empty target command.

9 years agoUpgrade submodules.
Patrick Monnerat [Fri, 13 Feb 2015 14:25:25 +0000 (15:25 +0100)]
Upgrade submodules.

9 years agoPrefer lvalue addresses as target in memory window.
Patrick Monnerat [Fri, 13 Feb 2015 14:22:46 +0000 (15:22 +0100)]
Prefer lvalue addresses as target in memory window.

9 years agoImplement pretty printers in local variables and watch windows.
Patrick Monnerat [Tue, 10 Feb 2015 15:02:13 +0000 (16:02 +0100)]
Implement pretty printers in local variables and watch windows.

9 years agoUpgrade submodules.
Patrick Monnerat [Tue, 10 Feb 2015 14:53:17 +0000 (15:53 +0100)]
Upgrade submodules.

9 years agoUpgrade submodules.
Patrick Monnerat [Fri, 6 Feb 2015 11:28:48 +0000 (12:28 +0100)]
Upgrade submodules.

9 years agoUpgrade submodules. Adjust patch accordingly.
Patrick Monnerat [Tue, 3 Feb 2015 13:51:04 +0000 (14:51 +0100)]
Upgrade submodules. Adjust patch accordingly.

9 years agoUpgrade submodules.
Patrick Monnerat [Fri, 30 Jan 2015 13:28:27 +0000 (14:28 +0100)]
Upgrade submodules.

9 years agoFix a segmentation fault in function browser.
Patrick Monnerat [Fri, 30 Jan 2015 12:58:09 +0000 (13:58 +0100)]
Fix a segmentation fault in function browser.

9 years agoUpgrade submodules.
Patrick Monnerat [Tue, 27 Jan 2015 17:30:48 +0000 (18:30 +0100)]
Upgrade submodules.

9 years agolibgui/src/tkTable.c: Set NO_XSETCLIP universally.
Patrick Monnerat [Fri, 23 Jan 2015 18:28:17 +0000 (19:28 +0100)]
libgui/src/tkTable.c: Set NO_XSETCLIP universally.

9 years agoUpgrade submodules.
Patrick Monnerat [Fri, 23 Jan 2015 15:19:56 +0000 (16:19 +0100)]
Upgrade submodules.

9 years agogeneric/gdbtk-register.c: Use target architecture for allocation.
Patrick Monnerat [Fri, 23 Jan 2015 15:18:03 +0000 (16:18 +0100)]
generic/gdbtk-register.c: Use target architecture for allocation.

9 years agogdbtk/generic/gdbtk-stack.c: fix swapped comments.
Patrick Monnerat [Thu, 22 Jan 2015 13:58:17 +0000 (14:58 +0100)]
gdbtk/generic/gdbtk-stack.c: fix swapped comments.

9 years agoUpgrade submodules.
Patrick Monnerat [Mon, 19 Jan 2015 13:45:22 +0000 (14:45 +0100)]
Upgrade submodules.

9 years agoUpgrade submodules.
Patrick Monnerat [Fri, 16 Jan 2015 11:07:21 +0000 (12:07 +0100)]
Upgrade submodules.

9 years agoUpgrade submodules.
Patrick Monnerat [Wed, 14 Jan 2015 13:32:28 +0000 (14:32 +0100)]
Upgrade submodules.

9 years agoLicense: use latest official form from www.gnu.org. Update FSF address.
Patrick Monnerat [Wed, 14 Jan 2015 13:29:58 +0000 (14:29 +0100)]
License: use latest official form from www.gnu.org. Update FSF address.

9 years agoUpgrade submodules, adjust patches and code accordingly.
Patrick Monnerat [Mon, 12 Jan 2015 15:20:26 +0000 (16:20 +0100)]
Upgrade submodules, adjust patches and code accordingly.

9 years agogeneric/gdbtk-cmds.c: use SYMBOL_SYMTAB() macro.
Patrick Monnerat [Fri, 19 Dec 2014 14:19:21 +0000 (15:19 +0100)]
generic/gdbtk-cmds.c: use SYMBOL_SYMTAB() macro.
+ upgrade submodules.

9 years agoChange signature of gdbtk_readline to match change in gdb.
Simon Marchi [Tue, 16 Dec 2014 11:05:24 +0000 (12:05 +0100)]
Change signature of gdbtk_readline to match change in gdb.

9 years agoUpgrade submodules
Patrick Monnerat [Fri, 12 Dec 2014 11:20:02 +0000 (12:20 +0100)]
Upgrade submodules

9 years agoUpgrade submodules
Patrick Monnerat [Mon, 8 Dec 2014 12:55:22 +0000 (13:55 +0100)]
Upgrade submodules

9 years agoUpgrade submodules
Patrick Monnerat [Tue, 2 Dec 2014 12:56:29 +0000 (13:56 +0100)]
Upgrade submodules

9 years agoUpgrade submodules, adjust code to the new compunit_symtab/symtab structures.
Patrick Monnerat [Tue, 25 Nov 2014 14:08:25 +0000 (15:08 +0100)]
Upgrade submodules, adjust code to the new compunit_symtab/symtab structures.

10 years agoUpgrade submodules and adjust patch
Patrick Monnerat [Fri, 7 Nov 2014 11:23:17 +0000 (12:23 +0100)]
Upgrade submodules and adjust patch

10 years agoUpgrade submodules
Patrick Monnerat [Mon, 3 Nov 2014 13:17:26 +0000 (14:17 +0100)]
Upgrade submodules

10 years agoUpgrade submodules
Patrick Monnerat [Tue, 28 Oct 2014 14:08:23 +0000 (15:08 +0100)]
Upgrade submodules

10 years agoUpgrade submodules
Patrick Monnerat [Mon, 20 Oct 2014 12:17:51 +0000 (14:17 +0200)]
Upgrade submodules

10 years agoMake local variables window operational again.
Patrick Monnerat [Thu, 16 Oct 2014 15:21:30 +0000 (17:21 +0200)]
Make local variables window operational again.

10 years agoUpgrade submodules.
Patrick Monnerat [Thu, 9 Oct 2014 16:51:19 +0000 (18:51 +0200)]
Upgrade submodules.

10 years agoUpgrade submodules, adjust patches.
Patrick Monnerat [Mon, 6 Oct 2014 14:46:04 +0000 (16:46 +0200)]
Upgrade submodules, adjust patches.

10 years agoUpgrade submodules to latest version. One of our itk patch has been applied upstream.
Patrick Monnerat [Mon, 29 Sep 2014 17:06:09 +0000 (19:06 +0200)]
Upgrade submodules to latest version. One of our itk patch has been applied upstream.

10 years agoUpdate submodules, adjust patches (offsets), use src-release shell script, update...
Patrick Monnerat [Mon, 1 Sep 2014 13:53:15 +0000 (15:53 +0200)]
Update submodules, adjust patches (offsets), use src-release shell script, update README for source release.

10 years agolibgui: remove non-standard implementation of procedure lassign.
Patrick Monnerat [Wed, 27 Aug 2014 12:37:29 +0000 (14:37 +0200)]
libgui: remove non-standard implementation of procedure lassign.

10 years agoImpersonate repository url in README. Update submodules.
Patrick Monnerat [Wed, 27 Aug 2014 10:23:05 +0000 (12:23 +0200)]
Impersonate repository url in README. Update submodules.

10 years agoUpdate README for submodule use. Update submodules. Adjust code to gdb.
Patrick Monnerat [Mon, 25 Aug 2014 12:48:02 +0000 (14:48 +0200)]
Update README for submodule use. Update submodules. Adjust code to gdb.

10 years agoFix license version in top configure.ac.
Patrick Monnerat [Mon, 4 Aug 2014 13:35:11 +0000 (15:35 +0200)]
Fix license version in top configure.ac.

10 years agoSuppress unneeded ".orig" patch backup files.
Patrick Monnerat [Mon, 4 Aug 2014 13:30:58 +0000 (15:30 +0200)]
Suppress unneeded ".orig" patch backup files.

10 years agoInclude a freedesktop standard laucher file: gdbtk/insight.desktop
Patrick Monnerat [Fri, 1 Aug 2014 16:32:12 +0000 (18:32 +0200)]
Include a freedesktop standard laucher file: gdbtk/insight.desktop

10 years agoREADME: Directives to produce a source release tarball.
Patrick Monnerat [Tue, 29 Jul 2014 13:29:57 +0000 (15:29 +0200)]
README: Directives to produce a source release tarball.

10 years agoAdd GPLv2 license file.
Patrick Monnerat [Mon, 28 Jul 2014 11:57:00 +0000 (13:57 +0200)]
Add GPLv2 license file.

10 years agoSetup README file
Patrick Monnerat [Fri, 25 Jul 2014 16:54:42 +0000 (18:54 +0200)]
Setup README file

10 years agolibgui: Support 64-bit int/pointer casts. Resolve const warnings.
Patrick Monnerat [Fri, 25 Jul 2014 15:50:45 +0000 (17:50 +0200)]
libgui: Support 64-bit int/pointer casts. Resolve const warnings.

10 years agogeneric/gdbtk.c: target_is_native(): use "const" for name.
Patrick Monnerat [Fri, 25 Jul 2014 13:22:45 +0000 (15:22 +0200)]
generic/gdbtk.c: target_is_native(): use "const" for name.

10 years agosubmodules: use master branch.
Patrick Monnerat [Wed, 23 Jul 2014 18:30:00 +0000 (20:30 +0200)]
submodules: use master branch.

10 years agoSubmodules: track master branch.
Patrick Monnerat [Wed, 23 Jul 2014 17:45:06 +0000 (19:45 +0200)]
Submodules: track master branch.

10 years agoFix bugs in patches iwidgets/configure.in
Patrick Monnerat [Tue, 15 Jul 2014 17:44:04 +0000 (19:44 +0200)]
Fix bugs in patches iwidgets/configure.in

10 years agoFix typos in configuration script. Adjust README.bundles.
Patrick Monnerat [Tue, 15 Jul 2014 17:03:50 +0000 (19:03 +0200)]
Fix typos in configuration script. Adjust README.bundles.

10 years agoFix a typo
Patrick Monnerat [Tue, 15 Jul 2014 15:36:20 +0000 (17:36 +0200)]
Fix a typo

10 years agoReplace "cygnus" by "foreign no-dist" in AUTOMAKE_OPTIONS.
Patrick Monnerat [Tue, 15 Jul 2014 15:29:13 +0000 (17:29 +0200)]
Replace "cygnus" by "foreign no-dist" in AUTOMAKE_OPTIONS.

10 years agoAdd the build scripts.
Patrick Monnerat [Tue, 15 Jul 2014 14:36:26 +0000 (16:36 +0200)]
Add the build scripts.

10 years agoAdjust code for another const function argument.
Patrick Monnerat [Tue, 15 Jul 2014 13:53:22 +0000 (15:53 +0200)]
Adjust code for another const function argument.

10 years agoDisable target async mode. Add native target name "native".
Patrick Monnerat [Thu, 10 Jul 2014 16:51:03 +0000 (18:51 +0200)]
Disable target async mode. Add native target name "native".

10 years agoAdjust itcl/itk/iwidgets required package names to all lowercase.
Patrick Monnerat [Tue, 1 Jul 2014 14:39:35 +0000 (16:39 +0200)]
Adjust itcl/itk/iwidgets required package names to all lowercase.

10 years agoUpgrade needed tcl/tk package versions.
Patrick Monnerat [Mon, 30 Jun 2014 14:46:04 +0000 (16:46 +0200)]
Upgrade needed tcl/tk package versions.

10 years agoSupport readonly blockvector and block structures.
Patrick Monnerat [Mon, 30 Jun 2014 14:30:42 +0000 (16:30 +0200)]
Support readonly blockvector and block structures.

10 years agosymtab_to_filename() result is const.
Patrick Monnerat [Mon, 30 Jun 2014 13:24:34 +0000 (15:24 +0200)]
symtab_to_filename() result is const.

10 years agointerp_procs.prompt_proc_p field removed.
Patrick Monnerat [Mon, 30 Jun 2014 13:02:45 +0000 (15:02 +0200)]
interp_procs.prompt_proc_p field removed.

10 years agoMacro XCNEW renames XZALLOC.
Patrick Monnerat [Mon, 30 Jun 2014 12:59:16 +0000 (14:59 +0200)]
Macro XCNEW renames XZALLOC.

10 years agoUse new MSYMBOL_* macros for minimal symbols.
Patrick Monnerat [Mon, 30 Jun 2014 12:55:43 +0000 (14:55 +0200)]
Use new MSYMBOL_* macros for minimal symbols.

10 years agomap_partial_symbol_filenames renamed to map_symbol_filenames.
Patrick Monnerat [Mon, 30 Jun 2014 12:46:19 +0000 (14:46 +0200)]
map_partial_symbol_filenames renamed to map_symbol_filenames.

10 years agotarget_ignore has disappeared: compare with NULL instead.
Patrick Monnerat [Mon, 30 Jun 2014 12:41:00 +0000 (14:41 +0200)]
target_ignore has disappeared: compare with NULL instead.

10 years agoInclude <sys/stat.h> header instead of "gdb_stat.h"
Patrick Monnerat [Mon, 30 Jun 2014 12:28:02 +0000 (14:28 +0200)]
Include <sys/stat.h> header instead of "gdb_stat.h"

10 years agoReplace obsolete gdb_string.h inclusion by <string.h>
Patrick Monnerat [Mon, 30 Jun 2014 12:21:11 +0000 (14:21 +0200)]
Replace obsolete gdb_string.h inclusion by <string.h>

10 years agoFix binutils-gdb submodule name
Patrick Monnerat [Wed, 25 Jun 2014 16:59:29 +0000 (18:59 +0200)]
Fix binutils-gdb submodule name

10 years agoInitial migration from CVS
Patrick Monnerat [Wed, 25 Jun 2014 15:50:06 +0000 (17:50 +0200)]
Initial migration from CVS

This page took 0.051511 seconds and 5 git commands to generate.