Some get_last_target_status tweaks
[deliverable/binutils-gdb.git] / gdb / linux-nat.c
2020-01-10  Pedro AlvesSome get_last_target_status tweaks
2020-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2019-11-26  Tom TromeyAdd RAII class for blocking gdb signals
2019-11-26  Christian BiesingerUse safe_strerror instead of strerror where possible
2019-10-26  Tom de Vries[gdb] Fix more typos in comments (2)
2019-10-18  Tom de Vries[gdb] Fix more typos in comments
2019-10-03  Andrew Burgessgdb: Don't ignore all SIGSTOP when the signal handler...
2019-09-26  Sergio Durigan JuniorRevert "Improve ptrace-error detection on Linux targets"
2019-09-26  Sergio Durigan JuniorImprove ptrace-error detection on Linux targets
2019-09-20  Ulrich WeigandRemove Cell Broadband Engine debugging support
2019-07-09  Tom TromeyRename common to gdbsupport
2019-06-16  Andrew Burgessgdb: Remove unused signal mask
2019-04-08  Tom TromeyReplace throw_exception with throw in some cases
2019-04-08  Tom TromeyRename gdb exception types
2019-04-08  Tom TromeyRewrite TRY/CATCH
2019-04-08  Tom TromeyMake exceptions use std::string and be self-managing
2019-03-13  Tom TromeyChange pid_to_str to return std::string
2019-03-12  Tom TromeyChange iterate_over_lwps to take a gdb::function_view
2019-01-25  Tom TromeyNormalize includes to use common/
2019-01-24  Pedro Alvestarget_pass_signals/target_program_signals: Use gdb...
2019-01-23  Tom TromeyRemove cleanup from linux-nat.c
2019-01-15  Tom TromeyConstify target_pass_signals and target_program_signals
2019-01-03  Andrew Burgessgdb: Remove cleanup from linux_nat_target::follow_fork
2019-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2018-11-22  Pedro AlvesPer-inferior thread list, thread ranges/iterators,...
2018-08-08  Simon MarchiMake target_options_to_string return an std::string
2018-08-06  Andrew Burgessgdb: Avoid using W_STOPCODE(0) as this is ambiguous...
2018-07-22  Tom TromeySimple unused variable removals
2018-07-04  Vyacheslav BarinovWarn if /proc is not accessible
2018-07-03  Tom TromeyRemove ptid_equal
2018-07-03  Tom TromeyRemove ptid_match
2018-07-03  Tom TromeyRemove ptid_lwp_p
2018-07-03  Tom TromeyRemove ptid_is_pid
2018-07-03  Tom TromeyRemove ptid_get_lwp
2018-07-03  Tom TromeyRemove ptid_get_pid
2018-07-03  Tom TromeyRemove pid_to_ptid
2018-07-03  Tom TromeyRemove ptid_build
2018-06-21  Pedro AlvesUse thread_info and inferior pointers more throughout
2018-06-16  Andrew Burgessgdb: Don't drop SIGSTOP during stop_all_threads
2018-05-02  Pedro Alveslinux_nat_target: More low methods
2018-05-02  Pedro Alvestarget_ops: Use bool throughout
2018-05-02  Pedro AlvesConvert struct target_ops to C++
2018-05-02  Pedro AlvesMake inf_ptrace_trad Linux-only, move to separate file
2018-03-22  Simon MarchiGet rid of VEC(static_tracepoint_marker_p)
2018-03-07  Tom TromeyReturn gdb::optional<std::string> from target_fileio_re...
2018-01-30  Pedro Alveslinux-nat: Eliminate custom target_terminal_{inferior...
2018-01-19  Simon MarchiMake linux_nat_detach/thread_db_detach use the inferior...
2018-01-19  Simon MarchiPass inferior down to target_detach and to_detach
2018-01-19  Simon MarchiRemove args from target detach
2018-01-17  Simon MarchiMake linux_ptrace_attach_fail_reason return an std...
2018-01-17  Simon Marchilinux-nat: Remove unnecessary xstrdup
2018-01-02  Joel BrobeckerUpdate copyright year range in all GDB files
2017-12-06  Pedro Alvestarget_set_syscall_catchpoint, use gdb::array_view...
2017-11-26  Tom TromeyChange maybe_disable_address_space_randomization to...
2017-11-02  Yao Qis/get_regcache_aspace (regcache)/regcache->aspace ()/g
2017-10-25  Yao Qis/get_regcache_arch (regcache)/regcache->arch ()/g
2017-10-12  Simon Marchilwp_info: Make the arch code free arch_lwp_info
2017-10-05  Pedro AlvesFix fork-related regressions on GNU/Linux
2017-09-29  Pedro AlvesConstify unpack_varlen_hex & fix fallout
2017-09-20  Tom TromeyRemove make_cleanup_restore_target_terminal
2017-09-09  John BaldwinRemove unnecessary function prototypes.
2017-08-18  Tom TromeyRemove save_inferior_ptid
2017-08-03  Tom TromeyIntroduce and use gdb_file_up
2017-06-03  Simon Marchilinux-nat: Remove unused parameter
2017-04-12  Sergio Durigan JuniorC++-fy and prepare for sharing fork_inferior
2017-04-11  Philipp RudoFix read after xfree in linux-nat.c:linux_nat_detach
2017-04-05  Pedro Alves-Wwrite-strings: Constify target_pid_to_str and target_...
2017-03-22  Simon MarchiRemove lwp -> pid conversion in linux_nat_xfer_partial
2017-03-14  Andreas Arnezlinux-nat: Exploit /proc/<pid>/mem for writing
2017-01-12  Simon MarchiUpdate comment in linux_nat_can_async_p
2017-01-01  Joel Brobeckerupdate copyright year range in GDB files
2016-09-19  Sergio Durigan JuniorConsolidate target_mourn_inferior between GDB and gdbserver
2016-09-16  Andreas Arnezlinux-nat: Add function lwp_is_stepping
2016-09-01  Sergio Durigan JuniorUse target_continue{,_no_signal} instead of target_resume
2016-07-01  Pedro AlvesFix failure to detach if process exits while detaching...
2016-06-21  Pedro AlvesMake input_fd be per UI
2016-05-24  Pedro AlvesFix PR gdb/19828: gdb -p <process from a container...
2016-05-24  Pedro AlvesMake gdb/linux-nat.c consider a waitstatus pending...
2016-05-24  Pedro Alves[Linux] Optimize PID -> struct lwp_info lookup
2016-05-24  Pedro Alves[Linux] Avoid refetching core-of-thread if thread hasn...
2016-05-24  Pedro AlvesLinux native thread create/exit events support
2016-05-08  Trevor Saundersremove trivialy unused variables
2016-04-12  Pedro AlvesDecouple target_interrupt from all-stop/non-stop modes
2016-02-24  Pedro AlvesHandle MIPS Linux SIGTRAP siginfo.si_code values
2016-01-25  Pedro AlvesFix PR 19494: hang when killing unfollowed fork children
2016-01-01  Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-12-17  Pedro AlvesFix PR threads/19354: "info threads" error with multipl...
2015-12-17  Pedro AlvesRemove support for LinuxThreads and vendor 2.4 kernels...
2015-12-10  Antoine TremblayRemove support for thread events without PTRACE_EVENT_C...
2015-11-26  Simon MarchiDisplay names of remote threads
2015-11-26  Simon MarchiConstify thread name return path
2015-10-20  Josh Stonegdb: Improve syscall entry/return tracking on Linux
2015-09-30  Pedro Alvesx86/Linux: reenable all-stop on top of non-stop
2015-09-25  Simon MarchiAdd some more casts (1/2)
2015-09-25  Simon MarchiAdd casts to memory allocation related calls
2015-09-09  Pedro AlvesMerge async and sync code paths some more
2015-08-27  Ulrich WeigandDetect SW breakpoints in Cell/B.E. combined debugging
2015-08-26  Simon MarchiReplace some xmalloc-family functions with XNEW-family...
2015-08-21  Gary BensonWarn when accessing binaries from remote targets
2015-08-18  Pedro Alvesx86/Linux: disable all-stop on top of non-stop
next
This page took 0.647387 seconds and 107 git commands to generate.