aboutsummaryrefslogtreecommitdiff
path: root/gdb/linux-nat.h
AgeCommit message (Expand)AuthorFilesLines
2020-09-18Make target_wait options use enum flagsTom Tromey1-1/+1
2020-03-30Add low_new_clone method to linux_nat_target.Pedro Franco de Carvalho1-0/+4
2020-03-24gdb: bool-ify follow_forkSimon Marchi1-1/+1
2020-01-14Fix/Update misc commentsLuis Machado1-2/+2
2020-01-10Multi-target supportPedro Alves1-0/+1
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-03-13Change pid_to_str to return std::stringTom Tromey1-1/+1
2019-02-07Normalize include guards in gdbTom Tromey1-0/+5
2019-01-24target_pass_signals/target_program_signals: Use gdb::array_viewPedro Alves1-1/+1
2019-01-14Constify target_pass_signals and target_program_signalsTom Tromey1-1/+1
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-05-03linux_nat_target: More low methodsPedro Alves1-40/+36
2018-05-03target_ops: Use bool throughoutPedro Alves1-18/+18
2018-05-03Convert struct target_ops to C++Pedro Alves1-12/+129
2018-05-03Make inf_ptrace_trad Linux-only, move to separate filePedro Alves1-4/+3
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-10-12lwp_info: Make the arch code free arch_lwp_infoSimon Marchi1-0/+3
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-05-24[Linux] Optimize PID -> struct lwp_info lookupPedro Alves1-1/+3
2016-01-12Implement 'catch syscall' for gdbserverJosh Stone1-1/+1
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-12-17Remove support for LinuxThreads and vendor 2.4 kernels w/ backported NPTLPedro Alves1-5/+0
2015-12-10Remove support for thread events without PTRACE_EVENT_CLONE in GDBAntoine Tremblay1-2/+0
2015-09-10Call target_can_download_tracepoint if there are tracepoints to downloadYao Qi1-1/+0
2015-07-31Mostly trivial enum fixesSimon Marchi1-1/+1
2015-06-23Convert have_ptrace_getregset to a tri-state booleanYao Qi1-1/+2
2015-06-01Move have_ptrace_getregset to linux-nat.cYao Qi1-0/+3
2015-03-24Make linux_stop_lwp be a shared functionGary Benson1-1/+1
2015-03-24Add iterate_over_lwps to gdbserverGary Benson1-7/+1
2015-03-04enum lwp_stop_reason -> enum target_stop_reasonPedro Alves1-19/+1
2015-02-20GNU/Linux: Stop using libthread_db/td_ta_thr_iterPedro Alves1-1/+15
2015-01-09linux-nat.c: better starvation avoidance, handle non-stop mode tooPedro Alves1-3/+28
2015-01-09Linux: on attach, attach to lwps listed under /proc/$pid/task/Pedro Alves1-0/+4
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-09-30 * aarch64-linux-nat.c: Replace PIDGET with ptid_get_pid.Luis Machado1-5/+0
2013-08-22 Unify ptrace options discovery code and make both GDB andLuis Machado1-3/+0
2013-07-24 gdb/Luis Machado1-14/+0
2013-02-13[native x86 GNU/Linux] Access debug register mirror from the corresponding pr...Pedro Alves1-6/+17
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-1/+1
2012-07-06gdb/Jan Kratochvil1-4/+0
2012-07-06gdb/Jan Kratochvil1-2/+4
2012-03-21struct siginfo vs. siginfo_tThomas Schwinge1-3/+3
2012-03-05gdb/Jan Kratochvil1-3/+0
2012-01-24gdb/Jan Kratochvil1-0/+6
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker1-2/+1
2011-12-14gdb/Pedro Alves1-1/+13
2011-10-072011-10-07 Pedro Alves <pedro@codesourcery.com>Pedro Alves1-5/+4
2011-09-092011-09-09 Pedro Alves <pedro@codesourcery.com>Pedro Alves1-0/+17
2011-08-24Move common linux procfs code to common/Luis Machado1-4/+0