summaryrefslogtreecommitdiff
path: root/gdb/serial.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* internal_error: remove need to pass __FILE__/__LINE__Pedro Alves2022-10-191-2/+1
* Unify gdb printf functionsTom Tromey2022-03-291-13/+13
* Unify gdb putc functionsTom Tromey2022-03-291-1/+1
* Unify gdb puts functionsTom Tromey2022-03-291-12/+12
* gdb: preserve `|` in connection details stringAndrew Burgess2022-01-181-6/+1
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* gdb: add add_setshow_prefix_cmdSimon Marchi2021-10-281-11/+5
* gdb: make string-like set show commands use std::string variableSimon Marchi2021-10-031-4/+4
* gdb: fix tab after space indentation issuesSimon Marchi2021-05-271-1/+1
* gdb: generate the prefix name for prefix commands on demandMarco Barisione2021-05-121-2/+2
* gdb: move baud_rate and serial_parity declarations to serial.hSimon Marchi2021-01-121-5/+2
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi2020-11-021-7/+7
* Replace most calls to help_list and cmd_show_listTom Tromey2020-04-171-22/+8
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-131-1/+2
* Revert 'Remove unused struct serial::name field'Pedro Alves2020-01-101-0/+4
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Make first and last lines of 'command help documentation' consistent.Philippe Waroquiers2019-08-071-4/+4
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Revert "GDB: Remote target can now accept the form unix::/path/to/socket."Simon Marchi2018-10-291-3/+2
* GDB: Remote target can now accept the form unix::/path/to/socket.John Darrington2018-10-231-2/+3
* Allow remote debugging over a Unix local domain socket.John Darrington2018-10-021-1/+11
* Replace xstrvprintf usages with string_vprintfSimon Marchi2018-08-221-5/+3
* Remove more "struct" keywords in range-based for loopsSimon Marchi2018-06-101-1/+1
* Remove a VEC from serial.cTom Tromey2018-06-091-9/+3
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Remove some unused variablesSimon Marchi2017-12-051-1/+0
* Constify add_setshow_*Tom Tromey2017-11-071-1/+1
* Assume termios is available, remove support for termio and sgttyPedro Alves2017-11-061-8/+0
* Constify add_prefix_cmdTom Tromey2017-10-111-2/+2
* Rename _const functions to use overloading insteadTom Tromey2017-09-111-1/+1
* Remove unnecessary function prototypes.John Baldwin2017-09-091-2/+0
* Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves2017-02-021-3/+6
* Remove dead serial_interface_lookup callsSimon Marchi2017-01-121-5/+1
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Introduce a serial interface for select'able eventsPedro Alves2016-04-121-22/+39
* Remove unused struct serial::name fieldPedro Alves2016-04-121-5/+0
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Add some more casts (2/2)Simon Marchi2015-09-251-2/+2
* GDB: Add set/show serial parity command.Yury Grechishchev2015-03-231-0/+40
* New common function "startswith"Gary Benson2015-03-061-2/+2
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Include string.h in common-defs.hGary Benson2014-08-071-1/+0
* make calls to help_list use enumeratorTom Tromey2014-06-131-1/+1
* thinko in serial.c::serial_write debug traceJoel Brobecker2014-06-101-1/+1
* Remove "set/show remotebaud" (deprecated) commands.Joel Brobecker2014-05-281-28/+0
* Add target_ops argument to to_log_commandTom Tromey2014-02-191-1/+1
* replace XCALLOC with XCNEWVEC or XCNEWTom Tromey2014-01-131-1/+1
* replace XMALLOC with XNEWTom Tromey2014-01-131-1/+1