aboutsummaryrefslogtreecommitdiff
path: root/gdb/serial.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-25gdb: remove gdbcmd.hSimon Marchi1-1/+1
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_send_break and serial_write to throwTom Tromey1-4/+4
2023-11-27Change serial "open" functions to throw exceptionTom Tromey1-21/+11
2023-11-27Change serial_setbaudrate to throw exceptionTom Tromey1-2/+2
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-03-29Unify gdb printf functionsTom Tromey1-13/+13
2022-03-29Unify gdb putc functionsTom Tromey1-1/+1
2022-03-29Unify gdb puts functionsTom Tromey1-12/+12
2022-01-18gdb: preserve `|` in connection details stringAndrew Burgess1-6/+1
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-10-28gdb: add add_setshow_prefix_cmdSimon Marchi1-11/+5
2021-10-03gdb: make string-like set show commands use std::string variableSimon Marchi1-4/+4
2021-05-27gdb: fix tab after space indentation issuesSimon Marchi1-1/+1
2021-05-12gdb: generate the prefix name for prefix commands on demandMarco Barisione1-2/+2
2021-01-12gdb: move baud_rate and serial_parity declarations to serial.hSimon Marchi1-5/+2
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-7/+7
2020-04-17Replace most calls to help_list and cmd_show_listTom Tromey1-22/+8
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi1-1/+2
2020-01-10Revert 'Remove unused struct serial::name field'Pedro Alves1-0/+4
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-08-07Make first and last lines of 'command help documentation' consistent.Philippe Waroquiers1-4/+4
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-10-29Revert "GDB: Remote target can now accept the form unix::/path/to/socket."Simon Marchi1-3/+2
2018-10-23GDB: Remote target can now accept the form unix::/path/to/socket.John Darrington1-2/+3
2018-10-02Allow remote debugging over a Unix local domain socket.John Darrington1-1/+11
2018-08-22Replace xstrvprintf usages with string_vprintfSimon Marchi1-5/+3
2018-06-10Remove more "struct" keywords in range-based for loopsSimon Marchi1-1/+1
2018-06-09Remove a VEC from serial.cTom Tromey1-9/+3
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-12-05Remove some unused variablesSimon Marchi1-1/+0
2017-11-07Constify add_setshow_*Tom Tromey1-1/+1
2017-11-06Assume termios is available, remove support for termio and sgttyPedro Alves1-8/+0
2017-10-11Constify add_prefix_cmdTom Tromey1-2/+2
2017-09-11Rename _const functions to use overloading insteadTom Tromey1-1/+1
2017-09-09Remove unnecessary function prototypes.John Baldwin1-2/+0
2017-02-02Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves1-3/+6
2017-01-12Remove dead serial_interface_lookup callsSimon Marchi1-5/+1
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-04-12Introduce a serial interface for select'able eventsPedro Alves1-22/+39
2016-04-12Remove unused struct serial::name fieldPedro Alves1-5/+0
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-09-25Add some more casts (2/2)Simon Marchi1-2/+2
2015-03-23GDB: Add set/show serial parity command.Yury Grechishchev1-0/+40
2015-03-06New common function "startswith"Gary Benson1-2/+2
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-1/+0