X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=src%2Fca65%2Fdbginfo.h;h=9f0ce3ed571a5ad250fb074b18961c3682826dd4;hb=1d458e9f33d442052a2921f0678efb4875d2e8ab;hp=7d236e1c36c58b1df54da4d9ebb7a36e33a7005b;hpb=51543fddb01cd8c15cc3f9d26157a76e4bb2f816;p=cc65 diff --git a/src/ca65/dbginfo.h b/src/ca65/dbginfo.h index 7d236e1c3..9f0ce3ed5 100644 --- a/src/ca65/dbginfo.h +++ b/src/ca65/dbginfo.h @@ -6,10 +6,10 @@ /* */ /* */ /* */ -/* (C) 2000 Ullrich von Bassewitz */ -/* Wacholderweg 14 */ -/* D-70597 Stuttgart */ -/* EMail: uz@musoftware.de */ +/* (C) 2000-2001 Ullrich von Bassewitz */ +/* Wacholderweg 14 */ +/* D-70597 Stuttgart */ +/* EMail: uz@cc65.org */ /* */ /* */ /* This software is provided 'as-is', without any expressed or implied */ @@ -45,7 +45,13 @@ void DbgInfoFile (void); -/* Parse and handle the .REPEAT statement */ +/* Parse and handle FILE subcommand of the .dbg pseudo instruction */ + +void DbgInfoLine (void); +/* Parse and handle LINE subcommand of the .dbg pseudo instruction */ + +void DbgInfoSym (void); +/* Parse and handle SYM subcommand of the .dbg pseudo instruction */ @@ -56,4 +62,4 @@ void DbgInfoFile (void); - +