summaryrefslogtreecommitdiff
path: root/gdb/break-catch-syscall.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* target_set_syscall_catchpoint, use gdb::array_view and boolPedro Alves2017-12-061-4/+2
* Fix syscall group completionSimon Marchi2017-12-061-8/+4
* Remove some unused variablesSimon Marchi2017-12-051-3/+0
* Constify add_setshow_*Tom Tromey2017-11-071-2/+2
* const-fy breakpoint_ops->breakpoint_hit parameter aspaceYao Qi2017-10-261-1/+1
* Remove cleanups from break-catch-syscall.cTom Tromey2017-10-191-17/+18
* Remove unnecessary function prototypes.John Baldwin2017-09-091-2/+0
* Change install_breakpoint to take a std::unique_ptrTom Tromey2017-08-221-4/+3
* Use std::move in a few placesTom Tromey2017-08-141-1/+1
* Use std::vector in struct catch_syscall_inferior_dataTom Tromey2017-07-221-31/+16
* Use std::vector in syscall_catchpointTom Tromey2017-07-221-79/+36
* Introduce class completion_tracker & rewrite completion<->readline interactionPedro Alves2017-07-171-16/+9
* C++ify breakpoint class hierarchy (destructors only)Simon Marchi2017-06-021-18/+8
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Class-ify ui_outSimon Marchi2016-12-221-20/+20
* 'struct expression *' -> gdb::unique_xmalloc_ptr<expression>Pedro Alves2016-11-081-1/+1
* Plumb enum remove_bp_reason all the way to target_remove_breakpointPedro Alves2016-08-101-1/+1
* Implement catch syscall groupGabriel Krisman Bertazi2016-07-231-14/+89
* Fix PR threads/19422 - show which thread caused stopPedro Alves2016-01-181-2/+3
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Add some more casts (1/2)Simon Marchi2015-09-251-1/+2
* Create gdb/break-catch-syscall.cSergio Durigan Junior2015-03-111-0/+659