This is the mail archive of the gdb-patches@sourceware.org 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 1/3] Add a select_frame_reason enum parameter to select_frame


>>>>> "Maxime" == Maxime Coste <frrrwww@gmail.com> writes:

Maxime> select_frame calls specify if the frame is selected due to
Maxime> a breakpoint/signal (REASON_STOP), a user command (REASON_USER)
Maxime> or just as an implementation detail (REASON_IMPL_DETAIL) which
Maxime> should restore the previous frame once finished.

I don't mind this approach but I would like to hear from other
maintainers.

Tom


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