aboutsummaryrefslogtreecommitdiff
path: root/gdb/break-catch-syscall.c
AgeCommit message (Expand)AuthorFilesLines
2018-07-03Remove ptid_get_pidTom Tromey1-2/+2
2018-03-19Convert observers to C++Tom Tromey1-2/+2
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-4/+2
2017-12-06Fix syscall group completionSimon Marchi1-8/+4
2017-12-05Remove some unused variablesSimon Marchi1-3/+0
2017-11-07Constify add_setshow_*Tom Tromey1-2/+2
2017-10-26const-fy breakpoint_ops->breakpoint_hit parameter aspaceYao Qi1-1/+1
2017-10-19Remove cleanups from break-catch-syscall.cTom Tromey1-17/+18
2017-09-09Remove unnecessary function prototypes.John Baldwin1-2/+0
2017-08-22Change install_breakpoint to take a std::unique_ptrTom Tromey1-4/+3
2017-08-14Use std::move in a few placesTom Tromey1-1/+1
2017-07-22Use std::vector in struct catch_syscall_inferior_dataTom Tromey1-31/+16
2017-07-22Use std::vector in syscall_catchpointTom Tromey1-79/+36
2017-07-17Introduce class completion_tracker & rewrite completion<->readline interactionPedro Alves1-16/+9
2017-06-02C++ify breakpoint class hierarchy (destructors only)Simon Marchi1-18/+8
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-12-22Class-ify ui_outSimon Marchi1-20/+20
2016-11-08'struct expression *' -> gdb::unique_xmalloc_ptr<expression>Pedro Alves1-1/+1
2016-08-10Plumb enum remove_bp_reason all the way to target_remove_breakpointPedro Alves1-1/+1
2016-07-23Implement catch syscall groupGabriel Krisman Bertazi1-14/+89
2016-01-18Fix PR threads/19422 - show which thread caused stopPedro Alves1-2/+3
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-09-25Add some more casts (1/2)Simon Marchi1-1/+2
2015-03-11Create gdb/break-catch-syscall.cSergio Durigan Junior1-0/+659