Age | Commit message (Expand) | Author | Files | Lines |
2023-01-01 | Update copyright year range in header of all files managed by GDB | Joel Brobecker | 1 | -1/+1 |
2022-11-10 | gdb/debuginfod: Improve progress updates | Aaron Merey | 1 | -43/+73 |
2022-07-15 | gdb-add-index always generates an error when libdebuginfod wasn't compiled in | Aaron Merey | 1 | -1/+3 |
2022-06-15 | gdb: Always suppress stringop-overread warning in debuginfod-support.c | Mark Wielaard | 1 | -7/+4 |
2022-05-12 | gdb: Workaround stringop-overread warning in debuginfod-support.c on powerpc64 | Mark Wielaard | 1 | -5/+5 |
2022-05-04 | gdb: Workaround stringop-overread warning in debuginfod-support.c on s390x | Mark Wielaard | 1 | -0/+11 |
2022-05-02 | gdb/debuginfod: Whitespace-only URL should disable debuginfod | Aaron Merey | 1 | -3/+4 |
2022-04-20 | gdb/debuginfod: Prevent out_of_range exception | Aaron Merey | 1 | -3/+4 |
2022-04-01 | gdb/debuginfod-support.c: Always display debuginfod errors | Aaron Merey | 1 | -3/+3 |
2022-03-31 | Style URLs in GDB output | Tom Tromey | 1 | -4/+21 |
2022-03-29 | Unify gdb printf functions | Tom Tromey | 1 | -33/+33 |
2022-03-24 | Remove download size from debuginfod progress messages if unavailable | Aaron Merey | 1 | -18/+26 |
2022-03-21 | PR gdb/27570: missing support for debuginfod in core_target::build_file_mappings | Aaron Merey | 1 | -0/+51 |
2022-03-10 | Simplify the ui-out progress API | Tom Tromey | 1 | -1/+1 |
2022-03-08 | PR gdb/27876 - debuginfod-downloaded source files don't pass proper fullname ... | Aaron Merey | 1 | -2/+3 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 1 | -1/+1 |
2021-12-29 | Use filtered output in show callbacks | Tom Tromey | 1 | -4/+4 |
2021-12-29 | Consistently Use ui_file parameter to show callbacks | Tom Tromey | 1 | -2/+3 |
2021-11-29 | [PR gdb/27026] CTRL-C is ignored when debug info is downloaded | Aaron Merey | 1 | -0/+15 |
2021-11-15 | gdb: rework "set debuginfod" commands | Simon Marchi | 1 | -188/+126 |
2021-10-31 | Fix unittest.exp failure due to 'set debuginfod' addition | Tom Tromey | 1 | -2/+2 |
2021-10-29 | gdb: add set/show commands for managing debuginfod | Aaron Merey | 1 | -8/+268 |
2021-05-07 | debuginfod-support.c: Use long-lived debuginfod_client | Aaron Merey | 1 | -12/+20 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-12-16 | [gdb] Print progress for debuginfod | Martin Liska | 1 | -8/+19 |
2020-11-23 | [gdb] Don't return non-existing path in debuginfod_source_query | Tom de Vries | 1 | -2/+4 |
2020-11-18 | [gdb] Improve early exits for env var in debuginfod-support.c | Tom de Vries | 1 | -2/+4 |
2020-09-14 | gdb: introduce debuginfod_client_up type | Simon Marchi | 1 | -11/+24 |
2020-09-14 | gdb: use make_unique_xstrdup in debuginfod-support.c | Simon Marchi | 1 | -1/+1 |
2020-08-13 | debuginfod-support.c: Replace globals with user_data | Aaron Merey | 1 | -16/+22 |
2020-03-02 | gdb: Move defs.h before any system header in debuginfod-support.c | Jon Turney | 1 | -1/+1 |
2020-02-26 | Add debuginfod support to GDB | Aaron Merey | 1 | -0/+155 |