aboutsummaryrefslogtreecommitdiff
path: root/gdb/guile
AgeCommit message (Expand)AuthorFilesLines
2020-12-04Remove redundant typedefsTom Tromey17-68/+62
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi8-26/+26
2020-10-27gdb/breakpoint: add flags to 'condition' and 'break' commands to force conditionTankut Baris Aktemur1-1/+1
2020-09-17Use htab_up in type copyingTom Tromey1-5/+2
2020-09-14gdb: remove TYPE_UNSIGNEDSimon Marchi2-4/+4
2020-07-20guile: Add support for Guile 3.0.Ludovic Courtès1-2/+2
2020-07-20guile: Add support for Guile 2.2.Ludovic Courtès1-170/+448
2020-07-12gdb: make type::bounds work for array and string typesSimon Marchi1-3/+0
2020-07-12gdb: remove TYPE_HIGH_BOUND and TYPE_LOW_BOUNDSimon Marchi1-4/+4
2020-06-22default-args: allow to define default arguments for aliasesPhilippe Waroquiers2-4/+4
2020-06-08gdb: remove FIELD_TYPE macroSimon Marchi1-2/+2
2020-06-08gdb: remove TYPE_INDEX_TYPE macroSimon Marchi1-2/+2
2020-05-23gdb: remove TYPE_FIELD macroSimon Marchi1-1/+1
2020-05-22gdb: remove TYPE_FIELDS macroSimon Marchi1-1/+1
2020-05-22gdb: remove TYPE_NFIELDS macroSimon Marchi1-6/+6
2020-05-16gdb: remove TYPE_NAME macroSimon Marchi1-3/+3
2020-05-14gdb: remove TYPE_CODE macroSimon Marchi4-44/+44
2020-05-08Remove ALL_PSPACESTom Tromey1-6/+5
2020-04-17Replace most calls to help_list and cmd_show_listTom Tromey1-39/+12
2020-04-13Move gdb_select.h to gdbsupport/Tom Tromey1-1/+1
2020-03-13Change extension language pretty-printers to use value APITom Tromey3-13/+26
2020-02-11Remove some ui_file_* functionsTom Tromey1-1/+1
2020-02-08Move DWARF code to dwarf2/ subdirectoryTom Tromey1-1/+1
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi1-1/+2
2020-01-01Update copyright year range in all GDB files.Joel Brobecker35-35/+35
2019-12-09Fix scripted probe breakpointsGeorge Barrett1-1/+3
2019-12-05Remove gdbarch parameter of lookup_typenameSimon Marchi1-1/+1
2019-11-30Allow . character as part of command names.Philippe Waroquiers1-4/+1
2019-11-28Remove unused declaratoin from guileTom Tromey1-2/+0
2019-11-26Add RAII class for blocking gdb signalsTom Tromey1-18/+10
2019-11-22Replace SYMBOL_*_NAME accessors with member functionsChristian Biesinger2-5/+5
2019-11-05Remove la_get_string memberTom Tromey1-1/+1
2019-10-26[gdb] Fix more typos in comments (2)Tom de Vries1-1/+1
2019-10-15gdb: Remove vec.{c,h} and update code to not include vec.hAndrew Burgess1-1/+0
2019-10-15Change iterate_over_breakpoints to take a function_viewChristian Biesinger1-9/+7
2019-10-09Mark guile_{extension_,}script_ops as staticChristian Biesinger1-29/+26
2019-09-18Change boolean options to bool instead of intChristian Biesinger2-5/+8
2019-09-11Make relocate_{path,gdb_directory} return std::stringChristian Biesinger1-2/+3
2019-07-09Rename common to gdbsupportTom Tromey4-4/+4
2019-06-10Remove newlines from warningsTom Tromey1-1/+1
2019-06-04Introduce and use make_unique_xstrdupPedro Alves1-1/+1
2019-04-29gdb: Introduce 'print max-depth' featureAndrew Burgess1-1/+18
2019-04-28Follow-up to Support style in 'frame|thread apply'Philippe Waroquiers1-1/+1
2019-04-25Avoid undefined behavior in Guile exception handlingTom Tromey15-82/+219
2019-04-25Remove exception_noneTom Tromey5-7/+7
2019-04-08Rename gdb exception typesTom Tromey15-70/+70
2019-04-08Rewrite TRY/CATCHTom Tromey15-210/+140
2019-04-08Make exceptions use std::string and be self-managingTom Tromey1-1/+1
2019-03-07gdb: Move value_from_host_double into value.c and make more use of itAndrew Burgess2-16/+3
2019-02-07Normalize include guards in gdbTom Tromey2-6/+7