When I call addr2line
on my program, I get an output of this form :
??
??:0
??
??:0
BdmLsim3::InitPopulation() at bdmLsim3/../src/Spatial/BdmLsim3.cpp:634
BdmLsim3::InitSimulation() at bdmLsim3/../src/Spatial/BdmLsim3.cpp:1012
Is there a possibility to get a cleaner output (without question marks and zero lines - ??
and ??:0
) ? Another tool that can resolve addresses and is a bit more configurable ?
Thanks