aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2023-03-27fbsd-nat: Avoid a direct write to target_waitstatus::kind.John Baldwin1-1/+1
2023-03-27fbsd-nat: Add missing spaces.John Baldwin1-11/+11
2023-03-27linux-nat: introduce pending_status_strPedro Alves2-7/+23
2023-03-27displaced step: pass down target_waitstatus instead of gdb_signalPedro Alves9-26/+30
2023-03-27[gdb/testsuite] Fix gdb.stabs/exclfwd.exp for remote hostTom de Vries1-0/+2
2023-03-27[gdb/testsuite] Fix gdb.stabs/weird.exp for remote hostTom de Vries1-4/+3
2023-03-27[gdb/testsuite] Fix gdb.gdb/unittest.exp for remote hostTom de Vries1-31/+44
2023-03-27[gdb/testsuite] Skip do_self_tests on remote hostTom de Vries1-1/+1
2023-03-27Change symbol::line to unsigned intTom Tromey5-11/+58
2023-03-27Fix 128-bit integer bug in AdaTom Tromey3-21/+63
2023-03-27Use gdb_gmp for scalar arithmeticTom Tromey7-367/+247
2023-03-27Use value_true in value_equal and value_lessTom Tromey1-4/+2
2023-03-27Simplify binop_promoteTom Tromey1-36/+19
2023-03-27Add value_as_mpz and value_from_mpzTom Tromey2-0/+113
2023-03-27Add truncation mode to gdb_mpzTom Tromey2-46/+76
2023-03-27Avoid a copy in gdb_mpz::safe_exportTom Tromey1-9/+9
2023-03-27Add many operators to gdb_mpzTom Tromey1-0/+138
2023-03-27Populate seen_names hash in cooked_index_shard::do_finalizeTom Tromey1-0/+1
2023-03-27[gdb/testsuite] Fix gdb.asm/asm-source.exp for remote hostTom de Vries1-4/+8
2023-03-27[gdb/testsuite] Fix gdb.dwarf2/imported-unit-bp-c.exp for remote hostTom de Vries1-0/+5
2023-03-27[gdb/testsuite] Unsupport gdb.dwarf2/gdb-add-index-symlink.exp for remote hostTom de Vries1-0/+3
2023-03-27[gdb/testsuite] Fix gdb.dwarf2/gdb-index-cxx.exp for remote hostTom de Vries2-1/+4
2023-03-27[gdb/testsuite] Fix gdb.dwarf2/enqueued-cu-base-addr.exp for remote hostTom de Vries1-1/+1
2023-03-27[gdb/testsuite] Fix gdb.dwarf2/gdb-index.exp on remote hostTom de Vries2-11/+32
2023-03-27[gdb/testsuite] Fix gdb.dwarf2/per-bfd-sharing.exp for remote hostTom de Vries6-21/+23
2023-03-27[gdb/testsuite] Fix quoting issue in gdb.base/index-cache.expTom de Vries2-2/+2
2023-03-27[gdb/testsuite] Fix quoting issues in gdb.dwarf2 for remote hostTom de Vries3-13/+35
2023-03-27[gdb/testsuite] Fix have_index for remote hostTom de Vries1-0/+4
2023-03-27[gdb/testsuite] Add missing include_file in gdb.dwarf/*.expTom de Vries3-0/+5
2023-03-27[gdb/testsuite] Add test-case gdb.dlang/dlang-start-2.expTom de Vries2-0/+119
2023-03-27Use stdint types in coff internal_auxentAlan Modra2-10/+10
2023-03-27[gdb/testsuite] Handle missing gdc in gdb.dlang/dlang-start.expTom de Vries2-0/+17
2023-03-27[gdb/testsuite] Remove superfluous pid in temp filesTom de Vries2-7/+7
2023-03-26[gdb/testsuite] Introduce allow_dap_testsTom de Vries4-2/+19
2023-03-24Preserve name of range typesTom Tromey5-0/+104
2023-03-24Implement repl evaluation for DAPTom Tromey2-3/+26
2023-03-24[gdb/symtab] Fix line number of static const class memberTom de Vries2-3/+4
2023-03-24Fix race in DAP startupTom Tromey2-6/+10
2023-03-24aarch64: Check for valid inferior thread/regcache before reading pauth registersLuis Machado1-26/+62
2023-03-24[gdb/testsuite] Fix unbalanced quotes in mi_expect_stop argumentTom de Vries5-9/+13
2023-03-24[gdb/testsuite] Fix gdb.cp/m-static.exp regression on Ubuntu 20.04Tom de Vries1-2/+1
2023-03-24[gdb/dap] Add logging of ignored linesTom de Vries1-1/+3
2023-03-23Fix minor grammar issue in python.texiTom Tromey1-1/+1
2023-03-23[gdb/testsuite] Use gdb_remote_download in allow_opencl_testsTom de Vries1-5/+1
2023-03-23gdb/riscv: add systemtap supportAndrew Burgess1-0/+35
2023-03-22gdb: remove gdbarch_displaced_step_fixup_pAndrew Burgess3-15/+4
2023-03-22Remove unnecessary castTom Tromey1-2/+1
2023-03-22gdb/testsuite: adjust test cases to previous "maintenance info line-table" ch...Simon Marchi3-9/+9
2023-03-22[gdb/testsuite] Fix gdb.cp/cp-relocate.exp for remote hostTom de Vries1-1/+3
2023-03-22[gdb/testsuite] Fix gdb.cp/annota{2,3}.exp for native-extended-gdbserverTom de Vries2-10/+30