summaryrefslogtreecommitdiff
path: root/config/debug.in
AgeCommit message (Collapse)AuthorFilesLines
2010-03-29config: fix style issues when source-ing filesYann E. MORIN"1-1/+1
Always enclose the sourced file between double-quotes (purely for consistency; enclosing or not are both allowed by the kconfig language).
2008-10-13Missed adding new files because of old svn:ignore property (removed).Yann E. MORIN"1-0/+3
/trunk/config/debug.in | 3 3 0 0 +++ /trunk/config/tools.in | 3 3 0 0 +++ 2 files changed, 6 insertions(+)
2007-05-17Make the debug config menu a generated file.Yann E. MORIN"1-7/+0
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/+7
- 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.