summaryrefslogtreecommitdiff
path: root/gdb/break-catch-syscall.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* Show locno for 'multi location' breakpoint hit msg+conv var $_hit_bbnum $_hit...Philippe Waroquiers2022-11-191-1/+1
* Rewrite registry.hTom Tromey2022-07-281-1/+1
* Make catchpoint inherit breakpoint, eliminate init_raw_breakpointPedro Alves2022-05-201-3/+3
* Fix "catch syscall"Tom Tromey2022-05-071-4/+5
* Introduce catchpoint classTom Tromey2022-05-061-1/+0
* Remove init_raw_breakpoint_without_locationTom Tromey2022-05-061-3/+4
* Add constructor to syscall_catchpointTom Tromey2022-05-061-2/+7
* Constify breakpoint::print_recreateTom Tromey2022-05-061-2/+2
* Constify breakpoint::print_mentionTom Tromey2022-05-061-2/+2
* Constify breakpoint::print_oneTom Tromey2022-05-061-2/+2
* Constify breakpoint::print_itTom Tromey2022-05-061-2/+2
* Change print_recreate_thread to a methodTom Tromey2022-05-061-1/+1
* Remove breakpoint_ops from init_catchpointTom Tromey2022-04-291-2/+1
* Convert break-catch-syscall to vtable opsTom Tromey2022-04-291-93/+64
* Return bool from breakpoint_ops::print_oneTom Tromey2022-04-291-1/+3
* Unify gdb printf functionsTom Tromey2022-03-291-10/+10
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* gdb: pass more const target_waitstatus by referenceSimon Marchi2021-11-221-4/+4
* gdb: remove bpstat typedef, rename bpstats to bpstatSimon Marchi2021-11-081-1/+1
* gdb, gdbserver: make target_waitstatus safeSimon Marchi2021-10-211-7/+7
* Use std::string in print_one_catch_syscallTom Tromey2021-10-201-13/+9
* gdb: remove breakpoint_find_ifSimon Marchi2021-08-311-14/+12
* gdb: add context getter/setter to cmd_list_elementSimon Marchi2021-06-251-1/+2
* gdbsupport, gdb: give names to observersSimon Marchi2021-04-241-1/+2
* [gdb/breakpoints] Fix segfault for catch syscall -1Tom de Vries2021-02-051-0/+2
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi2020-11-021-26/+26
* 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