aboutsummaryrefslogtreecommitdiff
path: root/gdb/remote.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-23Change get_ada_task_ptid parameter typeTom Tromey1-2/+2
2021-09-23Change ptid_t::tid to ULONGESTTom Tromey1-2/+3
2021-09-23Remove defaulted 'tid' parameter to ptid_t constructorTom Tromey1-5/+5
2021-08-03gdb: follow-fork: push target and add thread in target_follow_forkSimon Marchi1-3/+7
2021-07-23gdb: make inferior::m_cwd an std::stringSimon Marchi1-4/+5
2021-07-23gdb: add setter/getter for inferior cwdSimon Marchi1-1/+1
2021-07-14gdb: pass child_ptid and fork kind to target_ops::follow_forkSimon Marchi1-12/+6
2021-07-13Fix detach with target remote (PR gdb/28080)Pedro Alves1-0/+9
2021-07-12gdb: make thread_info::suspend private, add getters / settersSimon Marchi1-27/+39
2021-07-12gdb: add setter / getter for thread_info resumed stateSimon Marchi1-1/+1
2021-06-28gdb/remote: Use true/false instead of 1/0Andrew Burgess1-4/+4
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