aboutsummaryrefslogtreecommitdiff
path: root/gdb/gnu-nat.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-25Hurd port: update interface to match upstream and fix warnings.Flavio Cruz1-18/+19
2024-06-07gdb: remove get_exec_fileSimon Marchi1-0/+3
2024-04-25gdb: remove gdbcmd.hSimon Marchi1-1/+1
2024-03-26gdb, gdbserver, gdbsupport: remove includes of early headersSimon Marchi1-1/+0
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2023-10-10gdb: remove target_gdbarchSimon Marchi1-3/+3
2023-06-03[gdb] Fix typosTom de Vries1-2/+2
2023-04-04gdb: make find_thread_ptid a process_stratum_target methodSimon Marchi1-2/+1
2023-02-10GDB: Switch to using C++ standard integer type limitsMaciej W. Rozycki1-1/+0
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-11-27Use false/true for some inferior class members instead of 0/1Philippe Waroquiers1-1/+1
2022-10-14Use scoped_value_mark in more placesTom Tromey1-3/+1
2022-07-26gdb/hurd: pass memory_tagged as false to find_memory_region_ftypeEnze Li1-0/+2
2022-03-29Unify gdb printf functionsTom Tromey1-41/+41
2022-02-01hurd: Fix RPC prototypesSamuel Thibault1-9/+9
2022-01-31hurd: Fix RPC link namesSamuel Thibault1-1/+1
2022-01-18Move gdb obstack code to gdbsupportTom Tromey1-1/+1
2022-01-18gdb: use ptid_t::to_string instead of target_pid_to_str in debug statementsSimon Marchi1-5/+5
2022-01-08gdb/hurd: handle inferiors exitingAndrew Burgess1-1/+4
2022-01-06Use target_announce_detach in more targetsTom Tromey1-10/+1
2022-01-06Introduce target_announce_attachTom Tromey1-10/+1
2022-01-06gdb: make use add_setshow_prefix_cmd in gnu-nat.cAndrew Burgess1-46/+13
2022-01-05Use filtered output in gnu-nat.c commandsTom Tromey1-49/+53
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-12-03gdb: change store_waitstatus to return a target_waitstatus by valueSimon Marchi1-1/+1
2021-11-22gdb: more compile fixes for gnu-nat.cJan (janneke) Nieuwenhuizen1-16/+17
2021-11-22gnu-nat.c: fix calls to add_info_aliasAndrea Monaco1-7/+9
2021-11-22gdb: rename target_waitstatus_to_string to target_waitstatus::to_stringSimon Marchi1-1/+1
2021-11-03gdb: fix gnu-nat buildSimon Marchi1-3/+3
2021-10-21gdb, gdbserver: make target_waitstatus safeSimon Marchi1-22/+16
2021-05-27gdb: remove add_alias_cmd overload that accepts a stringSimon Marchi1-22/+32
2021-05-12gdb: generate the prefix name for prefix commands on demandMarco Barisione1-6/+6
2021-03-23gdb: remove target_is_pushed free functionSimon Marchi1-2/+3
2021-03-23gdb: remove push_target free functionsSimon Marchi1-3/+3
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-12-23hurd: Fix getting VM_MIN/MAX_ADDRESSSamuel Thibault1-0/+1
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-7/+7
2020-09-18Make target_wait options use enum flagsTom Tromey1-1/+1
2020-06-18Don't write to inferior_ptid in gnu-nat.cPedro Alves1-8/+7
2020-06-01hurd: Add shared mig declarationsSamuel Thibault1-6/+2
2020-05-31gnu-nat: Move local functions inside gnu_nat_target classSamuel Thibault1-82/+52
2020-05-30hurd: fix pushing target on inferior creationSamuel Thibault1-2/+3
2020-05-30hurd: add gnu_target pointer to fix thread API callsSamuel Thibault1-6/+8
2020-05-30hurd: remove unused variablesSamuel Thibault1-2/+0
2020-05-30hurd: add missing includeSamuel Thibault1-0/+1
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi1-1/+2
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-12-16Constify get_exec_fileTom Tromey1-3/+2
2019-10-26[gdb] Fix more typos in comments (2)Tom de Vries1-1/+1
2019-09-18Change boolean options to bool instead of intChristian Biesinger1-1/+1