aboutsummaryrefslogtreecommitdiff
path: root/gdb/break-catch-syscall.c
AgeCommit message (Expand)AuthorFilesLines
2021-06-25gdb: add context getter/setter to cmd_list_elementSimon Marchi1-1/+2
2021-04-24gdbsupport, gdb: give names to observersSimon Marchi1-1/+2
2021-02-05[gdb/breakpoints] Fix segfault for catch syscall -1Tom de Vries1-0/+2
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-26/+26
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi1-1/+2
2020-01-10Multi-target supportPedro Alves1-1/+1
2020-01-10Some get_last_target_status tweaksPedro Alves1-2/+1
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-10-01Introduce metadata styleTom Tromey1-1/+2
2019-07-17Rename field_int to field_signedTom Tromey1-2/+2
2019-05-08Convert break-catch-syscall.c to type-safe registry APITom Tromey1-20/+5
2019-04-06Revert the header-sorting patchTom Tromey1-8/+4
2019-04-05Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey1-4/+8
2019-01-01Fix leak in print_one_catch_syscall.Philippe Waroquiers1-5/+6
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-12-13Add an optional "alias" attribute to syscall entries.John Baldwin1-8/+3
2018-12-13Change get_syscalls_by_group to append to an existing vector of integers.John Baldwin1-13/+1
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