public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCH 0/9] Starting to convert languages to separate classes
 2020-05-13  1:33 UTC  (15+ 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 "
` [PATCH 4/9] gdb: Convert language la_pass_by_reference "
` [PATCH 5/9] gdb: Convert language la_language_arch_info "
` [PATCH 6/9] gdb: Convert language la_lookup_transparent_type "
` [PATCH 7/9] gdb: Convert language la_iterate_over_symbols "
` [PATCH 8/9] gdb: Convert language la_get_compile_instance "
` [PATCH 9/9] gdb: Convert language la_search_name_hash "

Patches for PR 25893 "gdbserver incorrectly handles program args containing space"
 2020-05-13  0:54 UTC  (43+ 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 v3 1/6] gdb: Move construct_inferior_arguments to gdbsupport
  ` [PATCH v3 2/6] gdbsupport: Adapt construct_inferior_arguments
  ` [PATCH v3 3/6] gdbserver: Don't add extra NULL to program args
  ` [PATCH v3 4/6] nto_process_target::create_inferior: Pass args as char **
  ` [PATCH v3 5/6] [PR gdbserver/25893]: Use construct_inferior_arguments which handles special chars
  ` [PATCH v3 6/6] gdbsupport: Drop now unused function 'stringify_argv'

[PATCH] testsuite: use cygpath to convert from Unix to Windows paths
 2020-05-12 22:44 UTC  (8+ messages)

[PATCH 1/2] gdb: introduce 'all_non_exited_process_targets' and 'switch_to_target_no_thread'
 2020-05-12 22:29 UTC  (2+ messages)

[PATCH 1/2] gdb: add type::code / type::set_code
 2020-05-12 21:23 UTC  (6+ messages)
` [PATCH 2/2] gdb: remove TYPE_CODE macro

[PATCH v2 00/42] Share DWARF partial symtabs between objfiles
 2020-05-12 21:18 UTC  (43+ messages)
` [PATCH v2 01/42] Introduce dwarf2_per_objfile::obstack
` [PATCH v2 02/42] Add "objfile" parameter to two partial_symtab methods
` [PATCH v2 03/42] Add dwarf2_per_cu_data::index
` [PATCH v2 04/42] Add dwarf2_per_objfile member to DWARF batons
` [PATCH v2 05/42] Split dwarf2_per_objfile into dwarf2_per_objfile and dwarf2_per_bfd
` [PATCH v2 06/42] Remove symtab links from dwarf2_psymtab and dwarf2_per_cu_quick_data
` [PATCH v2 07/42] Move die_type_hash to dwarf2_per_objfile
` [PATCH v2 08/42] Add dwarf2_per_objfile field to dwarf2_cu
` [PATCH v2 09/42] Remove reference to dwarf2_per_cu_data::dwarf2_per_objfile in dw2_do_instantiate_symtab
` [PATCH v2 10/42] Remove dwarf2_cu->per_cu->dwarf2_per_objfile references
` [PATCH v2 11/42] Add dwarf2_per_bfd field to dwarf2_per_cu_data
` [PATCH v2 12/42] Make dwarf2_get_dwz_file take a dwarf2_per_bfd
` [PATCH v2 13/42] Use bfd_get_filename instead of objfile_name in lookup_dwo_unit
` [PATCH v2 14/42] Add dwarf2_per_objfile parameter to cutu_reader's constructors
` [PATCH v2 15/42] Make queue_and_load_dwo_tu receive a dwarf2_cu
` [PATCH v2 16/42] Remove dwarf2_per_cu_data::dwarf2_per_objfile reference in cutu_reader::keep
` [PATCH v2 17/42] Add dwarf2_per_objfile parameter to create_partial_symtab
` [PATCH v2 18/42] Add dwarf2_per_objfile parameter to recursively_compute_inclusions
` [PATCH v2 19/42] Add dwarf2_per_objfile parameter to process_full_{comp, type}_unit
` [PATCH v2 20/42] Pass dwarf2_cu objects to dwo-related functions, instead of dwarf2_per_cu_data
` [PATCH v2 21/42] Remove reference to dwarf2_per_cu_data::dwarf2_per_objfile in queue_and_load_all_dwo_tus
` [PATCH v2 22/42] Move int type methods out of dwarf2_per_cu_data
` [PATCH v2 23/42] Add dwarf2_per_objfile to dwarf_expr_context and dwarf2_frame_cache
` [PATCH v2 24/42] Remove dwarf2_per_cu_data::text_offset
` [PATCH v2 25/42] Add dwarf2_per_objfile parameter to dwarf2_read_addr_index
` [PATCH v2 26/42] Add dwarf2_per_objfile parameter to allocate_piece_closure
` [PATCH v2 27/42] Add dwarf2_per_objfile parameters to dwarf2_fetch_* functions
` [PATCH v2 28/42] Remove dwarf2_per_cu_data::objfile ()
` [PATCH v2 29/42] Add dwarf2_per_objfile parameter to free_one_cached_comp_unit
` [PATCH v2 30/42] Add dwarf2_per_objfile parameter to get_die_type_at_offset
` [PATCH v2 31/42] Remove leftover references to dwarf2_per_cu_data::dwarf2_per_objfile
` [PATCH v2 32/42] Remove dwarf2_per_cu_data::dwarf2_per_objfile
` [PATCH v2 33/42] Split type_unit_group
` [PATCH v2 34/42] Move signatured_type::type to unshareable object
` [PATCH v2 35/42] Pass dwarf2_per_bfd instead of dwarf2_per_objfile to some index-related functions
` [PATCH v2 36/42] Pass dwarf2_cu to process_full_{comp,type}_unit
` [PATCH v2 37/42] Make load_cu return the loaded dwarf2_cu
` [PATCH v2 38/42] Add comp_unit_head to dwarf2_per_cu_data
` [PATCH v2 39/42] Pass existing_cu object to cutu_reader
` [PATCH v2 40/42] Replace dwarf2_per_cu_data::cu backlink with per-objfile map
` [PATCH v2 41/42] Make mapped_debug_names independent of objfile
` [PATCH v2 42/42] Share DWARF partial symtabs

[PATCH] gdb: make gdbarch.sh write gdbarch.{c,h} directly
 2020-05-12 21:16 UTC  (3+ messages)

GDBserver ports cleanup
 2020-05-12 20:26 UTC  (2+ messages)

Form to subscribe to gdb mailing lists
 2020-05-12 18:45 UTC  (8+ messages)

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

[pushed] gdb: make two objfile functions return bool
 2020-05-12 15:33 UTC 

[committed][gdb/testsuite] Fix incorrect string concat in jit-elf.exp
 2020-05-12 14:37 UTC  (3+ messages)

[PATCH v5 1/5] [gdb/testsuite] use args as lib list for jit-elf tests
 2020-05-12 14:15 UTC  (13+ 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

[committed][gdb/testsuite] Fix tcl error in jit-elf-helpers.exp
 2020-05-12 12:43 UTC 

[PATCH 0/2] fix missed breakpoint upon jit re-registration
 2020-05-12 11:33 UTC  (3+ messages)
` [PATCH 1/2] [gdb/testsuite] optional flags for compile_and_download_n_jit_so
` [PATCH 2/2] jit: remove bp locations when unregistering jit code

[committed][gdb/testsuite] Fix duplicate test-names in gdb.multi
 2020-05-12  9:18 UTC 

[committed][gdb/testsuite] Fix duplicate test-names in gdb.ada
 2020-05-12  9:06 UTC 

[committed][gdb/testsuite] Fix duplicate test-names in gdb.fortran
 2020-05-12  8:54 UTC 

[committed][gdb/testsuite] Fix duplicate test-names in gdb.trace
 2020-05-12  8:45 UTC 

[PATCH 0/4] Fix BZ 25631 - core file memory access problem
 2020-05-12  8:40 UTC  (4+ messages)
` [PATCH 3/4] Provide access to non SEC_HAS_CONTENTS core file sections

[committed][gdb/testsuite] Fix duplicate test-names in gdb.pascal
 2020-05-12  8:37 UTC 

[committed][gdb/testsuite] Fix duplicate test-names in gdb.{gdb,opt,xml}
 2020-05-12  8:29 UTC 

[committed][gdb/testsuite] Fix duplicate test-names in gdb.dwarf2
 2020-05-12  7:47 UTC 

[PATCH] gdb: change duplicate test name in gdb.base/jit-so.exp
 2020-05-12  0:11 UTC  (2+ messages)

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

[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 

[PATCH 0/7] Make gdbarch.sh shellcheck-clean
 2020-05-11 16:55 UTC  (5+ 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 

[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] 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  (7+ messages)
` [PATCH 4/4] gdb: remove TYPE_DYN_PROP_LIST macro

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