aboutsummaryrefslogtreecommitdiff
path: root/gdb/procfs.c
AgeCommit message (Expand)AuthorFilesLines
2021-07-23gdb: make inferior::m_args an std::stringSimon Marchi1-6/+4
2021-07-23gdb: add setter/getter for inferior argumentsSimon Marchi1-1/+1
2021-07-14[gdb/procfs.c] Fix build failure in find_stop_signalLibor Bukata1-2/+2
2021-06-17Move scoped_ignore_sigttou to gdbsupport/Pedro Alves1-1/+0
2021-03-29Restore procfs.c compilationRainer Orth1-2/+4
2021-03-24gdb: remove current_top_target functionSimon Marchi1-1/+2
2021-03-23gdb: remove target_is_pushed free functionSimon Marchi1-2/+2
2021-03-23gdb: remove push_target free functionsSimon Marchi1-2/+2
2021-02-22gdb: push target earlier in procfs_target::attach (PR 27435)Simon Marchi1-2/+12
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-10-22gdb: make target_ops::make_corefile_notes return a unique ptrSimon Marchi1-43/+45
2020-10-02gdb: fix some inferior_created observer signaturesSimon Marchi1-9/+0
2020-09-28Turn target_have_steppable_watchpoint into functionTom Tromey1-1/+1
2020-09-18Make target_wait options use enum flagsTom Tromey1-2/+2
2020-07-30Unify Solaris procfs and largefile handlingRainer Orth1-2/+0
2020-06-25Use fork instead of vfork on SolarisRainer Orth1-1/+8
2020-06-22Solaris, target_wait(), don't rely on inferior_ptidPedro Alves1-28/+17
2020-06-21Various procfs.c cleanupsRainer Orth1-175/+28
2020-06-21[PR gdb/25939] Move push_target call earlier in procfs.cRainer Orth1-5/+3
2020-06-18Don't write to inferior_ptid in procfs.cPedro Alves1-10/+8
2020-05-18Remove unused ps_lgetLDT etc. on Solaris/x86 [PR25981]Rainer Orth1-79/+0
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi1-1/+2
2020-01-10Multi-target supportPedro Alves1-23/+26
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-12-16Constify get_exec_fileTom Tromey1-2/+1
2019-10-18[gdb] Fix more typos in commentsTom de Vries1-3/+3
2019-09-12Fix signals reported for faults on SolarisRainer Orth1-33/+5
2019-07-10Don't include gdbarch.h from defs.hTom Tromey1-1/+1
2019-07-09Rename common to gdbsupportTom Tromey1-4/+4
2019-03-13Change pid_to_str to return std::stringTom Tromey1-18/+13
2019-03-05Remove excess calls to gdb_flushTom Tromey1-1/+0
2019-02-28Can't interrupt process without controlling terminal on Solaris (PR gdb/8527)Rainer Orth1-0/+5
2019-01-25Normalize includes to use common/Tom Tromey1-2/+2
2019-01-24target_pass_signals/target_program_signals: Use gdb::array_viewPedro Alves1-3/+3
2019-01-14Constify target_pass_signals and target_program_signalsTom Tromey1-2/+2
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-11-26Fix Solaris buildPedro Alves1-1/+2
2018-10-29Provide get_shell declaration in procfs.cRainer Orth1-0/+1
2018-10-27Unify shell-finding logicTom Tromey1-2/+2
2018-09-20More Solaris procfs cleanupRainer Orth1-132/+109
2018-09-20Provide pid_to_exec_file on Solaris (PR tdep/17903)Rainer Orth1-0/+31
2018-09-19Fix /proc pathname sizes on SolarisRainer Orth1-2/+2
2018-09-15Change get_inferior_args to return const char *Tom Tromey1-1/+1
2018-09-13Remove cleanup from procfs.cTom Tromey1-10/+12
2018-08-06Remove unused variables in procfs.c etc.Rainer Orth1-3/+0
2018-07-03Remove ptid_equalTom Tromey1-4/+4
2018-07-03Remove ptid_get_lwpTom Tromey1-12/+12
2018-07-03Remove ptid_get_pidTom Tromey1-37/+37
2018-07-03Remove pid_to_ptidTom Tromey1-11/+11
2018-07-03Remove ptid_buildTom Tromey1-7/+7