summaryrefslogtreecommitdiff
path: root/gdb/guile/guile.c
Commit message (Expand)AuthorAgeFilesLines
* gdb: move struct ui and related things to ui.{c,h}Simon Marchi2023-05-011-0/+1
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* [gdb/build] Handle deprecation of scm_install_gmp_memory_functionsLudovic Courtès2022-07-081-0/+10
* gdb: add extension language print_insn hookAndrew Burgess2022-06-151-1/+5
* Unify gdb printf functionsTom Tromey2022-03-291-3/+3
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* gdb: add add_setshow_prefix_cmdSimon Marchi2021-10-281-11/+11
* [gdb] Make execute_command_to_string return string on throwTom de Vries2021-10-091-1/+1
* gdb: remove add_alias_cmd overload that accepts a stringSimon Marchi2021-05-271-9/+11
* gdb: make add_info_alias accept target as a cmd_list_elementSimon Marchi2021-05-271-4/+5
* gdb: make add_com_alias accept target as a cmd_list_elementSimon Marchi2021-05-271-4/+4
* gdb: generate the prefix name for prefix commands on demandMarco Barisione2021-05-121-6/+3
* gdb/guile: Have gdbscm_safe_source_script return a unique_ptrAndrew Burgess2021-05-071-5/+2
* [gdb/guile] Don't allow libguile to change libgmp mem fnsTom de Vries2021-05-041-0/+16
* gdb: extension languages finish_initialization to initializeAndrew Burgess2021-04-281-7/+5
* gdb delay guile initialization until gdbscm_finish_initializationAndrew Burgess2021-04-281-39/+35
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* Replace most calls to help_list and cmd_show_listTom Tromey2020-04-171-39/+12
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-131-1/+2
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Add RAII class for blocking gdb signalsTom Tromey2019-11-261-18/+10
* Mark guile_{extension_,}script_ops as staticChristian Biesinger2019-10-091-29/+26
* Make relocate_{path,gdb_directory} return std::stringChristian Biesinger2019-09-111-2/+3
* Rename common to gdbsupportTom Tromey2019-07-091-1/+1
* Remove newlines from warningsTom Tromey2019-06-101-1/+1
* Follow-up to Support style in 'frame|thread apply'Philippe Waroquiers2019-04-281-1/+1
* Normalize includes to use common/Tom Tromey2019-01-251-1/+1
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* python: Make gdb.execute("show commands") work (PR 23669)Simon Marchi2018-09-171-1/+4
* Unused variable fixes related to conditional compilationTom Tromey2018-07-221-0/+2
* Eliminate cleanup in gdbscm_execute_gdb_commandPedro Alves2018-07-181-21/+8
* Return unique_xmalloc_ptr from gdbscm_safe_eval_stringTom Tromey2018-07-171-18/+5
* Use counted_command_line everywhereTom Tromey2018-05-041-4/+4
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Remove some unused variablesSimon Marchi2017-12-051-1/+0
* Constify add_comTom Tromey2017-11-071-4/+4
* Constify add_prefix_cmdTom Tromey2017-10-111-3/+3
* Remove unnecessary function prototypes.John Baldwin2017-09-091-3/+0
* Use scoped_restore in more placesTom Tromey2017-04-121-18/+6
* Introduce command_line_upTom Tromey2017-04-121-7/+4
* Remove cleanups from execute_gdb_commandTom Tromey2017-01-101-1/+1
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Use ui_file_as_string in execute_command_to_stringPedro Alves2016-11-081-12/+6
* gdb: Remove some C compiler support leftoversPedro Alves2016-10-061-1/+1
* Make the interpreters be per UIPedro Alves2016-06-211-7/+7
* Add missing sentinel 'char *' casts in concat/reconcat callsPedro Alves2016-04-211-2/+2
* Eliminate clear_quit_flagPedro Alves2016-04-121-1/+0
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Add casts to memory allocation related callsSimon Marchi2015-09-251-1/+1
* guile: Add as_a_scm_t_subrPedro Alves2015-09-071-6/+7