Trees | Index | Help |
|
---|
Module ps_parsers :: Class bpl_parser |
|
Method Summary | |
---|---|
Initialize internal member variables. | |
Run a few basic tests to ensure the class is working. | |
Add a breakpoint entry to the internal lists. | |
Delete the breakpoint entry at the specified index. | |
Tuple |
Get the breakpoint entry at the specified index. |
Integer |
Get the entry count for this breakpoint list. |
Open the specified breakpoint list filename and process the data into the internal lists. | |
Save a breakpoint list to the specified file. |
Method Details |
---|
__init__(self)
Initialize internal member variables.
|
__module_test__(self)Run a few basic tests to ensure the class is working. |
add_bp_entry(self, module, function, node, dupe_check=False)Add a breakpoint entry to the internal lists.
|
del_bp_entry(self, index)Delete the breakpoint entry at the specified index.
|
get_bp_entry(self, index)Get the breakpoint entry at the specified index.
|
num_entries(self)Get the entry count for this breakpoint list.
|
parse(self, filename)Open the specified breakpoint list filename and process the data into the internal lists. Breakpoint list format:module:function offset address:node offset address irc.dll:00000000:00000000
|
save(self, filename)Save a breakpoint list to the specified file. The contents of the breakpoint list are generated from our internal variables in sorted order. Breakpoint list format:module:function offset address:node offset address irc.dll:00000000:00000000
|
Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Tue Jul 05 12:05:31 2005 | http://epydoc.sf.net |