aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-12-14gdb: simplify conditions in regcache::{read,write,raw_collect,raw_supply}_partSimon Marchi1-12/+12
2023-12-14gdb: make store_integer take an array_viewSimon Marchi2-17/+38
2023-12-14gdb: use reg_buffer_common throughout gdbsupport/common-regcache.hSimon Marchi13-42/+56
2023-12-14gdb: don't handle i386 k registers as pseudo registersSimon Marchi1-23/+0
2023-12-14Allow calling of variadic C++ functionsHannes Domani5-6/+55
2023-12-14RISC-V: Fix the wrong encoding and operand of the XTheadFmv extension.Jin Ma4-8/+8
2023-12-14Remove redundant Byte, Word, Dword and Qword from insn templates.Cui, Lili1-123/+123
2023-12-14Automatic date update in version.inGDB Administrator1-1/+1
2023-12-13Use unique_xmalloc_ptr in explicit_location_specTom Tromey7-81/+83
2023-12-13Use unique_xmalloc_ptr in linespec_location_specTom Tromey4-17/+12
2023-12-13Update Make const_1_mode print $1 in AT&T syntaxH.J. Lu1-1/+1
2023-12-13[gdb/tui] add SingleKey bindings for reverse execution commandsMagne Hov2-0/+30
2023-12-13gdb/python: avoid use of _PyOS_ReadlineTStateAndrew Burgess1-6/+4
2023-12-13gdb: move gdbpy_gil into python-internal.hAlexandra Hájková2-24/+24
2023-12-13gdb: improve error reporting for 'save gdb-index'Andrew Burgess4-44/+198
2023-12-13Make const_1_mode print $1 in AT&T syntaxCui, Lili14-128/+130
2023-12-13Clean base_reg and assign correct values to regs for input_output_operand (%dx).Cui, Lili1-0/+2
2023-12-13Automatic date update in version.inGDB Administrator1-1/+1
2023-12-12gdbserver/win32: fix crash on detachStefano Moioli1-1/+1
2023-12-12Fix gdb.FinishBreakpoint when returning to an inlined functionHannes Domani3-1/+41
2023-12-12Support dynamically computed convenience variables in get_internalvar_integerHannes Domani3-0/+28
2023-12-12Support rodata in flash for more AVR devicesGeorg-Johann Lay9-5/+202
2023-12-12Fix whitespace snafu in tc-riscv.cNick Clifton1-5/+5
2023-12-12RISC-V: Emit R_RISCV_RELAX for the la/lga pseudo instructionRui Ueyama3-0/+26
2023-12-12RISC-V: Resolve PCREL_HI20/LO12_I/S fixups with local symbols while `-mno-relax'Lifang Xia5-0/+187
2023-12-12Automatic date update in version.inGDB Administrator1-1/+1
2023-12-11Implement DAP cancellationTom Tromey4-3/+177
2023-12-11Catch KeyboardInterrupt in send_gdb_with_responseTom Tromey1-2/+2
2023-12-11Rename a couple of DAP procs in the testsuiteTom Tromey1-5/+5
2023-12-11Introduce gdb.interruptTom Tromey3-0/+33
2023-12-11Move DAP JSON reader to its own threadTom Tromey1-2/+13
2023-12-11Clean up handling of DAP not-stopped responseTom Tromey1-1/+10
2023-12-11Simplify DAP stop-reason codeTom Tromey4-37/+76
2023-12-11Emit stop reason details in Python stop eventsTom Tromey8-15/+90
2023-12-11Move py_ui_out to a new headerTom Tromey2-128/+154
2023-12-11[gdb/testsuite] Fix $eol regexp usage in some test-casesTom de Vries3-13/+13
2023-12-11Use TARGET_SYSROOT_PREFIX in more placesTom Tromey3-9/+19
2023-12-11Add DAP items to NEWSTom Tromey1-0/+4
2023-12-11Fix dynamic_castHannes Domani3-4/+50
2023-12-11LoongArch: Add support for <b ".L1"> and <beq, $t0, $t1, ".L1">mengqinggang3-0/+22
2023-12-11bfd_find_nearest_line leaks dwarf_rnglists_bufferKonstantin Isakov1-0/+1
2023-12-11regen bfd POTFILESAlan Modra2-0/+2
2023-12-11RISC-V/gas: Clarify the definition of `relaxable' in md_apply_fixNelson Chu1-1/+1
2023-12-11R_MICROMIPS_GPREL7_S2Alan Modra4-39/+90
2023-12-11Automatic date update in version.inGDB Administrator1-1/+1
2023-12-10Fix "not not" in Python documentationTom Tromey1-1/+1
2023-12-10Add some new DW_IDX_* constantsTom Tromey1-0/+9
2023-12-10Improve performance of the H8 simulatorJeff Law1-2/+96
2023-12-10Automatic date update in version.inGDB Administrator1-1/+1
2023-12-09[gdb/tui] Handle shared border in fixed-sized layoutTom de Vries1-9/+18