Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1996-02-29 | (dbxout_type, case METHOD_TYPE): Add CHARS (1) call | Jim Wilson | 1 | -0/+1 | |
after emitting second '#' character. From-SVN: r11390 | |||||
1996-02-12 | Changes to distinguish typedef from original type in debug output. | Per Bothner | 1 | -1/+9 | |
* dbxout,c (dbxout_type): Don't canonicalize typedef type to base. From-SVN: r11217 | |||||
1996-02-06 | dbxout.c (dbxout_range_type): Emit non-range INTEGER_TYPE as a sub-range of ↵ | Per Bothner | 1 | -3/+6 | |
itself (so gdb can tell the... * dbxout.c (dbxout_range_type): Emit non-range INTEGER_TYPE as a sub-range of itself (so gdb can tell the difference). From-SVN: r11179 | |||||
1996-01-30 | Don't include <string.h>. Don't compare strchr result to NULL. | Ian Lance Taylor | 1 | -2/+1 | |
From-SVN: r11125 | |||||
1996-01-29 | Don't use #ifndef inside call to strchr, to avoid AIX problem | Ian Lance Taylor | 1 | -4/+5 | |
From-SVN: r11121 | |||||
1996-01-22 | Include <string.h> | Ian Lance Taylor | 1 | -0/+1 | |
From-SVN: r11078 | |||||
1996-01-19 | Avoid minimal C++ debugging in a couple of cases where it doesn't work | Ian Lance Taylor | 1 | -8/+31 | |
From-SVN: r11072 | |||||
1996-01-02 | (gstab.h): Include if cross compiling. | Jim Wilson | 1 | -1/+1 | |
From-SVN: r10935 | |||||
1995-12-13 | Output N_BINCL and N_EINCL stabs if DBX_USE_BINCL is defined. | Ian Lance Taylor | 1 | -40/+152 | |
From-SVN: r10706 | |||||
1995-06-15 | Update FSF address. | Richard Kenner | 1 | -1/+2 | |
From-SVN: r9959 | |||||
1995-04-12 | (dbxout_type_fields): Correct arguments to CHARS macro in flag_minimal_debug ↵ | Jim Wilson | 1 | -9/+3 | |
case. (dbxout_type_fields): Correct arguments to CHARS macro in flag_minimal_debug case. (dbxout_symbol_name): Use DECL_ASSEMBLER_NAME unconditionally. From-SVN: r9366 | |||||
1995-03-11 | (dbxout_symbol): Properly handle decl whose DECL_NAME points to a | Richard Kenner | 1 | -1/+4 | |
TYPE_DECL with a zero TYPE_NAME. From-SVN: r9171 | |||||
1995-02-24 | (GDB_INV_REF_REGPARM_STABS_LETTER): New macro. | Jim Wilson | 1 | -3/+11 | |
(dbxout_parms): For gdb, output use GDB_INV_REF_REGPARM_STABS_LETTER for parameters passed by invisible reference in registers. From-SVN: r9063 | |||||
1995-02-24 | (dbxout_parms): For parameters passed in memory... | Jim Wilson | 1 | -88/+6 | |
(dbxout_parms): For parameters passed in memory, delete obsolete code to handle parameters converted and stored back to the stack slot where they were passed in. (dbxout_reg_parms): Delete obsolete ifdefed out code. Combine redundant PARM_PASSED_IN_MEMORY tests. For case where parameter lives in memory, output stab if it doesn't live where it was passed. From-SVN: r9057 | |||||
1995-02-05 | (dbxout_source_file): Clean up null tree pointer test. Update copyright. | Doug Evans | 1 | -2/+2 | |
From-SVN: r8867 | |||||
1995-02-04 | (dbxout_source_file): Don't switch to text section if in function with ↵ | Doug Evans | 1 | -2/+6 | |
section attribute. (dbxout_source_file): Don't switch to text section if in function with section attribute. Print Ltext label to correct file (important on mips). From-SVN: r8859 | |||||
1994-12-09 | (dbxout_type_method_1): Don't try to look at the first | Jason Merrill | 1 | -1/+1 | |
argument of non-methods (which might not have a first argument). From-SVN: r8633 | |||||
1994-11-16 | Check target endianness at run time, not compile time | Ian Lance Taylor | 1 | -6/+5 | |
From-SVN: r8470 | |||||
1994-09-09 | (dbxout_symbol_location): Handle error_mark_node in | Jim Wilson | 1 | -1/+7 | |
DECL_INITIAL for C++. From-SVN: r8060 | |||||
1994-07-12 | (dbxout_source_file): Increment source_label_number outside | Richard Earnshaw | 1 | -1/+2 | |
of macro expansion. From-SVN: r7737 | |||||
1994-07-02 | (dbxout_type_methods): Enable debugging info for | Jim Wilson | 1 | -0/+2 | |
template classes. From-SVN: r7647 | |||||
1994-06-18 | (dbxout_symbol): Replace DECL_IGNORED_P with | Jim Wilson | 1 | -1/+1 | |
TYPE_DECL_SUPPRESS_DEBUG. From-SVN: r7515 | |||||
1994-06-15 | (dbxout_type): Fix call to bzero. | Doug Evans | 1 | -4/+5 | |
From-SVN: r7496 | |||||
1994-06-15 | (dbxout_range_type): Handle an array range that is neither int nor subrange. | Per Bothner | 1 | -0/+2 | |
From-SVN: r7494 | |||||
1994-06-14 | Cast pointer operands to bzero, bcopy, and bcmp to (char *). | Richard Kenner | 1 | -3/+5 | |
From-SVN: r7472 | |||||
1994-05-31 | (dbxout_type): Always emit cross-references if | Jim Wilson | 1 | -4/+7 | |
use_gnu_debug_info_extensions set. From-SVN: r7410 | |||||
1994-05-16 | (dbxout_type): Write non-default precision of of ENUMERAL_TYPEs. | Per Bothner | 1 | -0/+3 | |
From-SVN: r7315 | |||||
1994-04-29 | (dbxout_type): check TYPE_DECL_SUPPRESS_DEBUG to generate cross reference | Doug Evans | 1 | -1/+1 | |
in stabs. From-SVN: r7184 | |||||
1994-03-31 | (dbxout_type): Re-enable debugging output for anonymous structures. | Jim Wilson | 1 | -13/+18 | |
(dbxout_type): Re-enable debugging output for anonymous structures. Change all three places that refer to xrefs to use exactly the same condition. From-SVN: r6935 | |||||
1994-03-25 | (dbxout_symbol): Remove decls of unused variables. | Richard Kenner | 1 | -3/+1 | |
From-SVN: r6878 | |||||
1994-03-23 | (dbxout_parms): For parameter living in psuedo-reg that | Jim Wilson | 1 | -3/+3 | |
was optimized away, use declared type instead of passed type. From-SVN: r6861 | |||||
1994-03-21 | (source_label_number): New variable. | Jim Wilson | 1 | -1/+9 | |
(dbxout_source_file): Use it. Output an Ltext label. From-SVN: r6841 | |||||
1994-02-15 | Use new flag TYPE_STRING_FLAG instead of STRING_TYPE. | Per Bothner | 1 | -0/+17 | |
From-SVN: r6570 | |||||
1994-02-11 | Don't treat anonymous fields as belonging to the containing object. | Per Bothner | 1 | -10/+12 | |
From-SVN: r6537 | |||||
1994-01-12 | dbxout.c (dbxout_range_type): If the range has a base type (TREE_TYPE)... | Per Bothner | 1 | -1/+1 | |
* dbxout.c (dbxout_range_type): If the range has a base type (TREE_TYPE), emit it, even if that is some other integer type. From-SVN: r6386 | |||||
1993-12-22 | (dbxout_parms): For parameter passed by invisible | Jim Wilson | 1 | -2/+9 | |
reference, use DECL_INCOMING_RTL if DECL_RTL is a pseudo-reg address. From-SVN: r6275 | |||||
1993-12-11 | (dbxout_type): The "base type" of a SET_TYPE is its DOMAIN_TYPE, not | Richard Kenner | 1 | -1/+1 | |
its TREE_TYPE. From-SVN: r6209 | |||||
1993-11-13 | (dbxout_type_field): Skip fields with variable | Richard Stallman | 1 | -3/+5 | |
position and/or size instead of crashing on them. From-SVN: r6080 | |||||
1993-11-11 | (dbxout_parms): Fix previous change. | Richard Stallman | 1 | -1/+1 | |
From-SVN: r6069 | |||||
1993-11-11 | (dbxout_symbol): If it's C++, don't check the | Richard Stallman | 1 | -1/+4 | |
DECL_SOURCE_LINE of a typedef. From-SVN: r6065 | |||||
1993-11-10 | (dbxout_parms): For parms passed via invisible | Jim Wilson | 1 | -2/+6 | |
reference, accept any reg except FP, SP, and AP. From-SVN: r6057 | |||||
1993-11-04 | (dbxout_symbol_location): Test DECL_IN_TEXT_SECTION. | Richard Stallman | 1 | -1/+1 | |
From-SVN: r5990 | |||||
1993-11-03 | (dbxout_type): Print `-2' instead of `0037777777776' for an enumeration ↵ | Richard Stallman | 1 | -6/+6 | |
constant whose value is -2... (dbxout_type): Print `-2' instead of `0037777777776' for an enumeration constant whose value is -2; otherwise, GDB 4.11 rejects the type. From-SVN: r5979 | |||||
1993-10-19 | (print_int_cst_octal): Fix bug in last change. | Richard Kenner | 1 | -5/+4 | |
From-SVN: r5812 | |||||
1993-10-12 | (dbxout_type, case INTEGER_TYPE): Output bounds in octal if type wider than ↵ | Richard Kenner | 1 | -2/+20 | |
HOST_WIDE_INT. (dbxout_type, case INTEGER_TYPE): Output bounds in octal if type wider than HOST_WIDE_INT. (print_int_cst_octal): Trim bound by precision of its type. Avoid warning on what may be shift into sign bit. From-SVN: r5751 | |||||
1993-10-08 | (dbxout_type, case INTEGER_TYPE): Correctly check for type smaller | Richard Kenner | 1 | -1/+2 | |
than `integer'. From-SVN: r5691 | |||||
1993-10-08 | (dbxout_parms): Don't confuse a parameter at an offset of zero from AP | Richard Kenner | 1 | -4/+4 | |
or FP with one that has variable size. From-SVN: r5674 | |||||
1993-09-28 | (FILE_NAME_JOINER): Default is "/". | Paul Eggert | 1 | -6/+20 | |
(dbxout_init, dbxout_source_file): Quote special characters in file names. From-SVN: r5495 | |||||
1993-09-24 | dbxout.c: (dbxout_symbol): FRAME_POINTER_REGNUM has been eliminated by now... | Doug Evans | 1 | -1/+1 | |
* dbxout.c: (dbxout_symbol): FRAME_POINTER_REGNUM has been eliminated by now, use HARD_FRAME_POINTER_REGNUM. From-SVN: r5452 | |||||
1993-09-17 | Better encoding of CHAR_TYPE and BOOLEAN_TYPE. | Per Bothner | 1 | -2/+10 | |
From-SVN: r5344 |