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 v7.1] Support software single step on ARM in GDBServer.




On 12/11/2015 08:28 AM, Yao Qi wrote:
Antoine Tremblay <antoine.tremblay@ericsson.com> writes:

	* linux-aarch32-low.c (arm_abi_breakpoint): Remove macro.  Moved
         to linux-aarch32-low.c.
         (arm_eabi_breakpoint, arm_breakpoint): Likewise.
         (arm_breakpoint_len, thumb_breakpoint): Likewise.
         (thumb_breakpoint_len, thumb2_breakpoint): Likewise.
         (thumb2_breakpoint_len): Likewise.

I don't see how are they used outside of linux-aarch32-low.c, so why do
you move them out to linux-aarch32-low.h?


That's true, I guess I was used to breakpoint functions in linux-arm-low.c.

Fixing this now.

Thanks,
Antoine


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