aboutsummaryrefslogtreecommitdiff
path: root/gdb/linux-fork.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-09-23Remove defaulted 'tid' parameter to ptid_t constructorTom Tromey1-1/+1
2021-07-12gdb: make thread_info::suspend private, add getters / settersSimon Marchi1-2/+1
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-1/+1
2020-09-28Remove target_has_execution macroTom Tromey1-1/+1
2020-05-21gdb: remove unnecessary NULL checks before xfreeSimon Marchi1-2/+2
2020-04-18Change get_objfile_arch to a method on objfileTom Tromey1-1/+1
2020-01-19gdb/linux-fork: simplify one_fork_pSimon Marchi1-2/+1
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi1-1/+2
2020-01-10Multi-target supportPedro Alves1-2/+2
2020-01-10Some get_last_target_status tweaksPedro Alves1-1/+0
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-11-22Replace the MSYMBOL_*_NAME macros with member functionsChristian Biesinger1-1/+1
2019-08-07Make first and last lines of 'command help documentation' consistent.Philippe Waroquiers1-1/+2
2019-07-09Rename common to gdbsupportTom Tromey1-1/+1
2019-04-08Rename gdb exception typesTom Tromey1-1/+1
2019-04-08Rewrite TRY/CATCHTom Tromey1-3/+2
2019-04-08Make exceptions use std::string and be self-managingTom Tromey1-1/+2
2019-03-13Change pid_to_str to return std::stringTom Tromey1-11/+13
2019-03-06Eliminate fork_info::clobber_regsPedro Alves1-44/+35
2019-03-06linux-fork.c: rewrite inf_has_multiple_threadsPedro Alves1-20/+9
2019-03-06C++ify fork_info, use std::listPedro Alves1-153/+108
2019-03-06Make "checkpoint" not rely on inferior_ptidPedro Alves1-16/+28
2019-01-25Normalize includes to use common/Tom Tromey1-1/+1
2019-01-10gdb: Fix incorrect variable name in scoped_switch_fork_infoAndrew Burgess1-1/+1
2019-01-10gdb: Improve scoped_switch_fork_info classAndrew Burgess1-4/+13
2019-01-03gdb: Remove cleanup from linux-fork.c:inferior_call_waitpidAndrew Burgess1-41/+60
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-11-21Use gdb:array_view in call_function_by_hand & friendsPedro Alves1-4/+3
2018-07-03Remove ptid_equalTom Tromey1-9/+9
2018-07-03Remove ptid_get_lwpTom Tromey1-1/+1
2018-07-03Remove ptid_get_pidTom Tromey1-14/+14
2018-07-03Remove pid_to_ptidTom Tromey1-1/+1
2018-07-03Remove ptid_buildTom Tromey1-1/+1
2018-06-28gdb: Eliminate the 'stop_pc' globalPedro Alves1-1/+2
2018-06-21Use thread_info and inferior pointers more throughoutPedro Alves1-3/+4
2018-05-24Update help text in linux-fork.cTom Tromey1-2/+2
2018-05-03linux_nat_target: More low methodsPedro Alves1-1/+1
2018-02-21Class readonly_detached_regcacheYao Qi1-10/+8
2018-02-21Remove regcache_save and regcache_cpyYao Qi1-1/+1
2018-01-19Remove args from target detachSimon Marchi1-1/+1
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-11-07Constify add_infoTom Tromey1-1/+1
2017-11-07Constify add_comTom Tromey1-2/+2
2017-09-27Constify two functions in linux-fork.cTom Tromey1-2/+2
2017-09-25Remove regcache_xfreeTom Tromey1-2/+2
2017-09-09Remove unnecessary function prototypes.John Baldwin1-3/+0
2017-09-04Stop assuming no-debug-info functions return intPedro Alves1-3/+3
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1