aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary function prototypes.John Baldwin2017-09-091-2/+0
* Change install_breakpoint to take a std::unique_ptrTom Tromey2017-08-221-4/+3
* Use std::move in a few placesTom Tromey2017-08-141-1/+1
* Use std::vector in struct catch_syscall_inferior_dataTom Tromey2017-07-221-31/+16
* Use std::vector in syscall_catchpointTom Tromey2017-07-221-79/+36
* Introduce class completion_tracker & rewrite completion<->readline interactionPedro Alves2017-07-171-16/+9
* C++ify breakpoint class hierarchy (destructors only)Simon Marchi2017-06-021-18/+8
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Class-ify ui_outSimon Marchi2016-12-221-20/+20
* 'struct expression *' -> gdb::unique_xmalloc_ptr<expression>Pedro Alves2016-11-081-1/+1
* Plumb enum remove_bp_reason all the way to target_remove_breakpointPedro Alves2016-08-101-1/+1
* Implement catch syscall groupGabriel Krisman Bertazi2016-07-231-14/+89
* Fix PR threads/19422 - show which thread caused stopPedro Alves2016-01-181-2/+3
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Add some more casts (1/2)Simon Marchi2015-09-251-1/+2
* Create gdb/break-catch-syscall.cSergio Durigan Junior2015-03-111-0/+659