summaryrefslogtreecommitdiff
path: root/gdb/linux-nat.c
Commit message (Expand)AuthorAgeFilesLines
* Move event-loop.[ch] to gdbsupport/Tom Tromey2020-04-131-1/+1
* Add low_new_clone method to linux_nat_target.Pedro Franco de Carvalho2020-03-301-0/+4
* gdb: bool-ify follow_forkSimon Marchi2020-03-241-3/+3
* Remove some ui_file_* functionsTom Tromey2020-02-111-2/+1
* Change ints to bools around thread_info executing/resumedSimon Marchi2020-02-031-4/+4
* Fix/Update misc commentsLuis Machado2020-01-141-4/+5
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-131-1/+2
* Multi-target supportPedro Alves2020-01-101-32/+43
* Some get_last_target_status tweaksPedro Alves2020-01-101-2/+1
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Add RAII class for blocking gdb signalsTom Tromey2019-11-261-3/+4
* Use safe_strerror instead of strerror where possibleChristian Biesinger2019-11-261-1/+1
* [gdb] Fix more typos in comments (2)Tom de Vries2019-10-261-2/+2
* [gdb] Fix more typos in commentsTom de Vries2019-10-181-1/+1
* gdb: Don't ignore all SIGSTOP when the signal handler is set to passAndrew Burgess2019-10-031-1/+4
* Revert "Improve ptrace-error detection on Linux targets"Sergio Durigan Junior2019-09-261-7/+2
* Improve ptrace-error detection on Linux targetsSergio Durigan Junior2019-09-261-2/+7
* Remove Cell Broadband Engine debugging supportUlrich Weigand2019-09-201-129/+0
* Rename common to gdbsupportTom Tromey2019-07-091-6/+6
* gdb: Remove unused signal maskAndrew Burgess2019-06-161-6/+0
* Replace throw_exception with throw in some casesTom Tromey2019-04-081-3/+3
* Rename gdb exception typesTom Tromey2019-04-081-4/+4
* Rewrite TRY/CATCHTom Tromey2019-04-081-12/+8
* Make exceptions use std::string and be self-managingTom Tromey2019-04-081-2/+3
* Change pid_to_str to return std::stringTom Tromey2019-03-131-56/+53
* Change iterate_over_lwps to take a gdb::function_viewTom Tromey2019-03-121-63/+75
* Normalize includes to use common/Tom Tromey2019-01-251-5/+5
* target_pass_signals/target_program_signals: Use gdb::array_viewPedro Alves2019-01-241-4/+5
* Remove cleanup from linux-nat.cTom Tromey2019-01-231-15/+3
* Constify target_pass_signals and target_program_signalsTom Tromey2019-01-141-1/+1
* gdb: Remove cleanup from linux_nat_target::follow_forkAndrew Burgess2019-01-031-11/+16
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Per-inferior thread list, thread ranges/iterators, down with ALL_THREADS, etc.Pedro Alves2018-11-221-24/+19
* Make target_options_to_string return an std::stringSimon Marchi2018-08-071-5/+2
* gdb: Avoid using W_STOPCODE(0) as this is ambiguous on MIPSAndrew Burgess2018-08-061-4/+11
* Simple unused variable removalsTom Tromey2018-07-221-4/+0
* Warn if /proc is not accessiblegdb-8.2-branchpointVyacheslav Barinov2018-07-041-5/+6
* Remove ptid_equalTom Tromey2018-07-031-4/+4
* Remove ptid_matchTom Tromey2018-07-031-2/+2
* Remove ptid_lwp_pTom Tromey2018-07-031-4/+4
* Remove ptid_is_pidTom Tromey2018-07-031-3/+3
* Remove ptid_get_lwpTom Tromey2018-07-031-45/+45
* Remove ptid_get_pidTom Tromey2018-07-031-32/+32
* Remove pid_to_ptidTom Tromey2018-07-031-8/+8
* Remove ptid_buildTom Tromey2018-07-031-11/+11
* Use thread_info and inferior pointers more throughoutPedro Alves2018-06-211-18/+18
* gdb: Don't drop SIGSTOP during stop_all_threadsAndrew Burgess2018-06-161-4/+10
* linux_nat_target: More low methodsPedro Alves2018-05-031-139/+15
* target_ops: Use bool throughoutPedro Alves2018-05-031-15/+15
* Convert struct target_ops to C++Pedro Alves2018-05-031-297/+183