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: [gdbserver] win32, add OUTPUT_DEBUG_STRING_EVENT handling.


Daniel Jacobowitz wrote:
2007-02-28 Pedro Alves <pedro_alves@portugalmail.pt>

* remote-utils.c (monitor_output): Constify msg parameter.
* server (monitor_output): Likewise.
(handle_output_debug_string): New.
(win32_kill): Handle OUTPUT_DEBUG_STRING_EVENT events using handle_output_debug_string.
(get_child_debug_event): Likewise.

Yeah, this is fine. You have write access now, right?



Thanks. Right.


Ooops, the Changelog was broken - committed with the following
entry instead:

2007-03-27 Pedro Alves <pedro_alves@portugalmail.pt>

   * remote-utils.c (monitor_output): Constify msg parameter.
   * server.h (monitor_output): Likewise.
   * win32-i386-low.c (handle_output_debug_string): New.
   (win32_kill): Handle OUTPUT_DEBUG_STRING_EVENT events using
   handle_output_debug_string.
   (get_child_debug_event): Likewise.


The whole issue of output from remote targets is a thorny one; we may
need to come back to it someday, but for now this matches the status
quo.




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