aboutsummaryrefslogtreecommitdiff
path: root/gdb/remote.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-29Default getpkt 'forever' parameter to 'false'Tom Tromey1-80/+81
2023-08-29Unify getpkt and getpkt_or_notif_saneTom Tromey1-30/+5
2023-08-29Use bool in getpktTom Tromey1-102/+102
2023-08-29Remove expecting_notif parameter from getpkt_or_notif_sane_1Tom Tromey1-11/+12
2023-08-29Remove getpkt_saneTom Tromey1-26/+14
2023-08-24[gdb/build] Return gdb::array_view in thread_info_to_thread_handleTom de Vries1-3/+3
2023-08-17[gdb/build, c++20] Fix deprecated implicit capture of thisTom de Vries1-1/+1
2023-08-17[gdb/build, c++20] Fix Wdeprecated-enum-enum-conversionTom de Vries1-4/+8
2023-08-04Remove extra '.' from error messageTom Tromey1-2/+2
2023-08-03gdb: fix possible nullptr dereference in a remote_debug_printf callAndrew Burgess1-2/+2
2023-06-20Use gdb::byte_vector in agent_exprTom Tromey1-7/+7
2023-06-20Use byte_vector in remote.c:readahead_cacheTom Tromey1-11/+8
2023-06-03[gdb] Fix typosTom de Vries1-2/+2
2023-05-30gdb: add interp::on_normal_stop methodSimon Marchi1-1/+2
2023-05-30gdb: add interp::on_signal_received methodSimon Marchi1-1/+1
2023-05-25gdb: remove bp_location_pointer_iteratorSimon Marchi1-2/+2
2023-04-27gdb: remove some trailing newlines from warning messagesAndrew Burgess1-2/+2
2023-04-04gdb: make find_thread_ptid a process_stratum_target methodSimon Marchi1-9/+9
2023-03-09gdb, gdbserver, gdbsupport: fix whitespace issuesSimon Marchi1-5/+5
2023-01-30gdb: Remove workaround for the vCont packetChristina Schimpe1-19/+4
2023-01-30gdb: Add per-remote target variables for memory read and write configChristina Schimpe1-46/+117
2023-01-30gdb: Make global feature array a per-remote target arrayChristina Schimpe1-695/+767
2023-01-20Constify notif_clientTom Tromey1-11/+11
2023-01-19Remove some unused includesTom Tromey1-1/+0
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-12-14gdb: remove the pop_all_targets (and friends) global functionsAndrew Burgess1-1/+1
2022-12-14gdb/remote: remove some manual reference count handlingAndrew Burgess1-16/+22
2022-11-27Use false/true for some inferior class members instead of 0/1Philippe Waroquiers1-1/+1
2022-10-19internal_error: remove need to pass __FILE__/__LINE__Pedro Alves1-42/+23
2022-10-16Use checked_static_cast in more placesTom Tromey1-2/+2
2022-09-21gdbsupport: move fileio_errno_to_host to fileio.{h,cc} and renameSimon Marchi1-52/+1
2022-09-21gdbsupport: convert FILEIO_* macros to an enumSimon Marchi1-41/+45
2022-09-21gdbsupport: move include/gdb/fileio.h contents to fileio.hSimon Marchi1-1/+1
2022-08-04Use registry in gdbarchTom Tromey1-18/+13
2022-08-03Use gdb_bfd_ref_ptr in objfileTom Tromey1-2/+2
2022-08-01Get rid of fprintf_vma and sprintf_vmaAlan Modra1-7/+8
2022-07-28Rewrite registry.hTom Tromey1-1/+1
2022-07-22Change target_ops::async to accept boolTom Tromey1-6/+6
2022-06-17Convert location_spec_to_string to a methodPedro Alves1-1/+1
2022-06-17event_location -> location_specPedro Alves1-3/+3
2022-05-13Constify target_pid_to_exec_fileTom Tromey1-2/+2
2022-05-04gdb/remote: send qSymbol to all inferiors on startupSimon Marchi1-4/+16
2022-05-04gdb/remote: iterate on pspace inferiors in remote_new_objfileSimon Marchi1-28/+59
2022-04-29Add bp_static_marker_tracepointTom Tromey1-1/+2
2022-04-29Slightly tweak and clarify target_resume's interfacePedro Alves1-27/+25
2022-04-21gdb: fix 'remote show FOO-packet' aliasesAndrew Burgess1-4/+6
2022-04-11gdb: remove symbol value macrosSimon Marchi1-1/+1
2022-04-05Fix qRcmd error code parsingLuis Machado1-1/+1
2022-04-04gdb/remote: remove_new_fork_children don't access target_waitstatus::child_pt...Simon Marchi1-2/+3
2022-03-31gdb/infrun: add reason parameter to stop_all_threadsSimon Marchi1-1/+1