summaryrefslogtreecommitdiff
path: root/scripts/build/debug/gdb.sh
AgeCommit message (Collapse)AuthorFilesLines
2008-04-27Offer an option to build a static cross-gdb.Yann E. MORIN"1-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(+)
2007-07-12Use "$CT_CC}" instead of "gcc" when calling target compilers.Yann E. MORIN"1-2/+2
2007-06-17Offer an option to build the gdbserver statically. This helps in case of ↵Yann E. MORIN"1-0/+6
debugging shared library loading.
2007-06-16Add a function to print each component's filename: this eases building the ↵Yann E. MORIN"1-0/+5
tarball of the generated toolchain. Hard-link the libfloat tarball instead of soft-link: this also eases building the afore-mentioned tarball.
2007-05-20Fix gdb to install in CT_PREFIX_DIR rather than CT_INSTALL_DIR.Yann E. MORIN"1-1/+1
One day, I swear, I will implement the install directory option. But later.
2007-05-18Un-mark gdb and dmalloc being EXPERIMENTAL.Yann E. MORIN"1-3/+3
Mark native gdb as being EXPERIMENTAL (it depends on termcap, which we don't have yet).
2007-05-17Make the debug config menu a generated file.Yann E. MORIN"1-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.
2007-05-17Debug facilities:Yann E. MORIN"1-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.