aboutsummaryrefslogtreecommitdiff
path: root/gdb/guile/scm-breakpoint.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-12-22Class-ify ui_outSimon Marchi1-2/+2
2016-11-08Use ui_file_as_string in gdb/guile/Pedro Alves1-4/+2
2016-02-09Use string_to_event_location_basic in guile.Keith Seitz1-2/+2
2016-01-13Per-inferior/Inferior-qualified thread IDsPedro Alves1-4/+4
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-10-27Add scm_t_dynwind_flags castsSimon Marchi1-1/+1
2015-09-25Add some more casts (1/2)Simon Marchi1-1/+1
2015-09-07guile: Add as_a_scm_t_subrPedro Alves1-28/+43
2015-08-11Explicit locations: use new location APIKeith Seitz1-6/+17
2015-07-31Mostly trivial enum fixesSimon Marchi1-2/+2
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves1-24/+55
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-11-12make "permanent breakpoints" per location and disableablePedro Alves1-1/+0
2014-10-08Remove spurious exceptions.h inclusionsGary Benson1-1/+0
2014-06-04Split create-breakpoint! into make-breakpoint, register-breakpoint!.Doug Evans1-30/+141
2014-05-26remove unnecessary smob mark/free functionsAndy Wingo1-14/+0
2014-05-26gdb smob cleanupsAndy Wingo1-4/+1
2014-05-21* scm-breakpoint.c (breakpoint_functions): Fix typo.Doug Evans1-1/+1
2014-02-09Add Guile as an extension language.Doug Evans1-0/+1200