aboutsummaryrefslogtreecommitdiff
path: root/gdb/build-id.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-26gdb, gdbserver, gdbsupport: remove includes of early headersSimon Marchi1-1/+0
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2023-12-11Use TARGET_SYSROOT_PREFIX in more placesTom Tromey1-1/+1
2023-07-15gdb: style filenames in separate debug file warningsAndrew Burgess1-6/+8
2023-06-03[gdb] Fix typosTom de Vries1-1/+1
2023-02-01gdb: defer warnings when loading separate debug filesAlexandra Hájková1-3/+10
2023-01-18gdb: care for dynamic objfiles in build_id_bfd_get ()Jan Vrany1-0/+6
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-08-03Use gdb_bfd_ref_ptr in objfileTom Tromey1-1/+1
2022-03-29Unify gdb printf functionsTom Tromey1-9/+9
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-12-29Use gdb_stdlog for separate debug file loggingTom Tromey1-8/+10
2021-10-19Fix PR gdb/17917 Lookup build-id in remote binariesDaniel Black1-9/+12
2021-10-03gdb: make string-like set show commands use std::string variableSimon Marchi1-2/+2
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-7/+7
2020-05-19Default gdb_bfd_open's fd parameter to -1Pedro Alves1-1/+1
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-12-07Core file build-id supportKeith Seitz1-5/+25
2019-07-09Rename common to gdbsupportTom Tromey1-1/+1
2019-04-06Revert the header-sorting patchTom Tromey1-5/+3
2019-04-05Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey1-3/+5
2019-02-22Look for build-id-based separate debug files under the sysrootSimon Marchi1-43/+72
2019-01-25Normalize includes to use common/Tom Tromey1-1/+1
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-12-26Improve "set debug separate-debug-file"Simon Marchi1-4/+27
2018-03-08Use std::string to simplify build_id_to_debug_bfdSimon Marchi1-22/+11
2018-03-08Make find_separate_debug_file* return std::stringSimon Marchi1-3/+4
2018-03-02Make delim_string_to_char_ptr_vec return an std::vectorSimon Marchi1-8/+5
2018-02-08Use unique_xmalloc_ptr in build_id_to_debug_bfdTom Tromey1-6/+3
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-06-11Introduce "set debug separate-debug-file"Simon Marchi1-0/+7
2017-01-10Use class to manage BFD reference countsTom Tromey1-20/+10
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-09-25Add casts to memory allocation related callsSimon Marchi1-2/+5
2015-06-24Fix lrealpath memory leak in build_id_to_debug_bfdKeith Seitz1-0/+4
2015-06-15Allow gdb to find debug symbols file by build-id for PE file format alsoJon Turney1-12/+9
2015-04-02Convert "remote:" sysroots to "target:" and remove "remote:"Gary Benson1-1/+2
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-12-04New python attribute gdb.Objfile.build_id.Doug Evans1-2/+2
2014-08-07Include string.h in common-defs.hGary Benson1-1/+0
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-11-18remove gdb_string.hTom Tromey1-1/+1
2013-10-08fix PR symtab/15597Tom Tromey1-0/+168