summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* libctf: add missing header in BFD ELF checkusers/nalcock/included-gettextNick Alcock2021-02-043-2/+12
* libctf: require a Tcl capable of try/catch to run testsNick Alcock2021-02-045-36/+133
* gdbserver: explicitly include gettext, etc in inprocess agentNick Alcock2021-02-042-1/+5
* bfd, opcodes, libctf: support --with-included-gettextNick Alcock2021-02-0411-33/+74
* intl: turn LIBINTL into -L / -l formNick Alcock2021-02-043-4/+7
* intl: always picifyNick Alcock2021-02-045-1/+102
* intl: Unbreak intl build with bison 3 when no regeneration is needed [PR92008]Jakub Jelinek2021-02-049-17/+35
* intl: Allow building both with old bison and bison >= 3 [PR92008]Jakub Jelinek2021-02-048-23/+150
* libctf: always name nameless types "", never NULLNick Alcock2021-02-044-8/+26
* libctf: fix uninitialized variable in symbol serialization error handlingNick Alcock2021-02-042-1/+4
* libctf: prohibit nameless ints, floats, typedefs and forwardsNick Alcock2021-02-044-4/+24
* libctf: rip out dead code handling typedefs with no nameNick Alcock2021-02-044-61/+14
* libctf, ld: fix symtypetab and var section population under ld -rNick Alcock2021-02-0417-57/+612
* x86-64: Provide more info when failed to convert GOTPCRELH.J. Lu2021-02-0410-10/+34
* ld: Restore PR ld/15146 testsH.J. Lu2021-02-047-0/+57
* RISC-V: Removed the v0.93 bitmanip ZBA/ZBB/ZBC instructions.Nelson Chu2021-02-0412-326/+28
* PR27311, (symbol from plugin): undefined reference, hidden symAlan Modra2021-02-045-2/+27
* Automatic date update in version.inGDB Administrator2021-02-041-1/+1
* gdb: infrun: move stop_soon variable to inner scoped in handle_inferior_eventSimon Marchi2021-02-032-66/+71
* IBM Z: Add missing vector formats to .insn docsAndreas Krebbel2021-02-032-1/+53
* Re: PR27311, ld.bfd (symbol from plugin): undefined referenceAlan Modra2021-02-032-15/+17
* pr27270 and pr27284, ar segfaults and wrong file modeAlan Modra2021-02-034-28/+50
* PR27311 again, ld.bfd (symbol from plugin): undefined referenceAlan Modra2021-02-034-3/+18
* Testcase for detaching while stepping over breakpointPedro Alves2021-02-033-0/+407
* detach in all-stop with threads runningPedro Alves2021-02-034-52/+138
* detach with in-line step over in progressPedro Alves2021-02-032-4/+46
* detach and breakpoint removalPedro Alves2021-02-035-9/+30
* prepare_for_detach and ongoing displaced steppingPedro Alves2021-02-032-57/+77
* prepare_for_detach: don't release scoped_restore at the endPedro Alves2021-02-032-6/+6
* Factor out after-stop event handling code from stop_all_threadsPedro Alves2021-02-032-138/+157
* gdbserver: spurious SIGTRAP w/ detach while step-over in progressPedro Alves2021-02-032-1/+33
* Fix a couple vStopped pending ack bugsPedro Alves2021-02-034-9/+34
* Testcase for attaching in non-stop modePedro Alves2021-02-033-0/+211
* Fix "target extended-remote" + "maint set target-non-stop" + "attach"Pedro Alves2021-02-032-1/+11
* Fix attaching in non-stop mode (PR gdb/27055)Pedro Alves2021-02-032-15/+11
* Automatic date update in version.inGDB Administrator2021-02-031-1/+1
* Inferior without argument prints detail of current inferior.Lancelot SIX2021-02-028-21/+135
* gdb/testsuite: use proc_with_prefix in gdb.base/scope.expSimon Marchi2021-02-022-5/+9
* gdb/testsuite: add test for .debug_{rng,loc}lists section without offset arraySimon Marchi2021-02-025-13/+164
* gdb/dwarf: make read_{loc,rng}list_index return sect_offsetSimon Marchi2021-02-022-10/+18
* gdb/dwarf: split dwarf2_cu::ranges_base in twoSimon Marchi2021-02-027-85/+251
* gdb/testsuite: add .debug_loclists testsSimon Marchi2021-02-026-0/+551
* gdb/testsuite: DWARF assembler: add context parameters to _locationSimon Marchi2021-02-022-13/+32
* gdb/testsuite: add .debug_rnglists testsSimon Marchi2021-02-024-3/+375
* gdb/dwarf: read correct rnglist/loclist header in read_{rng,loc}list_indexSimon Marchi2021-02-022-6/+47
* gdb/dwarf: few fixes for handling DW_FORM_{rng,loc}listxSimon Marchi2021-02-024-4/+31
* gdb/dwarf: remove unnecessary check in read_{rng,loc}list_indexSimon Marchi2021-02-022-11/+6
* gdb/dwarf: add missing bound check to read_loclist_indexSimon Marchi2021-02-022-4/+18
* gdb/dwarf: fix bound check in read_rnglist_indexSimon Marchi2021-02-022-1/+7
* gdb/dwarf: change read_loclist_index complaints into errorsSimon Marchi2021-02-022-8/+16