gdb: add inferior-specific breakpoints
[binutils-gdb.git] / gdb / guile / guile.c
2023-05-01 Simon Marchigdb: move struct ui and related things to ui.{c,h}
2023-01-01 Joel BrobeckerUpdate copyright year range in header of all files...
2022-07-08 Ludovic Courtès[gdb/build] Handle deprecation of scm_install_gmp_memor...
2022-06-15 Andrew Burgessgdb: add extension language print_insn hook
2022-03-29 Tom TromeyUnify gdb printf functions
2022-01-01 Joel BrobeckerCopyright Year update after running gdb/copyright.py
2021-10-28 Simon Marchigdb: add add_setshow_prefix_cmd
2021-10-09 Tom de Vries[gdb] Make execute_command_to_string return string...
2021-05-27 Simon Marchigdb: remove add_alias_cmd overload that accepts a string
2021-05-27 Simon Marchigdb: make add_info_alias accept target as a cmd_list_el...
2021-05-27 Simon Marchigdb: make add_com_alias accept target as a cmd_list_element
2021-05-12 Marco Barisionegdb: generate the prefix name for prefix commands on...
2021-05-07 Andrew Burgessgdb/guile: Have gdbscm_safe_source_script return a...
2021-05-04 Tom de Vries[gdb/guile] Don't allow libguile to change libgmp mem fns
2021-04-28 Andrew Burgessgdb: extension languages finish_initialization to initi...
2021-04-28 Andrew Burgessgdb delay guile initialization until gdbscm_finish_init...
2021-01-01 Joel BrobeckerUpdate copyright year range in all GDB files
2020-04-17 Tom TromeyReplace most calls to help_list and cmd_show_list
2020-01-13 Simon Marchigdb: add back declarations for _initialize functions
2020-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2019-11-26 Tom TromeyAdd RAII class for blocking gdb signals
2019-10-09 Christian BiesingerMark guile_{extension_,}script_ops as static
2019-09-11 Christian BiesingerMake relocate_{path,gdb_directory} return std::string
2019-07-09 Tom TromeyRename common to gdbsupport
2019-06-10 Tom TromeyRemove newlines from warnings
2019-04-28 Philippe WaroquiersFollow-up to Support style in 'frame|thread apply'
2019-01-25 Tom TromeyNormalize includes to use common/
2019-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2018-09-17 Simon Marchipython: Make gdb.execute("show commands") work (PR...
2018-07-22 Tom TromeyUnused variable fixes related to conditional compilation
2018-07-18 Pedro AlvesEliminate cleanup in gdbscm_execute_gdb_command
2018-07-17 Tom TromeyReturn unique_xmalloc_ptr from gdbscm_safe_eval_string
2018-05-04 Tom TromeyUse counted_command_line everywhere
2018-01-02 Joel BrobeckerUpdate copyright year range in all GDB files
2017-12-05 Simon MarchiRemove some unused variables
2017-11-07 Tom TromeyConstify add_com
2017-10-11 Tom TromeyConstify add_prefix_cmd
2017-09-09 John BaldwinRemove unnecessary function prototypes.
2017-04-12 Tom TromeyUse scoped_restore in more places
2017-04-12 Tom TromeyIntroduce command_line_up
2017-01-11 Tom TromeyRemove cleanups from execute_gdb_command
2017-01-01 Joel Brobeckerupdate copyright year range in GDB files
2016-11-08 Pedro AlvesUse ui_file_as_string in execute_command_to_string
2016-10-06 Pedro Alvesgdb: Remove some C compiler support leftovers
2016-06-21 Pedro AlvesMake the interpreters be per UI
2016-04-21 Pedro AlvesAdd missing sentinel 'char *' casts in concat/reconcat...
2016-04-12 Pedro AlvesEliminate clear_quit_flag
2016-01-01 Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-09-25 Simon MarchiAdd casts to memory allocation related calls
2015-09-07 Pedro Alvesguile: Add as_a_scm_t_subr
2015-03-11 Andy Wingo[guile] Run finalizers from GDB thread
2015-03-07 Pedro AlvesSplit TRY_CATCH into TRY + CATCH
2015-02-27 Pedro AlvesExported const objects
2015-02-11 Tom TromeyFix redefinition errors in C++ mode
2015-01-31 Doug EvansAdd support for inlining scripts into .debug_gdb_scripts.
2015-01-01 Joel BrobeckerUpdate year range in copyright notice of all files...
2014-09-09 Doug EvansFix for PR 17247: Block SIGCHLD while initializing...
2014-08-07 Gary BensonInclude string.h in common-defs.h
2014-07-27 Doug Evans * guile/guile.c (gdbscm_execute_gdb_command): Fix...
2014-07-27 Doug EvansPR guile/17146
2014-07-27 Doug EvansPR guile/17146 preparatory work.
2014-07-26 Doug EvansPR 17185
2014-06-13 Tom Tromeymake calls to help_list use enumerator
2014-06-06 Doug EvansAdd support for guile 2.0.5.
2014-06-03 Doug EvansAdd parameter support for Guile.
2014-06-03 Doug EvansAdd command support for Guile.
2014-06-03 Doug EvansAdd progspace support for Guile.
2014-03-11 Doug Evans * guile/guile.c (call_initialize_gdb_module): New...
2014-02-10 Doug EvansAdd Guile as an extension language.