aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-03-29gdb: fix post-hook execution for remote targetsusers/jv/patches/pr-30249Jan Vrany1-1/+2
2023-03-29[gdb/testsuite] Fix gdb.guile/scm-symbol.exp for remote hostTom de Vries2-5/+10
2023-03-29[gdb/testsuite] Fix /gdb.guile/scm-parameter.exp for remote hostTom de Vries1-2/+9
2023-03-29[gdb/testsuite] Fix gdb.guile/scm-objfile-script.exp for remote hostTom de Vries1-2/+2
2023-03-29[gdb/testsuite] Fix gdb.guile/scm-objfile-script.exp for remote hostTom de Vries1-1/+1
2023-03-29[gdb/testsuite] Fix gdb.guile/scm-cmd.exp without readlineTom de Vries1-8/+11
2023-03-29[gdb/testsuite] Fix gdb.guile/guile.exp for remote hostTom de Vries1-17/+21
2023-03-29Sanity check section size in bfd_init_section_compress_statusAlan Modra1-1/+2
2023-03-29Re: Fix an aout memory leakAlan Modra1-2/+3
2023-03-29ld testsuite CFLAGS_FOR_TARGETAlan Modra2-11/+7
2023-03-29Automatic date update in version.inGDB Administrator1-1/+1
2023-03-28Rename "raw" to "unrelocated"Tom Tromey15-61/+63
2023-03-28Use unrelocated_addr in minimal symbolsTom Tromey18-86/+109
2023-03-28Use unrelocated_addr in psymbolsTom Tromey7-45/+93
2023-03-28Use unrelocated_addr in partial symbol tablesTom Tromey7-69/+89
2023-03-28Move definition of unrelocated_addr earlierTom Tromey1-6/+6
2023-03-28Use function_view in gdb_bfd_lookup_symbolTom Tromey5-57/+40
2023-03-28[gdb/testsuite] Fix gdb.btrace/multi-inferior.exp for remote hostTom de Vries1-2/+4
2023-03-28[gdb/testsuite] Fix gdb.btrace/gcore.exp for remote hostTom de Vries1-1/+1
2023-03-28[gdb/testsuite] Fix gdb.btrace/reconnect.exp for remote targetTom de Vries1-1/+3
2023-03-28Put pretty-printers to_string output in varobj resultTom Tromey4-35/+26
2023-03-28gdb/testsuite: allow "require" callbacks to provide a reasonSimon Marchi2-12/+33
2023-03-28[gdb/testsuite] Fix gdb.server/server-kill-python.exp for remote hostTom de Vries1-1/+5
2023-03-28[gdb/testsuite] Fix gdb.server/sysroot.exp for remote hostTom de Vries1-2/+7
2023-03-28[gdb/testsuite] Require non-remote host for gdb.server/multi-ui-errors.expTom de Vries1-0/+3
2023-03-28[gdb/testsuite] Fix gdb.server/solib-list.exp for remote hostTom de Vries2-5/+7
2023-03-28[gdb/testsuite] Fix gdb.server/file-transfer.exp for remote hostTom de Vries1-6/+6
2023-03-28[gdb/testsuite] Fix local-remote-host-native.exp for gdb.server testsTom de Vries1-1/+5
2023-03-28gdb: use dynamic year in update-freebsd.shEnze Li1-1/+3
2023-03-28[gdb/testsuite] Fix gdb.server/non-existing-program.exp with remote-gdbserver...Tom de Vries1-3/+3
2023-03-28Avoid undefined behaviour in m68hc11 md_beginAlan Modra1-17/+15
2023-03-28[gdb/testsuite] Allow gdb.rust/expr.exp without rust compilerTom de Vries20-4/+19
2023-03-28[gdb/testsuite] Add can_compile rustTom de Vries1-23/+42
2023-03-28[gdb/testsuite] Unsupport gdb.rust for remote hostTom de Vries1-0/+5
2023-03-28ubsan: elfnn-aarch64.c:4595:19: runtime error: load of value 190Alan Modra1-8/+3
2023-03-28Automatic date update in version.inGDB Administrator1-1/+1
2023-03-27[gdb/testsuite] Fix gnat_runtime_has_debug_info for remote hostTom de Vries1-0/+4
2023-03-27fbsd-nat: Use correct constant for target_waitstatus::sig.John Baldwin1-1/+1
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-27gprofng: 30089 [display text] Invalid number of threadsVladimir Mezentsev18-2339/+1229
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