aboutsummaryrefslogtreecommitdiff
path: root/gdb/debuginfod-support.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-09gdb/debuginfod: cleanup debuginfod earlierAndrew Burgess1-18/+29
2023-03-20Make ui_out::do_progress_end 'private'Tom Tromey1-44/+57
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-11-10gdb/debuginfod: Improve progress updatesAaron Merey1-43/+73
2022-07-15gdb-add-index always generates an error when libdebuginfod wasn't compiled inAaron Merey1-1/+3
2022-06-15gdb: Always suppress stringop-overread warning in debuginfod-support.cMark Wielaard1-7/+4
2022-05-12gdb: Workaround stringop-overread warning in debuginfod-support.c on powerpc64Mark Wielaard1-5/+5
2022-05-04gdb: Workaround stringop-overread warning in debuginfod-support.c on s390xMark Wielaard1-0/+11
2022-05-02gdb/debuginfod: Whitespace-only URL should disable debuginfodAaron Merey1-3/+4
2022-04-20gdb/debuginfod: Prevent out_of_range exceptionAaron Merey1-3/+4
2022-04-01gdb/debuginfod-support.c: Always display debuginfod errorsAaron Merey1-3/+3
2022-03-31Style URLs in GDB outputTom Tromey1-4/+21
2022-03-29Unify gdb printf functionsTom Tromey1-33/+33
2022-03-24Remove download size from debuginfod progress messages if unavailableAaron Merey1-18/+26
2022-03-21PR gdb/27570: missing support for debuginfod in core_target::build_file_mappingsAaron Merey1-0/+51
2022-03-10Simplify the ui-out progress APITom Tromey1-1/+1
2022-03-08PR gdb/27876 - debuginfod-downloaded source files don't pass proper fullname ...Aaron Merey1-2/+3
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-12-29Use filtered output in show callbacksTom Tromey1-4/+4
2021-12-29Consistently Use ui_file parameter to show callbacksTom Tromey1-2/+3
2021-11-29[PR gdb/27026] CTRL-C is ignored when debug info is downloadedAaron Merey1-0/+15
2021-11-15gdb: rework "set debuginfod" commandsSimon Marchi1-188/+126
2021-10-31Fix unittest.exp failure due to 'set debuginfod' additionTom Tromey1-2/+2
2021-10-29gdb: add set/show commands for managing debuginfodAaron Merey1-8/+268
2021-05-07debuginfod-support.c: Use long-lived debuginfod_clientAaron Merey1-12/+20
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-12-16[gdb] Print progress for debuginfodMartin Liska1-8/+19
2020-11-23[gdb] Don't return non-existing path in debuginfod_source_queryTom de Vries1-2/+4
2020-11-18[gdb] Improve early exits for env var in debuginfod-support.cTom de Vries1-2/+4
2020-09-14gdb: introduce debuginfod_client_up typeSimon Marchi1-11/+24
2020-09-14gdb: use make_unique_xstrdup in debuginfod-support.cSimon Marchi1-1/+1
2020-08-13debuginfod-support.c: Replace globals with user_dataAaron Merey1-16/+22
2020-03-02gdb: Move defs.h before any system header in debuginfod-support.cJon Turney1-1/+1
2020-02-26Add debuginfod support to GDBAaron Merey1-0/+155