summaryrefslogtreecommitdiff
path: root/gdb/build-id.c
Commit message (Expand)AuthorAgeFilesLines
* Default gdb_bfd_open's fd parameter to -1Pedro Alves2020-05-191-1/+1
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Core file build-id supportKeith Seitz2019-12-071-5/+25
* Rename common to gdbsupportTom Tromey2019-07-091-1/+1
* Revert the header-sorting patchTom Tromey2019-04-061-5/+3
* Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey2019-04-051-3/+5
* Look for build-id-based separate debug files under the sysrootSimon Marchi2019-02-221-43/+72
* Normalize includes to use common/Tom Tromey2019-01-251-1/+1
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Improve "set debug separate-debug-file"Simon Marchi2018-12-261-4/+27
* Use std::string to simplify build_id_to_debug_bfdSimon Marchi2018-03-081-22/+11
* Make find_separate_debug_file* return std::stringSimon Marchi2018-03-081-3/+4
* Make delim_string_to_char_ptr_vec return an std::vectorSimon Marchi2018-03-021-8/+5
* Use unique_xmalloc_ptr in build_id_to_debug_bfdTom Tromey2018-02-081-6/+3
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Introduce "set debug separate-debug-file"Simon Marchi2017-06-111-0/+7
* Use class to manage BFD reference countsTom Tromey2017-01-101-20/+10
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Add casts to memory allocation related callsSimon Marchi2015-09-251-2/+5
* Fix lrealpath memory leak in build_id_to_debug_bfdKeith Seitz2015-06-241-0/+4
* Allow gdb to find debug symbols file by build-id for PE file format alsoJon Turney2015-06-151-12/+9
* Convert "remote:" sysroots to "target:" and remove "remote:"Gary Benson2015-04-021-1/+2
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* New python attribute gdb.Objfile.build_id.Doug Evans2014-12-041-2/+2
* Include string.h in common-defs.hGary Benson2014-08-071-1/+0
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* remove gdb_string.hTom Tromey2013-11-181-1/+1
* fix PR symtab/15597Tom Tromey2013-10-081-0/+168