summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Re: Add section caches to coff_data_typeHEADmasterAlan Modra2023-05-184-84/+57
* PR11601, Solaris assembler compatibility doesn't workAlan Modra2023-05-182-1/+5
* Automatic date update in version.inGDB Administrator2023-05-181-1/+1
* Special case "&str" in Rust parserTom Tromey2023-05-172-0/+13
* Decorated symbols in import libs (BUG 30421)Luca Bacci2023-05-178-9/+160
* PR29961, plugin-api.h: "Could not detect architecture endianess"Alan Modra2023-05-171-22/+23
* gcc-4.5 build fixesAlan Modra2023-05-175-68/+65
* Automatic date update in version.inGDB Administrator2023-05-171-1/+1
* gprofng: include a new function in the right placeVladimir Mezentsev2023-05-161-45/+18
* [gdb/tui] Don't show line number for lines not in source fileTom de Vries2023-05-163-21/+39
* Document how to use the linker to create a resource only DLL.Nick Clifton2023-05-162-0/+38
* Add section caches to coff_data_typeOleg Tolmatcev2023-05-167-11/+171
* Update comments for the gdb/24331 fix.Paul Pluzhnikov2023-05-162-3/+4
* gdb/testsuite: fix formatting of gdb.python/py-disasm.pyAndrew Burgess2023-05-161-3/+3
* gdb/testsuite: make gdb_supported_languages a caching procAndrew Burgess2023-05-161-5/+23
* -Ur option documentationNick Clifton2023-05-162-8/+16
* gdb/testsuite: fix regressions in break-main-file-remove-fail.expAndrew Burgess2023-05-161-1/+16
* gdb/python: extend the Python Disassembler API to allow for stylingAndrew Burgess2023-05-165-93/+1366
* gdb/python: rework how the disassembler API reads the result objectAndrew Burgess2023-05-165-80/+31
* Automatic date update in version.inGDB Administrator2023-05-161-1/+1
* Correctly handle forward DIE references in scannerTom Tromey2023-05-152-3/+104
* LoongArch: Fix PLT entry generate bugmengqinggang2023-05-152-4/+3
* Automatic date update in version.inGDB Administrator2023-05-151-1/+1
* Automatic date update in version.inGDB Administrator2023-05-141-1/+1
* Fix bad interaction between element limit and repeated values (BZ#24331).Paul Pluzhnikov2023-05-133-7/+35
* PR28955 mips gas segfaultAlan Modra2023-05-131-2/+4
* PR28902, -T script with INSERT orderingAlan Modra2023-05-131-1/+8
* Automatic date update in version.inGDB Administrator2023-05-131-1/+1
* Fix regression due to Pragma Import seriesTom Tromey2023-05-124-0/+28
* Use bool and early loop exit in remove_extra_symbolsTom Tromey2023-05-121-5/+5
* Use reference parameter in remove_extra_symbolsTom Tromey2023-05-121-25/+25
* Handle Ada Pragma Import and Pragma ExportTom Tromey2023-05-1212-4/+442
* Introduce symbol_block_ops::get_block_valueTom Tromey2023-05-122-1/+11
* Define symbol::value_block separatelyTom Tromey2023-05-121-4/+7
* Bump MAX_SYMBOL_IMPLSTom Tromey2023-05-121-1/+1
* Introduce lookup_minimal_symbol_linkageTom Tromey2023-05-123-23/+38
* gdb: remove unnecessary call to std::string constructorSimon Marchi2023-05-121-1/+1
* Add dynamic_prop::is_constantTom Tromey2023-05-1214-43/+45
* Implement DAP register scopeTom Tromey2023-05-122-5/+33
* Fix calling debuginfo-less functions in AdaTom Tromey2023-05-126-2/+113
* gdb/python: implement DisassemblerResult.__str__ methodAndrew Burgess2023-05-123-9/+30
* gdb/python: implement __repr__ methods for py-disasm.c typesAndrew Burgess2023-05-123-2/+84
* gdb/doc: improve Python Disassembler API documentationAndrew Burgess2023-05-121-5/+12
* gdb/testsuite: extend special '^' handling to gdb_test_multipleAndrew Burgess2023-05-127-28/+39
* gdb: fix error message for $_gdb_maint_settingAndrew Burgess2023-05-122-2/+25
* [gdb/testsuite] Fix gdb.dwarf2/opt-out-not-implptr.exp for -m32Tom de Vries2023-05-121-7/+45
* [gdb/testsuite] Make is_64_target more robustTom de Vries2023-05-121-1/+8
* [gdb/cli] Fix wrapping for TERM=ansiTom de Vries2023-05-123-13/+1
* x86: move a few more disassembler helper functionsJan Beulich2023-05-121-34/+29
* x86: move get<N>() disassembler helper functionsJan Beulich2023-05-121-75/+71