aboutsummaryrefslogtreecommitdiff
path: root/gdb/linux-nat.c
AgeCommit message (Expand)AuthorFilesLines
2020-10-31gdb: restore some checks of debug flagsAndrew Burgess1-1/+6
2020-10-31gdb, gdbsupport: add debug_prefixed_printf, remove boilerplate functionsSimon Marchi1-16/+2
2020-10-02gdb: move debug_prefixed_vprintf hereSimon Marchi1-1/+1
2020-10-02gdb: give names to event loop file handlersSimon Marchi1-1/+2
2020-09-25gdb: fix formatting of _debug_printf macrosSimon Marchi1-4/+6
2020-09-18Make target_wait options use enum flagsTom Tromey1-2/+2
2020-09-14gdb: don't use inferior_ptid in linux_nat_wait_1Simon Marchi1-6/+5
2020-08-24gdb: add debug_prefixed_vprintfSimon Marchi1-5/+2
2020-08-18gdb: add linux_nat_debug_printf macroSimon Marchi1-393/+226
2020-07-21gdb, gdbserver: make stopped_pids global variables staticSimon Marchi1-1/+1
2020-07-18Remove "linux_multi_process" globalTom Tromey1-6/+1
2020-07-17Use boolean literals in linux-nat.cTom Tromey1-4/+4
2020-07-02gdb: remove unused fetch_inferior_event and inferior_event_handler parametersSimon Marchi1-1/+1
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