Age | Commit message (Expand) | Author | Files | Lines |
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 |