This is the mail archive of the gdb-patches@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: [patch/rfa] Some fixes for hppa fallback unwinder


- if (start_pc == 0 || end_pc == 0)
>+ if (pc != 0)


Would this case be better handled by the stub unwinder?


i guess that works too. should i move it there?

Yes, feel free to commit that.


Andrew



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