Remove path name from test case
[binutils-gdb.git] / gdb / break-catch-syscall.c
2023-10-10 Simon Marchigdb: remove target_gdbarch
2023-09-19 Tom TromeyUse gdb::checked_static_cast for catchpoints
2023-05-25 Simon Marchigdb: remove breakpoint_pointer_iterator
2023-05-25 Simon Marchigdb: constify breakpoint::print_it parameter
2023-05-25 Simon Marchigdb: make some breakpoint methods use `this`
2023-05-25 Simon Marchigdb: get gdbarch from syscall_catchpoint instead of...
2023-01-01 Joel BrobeckerUpdate copyright year range in header of all files...
2022-11-19 Philippe WaroquiersShow locno for 'multi location' breakpoint hit msg...
2022-07-28 Tom TromeyRewrite registry.h
2022-05-20 Pedro AlvesMake catchpoint inherit breakpoint, eliminate init_raw_...
2022-05-07 Tom TromeyFix "catch syscall"
2022-05-06 Tom TromeyIntroduce catchpoint class
2022-05-06 Tom TromeyRemove init_raw_breakpoint_without_location
2022-05-06 Tom TromeyAdd constructor to syscall_catchpoint
2022-05-06 Tom TromeyConstify breakpoint::print_recreate
2022-05-06 Tom TromeyConstify breakpoint::print_mention
2022-05-06 Tom TromeyConstify breakpoint::print_one
2022-05-06 Tom TromeyConstify breakpoint::print_it
2022-05-06 Tom TromeyChange print_recreate_thread to a method
2022-04-29 Tom TromeyRemove breakpoint_ops from init_catchpoint
2022-04-29 Tom TromeyConvert break-catch-syscall to vtable ops
2022-04-29 Tom TromeyReturn bool from breakpoint_ops::print_one
2022-03-29 Tom TromeyUnify gdb printf functions
2022-01-01 Joel BrobeckerCopyright Year update after running gdb/copyright.py
2021-11-22 Simon Marchigdb: pass more const target_waitstatus by reference
2021-11-08 Simon Marchigdb: remove bpstat typedef, rename bpstats to bpstat
2021-10-21 Simon Marchigdb, gdbserver: make target_waitstatus safe
2021-10-20 Tom TromeyUse std::string in print_one_catch_syscall
2021-08-31 Simon Marchigdb: remove breakpoint_find_if
2021-06-26 Simon Marchigdb: add context getter/setter to cmd_list_element
2021-04-24 Simon Marchigdbsupport, gdb: give names to observers
2021-02-05 Tom de Vries[gdb/breakpoints] Fix segfault for catch syscall -1
2021-01-01 Joel BrobeckerUpdate copyright year range in all GDB files
2020-11-02 Simon Marchigdb, gdbserver, gdbsupport: fix leading space vs tabs...
2020-01-13 Simon Marchigdb: add back declarations for _initialize functions
2020-01-10 Pedro AlvesMulti-target support
2020-01-10 Pedro AlvesSome get_last_target_status tweaks
2020-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2019-10-01 Tom TromeyIntroduce metadata style
2019-07-17 Tom TromeyRename field_int to field_signed
2019-05-08 Tom TromeyConvert break-catch-syscall.c to type-safe registry API
2019-04-06 Tom TromeyRevert the header-sorting patch
2019-04-06 Tom TromeySort includes for files gdb/[a-f]*.[chyl].
2019-01-01 Philippe WaroquiersFix leak in print_one_catch_syscall.
2019-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2018-12-13 John BaldwinAdd an optional "alias" attribute to syscall entries.
2018-12-13 John BaldwinChange get_syscalls_by_group to append to an existing...
2018-07-03 Tom TromeyRemove ptid_get_pid
2018-03-19 Tom TromeyConvert observers to C++
2018-01-02 Joel BrobeckerUpdate copyright year range in all GDB files
2017-12-06 Pedro Alvestarget_set_syscall_catchpoint, use gdb::array_view...
2017-12-06 Simon MarchiFix syscall group completion
2017-12-05 Simon MarchiRemove some unused variables
2017-11-07 Tom TromeyConstify add_setshow_*
2017-10-26 Yao Qiconst-fy breakpoint_ops->breakpoint_hit parameter aspace
2017-10-19 Tom TromeyRemove cleanups from break-catch-syscall.c
2017-09-09 John BaldwinRemove unnecessary function prototypes.
2017-08-22 Tom TromeyChange install_breakpoint to take a std::unique_ptr
2017-08-14 Tom TromeyUse std::move in a few places
2017-07-22 Tom TromeyUse std::vector in struct catch_syscall_inferior_data
2017-07-22 Tom TromeyUse std::vector in syscall_catchpoint
2017-07-17 Pedro AlvesIntroduce class completion_tracker & rewrite completion...
2017-06-02 Simon MarchiC++ify breakpoint class hierarchy (destructors only)
2017-01-01 Joel Brobeckerupdate copyright year range in GDB files
2016-12-22 Simon MarchiClass-ify ui_out
2016-11-08 Pedro Alves'struct expression *' -> gdb::unique_xmalloc_ptr<expres...
2016-08-10 Pedro AlvesPlumb enum remove_bp_reason all the way to target_remov...
2016-07-23 Gabriel Krisman... Implement catch syscall group
2016-01-18 Pedro AlvesFix PR threads/19422 - show which thread caused stop
2016-01-01 Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-09-25 Simon MarchiAdd some more casts (1/2)
2015-03-11 Sergio Durigan JuniorCreate gdb/break-catch-syscall.c