Added cc65_get_scopelist. Added a few statistics field to the DbgInfo
structure.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5189 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -471,6 +471,9 @@ struct cc65_scopeinfo {
|
||||
|
||||
|
||||
|
||||
const cc65_scopeinfo* cc65_get_scopelist (cc65_dbginfo handle);
|
||||
/* Return a list of all scopes in the debug information */
|
||||
|
||||
const cc65_scopeinfo* cc65_scope_byid (cc65_dbginfo handle, unsigned id);
|
||||
/* Return the scope with a given id. The function returns NULL if no scope
|
||||
* with this id was found.
|
||||
|
||||
Reference in New Issue
Block a user