aboutsummaryrefslogtreecommitdiff
path: root/scripts/build/debug
Commit message (Collapse)AuthorAgeFilesLines
* For tools/ and debug/ build scripts, annd a numeric prefix, so that they ↵Yann E. MORIN"2008-05-026-0/+0
| | | | | | | | always get built in the same order, in case of library dependencies. /trunk/scripts/build/debug.sh | 2 1 1 0 +- /trunk/scripts/build/tools.sh | 2 1 1 0 +- 2 files changed, 2 insertions(+), 2 deletions(-)
* Offer an option to build a static cross-gdb.Yann E. MORIN"2008-04-271-0/+9
| | | | | | /trunk/scripts/build/debug/gdb.sh | 9 9 0 0 +++++++++ /trunk/config/debug/gdb.in | 9 9 0 0 +++++++++ 2 files changed, 18 insertions(+)
* Add D.U.M.A. 2_5_8 and associated patches.Yann E. MORIN"2007-09-071-1/+1
| | | | | Fix a patch for D.U.M.A 2_5_1. Add libelf 0.8.10, still does not build... :-(
* In some cases, dmalloc fails to build when building in parallel. Do not use ↵Yann E. MORIN"2007-09-061-1/+1
| | | | -j# for dmalloc.
* Redirect the strace build messages to the logger!Yann E. MORIN"2007-07-141-3/+3
|
* Add ltrace (and libelf) utilities.Yann E. MORIN"2007-07-131-0/+44
| | | | Marked as BROKEN for others to debug that if they need it.
* Add strace debugging aid.Yann E. MORIN"2007-07-121-0/+38
|
* Use "$CT_CC}" instead of "gcc" when calling target compilers.Yann E. MORIN"2007-07-122-4/+4
|
* Add D.U.M.A., the Electric Fence successor.Yann E. MORIN"2007-07-121-0/+64
|
* Fix a type in the debug and tools templates.Yann E. MORIN"2007-07-111-2/+2
|
* Offer an option to build the gdbserver statically. This helps in case of ↵Yann E. MORIN"2007-06-171-0/+6
| | | | debugging shared library loading.
* Add a function to print each component's filename: this eases building the ↵Yann E. MORIN"2007-06-162-0/+10
| | | | | | tarball of the generated toolchain. Hard-link the libfloat tarball instead of soft-link: this also eases building the afore-mentioned tarball.
* Add two te;plates on how to add a new tool/debug facility.Yann E. MORIN"2007-06-161-0/+50
|
* Merge the NPTL stuff.Yann E. MORIN"2007-05-271-1/+1
| | | | That still leaves the linuxthreads stuff broken, but it was just before. I don't care anyway. Time to fix that later...
* Fix gdb to install in CT_PREFIX_DIR rather than CT_INSTALL_DIR.Yann E. MORIN"2007-05-201-1/+1
| | | | One day, I swear, I will implement the install directory option. But later.
* Un-mark gdb and dmalloc being EXPERIMENTAL.Yann E. MORIN"2007-05-181-3/+3
| | | | Mark native gdb as being EXPERIMENTAL (it depends on termcap, which we don't have yet).
* Little fix up in a message during the dmalloc build.Yann E. MORIN"2007-05-181-1/+1
|
* Add dmalloc debug library facility.Yann E. MORIN"2007-05-181-0/+53
| | | | | Add patches for dmalloc. Ignore the generated config/debug.in
* Make the debug config menu a generated file.Yann E. MORIN"2007-05-171-2/+2
| | | | | | Add a uClibc-0.9.29 patch directory with one patch (from me!). Update the armeb-unknown-linux-uclibc sample to uClibc-0.9.29. Some eyecandy in the gdb build process.
* Debug facilities:Yann E. MORIN"2007-05-171-0/+124
- add a framework to easily add new ones - add gdb as a first debug facility - add patches for gdb After the kernel checked its installed headers, clean up the mess of .checked.* files. Reorder scripts/crosstool.sh: - dump the configuration early - renice early - get info about build system early, when setting up the environment - when in cross or native, the host tools are those of the build system, and only in this case - elapsed time calculations moved to scripts/functions Remove handling of the color: it's gone once and for all. Update tools/addToolVersion.sh: - handle debug facilities - commonalise some code - remove dead tools (cygwin, tcc) Point to my address for bug reports.