gdb/linux-tdep.c: Add Perms to the 'info proc mappings' output
[binutils-gdb.git] / gdb / remote.c
2022-02-22 John BaldwinEnable async mode in the target in attach_cmd.
2022-02-22 John BaldwinDon't enable async mode at the end of target ::resume...
2022-01-27 Markus Metzgergdb, remote, btrace: move switch_to_thread call right...
2022-01-27 Markus Metzgergdb, gdbserver: update thread identifier in enable_btra...
2022-01-27 Markus Metzgergdb, btrace: switch threads in remote_btrace_maybe_reopen()
2022-01-26 Simon Marchigdb: add string_file::release method
2022-01-18 Simon Marchigdb: use ptid_t::to_string instead of target_pid_to_str...
2022-01-12 Tom TromeyDon't mention "serial" in target remote description
2022-01-06 Tom TromeyIntroduce target_announce_attach
2022-01-01 Joel BrobeckerCopyright Year update after running gdb/copyright.py
2021-12-29 Tom TromeyConsistently Use ui_file parameter to show callbacks
2021-12-23 Andrew Burgessgdb/remote: handle attach when stop packet lacks thread-id
2021-12-18 Andrew Burgessgdb: add assert in remote_target::wait relating to...
2021-12-18 Andrew Burgessgdb/remote: some fixes for 'maint set target-async...
2021-12-09 Simon Marchigdb, gdbserver: detach fork child when detaching from...
2021-12-09 Simon Marchigdb/remote.c: refactor pending fork status functions
2021-12-09 Simon Marchigdb/remote.c: move some things up
2021-12-07 Tom de Vries[gdb/symtab] Support -readnow during reread
2021-12-03 Andrew Burgessgdb/remote: fix use after free bug
2021-12-01 Andrew Burgessgdb/remote: use scoped_restore to control starting_up...
2021-11-30 Andrew Burgessgdb/python: add gdb.RemoteTargetConnection.send_packet
2021-11-30 Andrew Burgessgdb: make packet_command function available outside...
2021-11-25 Andrew BurgessRevert "gdb: add assert in remote_target::wait relating...
2021-11-25 Andrew Burgessgdb: add assert in remote_target::wait relating to...
2021-11-25 Andrew Burgessgdb: simplify remote_target::is_async_p
2021-11-25 Andrew Burgessgdb: hoist target_async_permitted checks into target.c
2021-11-22 Simon Marchigdb: pass more const target_waitstatus by reference
2021-11-18 Simon Marchigdbsupport: make gdb_assert_not_reached accept a format...
2021-11-16 Andrew Burgessgdb/gdbsupport: make xstrprintf and xstrvprintf return...
2021-11-04 Simon Marchigdb: pass/return setting setter/getter scalar values...
2021-10-21 Simon Marchigdb, gdbserver: make target_waitstatus safe
2021-10-20 Tom TromeyUse unique_xmalloc_ptr in breakpoint
2021-10-03 Simon Marchigdb: make string-like set show commands use std::string...
2021-10-03 Lancelot SIXgdb: Introduce setting construct within cmd_list_element
2021-09-29 Simon Marchigdb: enable target_async around stop_all_threads call...
2021-09-23 Tom TromeyChange get_ada_task_ptid parameter type
2021-09-23 Tom TromeyChange ptid_t::tid to ULONGEST
2021-09-23 Tom TromeyRemove defaulted 'tid' parameter to ptid_t constructor
2021-08-04 Simon Marchigdb: follow-fork: push target and add thread in target_...
2021-07-23 Simon Marchigdb: make inferior::m_cwd an std::string
2021-07-23 Simon Marchigdb: add setter/getter for inferior cwd
2021-07-15 Simon Marchigdb: pass child_ptid and fork kind to target_ops::follo...
2021-07-13 Pedro AlvesFix detach with target remote (PR gdb/28080)
2021-07-13 Simon Marchigdb: make thread_info::suspend private, add getters...
2021-07-13 Simon Marchigdb: add setter / getter for thread_info resumed state
2021-06-28 Andrew Burgessgdb/remote: Use true/false instead of 1/0
2021-06-12 John Baldwinremote: Fix indentation in remote_new_objfile.
2021-06-08 Simon Marchigdb: try to load libthread_db only after reading all...
2021-06-04 Andrew Burgessgdb: add some additional debug output in remote.c
2021-05-27 Simon Marchigdb: fix tab after space indentation issues
2021-05-27 Simon Marchigdb: add breakpoint::locations method
2021-05-27 Simon Marchigdb: remove add_alias_cmd overload that accepts a string
2021-05-27 Simon Marchigdb: remove unnecessary lookup_cmd when deprecating...
2021-05-14 Andrew Burgessgdb: some int to bool conversion in remote.c
2021-05-13 Simon Marchigdb: on exec, delegate pushing / unpushing target and...
2021-05-12 Marco Barisionegdb: generate the prefix name for prefix commands on...
2021-05-07 Andrew Burgessgdb: some int to bool conversion
2021-04-24 Simon Marchigdbsupport, gdb: give names to observers
2021-04-22 Tom de Vries[gdb] Fix assert in remote_async_get_pending_events_handler
2021-04-07 Simon Marchigdb: make target_ops::follow_fork return void
2021-03-26 Simon Marchigdb: defer commit resume until all available events...
2021-03-26 Simon Marchigdb: generalize commit_resume, avoid commit-resuming...
2021-03-25 Pedro AlvesFix problem exposed by gdb.server/stop-reply-no-thread...
2021-03-24 Simon Marchigdb: remove current_top_target function
2021-03-24 Luis MachadoUnit testing for GDB-side remote memory tagging handling
2021-03-24 Luis MachadoAdd GDB-side remote target support for memory tagging
2021-03-24 Luis MachadoNew target methods for memory tagging support
2021-03-23 Simon Marchigdb: remove push_target free functions
2021-02-25 Jan MatyasFix initial thread state of non-threaded remote targets
2021-02-24 Andrew Burgessgdb: spread a little 'const' through the target_section...
2021-02-04 Simon Marchigdb: make remote target clear its handler in remote_tar...
2021-02-04 Simon Marchigdb: make async event handlers clear themselves
2021-02-03 Pedro Alvesdetach and breakpoint removal
2021-02-03 Pedro AlvesFix a couple vStopped pending ack bugs
2021-02-03 Pedro AlvesFix "target extended-remote" + "maint set target-non...
2021-01-22 Simon Marchigdb: add remote_debug_printf
2021-01-22 Simon Marchigdb: change remote_debug to bool
2021-01-22 Simon Marchigdb: move remote_debug to remote.{h,c}
2021-01-22 Simon Marchigdb: move set remote commands to remote.c
2021-01-21 Joel Sherrillgdb/remote.c: address conflicting enum and method name
2021-01-18 Simon Marchigdb: const-ify hostio methods parameter in remote.c
2021-01-18 Simon Marchigdb: move remote_target::start_remote variable to narro...
2021-01-18 Simon Marchigdb: const-ify remote_target::add_current_inferior_and_...
2021-01-18 Simon Marchigdb: const-ify unpack_* functions in remote.c
2021-01-14 Andrew Burgessgdb: better handling of 'S' packets
2021-01-14 Simon Marchigdb: make the remote target track its own thread resume...
2021-01-01 Joel BrobeckerUpdate copyright year range in all GDB files
2020-11-02 Simon Marchigdb, gdbserver, gdbsupport: fix leading space vs tabs...
2020-10-29 Tom TromeyRemove symfile_objfile macro
2020-10-29 Tom TromeyRemove the exec_bfd macro
2020-10-13 Tom TromeyChange target_section_table to std::vector alias
2020-10-13 Tom TromeyUse a std::vector in target_section_table
2020-10-07 Tom TromeyMove simple_search_memory to gdbsupport/search.cc
2020-10-02 Simon Marchigdb: give names to async event/signal handlers
2020-09-29 Tom TromeyRemove target_has_execution macro
2020-09-18 Tom TromeyMake target_wait options use enum flags
2020-07-10 Pedro AlvesFix spurious unhandled remote %Stop notifications
2020-07-02 Simon Marchigdb: remove unused fetch_inferior_event and inferior_ev...
2020-06-22 Philippe Waroquiersdefault-args: allow to define default arguments for...
2020-06-18 Pedro AlvesDon't write to inferior_ptid in remote.c
next