aboutsummaryrefslogtreecommitdiff
path: root/gdb/break-catch-syscall.c
AgeCommit message (Expand)AuthorFilesLines
2017-07-17Introduce class completion_tracker & rewrite completion<->readline interactionPedro Alves1-16/+9
2017-06-02C++ify breakpoint class hierarchy (destructors only)Simon Marchi1-18/+8
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-12-22Class-ify ui_outSimon Marchi1-20/+20
2016-11-08'struct expression *' -> gdb::unique_xmalloc_ptr<expression>Pedro Alves1-1/+1
2016-08-10Plumb enum remove_bp_reason all the way to target_remove_breakpointPedro Alves1-1/+1
2016-07-23Implement catch syscall groupGabriel Krisman Bertazi1-14/+89
2016-01-18Fix PR threads/19422 - show which thread caused stopPedro Alves1-2/+3
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-09-25Add some more casts (1/2)Simon Marchi1-1/+2
2015-03-11Create gdb/break-catch-syscall.cSergio Durigan Junior1-0/+659