summaryrefslogtreecommitdiff
path: root/gdb/debuginfod-support.c
Commit message (Expand)AuthorAgeFilesLines
* [PR gdb/27026] CTRL-C is ignored when debug info is downloadedAaron Merey2021-11-291-0/+15
* gdb: rework "set debuginfod" commandsSimon Marchi2021-11-151-188/+126
* Fix unittest.exp failure due to 'set debuginfod' additionTom Tromey2021-10-311-2/+2
* gdb: add set/show commands for managing debuginfodAaron Merey2021-10-291-8/+268
* debuginfod-support.c: Use long-lived debuginfod_clientAaron Merey2021-05-071-12/+20
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* [gdb] Print progress for debuginfodMartin Liska2020-12-161-8/+19
* [gdb] Don't return non-existing path in debuginfod_source_queryTom de Vries2020-11-231-2/+4
* [gdb] Improve early exits for env var in debuginfod-support.cTom de Vries2020-11-181-2/+4
* gdb: introduce debuginfod_client_up typeSimon Marchi2020-09-141-11/+24
* gdb: use make_unique_xstrdup in debuginfod-support.cSimon Marchi2020-09-141-1/+1
* debuginfod-support.c: Replace globals with user_dataAaron Merey2020-08-131-16/+22
* gdb: Move defs.h before any system header in debuginfod-support.cJon Turney2020-03-021-1/+1
* Add debuginfod support to GDBAaron Merey2020-02-261-0/+155