Age | Commit message (Expand) | Author | Files | Lines |
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 |
2017-08-22 | Change install_breakpoint to take a std::unique_ptr | Tom Tromey | 1 | -4/+3 |
2017-08-14 | Use std::move in a few places | Tom Tromey | 1 | -1/+1 |
2017-07-22 | Use std::vector in struct catch_syscall_inferior_data | Tom Tromey | 1 | -31/+16 |
2017-07-22 | Use std::vector in syscall_catchpoint | Tom Tromey | 1 | -79/+36 |
2017-07-17 | Introduce class completion_tracker & rewrite completion<->readline interaction | Pedro Alves | 1 | -16/+9 |
2017-06-02 | C++ify breakpoint class hierarchy (destructors only) | Simon Marchi | 1 | -18/+8 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-12-22 | Class-ify ui_out | Simon Marchi | 1 | -20/+20 |
2016-11-08 | 'struct expression *' -> gdb::unique_xmalloc_ptr<expression> | Pedro Alves | 1 | -1/+1 |
2016-08-10 | Plumb enum remove_bp_reason all the way to target_remove_breakpoint | Pedro Alves | 1 | -1/+1 |
2016-07-23 | Implement catch syscall group | Gabriel Krisman Bertazi | 1 | -14/+89 |
2016-01-18 | Fix PR threads/19422 - show which thread caused stop | Pedro Alves | 1 | -2/+3 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-09-25 | Add some more casts (1/2) | Simon Marchi | 1 | -1/+2 |
2015-03-11 | Create gdb/break-catch-syscall.c | Sergio Durigan Junior | 1 | -0/+659 |