aboutsummaryrefslogtreecommitdiff
path: root/gdb/ser-mingw.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-26gdb, gdbserver, gdbsupport: remove includes of early headersSimon Marchi1-1/+0
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2023-11-27Change serial_readchar to throwTom Tromey1-4/+8
2023-11-27Change serial_send_break and serial_write to throwTom Tromey1-9/+9
2023-11-27Change serial "open" functions to throw exceptionTom Tromey1-31/+16
2023-11-27Change serial_setbaudrate to throw exceptionTom Tromey1-3/+4
2023-11-27Fix latent bug in ser_windows_send_breakTom Tromey1-1/+1
2023-06-03[gdb] Fix typosTom de Vries1-2/+2
2023-01-02Fix target remote pipe command for MinGWJonas Hoerberg1-0/+6
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-10-19internal_error: remove need to pass __FILE__/__LINE__Pedro Alves1-2/+1
2022-01-21gdb: include gdbsupport/buildargv.h in ser-mingw.cSimon Marchi1-0/+1
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-06-04Initial TUI mouse supportHannes Domani1-0/+5
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-12/+12
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi1-1/+2
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-07-22Simple unused variable removalsTom Tromey1-7/+1
2018-06-18Remove cleanups from ser-mingw.cTom Tromey1-20/+13
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-11-06Assume termios is available, remove support for termio and sgttyPedro Alves1-4/+0
2017-09-09Remove unnecessary function prototypes.John Baldwin1-2/+0
2017-08-03Introduce gdb_argv, a class wrapper for buildargvTom Tromey1-5/+4
2017-03-21Remove remaining reference to struct serial::current_timeoutSimon Marchi1-2/+0
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-11-17[C++/mingw] ser-mingw.c castsPedro Alves1-25/+26
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi1-9/+5
2015-03-23Fix indentation in ser_windows_setparity and hardwire_setparity.Joel Brobecker1-1/+1
2015-03-23GDB: Add set/show serial parity command.Yury Grechishchev1-2/+38
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-08-07Include string.h in common-defs.hGary Benson1-2/+0
2014-08-07Include gdb_assert.h in common-defs.hGary Benson1-1/+0
2014-06-11PR remote/17028: GDB+GDBserver hangs on WindowsPedro Alves1-72/+69
2014-01-13replace XMALLOC with XNEWTom Tromey1-1/+1
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-12-19don't allocate serial_opsTom Tromey1-107/+126
2013-12-19make serial_ops constTom Tromey1-4/+0
2013-11-18remove gdb_string.hTom Tromey1-1/+1
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-1/+1
2012-03-02gdb/Yao Qi1-1/+1
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker1-2/+1
2011-03-16 Fix ARI warnings about new lines at the end of messages, whichPierre Muller1-1/+1
2011-03-04 * inflow.c (terminal_init_inferior_with_pgrp): Copy ttystate.Ulrich Weigand1-0/+4
2011-02-21 * ser-mingw.c (ser_windows_close): Reformat comment to better conformPierre Muller1-4/+4
2011-02-21 Allow use of mingw native on Windows 95 OS.Pierre Muller1-3/+23
2011-01-112011-01-11 Michael Snyder <msnyder@vmware.com>Michael Snyder1-1/+1
2011-01-102011-01-10 Michael Snyder <msnyder@vmware.com>Michael Snyder1-3/+3