aboutsummaryrefslogtreecommitdiff
path: root/gdb/guile
AgeCommit message (Expand)AuthorFilesLines
2021-05-27gdb: fix some indentation issuesSimon Marchi1-4/+4
2021-05-27gdb: remove iterate_over_breakpoints functionSimon Marchi1-7/+3
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-17gdb: add cmd_list_element::is_prefixSimon Marchi1-1/+1
2021-05-17gdb: rename cmd_list_element::prefixlist to subcommandsSimon Marchi1-2/+2
2021-05-14gdb: fix pretty printing max depth behaviourKent Cheung1-14/+16
2021-05-12Guile: add value-const-valueGeorge Barrett1-0/+23
2021-05-12Guile: add value-{rvalue-,}reference-valueGeorge Barrett1-0/+42
2021-05-12Guile: improved rvalue reference supportGeorge Barrett2-0/+2
2021-05-12gdb: generate the prefix name for prefix commands on demandMarco Barisione2-7/+4
2021-05-09gdb: replace fprint_frame_idAndrew Burgess1-8/+3
2021-05-07gdb/guile: Have gdbscm_safe_source_script return a unique_ptrAndrew Burgess4-15/+8
2021-05-06gdb/guile: don't try to print location for watchpointsAndrew Burgess1-5/+6
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 Burgess9-42/+78
2021-04-24gdbsupport, gdb: give names to observersSimon Marchi1-2/+4
2021-04-22gdb: fix getting range of flexible array member in PythonSimon Marchi1-2/+9
2021-04-21gdb/breakpoint: add a 'force_condition' parameter to 'create_breakpoint'Tankut Baris Aktemur1-1/+1
2021-01-28gdb: rename get_type_arch to type::archSimon Marchi2-2/+2
2021-01-28gdb: rename type::{arch,objfile} -> type::{arch_owner,objfile_owner}Simon Marchi1-2/+2
2021-01-22gdb: remove TYPE_OBJFILE macroSimon Marchi1-2/+2
2021-01-13gdb: bool-ify ext_lang_auto_load_enabled and friendsSimon Marchi2-4/+6
2021-01-01Update copyright year range in all GDB filesJoel Brobecker35-35/+35
2020-12-23gdb: remove some uses of LA_PRINT_STRINGAndrew Burgess1-2/+2
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