gdb: add inferior-specific breakpoints
[binutils-gdb.git] / gdb / guile / scm-breakpoint.c
2023-08-17 Andrew Burgessgdb: add inferior-specific breakpoints
2023-05-25 Simon Marchigdb: remove breakpoint_pointer_iterator
2023-02-12 Andrew Burgessgdb: use -1 for breakpoint::task default value
2023-02-12 Andrew Burgessgdb: only allow one of thread or task on breakpoints...
2023-01-01 Joel BrobeckerUpdate copyright year range in header of all files...
2022-08-31 Tom TromeyUse ui_out_redirect_pop in more places
2022-06-17 Pedro AlvesConvert location_spec_to_string to a method
2022-06-17 Pedro Alvesevent_location -> location_spec
2022-04-04 Pedro AlvesAvoid undefined behavior in gdbscm_make_breakpoint
2022-01-01 Joel BrobeckerCopyright Year update after running gdb/copyright.py
2021-11-16 Andrew Burgessgdb/gdbsupport: make xstrprintf and xstrvprintf return...
2021-10-20 Tom TromeyUse unique_xmalloc_ptr in breakpoint
2021-10-20 Tom TromeyUse unique_xmalloc_ptr in watchpoint
2021-07-29 George BarrettGuile: temporary breakpoints
2021-06-25 Andrew Burgessgdb/guile: allow for catchpoint type breakpoints in...
2021-06-25 Andrew Burgessgdb/guile: improve the errors when creating breakpoints
2021-05-27 Simon Marchigdb: remove iterate_over_breakpoints function
2021-05-06 Andrew Burgessgdb/guile: don't try to print location for watchpoints
2021-04-24 Simon Marchigdbsupport, gdb: give names to observers
2021-04-21 Tankut Baris Aktemurgdb/breakpoint: add a 'force_condition' parameter to...
2021-01-01 Joel BrobeckerUpdate copyright year range in all GDB files
2020-10-27 Tankut Baris Aktemurgdb/breakpoint: add flags to 'condition' and 'break...
2020-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2019-12-09 George BarrettFix scripted probe breakpoints
2019-10-15 Christian BiesingerChange iterate_over_breakpoints to take a function_view
2019-04-25 Tom TromeyAvoid undefined behavior in Guile exception handling
2019-04-25 Tom TromeyRemove exception_none
2019-04-08 Tom TromeyRename gdb exception types
2019-04-08 Tom TromeyRewrite TRY/CATCH
2019-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2018-07-19 Pedro AlvesEliminate remaining gdb/guile cleanups
2018-03-19 Tom TromeyConvert observers to C++
2018-01-02 Joel BrobeckerUpdate copyright year range in all GDB files
2017-12-05 Simon MarchiRemove some unused variables
2017-11-29 Pedro AlvesMake "break foo" find "A::foo", A::B::foo", etc. [C...
2017-10-04 Pedro AlvesMove code out of 'between TRY and CATCH'
2017-09-27 Tom TromeyConstify some linespec functions
2017-04-12 Tom TromeyChange breakpoint event locations to event_location_up
2017-04-12 Tom TromeyIntroduce event_location_up
2017-04-05 Pedro Alves-Wwrite-strings: The Rest
2017-02-02 Pedro AlvesEliminate make_cleanup_ui_file_delete / make ui_file...
2017-01-01 Joel Brobeckerupdate copyright year range in GDB files
2016-12-22 Simon MarchiClass-ify ui_out
2016-11-08 Pedro AlvesUse ui_file_as_string in gdb/guile/
2016-02-09 Keith SeitzUse string_to_event_location_basic in guile.
2016-01-13 Pedro AlvesPer-inferior/Inferior-qualified thread IDs
2016-01-01 Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-10-27 Simon MarchiAdd scm_t_dynwind_flags casts
2015-09-25 Simon MarchiAdd some more casts (1/2)
2015-09-07 Pedro Alvesguile: Add as_a_scm_t_subr
2015-08-12 Keith SeitzExplicit locations: use new location API
2015-07-31 Simon MarchiMostly trivial enum fixes
2015-03-07 Pedro AlvesSplit TRY_CATCH into TRY + CATCH
2015-01-01 Joel BrobeckerUpdate year range in copyright notice of all files...
2014-11-12 Pedro Alvesmake "permanent breakpoints" per location and disableable
2014-10-08 Gary BensonRemove spurious exceptions.h inclusions
2014-06-05 Doug EvansSplit create-breakpoint! into make-breakpoint, register...
2014-05-27 Andy Wingoremove unnecessary smob mark/free functions
2014-05-27 Andy Wingogdb smob cleanups
2014-05-21 Doug Evans* scm-breakpoint.c (breakpoint_functions): Fix typo.
2014-02-10 Doug EvansAdd Guile as an extension language.