This is the mail archive of the gdb@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: MIPS stack tracing



Stan Shebs wrote:

> Don Bowman wrote:
> > 
> > I've been debugging through gdb for a day or so now, I think
> > I'm on to something. It appears that find_proc_desc is switching
> > to the heuristic approach even though I have a symbol table.
> 
> That's a bug for sure.  The heuristic approach is only supposed
> to be used for tracing through frames with no debug info.
> 
> Stan
> 

Can you confirm that if there is no .stabs, but symbols are present,
that it shouldn't use the heuristic approach?

It appears that if all my objects are built with at least -g1 
then it works.

--don


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]