Age | Commit message (Expand) | Author | Files | Lines |
2023-12-14 | gdb: simplify conditions in regcache::{read,write,raw_collect,raw_supply}_part | Simon Marchi | 1 | -12/+12 |
2023-12-14 | gdb: make store_integer take an array_view | Simon Marchi | 2 | -17/+38 |
2023-12-14 | gdb: use reg_buffer_common throughout gdbsupport/common-regcache.h | Simon Marchi | 13 | -42/+56 |
2023-12-14 | gdb: don't handle i386 k registers as pseudo registers | Simon Marchi | 1 | -23/+0 |
2023-12-14 | Allow calling of variadic C++ functions | Hannes Domani | 5 | -6/+55 |
2023-12-14 | RISC-V: Fix the wrong encoding and operand of the XTheadFmv extension. | Jin Ma | 4 | -8/+8 |
2023-12-14 | Remove redundant Byte, Word, Dword and Qword from insn templates. | Cui, Lili | 1 | -123/+123 |
2023-12-14 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2023-12-13 | Use unique_xmalloc_ptr in explicit_location_spec | Tom Tromey | 7 | -81/+83 |
2023-12-13 | Use unique_xmalloc_ptr in linespec_location_spec | Tom Tromey | 4 | -17/+12 |
2023-12-13 | Update Make const_1_mode print $1 in AT&T syntax | H.J. Lu | 1 | -1/+1 |
2023-12-13 | [gdb/tui] add SingleKey bindings for reverse execution commands | Magne Hov | 2 | -0/+30 |
2023-12-13 | gdb/python: avoid use of _PyOS_ReadlineTState | Andrew Burgess | 1 | -6/+4 |
2023-12-13 | gdb: move gdbpy_gil into python-internal.h | Alexandra Hájková | 2 | -24/+24 |
2023-12-13 | gdb: improve error reporting for 'save gdb-index' | Andrew Burgess | 4 | -44/+198 |
2023-12-13 | Make const_1_mode print $1 in AT&T syntax | Cui, Lili | 14 | -128/+130 |
2023-12-13 | Clean base_reg and assign correct values to regs for input_output_operand (%dx). | Cui, Lili | 1 | -0/+2 |
2023-12-13 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2023-12-12 | gdbserver/win32: fix crash on detach | Stefano Moioli | 1 | -1/+1 |
2023-12-12 | Fix gdb.FinishBreakpoint when returning to an inlined function | Hannes Domani | 3 | -1/+41 |
2023-12-12 | Support dynamically computed convenience variables in get_internalvar_integer | Hannes Domani | 3 | -0/+28 |
2023-12-12 | Support rodata in flash for more AVR devices | Georg-Johann Lay | 9 | -5/+202 |
2023-12-12 | Fix whitespace snafu in tc-riscv.c | Nick Clifton | 1 | -5/+5 |
2023-12-12 | RISC-V: Emit R_RISCV_RELAX for the la/lga pseudo instruction | Rui Ueyama | 3 | -0/+26 |
2023-12-12 | RISC-V: Resolve PCREL_HI20/LO12_I/S fixups with local symbols while `-mno-relax' | Lifang Xia | 5 | -0/+187 |
2023-12-12 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2023-12-11 | Implement DAP cancellation | Tom Tromey | 4 | -3/+177 |
2023-12-11 | Catch KeyboardInterrupt in send_gdb_with_response | Tom Tromey | 1 | -2/+2 |
2023-12-11 | Rename a couple of DAP procs in the testsuite | Tom Tromey | 1 | -5/+5 |
2023-12-11 | Introduce gdb.interrupt | Tom Tromey | 3 | -0/+33 |
2023-12-11 | Move DAP JSON reader to its own thread | Tom Tromey | 1 | -2/+13 |
2023-12-11 | Clean up handling of DAP not-stopped response | Tom Tromey | 1 | -1/+10 |
2023-12-11 | Simplify DAP stop-reason code | Tom Tromey | 4 | -37/+76 |
2023-12-11 | Emit stop reason details in Python stop events | Tom Tromey | 8 | -15/+90 |
2023-12-11 | Move py_ui_out to a new header | Tom Tromey | 2 | -128/+154 |
2023-12-11 | [gdb/testsuite] Fix $eol regexp usage in some test-cases | Tom de Vries | 3 | -13/+13 |
2023-12-11 | Use TARGET_SYSROOT_PREFIX in more places | Tom Tromey | 3 | -9/+19 |
2023-12-11 | Add DAP items to NEWS | Tom Tromey | 1 | -0/+4 |
2023-12-11 | Fix dynamic_cast | Hannes Domani | 3 | -4/+50 |
2023-12-11 | LoongArch: Add support for <b ".L1"> and <beq, $t0, $t1, ".L1"> | mengqinggang | 3 | -0/+22 |
2023-12-11 | bfd_find_nearest_line leaks dwarf_rnglists_buffer | Konstantin Isakov | 1 | -0/+1 |
2023-12-11 | regen bfd POTFILES | Alan Modra | 2 | -0/+2 |
2023-12-11 | RISC-V/gas: Clarify the definition of `relaxable' in md_apply_fix | Nelson Chu | 1 | -1/+1 |
2023-12-11 | R_MICROMIPS_GPREL7_S2 | Alan Modra | 4 | -39/+90 |
2023-12-11 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2023-12-10 | Fix "not not" in Python documentation | Tom Tromey | 1 | -1/+1 |
2023-12-10 | Add some new DW_IDX_* constants | Tom Tromey | 1 | -0/+9 |
2023-12-10 | Improve performance of the H8 simulator | Jeff Law | 1 | -2/+96 |
2023-12-10 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2023-12-09 | [gdb/tui] Handle shared border in fixed-sized layout | Tom de Vries | 1 | -9/+18 |