parseNmOutput
fn
NmSymbol[] parseNmOutput(string output)Parser for nm output.
Parameters
output | The stdout output from nm command. |
Returns
Array of NmSymbol structs containing parsed symbol information.
Throws
Exception if the output cannot be parsed.