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: [rfc] Remove macro SOFTWARE_SINGLE_STEP


Ulrich Weigand wrote:
Markus Deuling wrote:

	* gdbarch.sh (SOFTWARE_SINGLE_STEP): Replace by
	gdbarch_software_single_step.
	* infrun.c (resume): Likewise.
	* gdbarch.sh (SOFTWARE_SINGLE_STEP_P): Replace by
	gdbarch_software_single_step_p.
	* infrun.c (resume): Likewise
	(handle_inferior_event): Likewise.
	(adjust_pc_after_break): Likewise.
	* gdbarch.c, gdbarch.h: Regenerate.

Sorry, but this collides with my bug-fix patch: http://sourceware.org/ml/gdb-patches/2007-06/msg00299.html

Most of the SOFTWARE_SINGLE_STEP uses will be gone after that
patch is applied.  I'll follow up with removing the macro.

Oh yes, sorry. You mentioned that to me a while ago. Thanks for removing that macro then.


--
Markus Deuling
GNU Toolchain for Linux on Cell BE
deuling@de.ibm.com


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