Postprocess file infos. New function cc65_sourceinfo_bymodule.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5145 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -275,6 +275,13 @@ cc65_sourceinfo* cc65_sourceinfo_byid (cc65_dbginfo handle, unsigned id);
|
||||
* source file information.
|
||||
*/
|
||||
|
||||
cc65_sourceinfo* cc65_sourceinfo_bymodule (cc65_dbginfo handle,
|
||||
unsigned module_id);
|
||||
/* Return information about the source files used to build a module. The
|
||||
* function returns NULL if the module id is invalid (no such module) and
|
||||
* otherwise a cc65_sourceinfo structure with one entry per source file.
|
||||
*/
|
||||
|
||||
void cc65_free_sourceinfo (cc65_dbginfo handle, cc65_sourceinfo* info);
|
||||
/* Free a source info record */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user