aboutsummaryrefslogtreecommitdiff
path: root/gdb/remote.c
AgeCommit message (Expand)AuthorFilesLines
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
2022-03-29Unify gdb printf functionsTom Tromey1-87/+87
2022-03-29Unify gdb putc functionsTom Tromey1-2/+2
2022-03-29Unify gdb puts functionsTom Tromey1-12/+12
2022-03-29Remove some uses of printf_unfilteredTom Tromey1-5/+5
2022-03-29gdb/remote: use current_inferior in read_ptid if multi-process not supportedTankut Baris Aktemur1-4/+5
2022-02-22Enable async mode in the target in attach_cmd.John Baldwin1-4/+0
2022-02-22Don't enable async mode at the end of target ::resume methods.John Baldwin1-10/+0
2022-01-27gdb, remote, btrace: move switch_to_thread call right before xfer callMarkus Metzger1-9/+8
2022-01-27gdb, gdbserver: update thread identifier in enable_btrace target methodMarkus Metzger1-3/+5
2022-01-27gdb, btrace: switch threads in remote_btrace_maybe_reopen()Markus Metzger1-1/+1
2022-01-26gdb: add string_file::release methodSimon Marchi1-1/+1
2022-01-18gdb: use ptid_t::to_string instead of target_pid_to_str in debug statementsSimon Marchi1-2/+2
2022-01-12Don't mention "serial" in target remote descriptionTom Tromey1-9/+2
2022-01-06Introduce target_announce_attachTom Tromey1-11/+1
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-12-29Consistently Use ui_file parameter to show callbacksTom Tromey1-10/+10
2021-12-23gdb/remote: handle attach when stop packet lacks thread-idAndrew Burgess1-15/+16
2021-12-18gdb: add assert in remote_target::wait relating to async being offAndrew Burgess1-1/+5
2021-12-18gdb/remote: some fixes for 'maint set target-async off'Andrew Burgess1-104/+84
2021-12-08gdb, gdbserver: detach fork child when detaching from fork parentSimon Marchi1-4/+35
2021-12-08gdb/remote.c: refactor pending fork status functionsSimon Marchi1-62/+53
2021-12-08gdb/remote.c: move some things upSimon Marchi1-73/+71
2021-12-07[gdb/symtab] Support -readnow during rereadTom de Vries1-1/+1
2021-12-03gdb/remote: fix use after free bugAndrew Burgess1-2/+33
2021-12-01gdb/remote: use scoped_restore to control starting_up flagAndrew Burgess1-22/+22