summaryrefslogtreecommitdiff
path: root/gdb/debuginfod-support.c
Commit message (Expand)AuthorAgeFilesLines
* Make ui_out::do_progress_end 'private'Tom Tromey2023-03-201-44/+57
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* gdb/debuginfod: Improve progress updatesAaron Merey2022-11-101-43/+73
* gdb-add-index always generates an error when libdebuginfod wasn't compiled inAaron Merey2022-07-151-1/+3
* gdb: Always suppress stringop-overread warning in debuginfod-support.cMark Wielaard2022-06-151-7/+4
* gdb: Workaround stringop-overread warning in debuginfod-support.c on powerpc64Mark Wielaard2022-05-121-5/+5
* gdb: Workaround stringop-overread warning in debuginfod-support.c on s390xMark Wielaard2022-05-041-0/+11
* gdb/debuginfod: Whitespace-only URL should disable debuginfodAaron Merey2022-05-021-3/+4
* gdb/debuginfod: Prevent out_of_range exceptionAaron Merey2022-04-201-3/+4
* gdb/debuginfod-support.c: Always display debuginfod errorsAaron Merey2022-04-011-3/+3
* Style URLs in GDB outputTom Tromey2022-03-311-4/+21
* Unify gdb printf functionsTom Tromey2022-03-291-33/+33
* Remove download size from debuginfod progress messages if unavailableAaron Merey2022-03-241-18/+26
* PR gdb/27570: missing support for debuginfod in core_target::build_file_mappingsAaron Merey2022-03-211-0/+51
* Simplify the ui-out progress APITom Tromey2022-03-101-1/+1
* PR gdb/27876 - debuginfod-downloaded source files don't pass proper fullname ...Aaron Merey2022-03-081-2/+3
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* Use filtered output in show callbacksTom Tromey2021-12-291-4/+4
* Consistently Use ui_file parameter to show callbacksTom Tromey2021-12-291-2/+3
* [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