summaryrefslogtreecommitdiff
path: root/gdb/linux-nat.c
Commit message (Expand)AuthorAgeFilesLines
* the patchusers/tromey/sort-includesTom Tromey2019-03-301-40/+48
* 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
* Make inf_ptrace_trad Linux-only, move to separate filePedro Alves2018-05-031-12/+1
* Get rid of VEC(static_tracepoint_marker_p)Simon Marchi2018-03-221-20/+7
* Return gdb::optional<std::string> from target_fileio_readlinkTom Tromey2018-03-071-7/+3
* linux-nat: Eliminate custom target_terminal_{inferior,ours}, stop using set_s...Pedro Alves2018-01-301-52/+26
* Make linux_nat_detach/thread_db_detach use the inferior parameterSimon Marchi2018-01-191-5/+3
* Pass inferior down to target_detach and to_detachSimon Marchi2018-01-191-1/+1
* Remove args from target detachSimon Marchi2018-01-191-11/+4
* Make linux_ptrace_attach_fail_reason return an std::stringSimon Marchi2018-01-171-14/+7
* linux-nat: Remove unnecessary xstrdupSimon Marchi2018-01-171-6/+3
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* target_set_syscall_catchpoint, use gdb::array_view and boolPedro Alves2017-12-061-3/+3
* Change maybe_disable_address_space_randomization to a classTom Tromey2017-11-261-4/+2
* s/get_regcache_aspace (regcache)/regcache->aspace ()/gYao Qi2017-11-021-4/+4
* s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi2017-10-251-3/+3
* lwp_info: Make the arch code free arch_lwp_infoSimon Marchi2017-10-121-1/+20
* Fix fork-related regressions on GNU/LinuxPedro Alves2017-10-051-1/+4
* Constify unpack_varlen_hex & fix falloutPedro Alves2017-09-291-1/+1
* Remove make_cleanup_restore_target_terminalTom Tromey2017-09-201-5/+5
* Remove unnecessary function prototypes.John Baldwin2017-09-091-3/+0
* Remove save_inferior_ptidTom Tromey2017-08-181-14/+9
* Introduce and use gdb_file_upTom Tromey2017-08-031-7/+2
* linux-nat: Remove unused parameterSimon Marchi2017-06-031-2/+2
* C++-fy and prepare for sharing fork_inferiorSergio Durigan Junior2017-04-121-2/+2