aboutsummaryrefslogtreecommitdiff
path: root/gdb/guile
AgeCommit message (Expand)AuthorFilesLines
2025-06-26Change file initialization to use INIT_GDB_FILE macroTom Tromey1-3/+1
2025-06-06gdb/guile: fix memory leak in gdbscm_parse_command_nameAndrew Burgess1-0/+8
2025-06-06gdb/python/guile: remove some explicit calls to xmallocAndrew Burgess1-6/+5
2025-06-04gdb/python/guile: fix segfault from nested prefix command creationAndrew Burgess2-13/+26
2025-06-03gdb/python/guile: user created prefix commands get help listAndrew Burgess1-7/+35
2025-05-13gdb/guile: generate general description string for parametersAndrew Burgess1-6/+17
2025-05-13gdb/guile: improve auto-generated strings for parametersAndrew Burgess1-6/+22
2025-05-13gdb/python/guile: check for invalid prefixes in Command/Parameter creationAndrew Burgess1-1/+1
2025-05-06gdb/python/guile: check if styling is disabled in Color.escape_sequenceAndrew Burgess1-2/+9
2025-04-29[gdb] Handle nullptr gdb_std{err,out} in {gdbpy,ioscm}_flushTom de Vries1-2/+8
2025-04-08Update copyright dates to include 2025Tom Tromey36-36/+36
2025-04-03Make gdb/guile codespell-cleanTom Tromey1-1/+1
2025-03-17Fix Guile pretty printer display hintsLucy Kingsbury1-2/+2
2025-03-06[gdb/guile] Fix typosTom de Vries2-2/+2
2025-01-28[gdb/guile] Use SCM_DEBUG_TYPING_STRICTNESS 0Tom de Vries1-11/+18
2025-01-12Add an option with a color type.Andrei Pikas4-3/+467
2025-01-10[gdb/build, c++20] Fix build with gcc 10Tom de Vries1-1/+7
2024-12-18Run check-include-guards.pyTom Tromey2-6/+6
2024-11-25Convert type copying to new hash tableSimon Marchi3-6/+6
2024-11-23[gdb/contrib] Add two rules in common-misspellings.txtTom de Vries2-3/+3
2024-10-21gdb/guile: add get-basic-typeAndrew Burgess1-0/+19
2024-10-19[gdb/guile, c++20] Work around Werror=volatile in libguile.hTom de Vries1-1/+8
2024-09-07gdb: split apart two different types of filename completionAndrew Burgess1-1/+1
2024-08-14btrace, python: Enable ptwrite filter registration.Felix Willgerodt1-0/+1
2024-07-16gdb, gdbserver, gdbsupport: use [[noreturn]] instead of ATTRIBUTE_NORETURNSimon Marchi1-14/+14
2024-07-15gdb: make objfile::pspace privateSimon Marchi1-1/+1
2024-04-25gdb: remove gdbcmd.hSimon Marchi5-5/+3
2024-03-26gdb, gdbserver, gdbsupport: remove includes of early headersSimon Marchi25-25/+0
2024-02-27Add extension_language_ops::shutdownTom Tromey1-0/+1
2024-01-29gdb: Use SYM_DOMAIN instead of DOMAIN when calling sym-domains.defLancelot SIX1-2/+2
2024-01-28Use domain_search_flags in lookup_symbol et alTom Tromey2-8/+11
2024-01-28Use a .def file for domain_enumTom Tromey1-8/+10
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess35-35/+35
2023-12-14gdb: change value_of_register and value_of_register_lazy to take the next frameSimon Marchi1-1/+2
2023-11-21gdb: Replace gdb::optional with std::optionalLancelot Six1-2/+2
2023-10-05gdb: add program_space parameters to some auto-load functionsSimon Marchi1-1/+2
2023-09-20Remove explanatory comments from includesTom Tromey6-8/+8
2023-09-19Use gdb::checked_static_cast for watchpointsTom Tromey1-2/+1
2023-08-31gdb: remove FIELD_ARTIFICIALSimon Marchi1-1/+1
2023-08-17gdb: add inferior-specific breakpointsAndrew Burgess1-1/+6
2023-08-14[gdb/build] Fix enum param_types odr violationTom de Vries1-5/+5
2023-06-05gdb: building inferior strings from within GDBAndrew Burgess1-3/+1
2023-06-03[gdb] Fix typosTom de Vries1-1/+1
2023-06-03[gdb/guile] Fix doc string for value-optimized-out?Tom de Vries1-1/+1
2023-05-25gdb: remove breakpoint_pointer_iteratorSimon Marchi1-2/+2
2023-05-12Add dynamic_prop::is_constantTom Tromey1-2/+2
2023-05-01gdb: move struct ui and related things to ui.{c,h}Simon Marchi2-1/+2
2023-03-09gdb, gdbserver, gdbsupport: fix whitespace issuesSimon Marchi1-1/+1
2023-02-27Guile QUIT processing updatesKevin Buettner4-0/+20
2023-02-19Convert explicit iterator uses to foreachTom Tromey1-6/+1