aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* * gdb/stabsread.c (define_symbol): Add support for charPierre Muller2010-04-051-1/+1
| | | | | | | | | | | | | and string constants. * gdb/testsuite/gdb.stabs/aout.sed: Convert all backslash to double backslash within one line, unless it is followed by a double quote. * gdb/testsuite/gdb.stabs/hppa.sed: Idem. * gdb/testsuite/gdb.stabs/weird.def: Add char and String constants * gdb/testsuite/gdb.stabs/weird.exp: Check for correct parsing of chhar and string constants. * gdb/testsuite/gdb.stabs/xcoff.sed: Ignore escaped quote quotes in .stabs to .stabx substitution.
* Initial creation of sourceware repositorygdb-4_18-branchpointStan Shebs1999-04-161-0/+17
|
* Initial creation of sourceware repositoryStan Shebs1999-04-161-18/+0
|
* * gdb.stabs: Re-write weird.def and configuration to use sedJim Kingdon1993-11-141-0/+18
instead of cpp. sed is portable and POSIX; cpp is neither.