aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-04-21gdb/python: add py-jit.expusers/jv/wip/feature-py-jit-apiJan Vrany3-0/+195
2023-04-21gdb/python: add gdb.Symtab.set_linetable ()Jan Vrany3-0/+84
2023-04-21gdb/python: allow to instantiate gdb.LineTableEntry objectsJan Vrany2-4/+44
2023-04-21gdb/python: change internal representation of linetable entry objectJan Vrany1-10/+44
2023-04-21gdb/python: add gdb.Symtab.add_block ()Jan Vrany1-0/+60
2023-04-21gdb/python: add Python API to create a new symtab for dynamic objfileJan Vrany1-2/+84
2023-04-21gdb: use std::vector<> to hold on blocks in struct blockvectorJan Vrany6-58/+143
2023-04-21gdb/python: remove Python-created dynamic objfiles upon inferior exitJan Vrany1-0/+27
2023-04-21gdb/python: add is_dynamic attribute to Objfile Python objectJan Vrany5-0/+42
2023-04-21gdb/python: allow creation of (dynamic) objfiles in PythonJan Vrany2-11/+48
2023-04-21Use entry values for 32-bit PPC struct returnTom Tromey3-5/+5
2023-04-21Handle erroneous DW_AT_call_return_pcTom Tromey6-0/+90
2023-04-21Handle function descriptors in call_site_targetTom Tromey5-1/+124
2023-04-21x86: drop (explicit) BFD64 dependency from disassemblerJan Beulich1-13/+4
2023-04-21x86: drop use of setjmp() from disassemblerJan Beulich1-5/+0
2023-04-21x86: change fetch error handling for get<N>()Jan Beulich1-133/+114
2023-04-21x86: change fetch error handling when processing operandsJan Beulich1-233/+276
2023-04-21x86: change fetch error handling in get_valid_dis386()Jan Beulich1-30/+26
2023-04-21x86: change fetch error handling in ckprefix()Jan Beulich1-12/+20
2023-04-21x86: change fetch error handling in top-level functionJan Beulich1-13/+59
2023-04-21x86: move fetch error handling into a helper functionJan Beulich1-28/+35
2023-04-21bfd: fix STRICT_PE_FORMAT buildJan Beulich1-3/+3
2023-04-21RISC-V: Optimize relaxation of gp with max_alignment.Lifang Xia4-29/+149
2023-04-21ld: add missing period after @xrefJan Beulich1-1/+1
2023-04-21Keeping track of rs6000-coff archive element pointersAlan Modra3-113/+183
2023-04-21Delete struct artdata archive_headAlan Modra5-34/+1
2023-04-21Automatic date update in version.inGDB Administrator1-1/+1
2023-04-20Add a SECURITY.txt file describing the GNU Binutils' project's stance on secu...Nick Clifton5-1/+84
2023-04-20x86: adjust an ILP32 testcase using .insnJan Beulich1-1/+1
2023-04-20Automatic date update in version.inGDB Administrator1-1/+1
2023-04-20sh4-linux segfaults running ld testsuiteAlan Modra1-0/+2
2023-04-20PR30343 infrastructureAlan Modra2-9/+10
2023-04-20ubsan: signed integer overflow in display_debug_lines_rawAlan Modra2-16/+17
2023-04-20Yet another out-of-memory fuzzed objectAlan Modra2-4/+15
2023-04-20buffer overflow in print_symnameAlan Modra1-0/+6
2023-04-19libsframe: minor formatting fixes in sframe_encoder_write_freIndu Bhagat1-11/+7
2023-04-19libsframe: use consistent function argument namesIndu Bhagat1-14/+14
2023-04-19sframe: correct some typosIndu Bhagat2-3/+3
2023-04-19libsframe: use return type of bool for predicate functionsIndu Bhagat1-9/+9
2023-04-19gas: sframe: fix commentIndu Bhagat1-1/+1
2023-04-19gas: sframe: use ATTRIBUTE_UNUSED consistentlyIndu Bhagat1-3/+3
2023-04-19Remove adjust_type_signednessTom Tromey1-10/+0
2023-04-19Fix: readelf: loc_offset XX too bigNick Clifton2-2/+9
2023-04-19gas: document that get_symbol_name() can clobber the input bufferJan Beulich1-5/+10
2023-04-19x86: parse_register() must not alter the parsed stringJan Beulich1-13/+9
2023-04-19x86: parse_real_register() does not alter the parsed stringJan Beulich1-4/+4
2023-04-19Updated Hungarian translation for the gprof directoryNick Clifton2-44/+48
2023-04-19Automatic date update in version.inGDB Administrator1-1/+1
2023-04-18gdb: re-format Python code with black 23Simon Marchi2-2/+6
2023-04-18PowerPC: fix _Float128 type output stringCarl Love7-4/+120