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 3/7] range stepping: gdbserver on x86/linux


On 05/15/2013 02:30 AM, Pedro Alves wrote:
  - it assumes GDB will ever only send one r action per vCont.  I'd much
    rather we don't bake in that assumption.


I am afraid not.  It works for multiple r actions in one vCont.

  - It seems like this leaves threads with stale step ranges.  Because
    linux-low.c only clears the stepping range of the thread that is reporting
    the event (here):

OK. Looks we need to call thread_clear_range_stepping for the thread we parsed in handle_v_cont first.

--
Yao (éå)


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