aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-09-13gdb, btrace, infrun: per-inferior run-controlusers/mmetzger/pr19340Markus Metzger4-28/+44
2024-09-13gdb, infrun: fix silent inferior switch in do_target_wait()Markus Metzger3-13/+72
2024-09-13gdb, remote: adjust debug printingMarkus Metzger1-7/+5
2024-09-13gdb, btrace: set wait status to ignore if nothing is movingMarkus Metzger1-4/+4
2024-09-13gdb, btrace: remove record_btrace_target::supports_*()Markus Metzger1-27/+0
2024-09-13gdb, btrace: simplify gdb.btrace/multi-inferior.expMarkus Metzger1-21/+3
2024-09-13gdb, btrace: fix pr19340Markus Metzger2-7/+32
2024-09-13Automatic date update in version.inGDB Administrator1-1/+1
2024-09-12gprofng: avoid use of non-portable which [PR32166]Sam James1-1/+1
2024-09-12gdb: change type of `general_symbol_info::m_section` to intSimon Marchi1-3/+3
2024-09-12s390: Relax risbg[n]z, risb{h|l}gz, {rns|ros|rxs}bgt operand constraintsJens Remus3-27/+21
2024-09-12s390: Simplify (dis)assembly of insn operands with const bitsJens Remus4-34/+17
2024-09-12Automatic date update in version.inGDB Administrator1-1/+1
2024-09-11Fix 32096 UBSAN issues in gprofngVladimir Mezentsev5-24/+40
2024-09-11[gdb/testsuite] Simplify gdb.dwarf2/forward-spec.expTom de Vries1-28/+12
2024-09-11arm: Handle undefweak with ST_BRANCH_UNKNOWNChristophe Lyon4-1/+28
2024-09-11gdb: Support DW_OP_constx (the standardized version of DW_OP_GNU_const_index).Kyle Huey3-3/+10
2024-09-11Fix typo in Python TUI window textTom Tromey1-1/+1
2024-09-11gas: avoid (scrubber) diagnostics for stuff past .endJan Beulich6-1/+108
2024-09-11gas: restrict scrubber mri_{state,last_ch} varsJan Beulich1-5/+7
2024-09-11arm: don't engage symver scrubber hack in CCS modeJan Beulich3-1/+20
2024-09-11x86/APX: correct disassembly for EVEX.B4Jan Beulich1-2/+3
2024-09-11x86: error handling in set_cpu_arch()Jan Beulich1-30/+34
2024-09-11ld/testsuite: exclude relocs from section contributions PDB testMark Harmstone2-24/+2
2024-09-11Automatic date update in version.inGDB Administrator1-1/+1
2024-09-10gdb/testsuite: fix argument order in example code within a commentAndrew Burgess1-1/+1
2024-09-10gdb/testsuite: add return after a call to 'untested'Andrew Burgess1-3/+4
2024-09-10Revert "[gdb/testsuite] Handle missing curses in gdb.python/py-missing-debug....Andrew Burgess1-15/+2
2024-09-10gdb/python: avoid depending on the curses libraryAndrew Burgess1-3/+27
2024-09-10[gdb/testsuite] Fix gdb.xml/tdesc-regs.exp on riscv64Tom de Vries1-9/+26
2024-09-10[gdb/build] Fix unused var in corelow.cTom de Vries1-2/+2
2024-09-09bfd: Pass true to ld_plugin_object_pH.J. Lu1-1/+5
2024-09-10Automatic date update in version.inGDB Administrator1-1/+1
2024-09-09Move enum size check into ada_identical_enum_types_pTom Tromey1-10/+4
2024-09-09Minor cleanup to ada_identical_enum_types_pTom Tromey1-4/+2
2024-09-09Boolify ada_identical_enum_types_pTom Tromey1-6/+7
2024-09-09Fix some comments in dwarf2/cooked-index.hTom Tromey1-4/+4
2024-09-09Refactor cooked_index_shard::handle_gnat_encoded_entryTom Tromey2-17/+11
2024-09-09Ignore DW_TAG_padding in tag_is_typeTom Tromey1-1/+0
2024-09-09s390: Align opcodes to lower-caseJens Remus1-1/+1
2024-09-09s390: Document syntax to omit base register operandJens Remus1-2/+3
2024-09-09gdb/NEWS: group general news items togetherAndrew Burgess1-14/+14
2024-09-09LoongArch: Fixed precedence of expression operators in instructionsLulu Cai3-12/+23
2024-09-09Automatic date update in version.inGDB Administrator1-1/+1
2024-09-08gdb: fix use of out of scope temporary variable in break-cond-parse.cAndrew Burgess1-7/+4
2024-09-08[gdb/testsuite] Handle missing curses in gdb.python/py-missing-debug.expTom de Vries1-2/+15
2024-09-08Automatic date update in version.inGDB Administrator1-1/+1
2024-09-07gdb: only insert thread-specific breakpoints in the relevant inferiorAndrew Burgess14-111/+497
2024-09-07gdb: don't set breakpoint::pspace in create_breakpointAndrew Burgess4-6/+259
2024-09-07gdb: parse pending breakpoint thread/task immediatelyAndrew Burgess15-307/+1152