summaryrefslogtreecommitdiff
path: root/gdb/guile/scm-breakpoint.c
Commit message (Expand)AuthorAgeFilesLines
* the patchusers/tromey/sort-includesTom Tromey2019-03-301-6/+12
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Eliminate remaining gdb/guile cleanupsPedro Alves2018-07-191-18/+8
* Convert observers to C++Tom Tromey2018-03-191-3/+3
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Remove some unused variablesSimon Marchi2017-12-051-1/+0
* Make "break foo" find "A::foo", A::B::foo", etc. [C++ and wild matching]Pedro Alves2017-11-291-2/+4
* Move code out of 'between TRY and CATCH'Pedro Alves2017-10-041-1/+2
* Constify some linespec functionsTom Tromey2017-09-271-1/+1
* Change breakpoint event locations to event_location_upTom Tromey2017-04-121-2/+2
* Introduce event_location_upTom Tromey2017-04-121-6/+3
* -Wwrite-strings: The RestPedro Alves2017-04-051-2/+1
* Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves2017-02-021-9/+3
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Class-ify ui_outSimon Marchi2016-12-221-2/+2
* Use ui_file_as_string in gdb/guile/Pedro Alves2016-11-081-4/+2
* Use string_to_event_location_basic in guile.Keith Seitz2016-02-091-2/+2
* Per-inferior/Inferior-qualified thread IDsPedro Alves2016-01-131-4/+4
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Add scm_t_dynwind_flags castsSimon Marchi2015-10-271-1/+1
* Add some more casts (1/2)Simon Marchi2015-09-251-1/+1
* guile: Add as_a_scm_t_subrPedro Alves2015-09-071-28/+43
* Explicit locations: use new location APIKeith Seitz2015-08-111-6/+17
* Mostly trivial enum fixesSimon Marchi2015-07-311-2/+2
* Split TRY_CATCH into TRY + CATCHPedro Alves2015-03-071-24/+55
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* make "permanent breakpoints" per location and disableablePedro Alves2014-11-121-1/+0
* Remove spurious exceptions.h inclusionsGary Benson2014-10-081-1/+0
* Split create-breakpoint! into make-breakpoint, register-breakpoint!.Doug Evans2014-06-041-30/+141
* remove unnecessary smob mark/free functionsAndy Wingo2014-05-261-14/+0
* gdb smob cleanupsAndy Wingo2014-05-261-4/+1
* * scm-breakpoint.c (breakpoint_functions): Fix typo.Doug Evans2014-05-211-1/+1
* Add Guile as an extension language.Doug Evans2014-02-091-0/+1200