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: STEP_SKIPS_DELAY question, sort of


Ok,

When given:

  N+0: branch foo
  N+2: nop

PC=N (or N+1)
SPC=N+2

would this result in a double single-step leaving PC==foo? If it does then you've at least got STEP_SKIPS_DELAY like behavior.

It still fixes single-step but that's a, er, later step.

Andrew


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