Age | Commit message (Expand) | Author | Files | Lines |
2024-09-13 | gdb, infrun: fix multi-threaded reverse steppingusers/mmetzger/pr31353 | Markus Metzger | 4 | -30/+143 |
2024-09-13 | gdb, infrun, record: move no-history notification into normal_stop | Markus Metzger | 1 | -3/+3 |
2024-09-13 | gdb, infrun, record: fix hang when step-over fails with no-history | Markus Metzger | 2 | -0/+96 |
2024-09-13 | gdb, infrun, btrace: fix reverse/replay stepping at end of execution history | Markus Metzger | 6 | -9/+173 |
2024-09-13 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2024-09-12 | gprofng: avoid use of non-portable which [PR32166] | Sam James | 1 | -1/+1 |
2024-09-12 | gdb: change type of `general_symbol_info::m_section` to int | Simon Marchi | 1 | -3/+3 |
2024-09-12 | s390: Relax risbg[n]z, risb{h|l}gz, {rns|ros|rxs}bgt operand constraints | Jens Remus | 3 | -27/+21 |
2024-09-12 | s390: Simplify (dis)assembly of insn operands with const bits | Jens Remus | 4 | -34/+17 |
2024-09-12 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2024-09-11 | Fix 32096 UBSAN issues in gprofng | Vladimir Mezentsev | 5 | -24/+40 |
2024-09-11 | [gdb/testsuite] Simplify gdb.dwarf2/forward-spec.exp | Tom de Vries | 1 | -28/+12 |
2024-09-11 | arm: Handle undefweak with ST_BRANCH_UNKNOWN | Christophe Lyon | 4 | -1/+28 |
2024-09-11 | gdb: Support DW_OP_constx (the standardized version of DW_OP_GNU_const_index). | Kyle Huey | 3 | -3/+10 |
2024-09-11 | Fix typo in Python TUI window text | Tom Tromey | 1 | -1/+1 |
2024-09-11 | gas: avoid (scrubber) diagnostics for stuff past .end | Jan Beulich | 6 | -1/+108 |
2024-09-11 | gas: restrict scrubber mri_{state,last_ch} vars | Jan Beulich | 1 | -5/+7 |
2024-09-11 | arm: don't engage symver scrubber hack in CCS mode | Jan Beulich | 3 | -1/+20 |
2024-09-11 | x86/APX: correct disassembly for EVEX.B4 | Jan Beulich | 1 | -2/+3 |
2024-09-11 | x86: error handling in set_cpu_arch() | Jan Beulich | 1 | -30/+34 |
2024-09-11 | ld/testsuite: exclude relocs from section contributions PDB test | Mark Harmstone | 2 | -24/+2 |
2024-09-11 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2024-09-10 | gdb/testsuite: fix argument order in example code within a comment | Andrew Burgess | 1 | -1/+1 |
2024-09-10 | gdb/testsuite: add return after a call to 'untested' | Andrew Burgess | 1 | -3/+4 |
2024-09-10 | Revert "[gdb/testsuite] Handle missing curses in gdb.python/py-missing-debug.... | Andrew Burgess | 1 | -15/+2 |
2024-09-10 | gdb/python: avoid depending on the curses library | Andrew Burgess | 1 | -3/+27 |
2024-09-10 | [gdb/testsuite] Fix gdb.xml/tdesc-regs.exp on riscv64 | Tom de Vries | 1 | -9/+26 |
2024-09-10 | [gdb/build] Fix unused var in corelow.c | Tom de Vries | 1 | -2/+2 |
2024-09-09 | bfd: Pass true to ld_plugin_object_p | H.J. Lu | 1 | -1/+5 |
2024-09-10 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2024-09-09 | Move enum size check into ada_identical_enum_types_p | Tom Tromey | 1 | -10/+4 |
2024-09-09 | Minor cleanup to ada_identical_enum_types_p | Tom Tromey | 1 | -4/+2 |
2024-09-09 | Boolify ada_identical_enum_types_p | Tom Tromey | 1 | -6/+7 |
2024-09-09 | Fix some comments in dwarf2/cooked-index.h | Tom Tromey | 1 | -4/+4 |
2024-09-09 | Refactor cooked_index_shard::handle_gnat_encoded_entry | Tom Tromey | 2 | -17/+11 |
2024-09-09 | Ignore DW_TAG_padding in tag_is_type | Tom Tromey | 1 | -1/+0 |
2024-09-09 | s390: Align opcodes to lower-case | Jens Remus | 1 | -1/+1 |
2024-09-09 | s390: Document syntax to omit base register operand | Jens Remus | 1 | -2/+3 |
2024-09-09 | gdb/NEWS: group general news items together | Andrew Burgess | 1 | -14/+14 |
2024-09-09 | LoongArch: Fixed precedence of expression operators in instructions | Lulu Cai | 3 | -12/+23 |
2024-09-09 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2024-09-08 | gdb: fix use of out of scope temporary variable in break-cond-parse.c | Andrew Burgess | 1 | -7/+4 |
2024-09-08 | [gdb/testsuite] Handle missing curses in gdb.python/py-missing-debug.exp | Tom de Vries | 1 | -2/+15 |
2024-09-08 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2024-09-07 | gdb: only insert thread-specific breakpoints in the relevant inferior | Andrew Burgess | 14 | -111/+497 |
2024-09-07 | gdb: don't set breakpoint::pspace in create_breakpoint | Andrew Burgess | 4 | -6/+259 |
2024-09-07 | gdb: parse pending breakpoint thread/task immediately | Andrew Burgess | 15 | -307/+1152 |
2024-09-07 | gdb: create new is_thread_id helper function | Andrew Burgess | 2 | -20/+70 |
2024-09-07 | gdb: add another overload of startswith | Andrew Burgess | 1 | -0/+10 |
2024-09-07 | gdb: make breakpoint_debug_printf global | Andrew Burgess | 2 | -7/+10 |