Next: File Names and DBX, Previous: DBX Options, Up: Debugging Info
These are hooks for DBX format.
Define this macro to say how to output to stream the debugging information for the start of a scope level for variable names. The argument name is the name of an assembler symbol (for use with
assemble_name
) whose value is the address where the scope begins.
Define this macro if the target machine requires special handling to output an
N_FUN
entry for the function decl.
A C statement to output DBX debugging information before code for line number line of the current source file to the stdio stream stream. counter is the number of time the macro was invoked, including the current invocation; it is intended to generate unique labels in the assembly output.
This macro should not be defined if the default output is correct, or if it can be made correct by defining
DBX_LINES_FUNCTION_RELATIVE
.