aboutsummaryrefslogtreecommitdiff
path: root/gdb/remote-fileio.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-17Remove gdb_stdtargerrTom Tromey1-1/+1
2024-04-25gdb: remove gdbcmd.hSimon Marchi1-1/+1
2024-04-23gdb: move a bunch of quit-related things to event-top.{c,h}Simon Marchi1-0/+1
2024-04-23gdb: change return type of check_quit_flag to boolSimon Marchi1-1/+1
2024-04-22gdb: move store/extract integer functions to extract-store-integer.{c,h}Simon Marchi1-0/+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-09-20Remove explanatory comments from includesTom Tromey1-1/+1
2023-02-27QUIT processing w/ explicit throw for gdb_exception_forced_quitKevin Buettner1-4/+9
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-03-29Unify gdb printf functionsTom Tromey1-2/+2
2022-01-05Use filtered output in ordinary commandsTom Tromey1-2/+2
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-09-30gdbsupport: make gdb_open_cloexec return scoped_fdSimon Marchi1-1/+1
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-17/+17
2020-05-15Fix the problems reported by prefix check of command-def-selftests.cPhilippe Waroquiers1-4/+4
2020-04-13Move event-loop.[ch] to gdbsupport/Tom Tromey1-1/+1
2020-02-11Remove some ui_file_* functionsTom Tromey1-5/+7
2020-02-07Make gdb_flush also flush the wrap bufferIain Buclaw1-1/+1
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-10-18[gdb] Fix more typos in commentsTom de Vries1-1/+1
2019-07-09Rename common to gdbsupportTom Tromey1-3/+3
2019-04-08Rename gdb exception typesTom Tromey1-1/+1
2019-04-08Rewrite TRY/CATCHTom Tromey1-3/+2
2019-01-25Normalize includes to use common/Tom Tromey1-3/+3
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-05-22remote: one struct remote_state per struct remote_targetPedro Alves1-107/+107
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-12-05Remove some unused variablesSimon Marchi1-2/+0
2017-10-10Eliminate catch_exceptions/catch_exceptions_with_msgPedro Alves1-19/+16
2017-09-27Constify some commands in remote-fileio.cTom Tromey1-2/+2
2017-04-05-Wwrite-strings: The RestPedro Alves1-1/+1
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-08-05Fix PR remote/20398: File-IO write always outputs "Quit"Pedro Alves1-1/+2
2016-06-01gdb/remote-fileio.c: Eliminate custom SIGINT signal handlerPedro Alves1-60/+20
2016-06-01Wake up interruptible_select in remote_fileio ctrl-c handlerYao Qi1-0/+2
2016-04-12Stop remote-fileio.c from throwing from SIGINT handlerPedro Alves1-32/+2
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-1/+1
2015-09-25Add casts to memory allocation related callsSimon Marchi1-6/+6
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi1-1/+1
2015-08-24Prepare for gnulib updatePedro Alves1-1/+1
2015-04-09Rename common-remote-fileio.[ch] as fileio.[ch]Gary Benson1-7/+7
2015-04-09Introduce new shared function remote_fileio_to_fio_errorGary Benson1-52/+1
2015-03-11Implement remote_bfd_iovec_statGary Benson1-0/+64
2015-03-11Move remote_fileio_to_fio_stat to gdb/commonGary Benson1-111/+0
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-10-08Remove spurious exceptions.h inclusionsGary Benson1-1/+0
2014-08-07Include string.h in common-defs.hGary Benson1-1/+0