summaryrefslogtreecommitdiff
path: root/gdb/remote.c
Commit message (Expand)AuthorAgeFilesLines
* gdb/remote: Use true/false instead of 1/0Andrew Burgess2021-06-281-4/+4
* remote: Fix indentation in remote_new_objfile.John Baldwin2021-06-121-2/+2
* gdb: try to load libthread_db only after reading all shared libraries when at...Simon Marchi2021-06-081-2/+20
* gdb: add some additional debug output in remote.cAndrew Burgess2021-06-041-0/+8
* gdb: fix tab after space indentation issuesSimon Marchi2021-05-271-1/+1
* gdb: add breakpoint::locations methodSimon Marchi2021-05-271-2/+1
* gdb: remove add_alias_cmd overload that accepts a stringSimon Marchi2021-05-271-8/+11
* gdb: remove unnecessary lookup_cmd when deprecating commandsSimon Marchi2021-05-271-12/+6
* gdb: some int to bool conversion in remote.cAndrew Burgess2021-05-141-17/+14
* gdb: on exec, delegate pushing / unpushing target and adding thread to target...Simon Marchi2021-05-131-7/+7
* gdb: generate the prefix name for prefix commands on demandMarco Barisione2021-05-121-3/+3
* gdb: some int to bool conversionAndrew Burgess2021-05-071-5/+5
* gdbsupport, gdb: give names to observersSimon Marchi2021-04-241-1/+1
* [gdb] Fix assert in remote_async_get_pending_events_handlerTom de Vries2021-04-221-0/+11
* gdb: make target_ops::follow_fork return voidSimon Marchi2021-04-071-4/+2
* gdb: defer commit resume until all available events are consumedSimon Marchi2021-03-261-0/+21
* gdb: generalize commit_resume, avoid commit-resuming when threads have pendin...Simon Marchi2021-03-261-32/+117
* Fix problem exposed by gdb.server/stop-reply-no-thread-multi.expPedro Alves2021-03-251-4/+6
* gdb: remove current_top_target functionSimon Marchi2021-03-241-8/+11
* Unit testing for GDB-side remote memory tagging handlingLuis Machado2021-03-241-0/+92
* Add GDB-side remote target support for memory taggingLuis Machado2021-03-241-3/+103
* New target methods for memory tagging supportLuis Machado2021-03-241-0/+34
* gdb: remove push_target free functionsSimon Marchi2021-03-231-2/+2
* Fix initial thread state of non-threaded remote targetsJan Matyas2021-02-251-4/+9
* gdb: spread a little 'const' through the target_section_table codeAndrew Burgess2021-02-241-3/+3
* gdb: make remote target clear its handler in remote_target::waitSimon Marchi2021-02-041-20/+12
* gdb: make async event handlers clear themselvesSimon Marchi2021-02-041-2/+3
* detach and breakpoint removalPedro Alves2021-02-031-0/+10
* Fix a couple vStopped pending ack bugsPedro Alves2021-02-031-9/+13
* Fix "target extended-remote" + "maint set target-non-stop" + "attach"Pedro Alves2021-02-031-1/+6
* gdb: add remote_debug_printfSimon Marchi2021-01-221-145/+63
* gdb: change remote_debug to boolSimon Marchi2021-01-221-7/+8
* gdb: move remote_debug to remote.{h,c}Simon Marchi2021-01-221-0/+4
* gdb: move set remote commands to remote.cSimon Marchi2021-01-221-0/+36
* gdb/remote.c: address conflicting enum and method nameJoel Sherrill2021-01-201-5/+5
* gdb: const-ify hostio methods parameter in remote.cSimon Marchi2021-01-181-8/+8
* gdb: move remote_target::start_remote variable to narrower scopeSimon Marchi2021-01-181-5/+2
* gdb: const-ify remote_target::add_current_inferior_and_thread parameterSimon Marchi2021-01-181-5/+5
* gdb: const-ify unpack_* functions in remote.cSimon Marchi2021-01-181-25/+24
* gdb: better handling of 'S' packetsAndrew Burgess2021-01-131-55/+108
* gdb: make the remote target track its own thread resume stateSimon Marchi2021-01-131-36/+131
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi2020-11-021-74/+74
* Remove symfile_objfile macroTom Tromey2020-10-291-11/+12
* Remove the exec_bfd macroTom Tromey2020-10-291-6/+7
* Change target_section_table to std::vector aliasTom Tromey2020-10-121-4/+2
* Use a std::vector in target_section_tableTom Tromey2020-10-121-6/+5
* Move simple_search_memory to gdbsupport/search.ccTom Tromey2020-10-071-2/+9
* gdb: give names to async event/signal handlersSimon Marchi2020-10-021-1/+2
* Remove target_has_execution macroTom Tromey2020-09-281-8/+9