aboutsummaryrefslogtreecommitdiff
path: root/gdb/guile/guile.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2023-05-01gdb: move struct ui and related things to ui.{c,h}Simon Marchi1-0/+1
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-07-08[gdb/build] Handle deprecation of scm_install_gmp_memory_functionsLudovic Courtès1-0/+10
2022-06-15gdb: add extension language print_insn hookAndrew Burgess1-1/+5
2022-03-29Unify gdb printf functionsTom Tromey1-3/+3
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-10-28gdb: add add_setshow_prefix_cmdSimon Marchi1-11/+11
2021-10-09[gdb] Make execute_command_to_string return string on throwTom de Vries1-1/+1
2021-05-27gdb: remove add_alias_cmd overload that accepts a stringSimon Marchi1-9/+11
2021-05-27gdb: make add_info_alias accept target as a cmd_list_elementSimon Marchi1-4/+5
2021-05-27gdb: make add_com_alias accept target as a cmd_list_elementSimon Marchi1-4/+4
2021-05-12gdb: generate the prefix name for prefix commands on demandMarco Barisione1-6/+3
2021-05-07gdb/guile: Have gdbscm_safe_source_script return a unique_ptrAndrew Burgess1-5/+2
2021-05-04[gdb/guile] Don't allow libguile to change libgmp mem fnsTom de Vries1-0/+16
2021-04-28gdb: extension languages finish_initialization to initializeAndrew Burgess1-7/+5
2021-04-28gdb delay guile initialization until gdbscm_finish_initializationAndrew Burgess1-39/+35
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-04-17Replace most calls to help_list and cmd_show_listTom Tromey1-39/+12
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi1-1/+2
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-11-26Add RAII class for blocking gdb signalsTom Tromey1-18/+10
2019-10-09Mark guile_{extension_,}script_ops as staticChristian Biesinger1-29/+26
2019-09-11Make relocate_{path,gdb_directory} return std::stringChristian Biesinger1-2/+3
2019-07-09Rename common to gdbsupportTom Tromey1-1/+1
2019-06-10Remove newlines from warningsTom Tromey1-1/+1
2019-04-28Follow-up to Support style in 'frame|thread apply'Philippe Waroquiers1-1/+1
2019-01-25Normalize includes to use common/Tom Tromey1-1/+1
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-09-17python: Make gdb.execute("show commands") work (PR 23669)Simon Marchi1-1/+4
2018-07-22Unused variable fixes related to conditional compilationTom Tromey1-0/+2
2018-07-18Eliminate cleanup in gdbscm_execute_gdb_commandPedro Alves1-21/+8
2018-07-17Return unique_xmalloc_ptr from gdbscm_safe_eval_stringTom Tromey1-18/+5
2018-05-04Use counted_command_line everywhereTom Tromey1-4/+4
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-12-05Remove some unused variablesSimon Marchi1-1/+0
2017-11-07Constify add_comTom Tromey1-4/+4
2017-10-11Constify add_prefix_cmdTom Tromey1-3/+3
2017-09-09Remove unnecessary function prototypes.John Baldwin1-3/+0
2017-04-12Use scoped_restore in more placesTom Tromey1-18/+6
2017-04-12Introduce command_line_upTom Tromey1-7/+4
2017-01-10Remove cleanups from execute_gdb_commandTom Tromey1-1/+1
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-11-08Use ui_file_as_string in execute_command_to_stringPedro Alves1-12/+6
2016-10-06gdb: Remove some C compiler support leftoversPedro Alves1-1/+1
2016-06-21Make the interpreters be per UIPedro Alves1-7/+7
2016-04-21Add missing sentinel 'char *' casts in concat/reconcat callsPedro Alves1-2/+2
2016-04-12Eliminate clear_quit_flagPedro Alves1-1/+0
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-09-25Add casts to memory allocation related callsSimon Marchi1-1/+1