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 v9 1/3] MI: add the -catch-load and -catch-unload commands


>>>>> "Mircea" == Mircea Gherzan <mircea.gherzan@intel.com> writes:

Mircea> +++ b/gdb/mi/mi-cmd-break.h
[...]
Mircea> +/* Setup the reporting of the insertion of a new breakpoint or
Mircea> +   catchpoint.  */
Mircea> +struct cleanup *
Mircea> +setup_breakpoint_reporting (void);

No break after the "*" here.

Mircea> +  char *actual_cmd = load ? "-catch-load" : "-catch-unload";

Should be const.

This is ok with those fixes.

Tom


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