aboutsummaryrefslogtreecommitdiff
path: root/gdb/linux-nat.c
AgeCommit message (Expand)AuthorFilesLines
2020-04-13Move event-loop.[ch] to gdbsupport/Tom 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-3/+3
2020-02-11Remove some ui_file_* functionsTom Tromey1-2/+1
2020-02-03Change ints to bools around thread_info executing/resumedSimon Marchi1-4/+4
2020-01-14Fix/Update misc commentsLuis Machado1-4/+5
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi1-1/+2
2020-01-10Multi-target supportPedro Alves1-32/+43
2020-01-10Some get_last_target_status tweaksPedro Alves1-2/+1
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-11-26Add RAII class for blocking gdb signalsTom Tromey1-3/+4
2019-11-26Use safe_strerror instead of strerror where possibleChristian Biesinger1-1/+1
2019-10-26[gdb] Fix more typos in comments (2)Tom de Vries1-2/+2
2019-10-18[gdb] Fix more typos in commentsTom de Vries1-1/+1
2019-10-03gdb: Don't ignore all SIGSTOP when the signal handler is set to passAndrew Burgess1-1/+4
2019-09-26Revert "Improve ptrace-error detection on Linux targets"Sergio Durigan Junior1-7/+2
2019-09-26Improve ptrace-error detection on Linux targetsSergio Durigan Junior1-2/+7
2019-09-20Remove Cell Broadband Engine debugging supportUlrich Weigand1-129/+0
2019-07-09Rename common to gdbsupportTom Tromey1-6/+6
2019-06-16gdb: Remove unused signal maskAndrew Burgess1-6/+0
2019-04-08Replace throw_exception with throw in some casesTom Tromey1-3/+3
2019-04-08Rename gdb exception typesTom Tromey1-4/+4
2019-04-08Rewrite TRY/CATCHTom Tromey1-12/+8
2019-04-08Make exceptions use std::string and be self-managingTom Tromey1-2/+3
2019-03-13Change pid_to_str to return std::stringTom Tromey1-56/+53
2019-03-12Change iterate_over_lwps to take a gdb::function_viewTom Tromey1-63/+75
2019-01-25Normalize includes to use common/Tom Tromey1-5/+5
2019-01-24target_pass_signals/target_program_signals: Use gdb::array_viewPedro Alves1-4/+5
2019-01-23Remove cleanup from linux-nat.cTom Tromey1-15/+3
2019-01-14Constify target_pass_signals and target_program_signalsTom Tromey1-1/+1
2019-01-03gdb: Remove cleanup from linux_nat_target::follow_forkAndrew Burgess1-11/+16
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-11-22Per-inferior thread list, thread ranges/iterators, down with ALL_THREADS, etc.Pedro Alves1-24/+19
2018-08-07Make target_options_to_string return an std::stringSimon Marchi1-5/+2
2018-08-06gdb: Avoid using W_STOPCODE(0) as this is ambiguous on MIPSAndrew Burgess1-4/+11
2018-07-22Simple unused variable removalsTom Tromey1-4/+0
2018-07-04Warn if /proc is not accessiblegdb-8.2-branchpointVyacheslav Barinov1-5/+6
2018-07-03Remove ptid_equalTom Tromey1-4/+4
2018-07-03Remove ptid_matchTom Tromey1-2/+2
2018-07-03Remove ptid_lwp_pTom Tromey1-4/+4
2018-07-03Remove ptid_is_pidTom Tromey1-3/+3
2018-07-03Remove ptid_get_lwpTom Tromey1-45/+45
2018-07-03Remove ptid_get_pidTom Tromey1-32/+32
2018-07-03Remove pid_to_ptidTom Tromey1-8/+8
2018-07-03Remove ptid_buildTom Tromey1-11/+11
2018-06-21Use thread_info and inferior pointers more throughoutPedro Alves1-18/+18
2018-06-16gdb: Don't drop SIGSTOP during stop_all_threadsAndrew Burgess1-4/+10
2018-05-03linux_nat_target: More low methodsPedro Alves1-139/+15
2018-05-03target_ops: Use bool throughoutPedro Alves1-15/+15
2018-05-03Convert struct target_ops to C++Pedro Alves1-297/+183