aboutsummaryrefslogtreecommitdiff
path: root/gdb/remote.c
AgeCommit message (Expand)AuthorFilesLines
2020-10-29Remove symfile_objfile macroTom Tromey1-11/+12
2020-10-29Remove the exec_bfd macroTom Tromey1-6/+7
2020-10-12Change target_section_table to std::vector aliasTom Tromey1-4/+2
2020-10-12Use a std::vector in target_section_tableTom Tromey1-6/+5
2020-10-07Move simple_search_memory to gdbsupport/search.ccTom Tromey1-2/+9
2020-10-02gdb: give names to async event/signal handlersSimon Marchi1-1/+2
2020-09-28Remove target_has_execution macroTom Tromey1-8/+9
2020-09-18Make target_wait options use enum flagsTom Tromey1-6/+9
2020-07-10Fix spurious unhandled remote %Stop notificationsPedro Alves1-1/+14
2020-07-02gdb: remove unused fetch_inferior_event and inferior_event_handler parametersSimon Marchi1-4/+3
2020-06-22default-args: allow to define default arguments for aliasesPhilippe Waroquiers1-2/+2
2020-06-18Don't write to inferior_ptid in remote.cPedro Alves1-16/+18
2020-05-21gdb: remove unnecessary NULL checks before xfreeSimon Marchi1-2/+1
2020-05-19gdb: use std::vector to store segments in symfile_segment_dataSimon Marchi1-5/+5
2020-05-19gdb: allocate symfile_segment_data with newSimon Marchi1-7/+5
2020-05-15Fix the problems reported by prefix check of command-def-selftests.cPhilippe Waroquiers1-1/+1
2020-05-14gdb/infrun: handle already-exited threads when attempting to stopTankut Baris Aktemur1-0/+20
2020-04-17Replace most calls to help_list and cmd_show_listTom Tromey1-18/+6
2020-04-13Move event-loop.[ch] to gdbsupport/Tom Tromey1-1/+1
2020-04-13Introduce async-event.[ch]Tom Tromey1-0/+1
2020-04-01gdb/remote: do not check for null_ptid in stop replyTankut Baris Aktemur1-3/+0
2020-03-24gdb: bool-ify follow_forkSimon Marchi1-4/+5
2020-03-19gdb: Handle W and X remote packets without giving a warningAndrew Burgess1-10/+36
2020-03-12Don't use sprintf_vma for CORE_ADDRTom Tromey1-7/+5
2020-03-02gdb/remote: Restore support for 'S' stop reply packetAndrew Burgess1-11/+32
2020-02-11Remove some ui_file_* functionsTom Tromey1-2/+2
2020-02-07Make fputs_unfiltered use fputs_maybe_filteredIain Buclaw1-1/+1
2020-02-07Make gdb_flush also flush the wrap bufferIain Buclaw1-1/+1
2020-02-03Change ints to bools around thread_info executing/resumedSimon Marchi1-2/+2
2020-01-25Implement 'set/show exec-file-mismatch'.Philippe Waroquiers1-0/+3
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi1-1/+2
2020-01-10Add "info connections" command, "info inferiors" connection number/stringPedro Alves1-0/+13
2020-01-10Multi-target supportPedro Alves1-96/+125
2020-01-10Fix reconnecting to a gdbserver already debugging multiple processes, IIPedro Alves1-3/+9
2020-01-10Fix reconnecting to a gdbserver already debugging multiple processes, IPedro Alves1-0/+20
2020-01-10Avoid another inferior_ptid reference in gdb/remote.cTankut Baris Aktemur1-5/+13
2020-01-10Tweak handling of remote errors in response to resumption packetPedro Alves1-1/+12
2020-01-10Don't check target is running in remote_target::mourn_inferiorPedro Alves1-20/+0
2020-01-10Make "show remote exec-file" inferior-awarePedro Alves1-1/+1
2020-01-08Change section_offsets to a std::vectorTom Tromey1-8/+4
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-12-16Constify get_exec_fileTom Tromey1-1/+1
2019-11-26Make a bunch of functions staticSimon Marchi1-2/+2
2019-11-25[Debugging output] Make remote packet truncation length adjustableLuis Machado1-11/+44
2019-11-06Use strtok_r instead of strtokChristian Biesinger1-2/+3
2019-10-26[gdb] Fix more typos in comments (2)Tom de Vries1-1/+1
2019-10-19Replace some more qsort calls with std::sortChristian Biesinger1-18/+4
2019-10-18[gdb] Fix more typos in commentsTom de Vries1-3/+3
2019-10-17[gdb] Fix typos in commentsTom de Vries1-6/+6
2019-10-12Remove unnecessary declaration of trace_regblock_sizeChristian Biesinger1-2/+1