aboutsummaryrefslogtreecommitdiff
path: root/scripts/build/debug
Commit message (Expand)AuthorAgeFilesLines
* debug/ltrace: fix for a latent bugYann E. MORIN"2010-01-051-1/+2
* debug/ltrace: chop long linesYann E. MORIN"2010-01-051-2/+4
* debug/ltrace: set the ltrace extension to .tar.gzJoachim Nilsson2010-01-051-1/+1
* debug/ltrace: Add support for ltrace-0.5.3Joachim Nilsson2010-01-031-5/+13
* misc: do not use "tar cf - |tar xf -"Yann E. MORIN"2010-01-021-3/+3
* debug/tools: set the ncurses extension to .tar.gzYann E. MORIN"2009-12-301-1/+1
* debug/dmalloc: fix handling of threading modelYann E. MORIN"2009-10-211-3/+3
* debug/gdb: cleanup (remove) the static ncurses buildYann E. MORIN"2009-10-031-0/+4
* duma: fix downloading by forcing extension to .tar.gzYann E. MORIN"2009-08-281-2/+5
* Make gdb's extra_config an array containing ./configure optionsYann E. MORIN"2009-08-191-21/+28
* Make dmalloc's extra_config an array containing ./configure optionsYann E. MORIN"2009-08-191-9/+10
* Cleanup the tic build used for native ncurses build, itself needed for native...Yann E. MORIN"2009-03-301-12/+12
* Finally make ncurses-5.7 corctly build:Yann E. MORIN"2009-03-241-3/+7
* Final touch to the ncurses build step:Yann E. MORIN"2009-03-231-3/+6
* xlcwu <xlcwu.taiwan@gmail.com> wrote:Yann E. MORIN"2009-03-231-2/+33
* Use "grep -E" instead of the deprecated "egrep".Yann E. MORIN"2009-03-081-1/+1
* Fix extracting/patching DUMA:Yann E. MORIN"2009-03-061-0/+1
* Allow user to add a directory component in the sys-root path.Yann E. MORIN"2009-03-035-9/+9
* Fix building ltrace on PowerPC.Yann E. MORIN"2009-01-201-0/+5
* Split CT_ExtractAndPatch in two: CT_Extract and CT_Patch:Yann E. MORIN"2009-01-056-21/+23
* Fix building DUMA:Yann E. MORIN"2009-01-051-1/+2
* Get rid of CT_LIBC_FILE, remove useless CT_MakeAbsolutePath.Yann E. MORIN"2009-01-041-4/+1
* Get rid of all stuff related to building a /delivery' traball:Yann E. MORIN"2009-01-036-34/+0
* Build dmalloc with -fPIC to sucessfully build the shared library with newer b...Yann E. MORIN"2008-11-241-0/+1
* Merge #1195, #1196 and #1203 from /devel/YEM-build_host_target_cleanup:Yann E. MORIN"2008-11-131-2/+1
* ltrace: remove lingering ".Yann E. MORIN"2008-10-261-1/+1
* ltrace does not build out-of-tree: use copied sources to configure.Yann E. MORIN"2008-10-261-4/+4
* Make ltrace finally build:Yann E. MORIN"2008-10-241-2/+3
* Simplify the Tools and Debug facilities menu entries:Yann E. MORIN"2008-10-106-22/+0
* DUMA: don't log twice through the logger.Yann E. MORIN"2008-09-151-1/+1
* Add support for building Insight instead of gdb (only for the cross-gdb).Yann E. MORIN"2008-09-021-7/+55
* Be gentle to older findutils that don't have the "{} +" construct, and simply...Yann E. MORIN"2008-09-011-1/+1
* Fix building older gdb's with newer gcc's.Yann E. MORIN"2008-08-201-0/+2
* Remove garbage files left behind by downloads from sourceforge.net.Yann E. MORIN"2008-07-222-1/+8
* Use POSIX constructs in the DUMA wrapper installed on the target.Yann E. MORIN"2008-07-191-1/+12
* Use CT_DoExecLog when building tools and debug utilities.Yann E. MORIN"2008-07-145-25/+32
* Advertise using CT_DoExecLog in the tools and debug templates.Yann E. MORIN"2008-07-141-2/+3
* Ioannis E. VENETIS <venetis@mail.capsl.udel.edu> pointed out that GMP and MPF...Yann E. MORIN"2008-07-131-1/+1
* Newer, better, tsocks(1)-like wrapper script for D.U.M.A.Yann E. MORIN"2008-06-302-9/+47
* Native gcc is picky about the CC and LD variables. Set them unconditionally, ...Yann E. MORIN"2008-06-271-2/+3
* Don't force building target GMP and MPFR when a native gdb is built. Rather,Yann E. MORIN"2008-06-251-1/+1
* Don't build ncurses ADA bindings if an ADA x-compiler was not built.Yann E. MORIN"2008-06-241-0/+1
* GMP and MPFR are no longer a sub-component of gcc (config-wise).Yann E. MORIN"2008-06-201-8/+19
* Really don't re-build MPFR autotools files at each run.Yann E. MORIN"2008-06-201-2/+6
* Don't force building a gdbserver when only native gdb is selected.Yann E. MORIN"2008-06-201-1/+0
* A bunch of fixes/improvements to the gdb build:Yann E. MORIN"2008-06-191-47/+79
* Fix building D.U.M.A. when C++ is not configured.Yann E. MORIN"2008-06-191-1/+1
* Help ncurses to install properly.Yann E. MORIN"2008-06-181-0/+1
* Fix building native gdb: download, extract, patch, build and install the ncur...Yann E. MORIN"2008-06-181-4/+42
* Fix building D.U.M.A:Yann E. MORIN"2008-06-171-21/+33