summaryrefslogtreecommitdiff
path: root/gdb/procfs.c
Commit message (Expand)AuthorAgeFilesLines
* gdb: make find_thread_ptid a process_stratum_target methodSimon Marchi2023-04-041-3/+3
* Tweak "Using the running image of ..." outputPedro Alves2023-02-271-1/+1
* 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
* Fix various procfs.c compilation errorsRainer Orth2022-11-171-15/+9
* gdb: remove TYPE_LENGTHSimon Marchi2022-09-211-2/+2
* gdb: remove trailing '.' from perror_with_name callsAndrew Burgess2022-06-081-1/+1
* Constify target_pid_to_exec_fileTom Tromey2022-05-131-2/+2
* Fix procfs.c compilationRainer Orth2022-03-311-0/+1
* Unify gdb printf functionsTom Tromey2022-03-291-55/+55
* Remove some uses of printf_unfilteredTom Tromey2022-03-291-4/+4
* Use target_announce_detach in more targetsTom Tromey2022-01-061-13/+1
* Introduce target_announce_attachTom Tromey2022-01-061-13/+1
* 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, gdbserver: make target_waitstatus safeSimon Marchi2021-10-211-5/+4
* gdb: make inferior::m_args an std::stringSimon Marchi2021-07-231-6/+4
* gdb: add setter/getter for inferior argumentsSimon Marchi2021-07-231-1/+1
* [gdb/procfs.c] Fix build failure in find_stop_signalLibor Bukata2021-07-141-2/+2
* Move scoped_ignore_sigttou to gdbsupport/Pedro Alves2021-06-171-1/+0
* Restore procfs.c compilationRainer Orth2021-03-291-2/+4
* gdb: remove current_top_target functionSimon Marchi2021-03-241-1/+2
* gdb: remove target_is_pushed free functionSimon Marchi2021-03-231-2/+2
* gdb: remove push_target free functionsSimon Marchi2021-03-231-2/+2
* gdb: push target earlier in procfs_target::attach (PR 27435)Simon Marchi2021-02-221-2/+12
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* gdb: make target_ops::make_corefile_notes return a unique ptrSimon Marchi2020-10-221-43/+45
* gdb: fix some inferior_created observer signaturesSimon Marchi2020-10-021-9/+0
* Turn target_have_steppable_watchpoint into functionTom Tromey2020-09-281-1/+1
* Make target_wait options use enum flagsTom Tromey2020-09-181-2/+2
* Unify Solaris procfs and largefile handlingRainer Orth2020-07-301-2/+0
* Use fork instead of vfork on SolarisRainer Orth2020-06-251-1/+8
* Solaris, target_wait(), don't rely on inferior_ptidPedro Alves2020-06-221-28/+17
* Various procfs.c cleanupsRainer Orth2020-06-211-175/+28
* [PR gdb/25939] Move push_target call earlier in procfs.cRainer Orth2020-06-211-5/+3
* Don't write to inferior_ptid in procfs.cPedro Alves2020-06-181-10/+8
* Remove unused ps_lgetLDT etc. on Solaris/x86 [PR25981]Rainer Orth2020-05-181-79/+0
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-131-1/+2
* Multi-target supportPedro Alves2020-01-101-23/+26
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Constify get_exec_fileTom Tromey2019-12-161-2/+1
* [gdb] Fix more typos in commentsTom de Vries2019-10-181-3/+3
* Fix signals reported for faults on SolarisRainer Orth2019-09-121-33/+5
* Don't include gdbarch.h from defs.hTom Tromey2019-07-101-1/+1
* Rename common to gdbsupportTom Tromey2019-07-091-4/+4
* Change pid_to_str to return std::stringTom Tromey2019-03-131-18/+13
* Remove excess calls to gdb_flushTom Tromey2019-03-051-1/+0
* Can't interrupt process without controlling terminal on Solaris (PR gdb/8527)Rainer Orth2019-02-281-0/+5
* Normalize includes to use common/Tom Tromey2019-01-251-2/+2
* target_pass_signals/target_program_signals: Use gdb::array_viewPedro Alves2019-01-241-3/+3