aboutsummaryrefslogtreecommitdiff
path: root/gdb/remote.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-25Fix initial thread state of non-threaded remote targetsJan Matyas1-4/+9
2021-02-24gdb: spread a little 'const' through the target_section_table codeAndrew Burgess1-3/+3
2021-02-04gdb: make remote target clear its handler in remote_target::waitSimon Marchi1-20/+12
2021-02-04gdb: make async event handlers clear themselvesSimon Marchi1-2/+3
2021-02-03detach and breakpoint removalPedro Alves1-0/+10
2021-02-03Fix a couple vStopped pending ack bugsPedro Alves1-9/+13
2021-02-03Fix "target extended-remote" + "maint set target-non-stop" + "attach"Pedro Alves1-1/+6
2021-01-22gdb: add remote_debug_printfSimon Marchi1-145/+63
2021-01-22gdb: change remote_debug to boolSimon Marchi1-7/+8
2021-01-22gdb: move remote_debug to remote.{h,c}Simon Marchi1-0/+4
2021-01-22gdb: move set remote commands to remote.cSimon Marchi1-0/+36
2021-01-20gdb/remote.c: address conflicting enum and method nameJoel Sherrill1-5/+5
2021-01-18gdb: const-ify hostio methods parameter in remote.cSimon Marchi1-8/+8
2021-01-18gdb: move remote_target::start_remote variable to narrower scopeSimon Marchi1-5/+2
2021-01-18gdb: const-ify remote_target::add_current_inferior_and_thread parameterSimon Marchi1-5/+5
2021-01-18gdb: const-ify unpack_* functions in remote.cSimon Marchi1-25/+24
2021-01-13gdb: better handling of 'S' packetsAndrew Burgess1-55/+108
2021-01-13gdb: make the remote target track its own thread resume stateSimon Marchi1-36/+131
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-74/+74
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