aboutsummaryrefslogtreecommitdiff
path: root/gdb/linux-nat.c
AgeCommit message (Expand)AuthorFilesLines
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
2018-05-03Make inf_ptrace_trad Linux-only, move to separate filePedro Alves1-12/+1
2018-03-22Get rid of VEC(static_tracepoint_marker_p)Simon Marchi1-20/+7
2018-03-07Return gdb::optional<std::string> from target_fileio_readlinkTom Tromey1-7/+3
2018-01-30linux-nat: Eliminate custom target_terminal_{inferior,ours}, stop using set_s...Pedro Alves1-52/+26
2018-01-19Make linux_nat_detach/thread_db_detach use the inferior parameterSimon Marchi1-5/+3
2018-01-19Pass inferior down to target_detach and to_detachSimon Marchi1-1/+1
2018-01-19Remove args from target detachSimon Marchi1-11/+4
2018-01-17Make linux_ptrace_attach_fail_reason return an std::stringSimon Marchi1-14/+7
2018-01-17linux-nat: Remove unnecessary xstrdupSimon Marchi1-6/+3
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-12-06target_set_syscall_catchpoint, use gdb::array_view and boolPedro Alves1-3/+3
2017-11-26Change maybe_disable_address_space_randomization to a classTom Tromey1-4/+2
2017-11-02s/get_regcache_aspace (regcache)/regcache->aspace ()/gYao Qi1-4/+4
2017-10-25s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi1-3/+3
2017-10-12lwp_info: Make the arch code free arch_lwp_infoSimon Marchi1-1/+20
2017-10-05Fix fork-related regressions on GNU/LinuxPedro Alves1-1/+4
2017-09-29Constify unpack_varlen_hex & fix falloutPedro Alves1-1/+1
2017-09-20Remove make_cleanup_restore_target_terminalTom Tromey1-5/+5
2017-09-09Remove unnecessary function prototypes.John Baldwin1-3/+0
2017-08-18Remove save_inferior_ptidTom Tromey1-14/+9
2017-08-03Introduce and use gdb_file_upTom Tromey1-7/+2
2017-06-03linux-nat: Remove unused parameterSimon Marchi1-2/+2
2017-04-12C++-fy and prepare for sharing fork_inferiorSergio Durigan Junior1-2/+2
2017-04-11Fix read after xfree in linux-nat.c:linux_nat_detachPhilipp Rudo1-1/+0
2017-04-05-Wwrite-strings: Constify target_pid_to_str and target_thread_extra_thread_infoPedro Alves1-1/+1
2017-03-22Remove lwp -> pid conversion in linux_nat_xfer_partialSimon Marchi1-10/+3
2017-03-14linux-nat: Exploit /proc/<pid>/mem for writingAndreas Arnez1-16/+16
2017-01-12Update comment in linux_nat_can_async_pSimon Marchi1-3/+2
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-09-19Consolidate target_mourn_inferior between GDB and gdbserverSergio Durigan Junior1-3/+3
2016-09-16linux-nat: Add function lwp_is_steppingAndreas Arnez1-0/+8
2016-09-01Use target_continue{,_no_signal} instead of target_resumeSergio Durigan Junior1-1/+1
2016-07-01Fix failure to detach if process exits while detaching on LinuxPedro Alves1-51/+101