aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-02-05PR27345, binutils/arsup.c: lstat() not available on all targetsAlan Modra2-1/+6
2021-02-04gdb: riscv: enable sim integrationMike Frysinger6-0/+184
2021-02-04sim: riscv: new portMike Frysinger23-0/+18290
2021-02-05Automatic date update in version.inGDB Administrator1-1/+1
2021-02-04gdb: make target_is_non_stop_p return boolSimon Marchi3-3/+8
2021-02-04gdb: Use correct feature in tdesc-regs for ARCShahab Vahedi2-1/+6
2021-02-04gdb: make record-full clear async handler in waitSimon Marchi2-1/+9
2021-02-04gdb: make record-btrace clear event handler in waitSimon Marchi2-1/+10
2021-02-04gdb: make remote target clear its handler in remote_target::waitSimon Marchi2-20/+19
2021-02-04gdb: make async event handlers clear themselvesSimon Marchi8-4/+33
2021-02-04libctf: always name nameless types "", never NULLNick Alcock4-8/+26
2021-02-04libctf: fix uninitialized variable in symbol serialization error handlingNick Alcock2-1/+4
2021-02-04libctf: prohibit nameless ints, floats, typedefs and forwardsNick Alcock4-4/+24
2021-02-04libctf: rip out dead code handling typedefs with no nameNick Alcock4-61/+14
2021-02-04libctf, ld: fix symtypetab and var section population under ld -rNick Alcock17-57/+612
2021-02-04x86-64: Provide more info when failed to convert GOTPCRELH.J. Lu10-10/+34
2021-02-04ld: Restore PR ld/15146 testsH.J. Lu7-0/+57
2021-02-04RISC-V: Removed the v0.93 bitmanip ZBA/ZBB/ZBC instructions.Nelson Chu12-326/+28
2021-02-04PR27311, (symbol from plugin): undefined reference, hidden symAlan Modra5-2/+27
2021-02-04Automatic date update in version.inGDB Administrator1-1/+1
2021-02-03gdb: infrun: move stop_soon variable to inner scoped in handle_inferior_eventSimon Marchi2-66/+71
2021-02-03IBM Z: Add missing vector formats to .insn docsAndreas Krebbel2-1/+53
2021-02-03Re: PR27311, ld.bfd (symbol from plugin): undefined referenceAlan Modra2-15/+17
2021-02-03pr27270 and pr27284, ar segfaults and wrong file modeAlan Modra4-28/+50
2021-02-03PR27311 again, ld.bfd (symbol from plugin): undefined referenceAlan Modra4-3/+18
2021-02-03Testcase for detaching while stepping over breakpointPedro Alves3-0/+407
2021-02-03detach in all-stop with threads runningPedro Alves4-52/+138
2021-02-03detach with in-line step over in progressPedro Alves2-4/+46
2021-02-03detach and breakpoint removalPedro Alves5-9/+30
2021-02-03prepare_for_detach and ongoing displaced steppingPedro Alves2-57/+77
2021-02-03prepare_for_detach: don't release scoped_restore at the endPedro Alves2-6/+6
2021-02-03Factor out after-stop event handling code from stop_all_threadsPedro Alves2-138/+157
2021-02-03gdbserver: spurious SIGTRAP w/ detach while step-over in progressPedro Alves2-1/+33
2021-02-03Fix a couple vStopped pending ack bugsPedro Alves4-9/+34
2021-02-03Testcase for attaching in non-stop modePedro Alves3-0/+211
2021-02-03Fix "target extended-remote" + "maint set target-non-stop" + "attach"Pedro Alves2-1/+11
2021-02-03Fix attaching in non-stop mode (PR gdb/27055)Pedro Alves2-15/+11
2021-02-03Automatic date update in version.inGDB Administrator1-1/+1
2021-02-02Inferior without argument prints detail of current inferior.Lancelot SIX8-21/+135
2021-02-02gdb/testsuite: use proc_with_prefix in gdb.base/scope.expSimon Marchi2-5/+9
2021-02-02gdb/testsuite: add test for .debug_{rng,loc}lists section without offset arraySimon Marchi5-13/+164
2021-02-02gdb/dwarf: make read_{loc,rng}list_index return sect_offsetSimon Marchi2-10/+18
2021-02-02gdb/dwarf: split dwarf2_cu::ranges_base in twoSimon Marchi7-85/+251
2021-02-02gdb/testsuite: add .debug_loclists testsSimon Marchi6-0/+551
2021-02-02gdb/testsuite: DWARF assembler: add context parameters to _locationSimon Marchi2-13/+32
2021-02-02gdb/testsuite: add .debug_rnglists testsSimon Marchi4-3/+375
2021-02-02gdb/dwarf: read correct rnglist/loclist header in read_{rng,loc}list_indexSimon Marchi2-6/+47
2021-02-02gdb/dwarf: few fixes for handling DW_FORM_{rng,loc}listxSimon Marchi4-4/+31
2021-02-02gdb/dwarf: remove unnecessary check in read_{rng,loc}list_indexSimon Marchi2-11/+6
2021-02-02gdb/dwarf: add missing bound check to read_loclist_indexSimon Marchi2-4/+18