summaryrefslogtreecommitdiff
path: root/gdb/break-catch-syscall.c
AgeCommit message (Expand)Author
2022-07-28Rewrite registry.hTom Tromey
2022-05-20Make catchpoint inherit breakpoint, eliminate init_raw_breakpointPedro Alves
2022-05-07Fix "catch syscall"Tom Tromey
2022-05-06Introduce catchpoint classTom Tromey
2022-05-06Remove init_raw_breakpoint_without_locationTom Tromey
2022-05-06Add constructor to syscall_catchpointTom Tromey
2022-05-06Constify breakpoint::print_recreateTom Tromey
2022-05-06Constify breakpoint::print_mentionTom Tromey
2022-05-06Constify breakpoint::print_oneTom Tromey
2022-05-06Constify breakpoint::print_itTom Tromey
2022-05-06Change print_recreate_thread to a methodTom Tromey
2022-04-29Remove breakpoint_ops from init_catchpointTom Tromey
2022-04-29Convert break-catch-syscall to vtable opsTom Tromey
2022-04-29Return bool from breakpoint_ops::print_oneTom Tromey
2022-03-29Unify gdb printf functionsTom Tromey
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker
2021-11-22gdb: pass more const target_waitstatus by referenceSimon Marchi
2021-11-08gdb: remove bpstat typedef, rename bpstats to bpstatSimon Marchi
2021-10-21gdb, gdbserver: make target_waitstatus safeSimon Marchi
2021-10-20Use std::string in print_one_catch_syscallTom Tromey
2021-08-31gdb: remove breakpoint_find_ifSimon Marchi
2021-06-25gdb: add context getter/setter to cmd_list_elementSimon Marchi
2021-04-24gdbsupport, gdb: give names to observersSimon Marchi
2021-02-05[gdb/breakpoints] Fix segfault for catch syscall -1Tom de Vries
2021-01-01Update copyright year range in all GDB filesJoel Brobecker
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi
2020-01-10Multi-target supportPedro Alves
2020-01-10Some get_last_target_status tweaksPedro Alves
2020-01-01Update copyright year range in all GDB files.Joel Brobecker
2019-10-01Introduce metadata styleTom Tromey
2019-07-17Rename field_int to field_signedTom Tromey
2019-05-08Convert break-catch-syscall.c to type-safe registry APITom Tromey
2019-04-06Revert the header-sorting patchTom Tromey
2019-04-05Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey
2019-01-01Fix leak in print_one_catch_syscall.Philippe Waroquiers
2019-01-01Update copyright year range in all GDB files.Joel Brobecker
2018-12-13Add an optional "alias" attribute to syscall entries.John Baldwin
2018-12-13Change get_syscalls_by_group to append to an existing vector of integers.John Baldwin
2018-07-03Remove ptid_get_pidTom Tromey
2018-03-19Convert observers to C++Tom Tromey
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