public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCH 0/9] Starting to convert languages to separate classes
 2020-05-11 22:35 UTC  (4+ messages)
` [PATCH 1/9] gdb: Represent all languages as sub-classes of language_defn
` [PATCH 2/9] gdb: Convert language la_print_array_index field to a method
` [PATCH 3/9] gdb: Convert language la_read_var_value "

[PATCHv2 0/3] Automatic detection of test name problems
 2020-05-11 21:30 UTC  (4+ messages)
` [PATCHv3 "

[PATCH] Restore info_command and breakpoint
 2020-05-11 21:28 UTC  (6+ messages)

[PATCH] gdb: make gdbarch.sh write gdbarch.{c,h} directly
 2020-05-11 21:18 UTC 

[PATCH] Fix Ada value printing on PPC64
 2020-05-11 20:57 UTC  (2+ messages)

[PATCH 0/11] Variant part support, plus more
 2020-05-11 20:31 UTC  (5+ messages)
` [PATCH 11/11] Update test cases that work with minimal encodings
      ` [committed][gdb/testsuite] Change kfail into xfail in gdb.ada/packed_tagged.exp

[PATCH testsuite] Clean-up gdb.ada test names
 2020-05-11 19:30 UTC  (5+ messages)

[committed][gdb/testsuite] Fix gdb.cp/cpexprs-debug-types.exp inclusion
 2020-05-11 18:40 UTC 

[PATCH] Fix for the complaint observed when symbol reading due to unsupported .debug_names form
 2020-05-11 17:50 UTC 

[PATCH] Enable hardware breakpoints for gdbserver on Windows
 2020-05-11 17:42 UTC 

Form to subscribe to gdb mailing lists
 2020-05-11 17:16 UTC  (5+ messages)

[PATCH 0/7] Make gdbarch.sh shellcheck-clean
 2020-05-11 16:55 UTC  (9+ messages)

[PATCH] Speed up psymbol reading by removing a copy
 2020-05-11 16:42 UTC  (5+ messages)
    ` [committed][gdb] Fix catch throw regexp matching

[committed][gdb/symtab] Save modules in .debug_names
 2020-05-11 15:14 UTC 

Patches for PR 25893 "gdbserver incorrectly handles program args containing space"
 2020-05-11 15:04 UTC  (21+ 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 1/2] gdb/testsuite: support passing inferior arguments with native-gdbserver board
      ` [PATCH 2/2] gdb/testsuite: add inferior arguments test

[PATCH v2 0/4] Introduce the "with" command
 2020-05-11 14:54 UTC  (4+ messages)
  ` New FAIL on gdb.base/with.exp on native-extended-gdbserver (was: Re: [PATCH v2 0/4] Introduce the "with" command)
    ` [PATCH] gdb/testsuite: fix gdb.base/with.exp failure with, native-extended-gdbserver (was: New FAIL on gdb.base/with.exp on native-extended-gdbserver)

[RFA 00/10] fix/improve cmd structure, class_alias, help, apropos
 2020-05-11 14:34 UTC  (12+ messages)
` [RFA 01/10] Add a selftest that detects a 'corrupted' command tree structure in GDB
` [RFA 02/10] Fix the only incorrect case found by command_structure_invariants selftest
` [RFA 03/10] Fix problem that alias can be defined or not depending on the order
` [RFA 04/10] command-def-selftests.c: detect missing or wrong prefix cmd in subcommands
` [RFA 05/10] Fix the problems reported by prefix check of command-def-selftests.c
` [RFA 06/10] Fix inconsistent output of prefix and bugs in 'show' command
` [RFA 07/10] Fix/improve 'help CLASS' output
` [RFA 08/10] Fix/improve 'apropos' output
` [RFA 09/10] Ensure class_alias is only used for user-defined aliases
` [RFA 10/10] Update NEWS and documentation for help and apropos changes

[committed][gdb/symtab] Fix incomplete CU list assert in .debug_names
 2020-05-11 13:04 UTC 

[PATCH v5 1/5] [gdb/testsuite] use args as lib list for jit-elf tests
 2020-05-11 10:28 UTC  (5+ messages)
  ` [PATCH v5 2/5] [gdb/testsuite] add lib/jit-elf-helpers.exp
  ` [PATCH v5 3/5] [gdb/testsuite] use -Ttext-segment for jit-elf tests
  ` [PATCH v5 4/5] [gdb/testsuite] define jit function name via macro
  ` [PATCH v5 5/5] [gdb/testsuite] add jit-elf-util.h and run jit function

[PATCH] gdb/fortran: Allow Flang MAIN_ in Fortran testing
 2020-05-10 19:24 UTC  (10+ messages)

[pushed] Change server_command to bool
 2020-05-09 18:05 UTC 

[PATCH] Remove ALL_UIS
 2020-05-09 18:02 UTC 

[PATCH] Fix for the complaint observed when symbol reading due to unsupported .debug_names form
 2020-05-09  8:05 UTC  (5+ messages)

[PATCH] config/debuginfod.m4: Use PKG_CHECK_MODULES
 2020-05-08 20:56 UTC  (2+ messages)

[PATCH] Don't re-process a DIE in read_lexical_block_scope
 2020-05-08 20:25 UTC  (2+ messages)

(no subject)
 2020-05-08 20:25 UTC  (2+ messages)
` (unknown)

[RFC][PATCH][PR gdb/24154] Use real type for member functions with auto return type
 2020-05-08 20:18 UTC  (8+ messages)

[PATCH][gdb] Fix stepping over fork with follow-fork-mode child and gcc-8
 2020-05-08 15:28 UTC  (4+ messages)

[committed][gdb/testsuite] Add gdb.dwarf2/clang-debug-names.c
 2020-05-08 14:25 UTC 

[RFC][PATCH] Fix function argument and return value locations
 2020-05-07 18:18 UTC  (3+ messages)

[pushed] gdb: small cleanup of async-event.c structs
 2020-05-07 15:42 UTC 

[PATCH 0/4] Move dyn prop functions to be methods of struct type
 2020-05-07 15:34 UTC  (10+ 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 v3] Fix cyrillic symbols show in tui
 2020-05-07  1:57 UTC  (5+ messages)

[pushed] gdb: remove main_type::flag_static
 2020-05-06 16:32 UTC 

[PATCH] gdb: handle endbr64 instruction in amd64_analyze_prologue
 2020-05-06 16:31 UTC  (4+ messages)

[committed][gdb/testsuite] Fix gdb.reverse/consecutive-{precsave,reverse}.exp with gcc-8
 2020-05-06 12:49 UTC 

[committed][gdb/testsuite] Fix gdb.base/watchpoint-reuse-slot.exp with gcc-8
 2020-05-06 12:27 UTC 

[committed][gdb/testsuite] Fix cur_addr update in gdb.base/watchpoint-reuse-slot.exp
 2020-05-06 12:13 UTC 

[committed][gdb/testsuite] Fix gdb.base/store.exp with gcc-10
 2020-05-06 11:50 UTC 

[committed][gdb/testsuite] Fix gdb.base/shlib-call.exp with gcc-8
 2020-05-06  9:51 UTC 

[committed][gdb/testsuite] Fix gdb_unbuffer_output return-type
 2020-05-06  7:41 UTC 

[committed][gdb/testsuite] Fix gdb.base/consecutive.exp with gcc-8
 2020-05-06  5:08 UTC 

[PATCH][gdb/testsuite] Compile compile-ifunc.c with -Wno-attribute-alias
 2020-05-06  3:32 UTC  (2+ messages)
` [committed][gdb/testsuite] "

[PATCH v2 0/9] RISC-V: Support version controling for ISA standard extensions and CSR
 2020-05-06  2:55 UTC  (10+ 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 v2 5/9] RISC-V: Support version checking for CSR according to privilege spec version
` [PATCH v2 6/9] RISC-V: Support configure option to choose the "
` [PATCH v2 7/9] RISC-V: Make privilege spec attributes workable
` [PATCH v2 8/9] RISC-V: Disassembler dumps the CSR according to the chosen privilege spec
` [PATCH v2 9/9] RISC-V: Add documents and --help for the new GAS and OBJDUMP options

[pushed] gdb: remove TYPE_INCOMPLETE
 2020-05-05 21:00 UTC  (3+ 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)

[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  (5+ messages)
` Breakage on builder Fedora-x86_64-native-gdbserver-m64, revision e487f9949ab654b20da8ac01b8311ae956136e5e
` 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] 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 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)

[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] Adjust array pretty printer tests to the new format
 2020-04-30 15:04 UTC  (3+ 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).