aboutsummaryrefslogtreecommitdiff
path: root/gdb/remote.c
AgeCommit message (Expand)AuthorFilesLines
2021-06-12remote: Fix indentation in remote_new_objfile.John Baldwin1-2/+2
2021-06-08gdb: try to load libthread_db only after reading all shared libraries when at...Simon Marchi1-2/+20
2021-06-04gdb: add some additional debug output in remote.cAndrew Burgess1-0/+8
2021-05-27gdb: fix tab after space indentation issuesSimon Marchi1-1/+1
2021-05-27gdb: add breakpoint::locations methodSimon Marchi1-2/+1
2021-05-27gdb: remove add_alias_cmd overload that accepts a stringSimon Marchi1-8/+11
2021-05-27gdb: remove unnecessary lookup_cmd when deprecating commandsSimon Marchi1-12/+6
2021-05-14gdb: some int to bool conversion in remote.cAndrew Burgess1-17/+14
2021-05-13gdb: on exec, delegate pushing / unpushing target and adding thread to target...Simon Marchi1-7/+7
2021-05-12gdb: generate the prefix name for prefix commands on demandMarco Barisione1-3/+3
2021-05-07gdb: some int to bool conversionAndrew Burgess1-5/+5
2021-04-24gdbsupport, gdb: give names to observersSimon Marchi1-1/+1
2021-04-22[gdb] Fix assert in remote_async_get_pending_events_handlerTom de Vries1-0/+11
2021-04-07gdb: make target_ops::follow_fork return voidSimon Marchi1-4/+2
2021-03-26gdb: defer commit resume until all available events are consumedSimon Marchi1-0/+21
2021-03-26gdb: generalize commit_resume, avoid commit-resuming when threads have pendin...Simon Marchi1-32/+117
2021-03-25Fix problem exposed by gdb.server/stop-reply-no-thread-multi.expPedro Alves1-4/+6
2021-03-24gdb: remove current_top_target functionSimon Marchi1-8/+11
2021-03-24Unit testing for GDB-side remote memory tagging handlingLuis Machado1-0/+92
2021-03-24Add GDB-side remote target support for memory taggingLuis Machado1-3/+103
2021-03-24New target methods for memory tagging supportLuis Machado1-0/+34
2021-03-23gdb: remove push_target free functionsSimon Marchi1-2/+2
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