]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/debuginfod-support.c
Update copyright year range in header of all files managed by GDB
[thirdparty/binutils-gdb.git] / gdb / debuginfod-support.c
2024-01-12  Andrew BurgessUpdate copyright year range in header of all files...
2023-11-21  Lancelot Sixgdb: Remove uses of gdb::to_string (const std::string_v...
2023-11-21  Lancelot Sixgdb: Use std::string_view instead of gdb::string_view
2023-11-21  Lancelot Sixgdb: Replace gdb::optional with std::optional
2023-10-02  Aaron Mereygdb: Add command 'maint set/show debuginfod download...
2023-10-02  Aaron Mereygdb/debuginfod: Add debuginfod_section_query
2023-06-09  Andrew Burgessgdb/debuginfod: cleanup debuginfod earlier
2023-03-20  Tom TromeyMake ui_out::do_progress_end 'private'
2023-01-01  Joel BrobeckerUpdate copyright year range in header of all files...
2022-11-10  Aaron Mereygdb/debuginfod: Improve progress updates
2022-07-15  Aaron Mereygdb-add-index always generates an error when libdebugin...
2022-06-15  Mark Wielaardgdb: Always suppress stringop-overread warning in debug...
2022-05-12  Mark Wielaardgdb: Workaround stringop-overread warning in debuginfod...
2022-05-04  Mark Wielaardgdb: Workaround stringop-overread warning in debuginfod...
2022-05-02  Aaron Mereygdb/debuginfod: Whitespace-only URL should disable...
2022-04-20  Aaron Mereygdb/debuginfod: Prevent out_of_range exception
2022-04-01  Aaron Mereygdb/debuginfod-support.c: Always display debuginfod...
2022-04-01  Tom TromeyStyle URLs in GDB output
2022-03-29  Tom TromeyUnify gdb printf functions
2022-03-24  Aaron MereyRemove download size from debuginfod progress messages...
2022-03-21  Aaron MereyPR gdb/27570: missing support for debuginfod in core_ta...
2022-03-10  Tom TromeySimplify the ui-out progress API
2022-03-08  Aaron MereyPR gdb/27876 - debuginfod-downloaded source files don...
2022-01-01  Joel BrobeckerAutomatic Copyright Year update after running gdb/copyr...
2021-12-29  Tom TromeyUse filtered output in show callbacks
2021-12-29  Tom TromeyConsistently Use ui_file parameter to show callbacks
2021-11-29  Aaron Merey[PR gdb/27026] CTRL-C is ignored when debug info is...
2021-11-16  Simon Marchigdb: rework "set debuginfod" commands
2021-10-31  Tom TromeyFix unittest.exp failure due to 'set debuginfod' addition
2021-10-30  Aaron Mereygdb: add set/show commands for managing debuginfod
2021-05-07  Aaron Mereydebuginfod-support.c: Use long-lived debuginfod_client
2021-01-01  Joel BrobeckerUpdate copyright year range in all GDB files
2020-12-16  Martin Liska[gdb] Print progress for debuginfod
2020-11-23  Tom de Vries[gdb] Don't return non-existing path in debuginfod_sour...
2020-11-18  Tom de Vries[gdb] Improve early exits for env var in debuginfod...
2020-09-15  Simon Marchigdb: introduce debuginfod_client_up type
2020-09-15  Simon Marchigdb: use make_unique_xstrdup in debuginfod-support.c
2020-08-13  Aaron Mereydebuginfod-support.c: Replace globals with user_data
2020-03-02  Jon Turneygdb: Move defs.h before any system header in debuginfod...
2020-02-26  Aaron MereyAdd debuginfod support to GDB