aboutsummaryrefslogtreecommitdiff
path: root/gdb/guile/guile.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-09-07guile: Add as_a_scm_t_subrPedro Alves1-6/+7
2015-03-11[guile] Run finalizers from GDB threadAndy Wingo1-0/+11
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves1-2/+8
2015-02-27Exported const objectsPedro Alves1-1/+1
2015-02-11Fix redefinition errors in C++ modeTom Tromey1-4/+4
2015-01-31Add support for inlining scripts into .debug_gdb_scripts.Doug Evans1-0/+1
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-09-08Fix for PR 17247: Block SIGCHLD while initializing Guile.Doug Evans1-31/+36
2014-08-07Include string.h in common-defs.hGary Benson1-1/+0
2014-07-27 * guile/guile.c (gdbscm_execute_gdb_command): Fix typo in comment.Doug Evans1-1/+1
2014-07-26PR guile/17146Doug Evans1-17/+107
2014-07-26PR guile/17146 preparatory work.Doug Evans1-1/+1
2014-07-26PR 17185Doug Evans1-0/+15
2014-06-13make calls to help_list use enumeratorTom Tromey1-1/+1
2014-06-06Add support for guile 2.0.5.Doug Evans1-4/+36
2014-06-03Add parameter support for Guile.Doug Evans1-0/+1
2014-06-03Add command support for Guile.Doug Evans1-0/+1
2014-06-02Add progspace support for Guile.Doug Evans1-0/+1