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