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]

[RFC] target defined breakpoints


Hi,

According to the discussion with Yao in meeting.  We want to merge all
this function to breakpoint event function.
He still want use the pkg handler inside the target defined
breakpoints and pkg format.  So I post the new version of it.

According to the comments from Stan, I merge
parse_tracepoint_definition function together with the parser of
target defined breakpoints and name it to
parse_tracepoint_breakpoint_definition.
And I update the pkg format to make it more easy support by
parse_tracepoint_breakpoint_definition.  Please got it from
target-defined-breakpoints-doc.txt.

Thanks,
Hui

Attachment: target-defined-breakpoints.txt
Description: Text document

Attachment: target-defined-breakpoints-doc.txt
Description: Text document


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