public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCH] Add basic event handling in the NetBSD target
 2020-04-29 12:07 UTC  (8+ 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)

Patches for PR 25893 "gdbserver incorrectly handles program args containing space"
 2020-04-29 11:16 UTC  (2+ messages)
` [PATCH 0/4] gdb: Move construct_inferior_arguments to gdbsupport

[PATCH v2][PR gdb/17320] Fix array pretty formatter
 2020-04-29 10:59 UTC  (3+ messages)

[PATCH v2] Implement debugging of WOW64 processes in gdbserver
 2020-04-29 10:54 UTC  (3+ messages)

[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  (7+ messages)
` [PATCHv2 1/3] gdb: Restore previously selected thread when switching inferior
` [PATCHv2 2/3] gdb: Unify two copies of restore_selected_frame
` [PATCHv2 3/3] gdb: Track the current frame for each thread

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

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

[PATCH 0/7] Make gdbarch.sh shellcheck-clean
 2020-04-28 21:46 UTC  (8+ 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] Fix Ada crash with .debug_types
 2020-04-28 18:59 UTC  (3+ 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  (3+ 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  (15+ messages)
` [PATCH 1/4] arc: Add XML target features for Linux targets
` [PATCH 2/4] arc: Recognize registers available on "
` [PATCH 3/4] arc: Add GNU/Linux support for ARC
` [PATCH 4/4] arc: Add arc-*-linux regformats
` [PATCH v2 0/4] arc: Add GNU/Linux support
  ` [PATCH v2 1/4] arc: Add XML target features for Linux targets
  ` [PATCH v2 2/4] arc: Recognize registers available on "
  ` [PATCH v2 3/4] arc: Add GNU/Linux support for ARC
  ` [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)

[PATCH 0/11] Variant part support, plus more
 2020-04-28 15:35 UTC  (12+ messages)
` [PATCH 10/11] Add Python support for dynamic types
` [PATCH 11/11] Update test cases that work with minimal encodings

[PATCH][PR gdb/18706] Calculate size of array of stubbed type
 2020-04-28 15:10 UTC  (2+ messages)

[PATCH] Allow Python commands to be in class_tui
 2020-04-28 14:02 UTC  (3+ messages)

[pushed] gdb: use gdb:hash_enum as hash function in offset_map_type
 2020-04-28 13:51 UTC 

[OBV][PATCH] Fix typo (thead -> thread)
 2020-04-28  9:43 UTC 

[committed][gdb/testsuite] Fix timeouts with -readnow
 2020-04-28  9:32 UTC 

[committed][gdb/testsuite] Add PR number to KFAIL in gdb.opt/inline-cmds.exp
 2020-04-28  6:33 UTC 

[committed][gdb/testsuite] Remove KFAIL from gdb.base/info-macros.exp
 2020-04-28  4:55 UTC 

[committed][gdb/testsuite] Add PR number in KFAIL in gdb.ada/array_ptr_renaming.exp
 2020-04-28  4:27 UTC 

Compiling with libipt 2
 2020-04-27 20:29 UTC  (3+ messages)

[PATCH][gdb/symtab] Handle struct decl with DW_AT_signature
 2020-04-27 20:04 UTC  (2+ messages)

[patch v3] Fix cyrillic symbols show in tui
 2020-04-27 17:14 UTC  (2+ messages)

[PATCH] gdb, gdbserver: remove configure check for fs_base/gs_base in user_regs_struct
 2020-04-27 14:48 UTC  (3+ messages)

[PATCH] Expand dynamic type documentation
 2020-04-27 14:28 UTC  (3+ messages)

[PATCH] gdbsupport: include cstdlib in common-defs.h
 2020-04-27 13:30 UTC  (5+ messages)

[PATCH] Fix remaining inline/tailcall unwinding breakage for x86_64
 2020-04-27 12:07 UTC  (3+ messages)

[PATCHv2 0/2] Line table is_stmt support
 2020-04-27 10:34 UTC  (10+ messages)
` [PATCH 0/2] More regression fixing from is-stmt patches
  ` [PATCH 2/2] gdb: Preserve is-stmt lines when switch between files

[PATCH 0/7] RISC-V: Support version controling for ISA standard extensions and CSR
 2020-04-27  1:35 UTC  (4+ messages)
` [PATCH 4/7] RISC-V: Support version checking for CSR according to privilege version

[PATCH][PR gdb/17320] Fix array pretty formatter
 2020-04-26 22:31 UTC  (2+ messages)

Oh dear. I regret to inform you that commit 797439622361bc901ed64b398c0d689c97cd8121 might be unfortunate
 2020-04-26 22:17 UTC  (5+ messages)
` Breakage on builder Fedora-x86_64-native-gdbserver-m64, revision 797439622361bc901ed64b398c0d689c97cd8121
` Breakage on builder Ubuntu-Aarch64-m64, "
` Breakage on builder Ubuntu-Aarch64-native-extended-gdbserver-m64, "
` Breakage on builder Ubuntu-Aarch64-native-gdbserver-m64, "

[pushed] Remove class_pseudo
 2020-04-26 19:45 UTC 

[PATCH] Implement debugging of WOW64 processes in gdbserver
 2020-04-26 17:14 UTC  (4+ messages)

[PUSHED/OBVIOUS] Fix comments and whitespace in lookup_cmd_composition
 2020-04-26 14:14 UTC 

Oh dear. I regret to inform you that commit 8d30e395779603a8d36fa8bdfddba88a312552f4 might be unfortunate
 2020-04-26 11:26 UTC  (2+ messages)
` Breakage on builder Fedora-x86_64-w64-mingw32, revision 8d30e395779603a8d36fa8bdfddba88a312552f4

[PATCH] Remove unused code block in inf_ptrace_target::wait
 2020-04-25 22:25 UTC  (3+ messages)

[PATCH] Update more calls to add_prefix_cmd
 2020-04-25 19:10 UTC 

[PATCH][PR gdb/21690] Fix interruption of command history search
 2020-04-25 17:16 UTC 

[committed][gdb/testsuite] Add target board debug-types
 2020-04-25 15:20 UTC 

[PATCH][PR gdb/24052] Implement 'set print zero-values on|off'
 2020-04-25 13:41 UTC 

[PATCH] Use title style in help_list
 2020-04-25 11:55 UTC  (4+ messages)

[PATCHv5] Fix range end handling of inlined subroutines
 2020-04-25  7:29 UTC  (4+ messages)

[PATCH 00/10] Fix two name-related bugs in DWARF reader
 2020-04-24 21:34 UTC  (9+ messages)
` [PATCH 08/10] Use the linkage name if it exists
        ` [committed][gdb/testsuite] Fix language in dw2-bad-mips-linkage-name.exp

[PATCH] Add completion styling
 2020-04-24 20:37 UTC  (5+ messages)

[PATCH v2 0/3] Completer C++ template support
 2020-04-24 20:15 UTC  (9+ messages)
` [PATCH v2 1/3] Move find_toplevel_char to utils.[ch]
` [PATCH v2 2/3] Remove hard-coded line number from templates.exp
` [PATCH v2 3/3] Support template lookups in strncmp_iw_with_mode

[PATCH] Add WOW64 exception numbers to $_siginfo.ExceptionCode enum
 2020-04-24 16:58 UTC  (3+ messages)

[PATCH] Move OpenBSD-only functions from inf-ptrace to obsd-nat
 2020-04-24 15:35 UTC  (6+ messages)

[PATCH] Tune default DEBUGDIR for NetBSD
 2020-04-24 15:30 UTC  (6+ messages)

[PATCH] Don't re-process a DIE in read_lexical_block_scope
 2020-04-24 14:51 UTC 

[PATCH] Fix inline frame unwinding breakage
 2020-04-24 14:39 UTC  (14+ messages)

[PATCH][gdb/testsuite] Reset errcnt in clean_restart
 2020-04-24 14:11 UTC  (2+ messages)

[PATCH] Fix Windows debugging regression
 2020-04-24 12:47 UTC  (2+ messages)

[committed][gdb/testsuite] Compile dwzbuildid-mismatch more quietly
 2020-04-24 12:00 UTC 

[committed][gdb/testsuite] Compile gdb.dwarf2/dw2-error.exp quietly
 2020-04-24 11:22 UTC 

[PATCH] gdb/fortran: Allow Flang MAIN_ in Fortran testing
 2020-04-24 10:26 UTC 

[committed][gdb/testsuite] Reduce errors after gdb exit in default_gdb_start
 2020-04-24 10:22 UTC 

[PATCH][gdb/contrib] Use temp dir for gdb-add-index in cc-with-tweaks.sh
 2020-04-24  9:32 UTC  (2+ messages)
` [committed][gdb/contrib] "

[PATCH 3/7] RISC-V: Support new GAS options and configure options to set ISA versions
 2020-04-24  6:43 UTC  (4+ messages)

[PATCH 0/7] RISC-V: Support version controling for ISA standard extensions and CSR
 2020-04-23 20:59 UTC  (2+ messages)

[PATCH] Fix infinite loop in is_linked_with_cygwin_dll
 2020-04-23 18:25 UTC  (2+ messages)

[PATCH][gdb/symtab] Prefer def over decl (inter-CU case, with context)
 2020-04-23 13:57 UTC  (2+ messages)

[PATCH][gdb/symtab] Prefer def over decl (inter-CU case)
 2020-04-23 13:57 UTC  (2+ messages)

[PATCH] Fix Ada crash with .debug_names
 2020-04-23 13:16 UTC  (3+ messages)

[FTR][gdb/testsuite] Add missing .debug_aranges to dw2-ranges-func-{hi,lo}-cold.c
 2020-04-23 12:50 UTC 

[committed][gdb/testsuite] Skip gdb.base/readnever.exp with target board readnow
 2020-04-23  7:26 UTC 

[committed][gdb/symtab] Fix disassembly of non-contiguous functions
 2020-04-23  7:12 UTC 

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).