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] Fix/Update misc comments


On 1/9/20 12:34 PM, Tom Tromey wrote:
"Luis" == Luis Machado <luis.machado@linaro.org> writes:

Luis> How does it look?

It seems reasonable to me.  Probably Pedro should review it though.


Thanks.

Luis>        /* If this system does not support PT_STEP, a higher level
Luis> -         function will have called single_step() to transmute the step
Luis> -         request into a continue request (by setting breakpoints on
Luis> +         function will have called the appropriate functions to transmute the
Luis> +	 step request into a continue request (by setting breakpoints on

Is single_step not actually the function in question here?


That's the confusing part. There is a single_step (...) function for gdbserver linux-low, but i don't see such a function for gdb.

So this reference looks stale to me.

Tom



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