Age | Commit message (Expand) | Author | Files | Lines |
2022-11-19 | Show locno for 'multi location' breakpoint hit msg+conv var $_hit_bbnum $_hit... | Philippe Waroquiers | 1 | -1/+1 |
2022-07-28 | Rewrite registry.h | Tom Tromey | 1 | -1/+1 |
2022-05-20 | Make catchpoint inherit breakpoint, eliminate init_raw_breakpoint | Pedro Alves | 1 | -3/+3 |
2022-05-07 | Fix "catch syscall" | Tom Tromey | 1 | -4/+5 |
2022-05-06 | Introduce catchpoint class | Tom Tromey | 1 | -1/+0 |
2022-05-06 | Remove init_raw_breakpoint_without_location | Tom Tromey | 1 | -3/+4 |
2022-05-06 | Add constructor to syscall_catchpoint | Tom Tromey | 1 | -2/+7 |
2022-05-06 | Constify breakpoint::print_recreate | Tom Tromey | 1 | -2/+2 |
2022-05-06 | Constify breakpoint::print_mention | Tom Tromey | 1 | -2/+2 |
2022-05-06 | Constify breakpoint::print_one | Tom Tromey | 1 | -2/+2 |
2022-05-06 | Constify breakpoint::print_it | Tom Tromey | 1 | -2/+2 |
2022-05-06 | Change print_recreate_thread to a method | Tom Tromey | 1 | -1/+1 |
2022-04-29 | Remove breakpoint_ops from init_catchpoint | Tom Tromey | 1 | -2/+1 |
2022-04-29 | Convert break-catch-syscall to vtable ops | Tom Tromey | 1 | -93/+64 |
2022-04-29 | Return bool from breakpoint_ops::print_one | Tom Tromey | 1 | -1/+3 |
2022-03-29 | Unify gdb printf functions | Tom Tromey | 1 | -10/+10 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 1 | -1/+1 |
2021-11-22 | gdb: pass more const target_waitstatus by reference | Simon Marchi | 1 | -4/+4 |
2021-11-08 | gdb: remove bpstat typedef, rename bpstats to bpstat | Simon Marchi | 1 | -1/+1 |
2021-10-21 | gdb, gdbserver: make target_waitstatus safe | Simon Marchi | 1 | -7/+7 |
2021-10-20 | Use std::string in print_one_catch_syscall | Tom Tromey | 1 | -13/+9 |
2021-08-31 | gdb: remove breakpoint_find_if | Simon Marchi | 1 | -14/+12 |
2021-06-25 | gdb: add context getter/setter to cmd_list_element | Simon Marchi | 1 | -1/+2 |
2021-04-24 | gdbsupport, gdb: give names to observers | Simon Marchi | 1 | -1/+2 |
2021-02-05 | [gdb/breakpoints] Fix segfault for catch syscall -1 | Tom de Vries | 1 | -0/+2 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-11-02 | gdb, gdbserver, gdbsupport: fix leading space vs tabs issues | Simon Marchi | 1 | -26/+26 |
2020-01-13 | gdb: add back declarations for _initialize functions | Simon Marchi | 1 | -1/+2 |
2020-01-10 | Multi-target support | Pedro Alves | 1 | -1/+1 |
2020-01-10 | Some get_last_target_status tweaks | Pedro Alves | 1 | -2/+1 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-10-01 | Introduce metadata style | Tom Tromey | 1 | -1/+2 |
2019-07-17 | Rename field_int to field_signed | Tom Tromey | 1 | -2/+2 |
2019-05-08 | Convert break-catch-syscall.c to type-safe registry API | Tom Tromey | 1 | -20/+5 |
2019-04-06 | Revert the header-sorting patch | Tom Tromey | 1 | -8/+4 |
2019-04-05 | Sort includes for files gdb/[a-f]*.[chyl]. | Tom Tromey | 1 | -4/+8 |
2019-01-01 | Fix leak in print_one_catch_syscall. | Philippe Waroquiers | 1 | -5/+6 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-12-13 | Add an optional "alias" attribute to syscall entries. | John Baldwin | 1 | -8/+3 |
2018-12-13 | Change get_syscalls_by_group to append to an existing vector of integers. | John Baldwin | 1 | -13/+1 |
2018-07-03 | Remove ptid_get_pid | Tom Tromey | 1 | -2/+2 |
2018-03-19 | Convert observers to C++ | Tom Tromey | 1 | -2/+2 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-12-06 | target_set_syscall_catchpoint, use gdb::array_view and bool | Pedro Alves | 1 | -4/+2 |
2017-12-06 | Fix syscall group completion | Simon Marchi | 1 | -8/+4 |
2017-12-05 | Remove some unused variables | Simon Marchi | 1 | -3/+0 |
2017-11-07 | Constify add_setshow_* | Tom Tromey | 1 | -2/+2 |
2017-10-26 | const-fy breakpoint_ops->breakpoint_hit parameter aspace | Yao Qi | 1 | -1/+1 |
2017-10-19 | Remove cleanups from break-catch-syscall.c | Tom Tromey | 1 | -17/+18 |
2017-09-09 | Remove unnecessary function prototypes. | John Baldwin | 1 | -2/+0 |