aboutsummaryrefslogtreecommitdiff
path: root/gdb/linux-fork.c
AgeCommit message (Expand)AuthorFilesLines
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
2016-10-21Use RAII to save and restore scalarsTom Tromey1-5/+6
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-11-24List checkpoints in ascending orderPedro Alves1-5/+30
2015-09-25Add some more casts (1/2)Simon Marchi1-1/+1
2015-09-25Add casts to memory allocation related callsSimon Marchi1-2/+1
2015-07-24Linux: sys/ptrace.h -> nat/gdb_ptrace.h everywherePedro Alves1-1/+1
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-11-23checkpoint: print index of new checkpoint in response messagePatrick Palka1-3/+5
2014-08-07Include string.h in common-defs.hGary Benson1-1/+0
2014-08-07Include gdb_assert.h in common-defs.hGary Benson1-1/+0
2014-05-22Add new infrun.h header.Pedro Alves1-0/+1
2014-02-26use bound_minsym as result for lookup_minimal_symbol et alTom Tromey1-4/+5