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 v2 1/7] Add breakpoint_from_pc target_ops for software breakpoints in GDBServer.




On 10/15/2015 11:58 AM, Antoine Tremblay wrote:


On 10/15/2015 11:33 AM, Pedro Alves wrote:
On 10/05/2015 05:44 PM, Antoine Tremblay wrote:
+static const unsigned char *

gdb_byte?

Note I ended up changing the breakpoint_from_pc signature to return gdb_byte * and changed all targets to match this in their breakpoint definitions and return from breakpoint_from_pc.


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