]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/break-catch-syscall.c
Update copyright year range in all GDB files
[thirdparty/binutils-gdb.git] / gdb / break-catch-syscall.c
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-12-06  Simon MarchiFix syscall group completion
2017-12-05  Simon MarchiRemove some unused variables
2017-11-07  Tom TromeyConstify add_setshow_*
2017-10-26  Yao Qiconst-fy breakpoint_ops->breakpoint_hit parameter aspace
2017-10-19  Tom TromeyRemove cleanups from break-catch-syscall.c
2017-09-09  John BaldwinRemove unnecessary function prototypes.
2017-08-22  Tom TromeyChange install_breakpoint to take a std::unique_ptr
2017-08-14  Tom TromeyUse std::move in a few places
2017-07-22  Tom TromeyUse std::vector in struct catch_syscall_inferior_data
2017-07-22  Tom TromeyUse std::vector in syscall_catchpoint
2017-07-17  Pedro AlvesIntroduce class completion_tracker & rewrite completion...
2017-06-02  Simon MarchiC++ify breakpoint class hierarchy (destructors only)
2017-01-01  Joel Brobeckerupdate copyright year range in GDB files
2016-12-22  Simon MarchiClass-ify ui_out
2016-11-08  Pedro Alves'struct expression *' -> gdb::unique_xmalloc_ptr<expres...
2016-08-10  Pedro AlvesPlumb enum remove_bp_reason all the way to target_remov...
2016-07-23  Gabriel Krisman... Implement catch syscall group
2016-01-18  Pedro AlvesFix PR threads/19422 - show which thread caused stop
2016-01-01  Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-09-25  Simon MarchiAdd some more casts (1/2)
2015-03-11  Sergio Durigan JuniorCreate gdb/break-catch-syscall.c