aboutsummaryrefslogtreecommitdiff
path: root/gdb/debuginfod-support.c
AgeCommit message (Expand)AuthorFilesLines
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