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/rfc] frame_id_unwind


> From: Jim Blandy <jimb@redhat.com>
> Date: 28 Mar 2004 13:15:56 -0500
> 
> Wouldn't things work better if we moved the decision about where to
> stop displaying the stack into user interface code (I don't know if
> there's any place shared by cli and mi, but perhaps one could be
> created), and left get_prev_frame as a pure stack-traversal function?

Yes, I think it would be a good idea to separate the decision of
whether to display a frame from the code that traverses the funcall
stack.


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