aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-03-29Only have one API for unfiltered outputTom Tromey4-27/+3
2022-03-29Remove some uses of printf_unfilteredTom Tromey16-74/+74
2022-03-29Use unfiltered output in annotate.cTom Tromey1-74/+74
2022-03-29gdb/remote: use current_inferior in read_ptid if multi-process not supportedTankut Baris Aktemur3-4/+127
2022-03-29gdb/testsuite: fix test failure when building against readline v7Andrew Burgess1-1/+1
2022-03-29gdb/testsuite: fix copy & paste error in gdb.python/py-format-address.expAndrew Burgess1-3/+4
2022-03-29gdb/mi: fix use after free of frame_info causing spurious notificationsAndrew Burgess1-10/+34
2022-03-29bfd/Dwarf2: gas doesn't mangle namesJan Beulich1-0/+1
2022-03-29bfd/Dwarf2: make find-nearest-line returned function name consistentJan Beulich1-2/+3
2022-03-29gas/Dwarf: special-case .linefile only for macrosJan Beulich3-1/+29
2022-03-29RISC-V: correct FCVT.Q.L[U]Jan Beulich2-4/+4
2022-03-28sim: add arch/.gdbinit stub scriptsMike Frysinger4-34/+169
2022-03-29asan: heap buffer overflow in pa_chk_field_selectorAlan Modra1-16/+29
2022-03-29Automatic date update in version.inGDB Administrator1-1/+1
2022-03-28Add Rust parser check for end of expressionTom Tromey2-1/+7
2022-03-28Switch gdb_stdlog to use timestamped_fileTom Tromey4-33/+13
2022-03-28Add new timestamped_file classTom Tromey4-1/+57
2022-03-28Use unique_ptr in CLI logging codeTom Tromey1-26/+17
2022-03-28Simplify the CLI set_logging logicTom Tromey1-16/+4
2022-03-28Handle multiple addresses in call_site_targetTom Tromey3-0/+62
2022-03-28Change call_site_target to iterate over addressesTom Tromey2-63/+105
2022-03-28Change call_site_find_chain_1 to work recursivelyTom Tromey2-74/+64
2022-03-28Constify chain_candidateTom Tromey1-8/+8
2022-03-28Make call_site_target members privateTom Tromey2-37/+33
2022-03-28Change call_site_target to use custom type and enumTom Tromey2-13/+31
2022-03-28Automatic date update in version.inGDB Administrator1-1/+1
2022-03-27Automatic date update in version.inGDB Administrator1-1/+1
2022-03-26Remove an unused declaration from value.hTom Tromey1-4/+0
2022-03-26Automatic date update in version.inGDB Administrator1-1/+1
2022-03-25libtool.m4: fix the NM="/nm/over/here -B/option/with/path" caseNick Alcock12-147/+244
2022-03-25Re: gas/Dwarf: improve debug info generation from .irp and alike blocksAlan Modra1-2/+2
2022-03-25Automatic date update in version.inGDB Administrator1-1/+1
2022-03-24Remove download size from debuginfod progress messages if unavailableAaron Merey1-18/+26
2022-03-24sim: fix a comment typo in sim-load.cReuben Thomas1-1/+1
2022-03-24sim: fix “alligned” typosReuben Thomas3-4/+4
2022-03-24x86: mention dropped L1OM/K1OM support in ld/ as wellJan Beulich2-2/+3
2022-03-24gdb/testsuite: remove gdb.python/pretty-print-call-by-hand.expSimon Marchi3-225/+0
2022-03-24x86: drop L1OM/K1OM support from ldJan Beulich8-120/+12
2022-03-24x86: drop L1OM special case from disassemblerJan Beulich1-6/+2
2022-03-24MAINTAINERS: add myselfJan Beulich1-1/+2
2022-03-24Automatic date update in version.inGDB Administrator1-1/+1
2022-03-23gdb/testsuite: address test failures in gdb.mi/mi-multi-commands.expAndrew Burgess1-2/+5
2022-03-23libctf: add LIBCTF_WRITE_FOREIGN_ENDIAN debugging optionNick Alcock3-111/+144
2022-03-23libctf, ld: diagnose corrupted CTF header cth_strlenNick Alcock8-21/+83
2022-03-23include, libctf, ld: extend variable section to contain functions tooNick Alcock5-16/+130
2022-03-23ld, testsuite: improve CTF-availability testNick Alcock1-6/+18
2022-03-23gdb/python: remove Python 2/3 compatibility macrosSimon Marchi25-116/+93
2022-03-23gdb/python: remove Python 2 supportSimon Marchi28-502/+61
2022-03-23x86: reject relocations involving registersJan Beulich2-0/+17
2022-03-23x86: improve resolution of register equatesJan Beulich4-2/+29