Introduce GDB_THREAD_OPTION_EXIT thread option, fix step-over-thread-exit
[binutils-gdb.git] / gdb / remote.c
2023-11-13 Pedro AlvesIntroduce GDB_THREAD_OPTION_EXIT thread option, fix...
2023-11-13 Pedro Alvesall-stop/synchronous RSP support thread-exit events
2023-11-13 Pedro AlvesThread options & clone events (core + remote)
2023-11-13 Pedro AlvesAvoid duplicate QThreadEvents packets
2023-11-13 Pedro AlvesSupport clone events in the remote protocol
2023-10-26 Andrew Burgessgdb: handle main thread exiting during detach
2023-10-19 Simon Marchigdb: remove target_section_table typedef
2023-10-10 Simon Marchigdb: add assertion when marking the remote async flag
2023-10-10 Simon Marchigdb: add remote_state::{is_async_p,can_async_p}
2023-10-10 Simon Marchigdb: make remote_state's async token private
2023-10-10 Simon Marchigdb: remove trailing whitespaces in remote.c
2023-10-10 Simon Marchigdb: remove target_gdbarch
2023-10-10 Simon Marchigdb: add inferior::{arch, set_arch}
2023-10-05 Simon Marchigdb: add all_objfiles_removed observer
2023-09-19 Tom TromeyUse gdb::checked_static_cast for tracepoints
2023-09-11 Markus Metzgergdb: c++ify btrace_target_info
2023-09-11 Markus Metzgergdb, btrace: move xml parsing into remote.c
2023-08-29 Tom TromeyDefault getpkt 'forever' parameter to 'false'
2023-08-29 Tom TromeyUnify getpkt and getpkt_or_notif_sane
2023-08-29 Tom TromeyUse bool in getpkt
2023-08-29 Tom TromeyRemove expecting_notif parameter from getpkt_or_notif_s...
2023-08-29 Tom TromeyRemove getpkt_sane
2023-08-24 Tom de Vries[gdb/build] Return gdb::array_view in thread_info_to_th...
2023-08-17 Tom de Vries[gdb/build, c++20] Fix deprecated implicit capture...
2023-08-17 Tom de Vries[gdb/build, c++20] Fix Wdeprecated-enum-enum-conversion
2023-08-04 Tom TromeyRemove extra '.' from error message
2023-08-03 Andrew Burgessgdb: fix possible nullptr dereference in a remote_debug...
2023-06-20 Tom TromeyUse gdb::byte_vector in agent_expr
2023-06-20 Tom TromeyUse byte_vector in remote.c:readahead_cache
2023-06-03 Tom de Vries[gdb] Fix typos
2023-05-30 Simon Marchigdb: add interp::on_normal_stop method
2023-05-30 Simon Marchigdb: add interp::on_signal_received method
2023-05-25 Simon Marchigdb: remove bp_location_pointer_iterator
2023-04-27 Andrew Burgessgdb: remove some trailing newlines from warning messages
2023-04-05 Simon Marchigdb: make find_thread_ptid a process_stratum_target...
2023-03-09 Simon Marchigdb, gdbserver, gdbsupport: fix whitespace issues
2023-01-30 Christina Schimpegdb: Remove workaround for the vCont packet
2023-01-30 Christina Schimpegdb: Add per-remote target variables for memory read...
2023-01-30 Christina Schimpegdb: Make global feature array a per-remote target...
2023-01-20 Tom TromeyConstify notif_client
2023-01-19 Tom TromeyRemove some unused includes
2023-01-01 Joel BrobeckerUpdate copyright year range in header of all files...
2022-12-14 Andrew Burgessgdb: remove the pop_all_targets (and friends) global...
2022-12-14 Andrew Burgessgdb/remote: remove some manual reference count handling
2022-11-27 Philippe WaroquiersUse false/true for some inferior class members instead...
2022-10-19 Pedro Alvesinternal_error: remove need to pass __FILE__/__LINE__
2022-10-16 Tom TromeyUse checked_static_cast in more places
2022-09-21 Simon Marchigdbsupport: move fileio_errno_to_host to fileio.{h...
2022-09-21 Simon Marchigdbsupport: convert FILEIO_* macros to an enum
2022-09-21 Simon Marchigdbsupport: move include/gdb/fileio.h contents to fileio.h
2022-08-04 Tom TromeyUse registry in gdbarch
2022-08-03 Tom TromeyUse gdb_bfd_ref_ptr in objfile
2022-08-01 Alan ModraGet rid of fprintf_vma and sprintf_vma
2022-07-28 Tom TromeyRewrite registry.h
2022-07-22 Tom TromeyChange target_ops::async to accept bool
2022-06-17 Pedro AlvesConvert location_spec_to_string to a method
2022-06-17 Pedro Alvesevent_location -> location_spec
2022-05-13 Tom TromeyConstify target_pid_to_exec_file
2022-05-04 Simon Marchigdb/remote: send qSymbol to all inferiors on startup
2022-05-04 Simon Marchigdb/remote: iterate on pspace inferiors in remote_new_o...
2022-04-29 Tom TromeyAdd bp_static_marker_tracepoint
2022-04-29 Pedro AlvesSlightly tweak and clarify target_resume's interface
2022-04-21 Andrew Burgessgdb: fix 'remote show FOO-packet' aliases
2022-04-11 Simon Marchigdb: remove symbol value macros
2022-04-05 Luis MachadoFix qRcmd error code parsing
2022-04-05 Simon Marchigdb/remote: remove_new_fork_children don't access targe...
2022-03-31 Simon Marchigdb/infrun: add reason parameter to stop_all_threads
2022-03-29 Tom TromeyUnify gdb printf functions
2022-03-29 Tom TromeyUnify gdb putc functions
2022-03-29 Tom TromeyUnify gdb puts functions
2022-03-29 Tom TromeyRemove some uses of printf_unfiltered
2022-03-29 Tankut Baris Aktemurgdb/remote: use current_inferior in read_ptid if multi...
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...
next