aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-05-08generate single html manual page by defaultMike Frysinger15-8/+43
2021-05-08sim: add html & pdf stubsMike Frysinger2-0/+13
2021-05-08sim: use htab_eq_stringTom Tromey2-9/+6
2021-05-08Don't run personality syscall at configure time; don't check it at allPedro Alves11-204/+22
2021-05-08Don't include sys/personality.h in linux-low.cc anymorePedro Alves2-7/+5
2021-05-07sim: m68hc11: fix up cycle buffer printingMike Frysinger2-5/+8
2021-05-08Automatic date update in version.inGDB Administrator1-1/+1
2021-05-07gdb/guile: perform tilde expansion when sourcing guile scriptsAndrew Burgess4-2/+28
2021-05-07gdb/testsuite: use gdb_test_no_output instead of send_gdbAndrew Burgess2-2/+7
2021-05-07gdb: make target_desc_info::filename an std::stringSimon Marchi2-20/+26
2021-05-07gdb: (de-)allocate target_desc_info with new/deleteSimon Marchi2-5/+13
2021-05-07gdb: change target_desc_info::fetched to boolSimon Marchi2-3/+10
2021-05-07gdb: remove target description macrosSimon Marchi2-38/+53
2021-05-07sim: Add bfd include path for common testsuite toolsDimitar Dimitrov4-2/+12
2021-05-07Add a generic .bss directive for ELF based targets.Nick Clifton4-14/+65
2021-05-07gdb: some int to bool conversionAndrew Burgess4-7/+18
2021-05-07gdb: remove reference to current inferior in target_stack::unpushSimon Marchi2-1/+6
2021-05-07gdb: make target_close check that the target isn't pushed in all inferiorsSimon Marchi2-1/+7
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