summaryrefslogtreecommitdiff
path: root/gdb/break-catch-syscall.c
AgeCommit message (Expand)Author
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-12-06target_set_syscall_catchpoint, use gdb::array_view and boolPedro Alves
2017-12-06Fix syscall group completionSimon Marchi
2017-12-05Remove some unused variablesSimon Marchi
2017-11-07Constify add_setshow_*Tom Tromey
2017-10-26const-fy breakpoint_ops->breakpoint_hit parameter aspaceYao Qi
2017-10-19Remove cleanups from break-catch-syscall.cTom Tromey
2017-09-09Remove unnecessary function prototypes.John Baldwin
2017-08-22Change install_breakpoint to take a std::unique_ptrTom Tromey
2017-08-14Use std::move in a few placesTom Tromey
2017-07-22Use std::vector in struct catch_syscall_inferior_dataTom Tromey
2017-07-22Use std::vector in syscall_catchpointTom Tromey
2017-07-17Introduce class completion_tracker & rewrite completion<->readline interactionPedro Alves
2017-06-02C++ify breakpoint class hierarchy (destructors only)Simon Marchi
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-12-22Class-ify ui_outSimon Marchi
2016-11-08'struct expression *' -> gdb::unique_xmalloc_ptr<expression>Pedro Alves
2016-08-10Plumb enum remove_bp_reason all the way to target_remove_breakpointPedro Alves
2016-07-23Implement catch syscall groupGabriel Krisman Bertazi
2016-01-18Fix PR threads/19422 - show which thread caused stopPedro Alves
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker
2015-09-25Add some more casts (1/2)Simon Marchi
2015-03-11Create gdb/break-catch-syscall.cSergio Durigan Junior