summaryrefslogtreecommitdiff
path: root/gdb/serial.c
AgeCommit message (Expand)Author
2022-03-29Unify gdb printf functionsTom Tromey
2022-03-29Unify gdb putc functionsTom Tromey
2022-03-29Unify gdb puts functionsTom Tromey
2022-01-18gdb: preserve `|` in connection details stringAndrew Burgess
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker
2021-10-28gdb: add add_setshow_prefix_cmdSimon Marchi
2021-10-03gdb: make string-like set show commands use std::string variableSimon Marchi
2021-05-27gdb: fix tab after space indentation issuesSimon Marchi
2021-05-12gdb: generate the prefix name for prefix commands on demandMarco Barisione
2021-01-12gdb: move baud_rate and serial_parity declarations to serial.hSimon Marchi
2021-01-01Update copyright year range in all GDB filesJoel Brobecker
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi
2020-04-17Replace most calls to help_list and cmd_show_listTom Tromey
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi
2020-01-10Revert 'Remove unused struct serial::name field'Pedro Alves
2020-01-01Update copyright year range in all GDB files.Joel Brobecker
2019-08-07Make first and last lines of 'command help documentation' consistent.Philippe Waroquiers
2019-01-01Update copyright year range in all GDB files.Joel Brobecker
2018-10-29Revert "GDB: Remote target can now accept the form unix::/path/to/socket."Simon Marchi
2018-10-23GDB: Remote target can now accept the form unix::/path/to/socket.John Darrington
2018-10-02Allow remote debugging over a Unix local domain socket.John Darrington
2018-08-22Replace xstrvprintf usages with string_vprintfSimon Marchi
2018-06-10Remove more "struct" keywords in range-based for loopsSimon Marchi
2018-06-09Remove a VEC from serial.cTom Tromey
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-12-05Remove some unused variablesSimon Marchi
2017-11-07Constify add_setshow_*Tom Tromey
2017-11-06Assume termios is available, remove support for termio and sgttyPedro Alves
2017-10-11Constify add_prefix_cmdTom Tromey
2017-09-11Rename _const functions to use overloading insteadTom Tromey
2017-09-09Remove unnecessary function prototypes.John Baldwin
2017-02-02Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves
2017-01-12Remove dead serial_interface_lookup callsSimon Marchi
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-04-12Introduce a serial interface for select'able eventsPedro Alves
2016-04-12Remove unused struct serial::name fieldPedro Alves
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker
2015-09-25Add some more casts (2/2)Simon Marchi
2015-03-23GDB: Add set/show serial parity command.Yury Grechishchev
2015-03-06New common function "startswith"Gary Benson
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker
2014-08-07Include string.h in common-defs.hGary Benson
2014-06-13make calls to help_list use enumeratorTom Tromey
2014-06-10thinko in serial.c::serial_write debug traceJoel Brobecker
2014-05-28Remove "set/show remotebaud" (deprecated) commands.Joel Brobecker
2014-02-19Add target_ops argument to to_log_commandTom Tromey
2014-01-13replace XCALLOC with XCNEWVEC or XCNEWTom Tromey
2014-01-13replace XMALLOC with XNEWTom Tromey
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker
2013-12-19make serial_ops constTom Tromey