aboutsummaryrefslogtreecommitdiff
path: root/config/debug/gdb.in
Commit message (Collapse)AuthorAgeFilesLines
* Add latest, untested gdb versionsYann E. MORIN"2008-05-021-0/+18
| | | | | /trunk/config/debug/gdb.in | 18 18 0 0 ++++++++++++++++++ 1 file changed, 18 insertions(+)
* 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(+)
* Do a clean-up pass on the OBSOLETE features (versions):Yann E. MORIN"2007-08-141-13/+1
| | | | | | - remove legions of those, - remove associated patches no longer needed, - mark then as (OBSOLETE) in the prompt;
* Add (EXPERIMENTAL) in prompts of those options that depend on EXPERIMENTAL.Yann E. MORIN"2007-07-081-1/+1
|
* Offer an option to build the gdbserver statically. This helps in case of ↵Yann E. MORIN"2007-06-171-0/+9
| | | | debugging shared library loading.
* No longer mark NPTL as being EXPERIMENTAL.Yann E. MORIN"2007-05-271-1/+1
| | | | But mark build a native gdb as being EXPERIMENTAL.
* Un-mark gdb and dmalloc being EXPERIMENTAL.Yann E. MORIN"2007-05-181-1/+1
| | | | Mark native gdb as being EXPERIMENTAL (it depends on termcap, which we don't have yet).
* Debug facilities:Yann E. MORIN"2007-05-171-0/+75
- 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.