summaryrefslogtreecommitdiff
path: root/gdb/linux-fork.c
AgeCommit message (Expand)Author
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess
2024-01-11[gdb/testsuite] Extend gdb.base/kill-during-detach.expTom de Vries
2024-01-10[gdb] Fix assertion failure for checkpoint delete 0Tom de Vries
2024-01-10[gdb] Fix info checkpointsTom de Vries
2024-01-10[gdb] Make variable printed bool in info_checkpoints_commandTom de Vries
2023-12-02Fix detach bug when lwp has exited/terminatedKevin Buettner
2023-11-17gdb: remove get_current_regcacheSimon Marchi
2023-04-04gdb: make find_thread_ptid a process_stratum_target methodSimon Marchi
2023-02-27Forced quit cases handled by resetting sync_quit_force_runKevin Buettner
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker
2022-03-29Unify gdb printf functionsTom Tromey
2022-03-29Unify gdb putc functionsTom Tromey
2022-03-29Unify gdb puts functionsTom Tromey
2022-01-25Reduce explicit use of gdb_stdoutTom Tromey
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker
2021-09-23Remove defaulted 'tid' parameter to ptid_t constructorTom Tromey
2021-07-12gdb: make thread_info::suspend private, add getters / settersSimon Marchi
2021-01-01Update copyright year range in all GDB filesJoel Brobecker
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi
2020-09-28Remove target_has_execution macroTom Tromey
2020-05-21gdb: remove unnecessary NULL checks before xfreeSimon Marchi
2020-04-18Change get_objfile_arch to a method on objfileTom Tromey
2020-01-19gdb/linux-fork: simplify one_fork_pSimon Marchi
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi
2020-01-10Multi-target supportPedro Alves
2020-01-10Some get_last_target_status tweaksPedro Alves
2020-01-01Update copyright year range in all GDB files.Joel Brobecker
2019-11-22Replace the MSYMBOL_*_NAME macros with member functionsChristian Biesinger
2019-08-07Make first and last lines of 'command help documentation' consistent.Philippe Waroquiers
2019-07-09Rename common to gdbsupportTom Tromey
2019-04-08Rename gdb exception typesTom Tromey
2019-04-08Rewrite TRY/CATCHTom Tromey
2019-04-08Make exceptions use std::string and be self-managingTom Tromey
2019-03-13Change pid_to_str to return std::stringTom Tromey
2019-03-06Eliminate fork_info::clobber_regsPedro Alves
2019-03-06linux-fork.c: rewrite inf_has_multiple_threadsPedro Alves
2019-03-06C++ify fork_info, use std::listPedro Alves
2019-03-06Make "checkpoint" not rely on inferior_ptidPedro Alves
2019-01-25Normalize includes to use common/Tom Tromey
2019-01-10gdb: Fix incorrect variable name in scoped_switch_fork_infoAndrew Burgess
2019-01-10gdb: Improve scoped_switch_fork_info classAndrew Burgess
2019-01-03gdb: Remove cleanup from linux-fork.c:inferior_call_waitpidAndrew Burgess
2019-01-01Update copyright year range in all GDB files.Joel Brobecker
2018-11-21Use gdb:array_view in call_function_by_hand & friendsPedro Alves
2018-07-03Remove ptid_equalTom Tromey
2018-07-03Remove ptid_get_lwpTom Tromey
2018-07-03Remove ptid_get_pidTom Tromey
2018-07-03Remove pid_to_ptidTom Tromey
2018-07-03Remove ptid_buildTom Tromey
2018-06-28gdb: Eliminate the 'stop_pc' globalPedro Alves