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 07/18] remote-wtxapi: The WTX API abstraction layer.


>>>>> "Joel" == Joel Brobecker <brobecker@adacore.com> writes:

I did not really try to read this patch, but I randomly noticed:

Joel> +static void
Joel> +wtxapi_parse_obj_unloaded_event (char *event_str,
Joel> +                                 struct wtxapi_obj_unloaded_event *event)
[...]
Joel> +  wtx_opt_events_debug (1, "OBJ_LOADED: module_filename = \"%s\"",
Joel> +                        event->module_filename);

I think that should probably say `OBJ_UNLOADED'.

Tom


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