summaryrefslogtreecommitdiff
path: root/gdb/break-catch-syscall.c
Commit message (Expand)AuthorAgeFilesLines
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-131-1/+2
* Multi-target supportPedro Alves2020-01-101-1/+1
* Some get_last_target_status tweaksPedro Alves2020-01-101-2/+1
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Introduce metadata styleTom Tromey2019-10-011-1/+2
* Rename field_int to field_signedTom Tromey2019-07-171-2/+2
* Convert break-catch-syscall.c to type-safe registry APITom Tromey2019-05-081-20/+5
* Revert the header-sorting patchTom Tromey2019-04-061-8/+4
* Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey2019-04-051-4/+8
* Fix leak in print_one_catch_syscall.Philippe Waroquiers2019-01-011-5/+6
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Add an optional "alias" attribute to syscall entries.John Baldwin2018-12-131-8/+3
* Change get_syscalls_by_group to append to an existing vector of integers.John Baldwin2018-12-131-13/+1
* Remove ptid_get_pidTom Tromey2018-07-031-2/+2
* Convert observers to C++Tom Tromey2018-03-191-2/+2
* 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