summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* gdb: fix post-hook execution for remote targetsusers/jv/patches/pr-30249Jan Vrany2023-03-291-1/+2
* [gdb/testsuite] Fix gdb.guile/scm-symbol.exp for remote hostTom de Vries2023-03-292-5/+10
* [gdb/testsuite] Fix /gdb.guile/scm-parameter.exp for remote hostTom de Vries2023-03-291-2/+9
* [gdb/testsuite] Fix gdb.guile/scm-objfile-script.exp for remote hostTom de Vries2023-03-291-2/+2
* [gdb/testsuite] Fix gdb.guile/scm-objfile-script.exp for remote hostTom de Vries2023-03-291-1/+1
* [gdb/testsuite] Fix gdb.guile/scm-cmd.exp without readlineTom de Vries2023-03-291-8/+11
* [gdb/testsuite] Fix gdb.guile/guile.exp for remote hostTom de Vries2023-03-291-17/+21
* Sanity check section size in bfd_init_section_compress_statusAlan Modra2023-03-291-1/+2
* Re: Fix an aout memory leakAlan Modra2023-03-291-2/+3
* ld testsuite CFLAGS_FOR_TARGETAlan Modra2023-03-292-11/+7
* Automatic date update in version.inGDB Administrator2023-03-291-1/+1
* Rename "raw" to "unrelocated"Tom Tromey2023-03-2815-61/+63
* Use unrelocated_addr in minimal symbolsTom Tromey2023-03-2818-86/+109
* Use unrelocated_addr in psymbolsTom Tromey2023-03-287-45/+93
* Use unrelocated_addr in partial symbol tablesTom Tromey2023-03-287-69/+89
* Move definition of unrelocated_addr earlierTom Tromey2023-03-281-6/+6
* Use function_view in gdb_bfd_lookup_symbolTom Tromey2023-03-285-57/+40
* [gdb/testsuite] Fix gdb.btrace/multi-inferior.exp for remote hostTom de Vries2023-03-281-2/+4
* [gdb/testsuite] Fix gdb.btrace/gcore.exp for remote hostTom de Vries2023-03-281-1/+1
* [gdb/testsuite] Fix gdb.btrace/reconnect.exp for remote targetTom de Vries2023-03-281-1/+3
* Put pretty-printers to_string output in varobj resultTom Tromey2023-03-284-35/+26
* gdb/testsuite: allow "require" callbacks to provide a reasonSimon Marchi2023-03-282-12/+33
* [gdb/testsuite] Fix gdb.server/server-kill-python.exp for remote hostTom de Vries2023-03-281-1/+5
* [gdb/testsuite] Fix gdb.server/sysroot.exp for remote hostTom de Vries2023-03-281-2/+7
* [gdb/testsuite] Require non-remote host for gdb.server/multi-ui-errors.expTom de Vries2023-03-281-0/+3
* [gdb/testsuite] Fix gdb.server/solib-list.exp for remote hostTom de Vries2023-03-282-5/+7
* [gdb/testsuite] Fix gdb.server/file-transfer.exp for remote hostTom de Vries2023-03-281-6/+6
* [gdb/testsuite] Fix local-remote-host-native.exp for gdb.server testsTom de Vries2023-03-281-1/+5
* gdb: use dynamic year in update-freebsd.shEnze Li2023-03-281-1/+3
* [gdb/testsuite] Fix gdb.server/non-existing-program.exp with remote-gdbserver...Tom de Vries2023-03-281-3/+3
* Avoid undefined behaviour in m68hc11 md_beginAlan Modra2023-03-281-17/+15
* [gdb/testsuite] Allow gdb.rust/expr.exp without rust compilerTom de Vries2023-03-2820-4/+19
* [gdb/testsuite] Add can_compile rustTom de Vries2023-03-281-23/+42
* [gdb/testsuite] Unsupport gdb.rust for remote hostTom de Vries2023-03-281-0/+5
* ubsan: elfnn-aarch64.c:4595:19: runtime error: load of value 190Alan Modra2023-03-281-8/+3
* Automatic date update in version.inGDB Administrator2023-03-281-1/+1
* [gdb/testsuite] Fix gnat_runtime_has_debug_info for remote hostTom de Vries2023-03-271-0/+4
* fbsd-nat: Use correct constant for target_waitstatus::sig.John Baldwin2023-03-271-1/+1
* fbsd-nat: Avoid a direct write to target_waitstatus::kind.John Baldwin2023-03-271-1/+1
* fbsd-nat: Add missing spaces.John Baldwin2023-03-271-11/+11
* gprofng: 30089 [display text] Invalid number of threadsVladimir Mezentsev2023-03-2718-2339/+1229
* linux-nat: introduce pending_status_strPedro Alves2023-03-272-7/+23
* displaced step: pass down target_waitstatus instead of gdb_signalPedro Alves2023-03-279-26/+30
* [gdb/testsuite] Fix gdb.stabs/exclfwd.exp for remote hostTom de Vries2023-03-271-0/+2
* [gdb/testsuite] Fix gdb.stabs/weird.exp for remote hostTom de Vries2023-03-271-4/+3
* [gdb/testsuite] Fix gdb.gdb/unittest.exp for remote hostTom de Vries2023-03-271-31/+44
* [gdb/testsuite] Skip do_self_tests on remote hostTom de Vries2023-03-271-1/+1
* Change symbol::line to unsigned intTom Tromey2023-03-275-11/+58
* Fix 128-bit integer bug in AdaTom Tromey2023-03-273-21/+63
* Use gdb_gmp for scalar arithmeticTom Tromey2023-03-277-367/+247