aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-05-07debuginfod-support.c: Use long-lived debuginfod_clientAaron Merey2-12/+25
2021-05-07Remove streq_hash in favor of htab_eq_stringTom Tromey6-16/+13
2021-05-07gdb: re-format Python files using black 21.4b0Simon Marchi84-1835/+2348
2021-05-07gdb: add lookup_cmd_exact to simplify a common patternMarco Barisione3-17/+40
2021-05-07Fix .dwsect generation for XCOFF. Handle .function generated with DWARF on X...Cl?ment Chigot18-7/+248
2021-05-07Srop readelf's unwind decoder from complaining about x86 binaries.Nick Clifton2-0/+15
2021-05-07libiberty: add htab_eq_stringTom Tromey2-0/+10
2021-05-07[gdb/symtab] Fix infinite recursion in dwarf2_cu::get_builder()Tom de Vries4-25/+18
2021-05-07x86-64/ELF: clear src_mask for all reloc typesJan Beulich9-67/+119
2021-05-07x86: don't mix disp and imm processingJan Beulich2-1/+6
2021-05-07x86: move register check in immediate operand parsingJan Beulich2-7/+13
2021-05-07x86: minor improvements to optimize_imm()Jan Beulich2-8/+11
2021-05-07When computing section link order for a relocateable link, ignore section sizes.Nick Clifton2-6/+14
2021-05-07gdb/guile: Have gdbscm_safe_source_script return a unique_ptrAndrew Burgess5-15/+18
2021-05-07dwarf: Don't omit second operand of '?' operatorMichael Forney2-3/+11
2021-05-07multiple definition warnings from script symbolsAlan Modra3-4/+14
2021-05-07sim: m32c: clean up various warningsMike Frysinger5-21/+41
2021-05-07sim: m32c: fix warnings about mixing code & declsMike Frysinger3-1/+31
2021-05-07sim: m32c: switch from custom fgets to getlineMike Frysinger5-105/+17
2021-05-06sim: m68hc11: fix up last warningsMike Frysinger4-105/+113
2021-05-06sim: m68hc11: warn when emul_write failsMike Frysinger2-2/+10
2021-05-07Regenerate bfd-in2.h and libbfd.hAlan Modra3-2/+7
2021-05-07Automatic date update in version.inGDB Administrator1-1/+1
2021-05-07Re: elf: Always append ".COUNT" to local symbolsAlan Modra3-4/+7
2021-05-06gdb: make inferior::args a unique_xmalloc_ptrSimon Marchi4-6/+16
2021-05-06gdbserver/server: make some functions voidTankut Baris Aktemur2-24/+16
2021-05-06or1k: Support large plt_relocs when generating plt entriesStafford Horne9-39/+248
2021-05-06or1k: Avoid R_OR1K_GOT16 overflow failures in presence of R_OR1K_GOT_AHI16Stafford Horne2-0/+18
2021-05-06or1k: Implement relocation R_OR1K_GOT_AHI16 for gotha()Stafford Horne14-4/+77
2021-05-06or1k: Fix issue with plt link failure for local callsStafford Horne2-5/+11
2021-05-06gdb/guile: don't try to print location for watchpointsAndrew Burgess4-5/+21
2021-05-06gdb/testsuite: use proc_with_prefix in gdb.guile/scm-breakpoint.expAndrew Burgess2-424/+423
2021-05-06gdb/testsuite: resolve duplicate test names in gdb.guile/scm-breakpoint.expAndrew Burgess2-10/+19
2021-05-06gdb/mi: add a '--force' flag to the '-break-condition' commandTankut Baris Aktemur11-29/+147
2021-05-06gdb/mi: add a '--force-condition' flag to the '-break-insert' cmdTankut Baris Aktemur7-3/+61
2021-05-06libctf, ld: fix test results for upstream GCCNick Alcock16-22/+89
2021-05-06libctf, include: support an alternative encoding for nonrepresentable typesNick Alcock10-11/+78
2021-05-06sim: h8300 special case testYoshinori Sato4-2/+37
2021-05-05sim: m32c/rl78/rx: fix command parsingMike Frysinger6-80/+59
2021-05-05elf: Always append ".COUNT" to local symbolsH.J. Lu11-21/+99
2021-05-06Automatic date update in version.inGDB Administrator1-1/+1
2021-05-05[gdb/testsuite] Fix timeout in gdb.threads/detach-step-over.exp with readnowTom de Vries2-17/+38
2021-05-05[gdb/testsuite] Fix gdb.threads/fork-plus-threads.exp with readnowTom de Vries2-2/+7
2021-05-05asan: stack-buffer-overflow vms-lib.c:367Alan Modra2-1/+6
2021-05-04sim: rl78: clean up various warningsMike Frysinger9-17/+34
2021-05-04gdb: update Type.fields doc based on actual GDB behaviorSimon Marchi4-6/+40
2021-05-04sim: m68hc11: tweak types to fix warningsMike Frysinger3-2/+7
2021-05-04sim: mips: include stdlib.h for memory prototypesMike Frysinger2-0/+5
2021-05-04sim: mips: always enable device modelsMike Frysinger3-18/+8
2021-05-04sim: mips: delete unused constant variablesMike Frysinger4-29/+10