summaryrefslogtreecommitdiff
path: root/gdb/gnu-nat.c
Commit message (Expand)AuthorAgeFilesLines
* gdb: make find_thread_ptid a process_stratum_target methodSimon Marchi2023-04-041-2/+1
* GDB: Switch to using C++ standard integer type limitsMaciej W. Rozycki2023-02-101-1/+0
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* Use false/true for some inferior class members instead of 0/1Philippe Waroquiers2022-11-271-1/+1
* Use scoped_value_mark in more placesTom Tromey2022-10-141-3/+1
* gdb/hurd: pass memory_tagged as false to find_memory_region_ftypeEnze Li2022-07-261-0/+2
* Unify gdb printf functionsTom Tromey2022-03-291-41/+41
* hurd: Fix RPC prototypesSamuel Thibault2022-02-011-9/+9
* hurd: Fix RPC link namesSamuel Thibault2022-01-311-1/+1
* Move gdb obstack code to gdbsupportTom Tromey2022-01-181-1/+1
* gdb: use ptid_t::to_string instead of target_pid_to_str in debug statementsSimon Marchi2022-01-181-5/+5
* gdb/hurd: handle inferiors exitingAndrew Burgess2022-01-081-1/+4
* Use target_announce_detach in more targetsTom Tromey2022-01-061-10/+1
* Introduce target_announce_attachTom Tromey2022-01-061-10/+1
* gdb: make use add_setshow_prefix_cmd in gnu-nat.cAndrew Burgess2022-01-061-46/+13
* Use filtered output in gnu-nat.c commandsTom Tromey2022-01-051-49/+53
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* gdb: change store_waitstatus to return a target_waitstatus by valueSimon Marchi2021-12-031-1/+1
* gdb: more compile fixes for gnu-nat.cJan (janneke) Nieuwenhuizen2021-11-221-16/+17
* gnu-nat.c: fix calls to add_info_aliasAndrea Monaco2021-11-221-7/+9
* gdb: rename target_waitstatus_to_string to target_waitstatus::to_stringSimon Marchi2021-11-221-1/+1
* gdb: fix gnu-nat buildSimon Marchi2021-11-031-3/+3
* gdb, gdbserver: make target_waitstatus safeSimon Marchi2021-10-211-22/+16
* gdb: remove add_alias_cmd overload that accepts a stringSimon Marchi2021-05-271-22/+32
* gdb: generate the prefix name for prefix commands on demandMarco Barisione2021-05-121-6/+6
* gdb: remove target_is_pushed free functionSimon Marchi2021-03-231-2/+3
* gdb: remove push_target free functionsSimon Marchi2021-03-231-3/+3
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* hurd: Fix getting VM_MIN/MAX_ADDRESSSamuel Thibault2020-12-231-0/+1
* gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi2020-11-021-7/+7
* Make target_wait options use enum flagsTom Tromey2020-09-181-1/+1
* Don't write to inferior_ptid in gnu-nat.cPedro Alves2020-06-181-8/+7
* hurd: Add shared mig declarationsSamuel Thibault2020-06-011-6/+2
* gnu-nat: Move local functions inside gnu_nat_target classSamuel Thibault2020-05-311-82/+52
* hurd: fix pushing target on inferior creationSamuel Thibault2020-05-301-2/+3
* hurd: add gnu_target pointer to fix thread API callsSamuel Thibault2020-05-301-6/+8
* hurd: remove unused variablesSamuel Thibault2020-05-301-2/+0
* hurd: add missing includeSamuel Thibault2020-05-301-0/+1
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-131-1/+2
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Constify get_exec_fileTom Tromey2019-12-161-3/+2
* [gdb] Fix more typos in comments (2)Tom de Vries2019-10-261-1/+1
* Change boolean options to bool instead of intChristian Biesinger2019-09-181-1/+1
* Make first and last lines of 'command help documentation' consistent.Philippe Waroquiers2019-08-071-5/+5
* Rename common to gdbsupportTom Tromey2019-07-091-1/+1
* [GDB, Hurd] Fix build; 'target_waitstatus_to_string' callThomas Schwinge2019-04-041-1/+1
* Fix internal error and improve 'set debug infrun 1'/target wait kind tracePhilippe Waroquiers2019-04-011-8/+2
* Change pid_to_str to return std::stringTom Tromey2019-03-131-14/+11
* Remove excess calls to gdb_flushTom Tromey2019-03-051-3/+0
* [gdb, hurd] Adjust to Hurd "proc" interface changesDavid Michael2019-02-141-3/+5