summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* libctf: fix test results for DWARF->CTF GCC 11users/nalcock/ctf-gcc-11Nick Alcock2021-03-1811-22/+24
* libctf: support encodings for enumsNick Alcock2021-03-186-4/+27
* libctf: a couple of small error-handling fixesNick Alcock2021-03-183-10/+25
* libctf: types: unify code dealing with small-vs-large struct membersNick Alcock2021-03-183-157/+150
* libctf: eliminate dtd_u, part 5: structs / unionsNick Alcock2021-03-188-410/+323
* libctf: eliminate dtd_u, part 4: enumsNick Alcock2021-03-188-122/+277
* libctf: do not corrupt strings across ctf_serializeNick Alcock2021-03-188-12/+209
* libctf: don't lose track of all valid types upon serializationNick Alcock2021-03-182-0/+6
* Add install dependencies for ld -> bfd and libctf -> bfdNick Alcock2021-03-183-2/+23
* libctf: eliminate dtd_u, part 3: functionsNick Alcock2021-03-185-35/+28
* libctf: eliminate dtd_u, part 2: arraysNick Alcock2021-03-185-16/+27
* libctf: eliminate dtd_u, part 1: int/float/sliceNick Alcock2021-03-186-78/+92
* libctf: fix GNU style for do {} whileNick Alcock2021-03-186-46/+63
* libctf: split up ctf_serializeNick Alcock2021-03-182-317/+424
* libctf: fix comment above ctf_dict_tNick Alcock2021-03-182-5/+10
* libctf: split serialization and file writeout into its own fileNick Alcock2021-03-185-1324/+1391
* libctf: fix some tabdamage and move some code aroundNick Alcock2021-03-185-56/+65
* Automatic date update in version.inGDB Administrator2021-03-181-1/+1
* gdb: remove unneeded argument in check_multi_target_resumptionSimon Marchi2021-03-172-1/+6
* gdb/testsuite: add test for run/attach while program is runningSimon Marchi2021-03-173-0/+195
* Automatic date update in version.inGDB Administrator2021-03-171-1/+1
* Retain .debug_addr sections loaded in the main file.Nick Clifton2021-03-162-1/+7
* Re-enable the dislay of debug sections in separate debuginfo files without th...Nick Clifton2021-03-162-2/+13
* Fix cygwin build errorChristian Biesinger2021-03-162-1/+6
* Fix potentially undefined behaviour use of strcpcy.Nick Clifton2021-03-162-1/+8
* Fix a potential buffer overrun qwhen writing out PE aux entries.Nick Clifton2021-03-164-3/+14
* gdb/python: fix FrameDecorator regression on Python 2Andrew Burgess2021-03-166-1/+169
* gdb/testsuite: squash duplicate test names in gdb.threads/*.expAndrew Burgess2021-03-167-48/+77
* RISC-V : Support bitmanip-0.93 ZBA/ZBB/ZBC instructionsKuan-Lin Chen2021-03-1613-5/+340
* Automatic date update in version.inGDB Administrator2021-03-161-1/+1
* Fix GDB build with GCC 4.8.2Tom Tromey2021-03-153-2/+12
* gdb: remove spurious colon in create_debug_type_hash_table debug printSimon Marchi2021-03-152-1/+6
* gdb: add logging to dwarf2_initialize_objfileSimon Marchi2021-03-151-1/+14
* gdb: remove dw2_get_file_names_reader's info_ptr parameterSimon Marchi2021-03-152-2/+6
* Fix unary + in AdaTom Tromey2021-03-154-3/+18
* Call ada_ensure_varsize_limit in indirectionTom Tromey2021-03-155-1/+30
* Implement Ada operator overloadingTom Tromey2021-03-158-35/+467
* Fix regression in Ada ptypeTom Tromey2021-03-152-2/+7
* Fix Ada assignment resolutionTom Tromey2021-03-157-1/+142
* Fix bug in Ada aggregate assignmentTom Tromey2021-03-158-11/+72
* Add a symbols-only mode to nm.Nick Clifton2021-03-154-38/+137
* gdb/fortran: Fix quad floating-point type for Intel compilers.Felix Willgerodt2021-03-152-1/+8
* ld: don't chance overrunning PE .reloc section contentJan Beulich2021-03-152-3/+4
* gdb: use make_scoped_restore to restore gdbpy_current_objfileAndrew Burgess2021-03-159-6/+264
* Automatic date update in version.inGDB Administrator2021-03-151-1/+1
* Use cu_header consistently in read_attribute_valueTom Tromey2021-03-142-11/+16
* Minor tweak to use die_reader_specs::abfdTom Tromey2021-03-142-2/+7
* Set dwarf2_per_cu_data::m_header_read_inTom Tromey2021-03-142-0/+7
* Automatic date update in version.inGDB Administrator2021-03-141-1/+1
* Constify abbrev_table::lookup_abbrevTom Tromey2021-03-133-10/+20