aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2023-12-08Fix dynamic type resolution for LOC_CONST and LOC_CONST_BYTES symbolsTom Tromey2-4/+135
2023-12-08gdb: Guarantee that an SAL's end is right before the next statementGuinevere Larsen2-41/+8
2023-12-07sim: aarch64: fix -Wunused-but-set-variable warningsMike Frysinger1-2/+1
2023-12-07sim: common: fix -Wunused-but-set-variable warningsMike Frysinger1-2/+0
2023-12-07sim: ppc: fix -Wunused-but-set-variable warningsMike Frysinger1-2/+0
2023-12-07sim: v850: fix -Wunused-but-set-variable warningsMike Frysinger2-11/+8
2023-12-07sim: sh: fix -Wunused-but-set-variable warningsMike Frysinger1-2/+0
2023-12-07sim: msp430: fix -Wunused-but-set-variable warningsMike Frysinger1-2/+1
2023-12-07sim: mips: fix -Wunused-but-set-variable warningsMike Frysinger1-3/+5
2023-12-07sim: mcore: fix -Wunused-but-set-variable warningsMike Frysinger1-4/+0
2023-12-07sim: m68hc11: fix -Wunused-but-set-variable warningsMike Frysinger2-6/+0
2023-12-07sim: h8300: fix -Wunused-but-set-variable warningsMike Frysinger1-8/+0
2023-12-07sim: ft32: fix -Wunused-but-set-variable warningsMike Frysinger1-4/+0
2023-12-07sim: frv: fix -Wunused-but-set-variable warningsMike Frysinger3-15/+0
2023-12-07sim: erc32: fix -Wunused-but-set-variable warningsMike Frysinger2-15/+4
2023-12-07sim: d10v: fix -Wunused-but-set-variable warningsMike Frysinger1-2/+2
2023-12-07sim: cris: fix -Wunused-but-set-variable warningsMike Frysinger3-4/+9
2023-12-07sim: bfin: fix -Wunused-but-set-variable warningsMike Frysinger7-23/+7
2023-12-07sim: bfin: gui: fix -Wunused-but-set-variable warningsMike Frysinger1-12/+22