aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2023-12-09Automatic date update in version.inGDB Administrator1-1/+1
2023-12-08[gdb/tui] Show focus window in status lineTom de Vries4-2/+23
2023-12-08Fix printing of global variable stubs if no inferior is runningHannes Domani3-1/+68
2023-12-08gdb/testsuite: tighten up some end-of-line patternsAndrew Burgess10-19/+21
2023-12-08gdb/testsuite: fix gdb.ada/complete.exp timeout in READ1 modeAndrew Burgess1-5/+14
2023-12-08gdbserver: allow for general 'monitor set debug COMPONENT VALUE' useAndrew Burgess4-43/+216
2023-12-08gdbserver: allow the --debug command line option to take a valueAndrew Burgess3-22/+216
2023-12-08gdb: fix GDB_DEBUG and GDBSERVER_DEBUG Makefile variablesAndrew Burgess1-1/+4
2023-12-08Use pretty printers for struct member stubsHannes Domani6-10/+193
2023-12-08[gdb/tui] Fix displaying main after resizingTom de Vries5-31/+76
2023-12-08Allow cast of 128-bit integer to pointerTom Tromey3-9/+25