summaryrefslogtreecommitdiff
path: root/gdb/remote.c
AgeCommit message (Expand)Author
2021-02-25Fix initial thread state of non-threaded remote targetsJan Matyas
2021-02-24gdb: spread a little 'const' through the target_section_table codeAndrew Burgess
2021-02-04gdb: make remote target clear its handler in remote_target::waitSimon Marchi
2021-02-04gdb: make async event handlers clear themselvesSimon Marchi
2021-02-03detach and breakpoint removalPedro Alves
2021-02-03Fix a couple vStopped pending ack bugsPedro Alves
2021-02-03Fix "target extended-remote" + "maint set target-non-stop" + "attach"Pedro Alves
2021-01-22gdb: add remote_debug_printfSimon Marchi
2021-01-22gdb: change remote_debug to boolSimon Marchi
2021-01-22gdb: move remote_debug to remote.{h,c}Simon Marchi
2021-01-22gdb: move set remote commands to remote.cSimon Marchi
2021-01-20gdb/remote.c: address conflicting enum and method nameJoel Sherrill
2021-01-18gdb: const-ify hostio methods parameter in remote.cSimon Marchi
2021-01-18gdb: move remote_target::start_remote variable to narrower scopeSimon Marchi
2021-01-18gdb: const-ify remote_target::add_current_inferior_and_thread parameterSimon Marchi
2021-01-18gdb: const-ify unpack_* functions in remote.cSimon Marchi
2021-01-13gdb: better handling of 'S' packetsAndrew Burgess
2021-01-13gdb: make the remote target track its own thread resume stateSimon Marchi
2021-01-01Update copyright year range in all GDB filesJoel Brobecker
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi
2020-10-29Remove symfile_objfile macroTom Tromey
2020-10-29Remove the exec_bfd macroTom Tromey
2020-10-12Change target_section_table to std::vector aliasTom Tromey
2020-10-12Use a std::vector in target_section_tableTom Tromey
2020-10-07Move simple_search_memory to gdbsupport/search.ccTom Tromey
2020-10-02gdb: give names to async event/signal handlersSimon Marchi
2020-09-28Remove target_has_execution macroTom Tromey
2020-09-18Make target_wait options use enum flagsTom Tromey
2020-07-10Fix spurious unhandled remote %Stop notificationsPedro Alves
2020-07-02gdb: remove unused fetch_inferior_event and inferior_event_handler parametersSimon Marchi
2020-06-22default-args: allow to define default arguments for aliasesPhilippe Waroquiers
2020-06-18Don't write to inferior_ptid in remote.cPedro Alves
2020-05-21gdb: remove unnecessary NULL checks before xfreeSimon Marchi
2020-05-19gdb: use std::vector to store segments in symfile_segment_dataSimon Marchi
2020-05-19gdb: allocate symfile_segment_data with newSimon Marchi
2020-05-15Fix the problems reported by prefix check of command-def-selftests.cPhilippe Waroquiers
2020-05-14gdb/infrun: handle already-exited threads when attempting to stopTankut Baris Aktemur
2020-04-17Replace most calls to help_list and cmd_show_listTom Tromey
2020-04-13Move event-loop.[ch] to gdbsupport/Tom Tromey
2020-04-13Introduce async-event.[ch]Tom Tromey
2020-04-01gdb/remote: do not check for null_ptid in stop replyTankut Baris Aktemur
2020-03-24gdb: bool-ify follow_forkSimon Marchi
2020-03-19gdb: Handle W and X remote packets without giving a warningAndrew Burgess
2020-03-12Don't use sprintf_vma for CORE_ADDRTom Tromey
2020-03-02gdb/remote: Restore support for 'S' stop reply packetAndrew Burgess
2020-02-11Remove some ui_file_* functionsTom Tromey
2020-02-07Make fputs_unfiltered use fputs_maybe_filteredIain Buclaw
2020-02-07Make gdb_flush also flush the wrap bufferIain Buclaw
2020-02-03Change ints to bools around thread_info executing/resumedSimon Marchi
2020-01-25Implement 'set/show exec-file-mismatch'.Philippe Waroquiers