aboutsummaryrefslogtreecommitdiff
path: root/gdb/procfs.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-25gdb: remove gdbcmd.hSimon Marchi1-1/+1
2024-04-22gdb: move store/extract integer functions to extract-store-integer.{c,h}Simon Marchi1-0/+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
2024-01-04gdb: don't try to style content in error callsAndrew Burgess1-4/+2
2023-11-30Fix procfs.c compilationRainer Orth1-1/+1
2023-11-21gdb: Replace gdb::optional with std::optionalLancelot Six1-1/+1
2023-11-17gdb: remove get_current_regcacheSimon Marchi1-1/+1
2023-10-10gdb: remove target_gdbarchSimon Marchi1-11/+13
2023-10-05gdb: remove print_sys_errmsgAndrew Burgess1-7/+10
2023-10-05gdb: remove use of a static buffer for building error stringsAndrew Burgess1-13/+14
2023-09-20Remove explanatory comments from includesTom Tromey1-5/+5
2023-08-23gdb: centralize "[Thread ...exited]" notificationsPedro Alves1-6/+0
2023-07-06Fix Solaris regression (PR tdep/30252)Pedro Alves1-21/+25
2023-04-04gdb: make find_thread_ptid a process_stratum_target methodSimon Marchi1-3/+3
2023-02-27Tweak "Using the running image of ..." outputPedro Alves1-1/+1
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-11-17Fix various procfs.c compilation errorsRainer Orth1-15/+9
2022-09-21gdb: remove TYPE_LENGTHSimon Marchi1-2/+2
2022-06-08gdb: remove trailing '.' from perror_with_name callsAndrew Burgess1-1/+1
2022-05-13Constify target_pid_to_exec_fileTom Tromey1-2/+2
2022-03-31Fix procfs.c compilationRainer Orth1-0/+1
2022-03-29Unify gdb printf functionsTom Tromey1-55/+55
2022-03-29Remove some uses of printf_unfilteredTom Tromey1-4/+4
2022-01-06Use target_announce_detach in more targetsTom Tromey1-13/+1
2022-01-06Introduce target_announce_attachTom Tromey1-13/+1
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-10-21gdb, gdbserver: make target_waitstatus safeSimon Marchi1-5/+4
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