public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCH v2 0/9] RISC-V: Support version controling for ISA standard extensions and CSR
 2020-05-06  2:55 UTC  (5+ messages)
` [PATCH v2 1/9] RISC-V: Remove the redundant gas test file
` [PATCH v2 2/9] RISC-V: Forgot to update the priv-reg-fail-read-only-01 test case
` [PATCH v2 3/9] RISC-V: Support GAS option -misa-spec to set ISA versions
` [PATCH v2 4/9] RISC-V: Support configure options to set ISA versions by default

[PATCH] config/debuginfod.m4: Use PKG_CHECK_MODULES
 2020-05-05 21:23 UTC 

[pushed] gdb: remove TYPE_INCOMPLETE
 2020-05-05 21:00 UTC  (3+ messages)

[PATCH] Restore info_command and breakpoint
 2020-05-05 19:00 UTC  (5+ messages)

[patch v3] Fix cyrillic symbols show in tui
 2020-05-05 16:53 UTC  (4+ messages)

[PATCH] Remove ada-lang.c:align_value
 2020-05-05 16:09 UTC 

[PATCH] Mention the NetBSD support in "info proc" documentation
 2020-05-05 15:11 UTC  (2+ messages)

[RFC][PATCH] Fix function argument and return value locations
 2020-05-05 13:32 UTC 

[PUSHED/OBVIOUS] Remove gdb-gdb.gdb breakpoint on disappeared function info_command
 2020-05-04 21:21 UTC  (12+ messages)

[PATCH 0/4] Fix BZ 25631 - core file memory access problem
 2020-05-04 18:09 UTC  (8+ messages)
` [PATCH 1/4] Remove hack for GDB which sets the section size to 0
` [PATCH 3/4] Provide access to non SEC_HAS_CONTENTS core file sections

[PATCH v7 3/5] gdb/remote: do not delete a thread if it has a pending exit event
 2020-05-04 15:33 UTC  (5+ messages)
` [PATCH v7 5/5] gdb/infrun: handle already-exited threads when attempting to stop

Oh dear. I regret to inform you that commit e487f9949ab654b20da8ac01b8311ae956136e5e might be unfortunate
 2020-05-04  8:39 UTC  (13+ messages)
` Breakage on builder Fedora-i686, revision e487f9949ab654b20da8ac01b8311ae956136e5e
` Breakage on builder Fedora-x86_64-cc-with-index, "
` Breakage on builder Fedora-x86_64-m32, "
` Breakage on builder Fedora-x86_64-m64, "
` Breakage on builder Fedora-x86_64-native-extended-gdbserver-m32, "
` Breakage on builder Fedora-x86_64-native-extended-gdbserver-m64, "
` Breakage on builder Fedora-x86_64-w64-mingw32, "
` Breakage on builder Fedora-x86_64-native-gdbserver-m32, "
` Breakage on builder Fedora-x86_64-native-gdbserver-m64, "
` Breakage on builder Ubuntu-Aarch64-m64, "
` Breakage on builder Ubuntu-Aarch64-native-extended-gdbserver-m64, "
` Breakage on builder Ubuntu-Aarch64-native-gdbserver-m64, "

[committed][gdb/testsuite] Fix gdb.base/async.exp with gcc-8
 2020-05-04  6:41 UTC 

[PATCH] Fix for the complaint observed when symbol reading due to unsupported .debug_names form
 2020-05-04  6:13 UTC 

[PATCH] Update more calls to add_prefix_cmd
 2020-05-03 19:54 UTC  (2+ messages)

[PATCH 2/2] gdb/infrun: enable/disable thread events of all targets in stop_all_threads
 2020-05-03 15:37 UTC 

[PATCH 1/2] gdb: introduce 'all_non_exited_process_targets' and 'switch_to_target_no_thread'
 2020-05-03 15:37 UTC 

[PATCH] breakpoint: Make sure location types match before swapping
 2020-05-02 20:13 UTC  (9+ messages)
            ` [PATCH] Stop considering hw and sw breakpoints duplicates (Re: [PATCH] breakpoint: Make sure location types match before swapping)
              ` [PATCH v2] Stop considering hw and sw breakpoint locations duplicates (PR gdb/25741)

Oh dear. I regret to inform you that commit 0743fc83c03da263953dfc393a66744a08770365 might be unfortunate
 2020-05-02 11:17 UTC  (2+ messages)
` Breakage on builder Fedora-x86_64-w64-mingw32, revision 0743fc83c03da263953dfc393a66744a08770365

[PATCH] Fix typo in comment of DYN_PROP_ASSOCIATED
 2020-05-02 10:58 UTC  (3+ messages)

[committed][gdb/testsuite] Fix i386-mpx.exp compilation warnings
 2020-05-02  8:57 UTC 

[committed][gdb/testsuite] Update psym-external-decl.exp for gcc-10/clang
 2020-05-02  7:51 UTC 

[PATCH] Fix size recalculation of fortran arrays
 2020-05-01 21:10 UTC  (4+ messages)

[committed][gdb/testsuite] Fix gdb.ada/operator_bp.exp breakpoint location FAILs
 2020-05-01 15:57 UTC 

[PATCH][gdb/testsuite] Compile compile-ifunc.c with -Wno-attribute-alias
 2020-05-01 14:26 UTC 

[PATCH] gdb: handle endbr64 instruction in amd64_analyze_prologue
 2020-05-01 14:22 UTC  (3+ messages)

[PATCH 0/7] RISC-V: Support version controling for ISA standard extensions and CSR
 2020-05-01  9:29 UTC  (3+ messages)

[committed][gdb/testsuite] Fix Wunused-result warning in until-reverse.c
 2020-05-01  9:04 UTC 

[PATCH v2][PR gdb/18706] Calculate size of array of stubbed type
 2020-04-30 22:01 UTC  (4+ messages)

[PATCH v2][PR gdb/17320] Fix array pretty formatter
 2020-04-30 20:32 UTC  (8+ messages)

Recent commit in binutils-gdb
 2020-04-30 19:24 UTC  (8+ messages)

[PATCH] Add support for NetBSD thread events (create, exit)
 2020-04-30 18:28 UTC  (2+ messages)

[PATCH 0/4] Move dyn prop functions to be methods of struct type
 2020-04-30 18:17 UTC  (5+ messages)
` [PATCH 1/4] gdb: make get_dyn_prop a method "
` [PATCH 2/4] gdb: make add_dyn_prop "
` [PATCH 3/4] gdb: make remove_dyn_prop "
` [PATCH 4/4] gdb: remove TYPE_DYN_PROP_LIST macro

[PATCH 0/4] Automatic detection of test name problems
 2020-04-30 18:01 UTC  (13+ messages)
` [PATCHv2 0/3] "
  ` [PATCHv3 "
    ` [PATCHv3 1/3] gdb/testsuite: Detect and warn if paths are used in test names
    ` [PATCHv3 2/3] gdb/testsuite: Detect and warn about duplicate "
    ` [PATCHv3 3/3] contrib: Handle GDB specific test result types

[PUSHED/OBVIOUS] Remove duplicated creation of "frame" command and "f" alias
 2020-04-30 16:40 UTC 

[PATCH v3] Implement debugging of WOW64 processes in gdbserver
 2020-04-30 16:36 UTC  (3+ messages)

[PATCH 0/7] Make gdbarch.sh shellcheck-clean
 2020-04-30 15:48 UTC  (12+ messages)
` [PATCH 1/7] gdb: fix shellcheck warnings SC2059 (variables in printf format string) in gdbarch.sh
` [PATCH 2/7] gdb: fix shellcheck warnings SC2086 (missing double quotes) "
` [PATCH 3/7] gdb: fix shellcheck warnings SC2006 (use $() instead of ``) "
` [PATCH 4/7] gdb: fix shellcheck warnings SC2166 (&& and !! instead of -a and -o) "
` [PATCH 5/7] gdb: fix shellcheck warnings SC2034 (unused variable) "
` [PATCH 6/7] gdb: fix shellcheck warnings SC2154 (referenced but not assigned) "
` [PATCH 7/7] gdb: silence shellcheck warning SC2162 (use read -r) "

[PATCH] Adjust array pretty printer tests to the new format
 2020-04-30 15:04 UTC  (3+ messages)

[PATCH] Fix Ada value printing on PPC64
 2020-04-30 13:18 UTC 

[PATCH v3][PR gdb/15559] Use thiscall calling convention for class members
 2020-04-30 12:42 UTC  (6+ messages)

Latest libiberty update - Intel CET?
 2020-04-30  7:25 UTC  (3+ messages)
` [PATCH] Sync config and libiberty with GCC

[PATCH 0/11] Variant part support, plus more
 2020-04-30  6:45 UTC  (5+ messages)
` [PATCH 11/11] Update test cases that work with minimal encodings

[RFC][gdb/testsuite] Add gdbfail/envfail aliases for kfail/xfail
 2020-04-30  6:43 UTC 

Patches for PR 25893 "gdbserver incorrectly handles program args containing space"
 2020-04-30  6:03 UTC  (11+ messages)
` [PATCH 0/4] gdb: Move construct_inferior_arguments to gdbsupport
` [PATCH 1/4] gdbsupport: Extend construct_inferior_arguments to allow handling all stringify_args cases
    ` [PATCH v2 "
` [PATCH 2/4] gdbserver: Don't add extra NULL to program args
` [PATCH 3/4] [PR gdbserver/25893]: Use construct_inferior_arguments which handles special chars
` [PATCH 4/4] [PR gdbserver/25893]: Add gdbserver test for argument with space in it

[PATCH] gdb: fix duplicate test names in gdb.base/break.exp
 2020-04-29 20:35 UTC  (3+ messages)

[PATCH] rx: Add rx-linux target
 2020-04-29 20:14 UTC  (2+ messages)

GDB 9.2 release -- 2020-04-29 update
 2020-04-29 19:24 UTC  (3+ messages)

[PATCH][PR gdb/18706] Calculate size of array of stubbed type
 2020-04-29 18:26 UTC  (6+ messages)

[PATCH] Fix Ada crash with .debug_types
 2020-04-29 17:16 UTC  (5+ messages)

[PATCH][PR gdb/24052] Implement 'set print zero-values on|off'
 2020-04-29 16:41 UTC  (4+ messages)

[PATCH v2] Implement debugging of WOW64 processes in gdbserver
 2020-04-29 16:05 UTC  (7+ messages)

Set NetBSD xml syscall file name to syscalls/netbsd.xml
 2020-04-29 15:47 UTC  (2+ messages)

[PATCH] Add basic event handling in the NetBSD target
 2020-04-29 15:44 UTC  (9+ messages)
  ` [PATCH v2] "
` [PATCH v2] Implement the following events: - single step (TRAP_TRACE) - software breakpoint (TRAP_DBREG) - exec() (TRAP_EXEC) - syscall entry/exit (TRAP_SCE / TRAP_SCX)

[PATCH] Remove lookup_objfile_from_block
 2020-04-29 14:12 UTC 

[pushed] Remove some dead code
 2020-04-29 14:12 UTC 

[committed][gdb/testsuite] Add xfails for PR gcc/90232
 2020-04-29 11:22 UTC 

[committed][gdb] Fix range loop index in find_method
 2020-04-29  9:40 UTC 

[PATCHv2 0/3] Restore thread and frame patches
 2020-04-29  9:17 UTC  (4+ messages)
` [PATCHv2 2/3] gdb: Unify two copies of restore_selected_frame

[PATCH] gdb/fortran: Allow Flang MAIN_ in Fortran testing
 2020-04-29  9:15 UTC  (8+ messages)

[pushed] gdb: fix shellcheck warning in update-freebsd.sh
 2020-04-28 18:30 UTC 

[PATCH] Add definitions of system calls to catch in native NetBSD targets
 2020-04-28 18:05 UTC  (2+ messages)

[PATCH] Remove allocate_symbol et al
 2020-04-28 17:25 UTC  (5+ messages)

[PATCH 0/4] arc: Add GNU/Linux support
 2020-04-28 16:56 UTC  (5+ messages)
` [PATCH v2 "
  ` [PATCH v2 2/4] arc: Recognize registers available on Linux targets
  ` [PATCH v2 4/4] arc: Add arc-*-linux regformats

[PATCH v2][PR gdb/15559] Use thiscall calling convention for class members
 2020-04-28 16:54 UTC  (2+ messages)

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).