Changed format of debug info file
git-svn-id: svn://svn.cc65.org/cc65/trunk@2748 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -82,6 +82,11 @@ DbgSym* ReadDbgSym (FILE* F, ObjData* Obj);
|
||||
long GetDbgSymVal (DbgSym* D);
|
||||
/* Get the value of this symbol */
|
||||
|
||||
void ClearDbgSymTable (void);
|
||||
/* Clear the debug symbol table. Must be called before outputting debug syms
|
||||
* or debug labels the first time.
|
||||
*/
|
||||
|
||||
void PrintDbgSyms (ObjData* O, FILE* F);
|
||||
/* Print the debug symbols in a debug file */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user