summaryrefslogtreecommitdiff
path: root/gdb/remote.c
Commit message (Expand)AuthorAgeFilesLines
* gdb: remove unnecessary NULL checks before xfreeSimon Marchi2020-05-211-2/+1
* gdb: use std::vector to store segments in symfile_segment_dataSimon Marchi2020-05-191-5/+5
* gdb: allocate symfile_segment_data with newSimon Marchi2020-05-191-7/+5
* Fix the problems reported by prefix check of command-def-selftests.cPhilippe Waroquiers2020-05-151-1/+1
* gdb/infrun: handle already-exited threads when attempting to stopTankut Baris Aktemur2020-05-141-0/+20
* Replace most calls to help_list and cmd_show_listTom Tromey2020-04-171-18/+6
* Move event-loop.[ch] to gdbsupport/Tom Tromey2020-04-131-1/+1
* Introduce async-event.[ch]Tom Tromey2020-04-131-0/+1
* gdb/remote: do not check for null_ptid in stop replyTankut Baris Aktemur2020-04-011-3/+0
* gdb: bool-ify follow_forkSimon Marchi2020-03-241-4/+5
* gdb: Handle W and X remote packets without giving a warningAndrew Burgess2020-03-191-10/+36
* Don't use sprintf_vma for CORE_ADDRTom Tromey2020-03-121-7/+5
* gdb/remote: Restore support for 'S' stop reply packetAndrew Burgess2020-03-021-11/+32
* Remove some ui_file_* functionsTom Tromey2020-02-111-2/+2
* Make fputs_unfiltered use fputs_maybe_filteredIain Buclaw2020-02-071-1/+1
* Make gdb_flush also flush the wrap bufferIain Buclaw2020-02-071-1/+1
* Change ints to bools around thread_info executing/resumedSimon Marchi2020-02-031-2/+2
* Implement 'set/show exec-file-mismatch'.Philippe Waroquiers2020-01-251-0/+3
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-131-1/+2
* Add "info connections" command, "info inferiors" connection number/stringPedro Alves2020-01-101-0/+13
* Multi-target supportPedro Alves2020-01-101-96/+125
* Fix reconnecting to a gdbserver already debugging multiple processes, IIPedro Alves2020-01-101-3/+9
* Fix reconnecting to a gdbserver already debugging multiple processes, IPedro Alves2020-01-101-0/+20
* Avoid another inferior_ptid reference in gdb/remote.cTankut Baris Aktemur2020-01-101-5/+13
* Tweak handling of remote errors in response to resumption packetPedro Alves2020-01-101-1/+12
* Don't check target is running in remote_target::mourn_inferiorPedro Alves2020-01-101-20/+0
* Make "show remote exec-file" inferior-awarePedro Alves2020-01-101-1/+1
* Change section_offsets to a std::vectorTom Tromey2020-01-081-8/+4
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Constify get_exec_fileTom Tromey2019-12-161-1/+1
* Make a bunch of functions staticSimon Marchi2019-11-261-2/+2
* [Debugging output] Make remote packet truncation length adjustableLuis Machado2019-11-251-11/+44
* Use strtok_r instead of strtokChristian Biesinger2019-11-061-2/+3
* [gdb] Fix more typos in comments (2)Tom de Vries2019-10-261-1/+1
* Replace some more qsort calls with std::sortChristian Biesinger2019-10-191-18/+4
* [gdb] Fix more typos in commentsTom de Vries2019-10-181-3/+3
* [gdb] Fix typos in commentsTom de Vries2019-10-171-6/+6
* Remove unnecessary declaration of trace_regblock_sizeChristian Biesinger2019-10-121-2/+1
* Revert "Improve ptrace-error detection on Linux targets"Sergio Durigan Junior2019-09-261-14/+2
* Improve ptrace-error detection on Linux targetsSergio Durigan Junior2019-09-261-2/+14
* Remove Cell Broadband Engine debugging supportUlrich Weigand2019-09-201-25/+0
* bfd_section_* macrosAlan Modra2019-09-191-8/+5
* Change boolean options to bool instead of intChristian Biesinger2019-09-181-3/+3
* Improve remote attach round-trips without btraceConrad Meyer2019-08-201-0/+5
* Make first and last lines of 'command help documentation' consistent.Philippe Waroquiers2019-08-071-18/+18
* Rename common to gdbsupportTom Tromey2019-07-091-7/+7
* Constify target_ops::follow_execTom Tromey2019-05-221-2/+2
* Convert remote.c to type-safe registry APITom Tromey2019-05-081-22/+6
* Change some remote.c globals to "static"Tom Tromey2019-05-081-3/+3
* Move "watchdog" to remote.cTom Tromey2019-05-081-0/+24