public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCHv2 0/9] Bare-metal core dumps for RISC-V
 2021-03-01 14:45 UTC  (4+ messages)
` [PATCHv3 "

[PING^2][PATCH v2 0/6] Fix inferior calls from breakpoint condition
 2021-03-01 14:40 UTC 

[PATCH 0/4] Add support for command renaming
 2021-03-01  8:32 UTC  (6+ messages)
` [PATCH v2 0/5] "
  ` [PING] "
    ` [PING2] "
      ` [PING 3] "
        ` [PING 4] "

[PATCH 00/26] Allow multiple "partial" symtab readers per objfile
 2021-02-28 20:38 UTC  (27+ messages)
` [PATCH 01/26] Move some DWARF code out of symfile.h
` [PATCH 02/26] Introduce dwarf2/public.h
` [PATCH 03/26] Change objfile_has_partial_symbols to a method
` [PATCH 04/26] Change objfile::has_partial_symbols to return bool
` [PATCH 05/26] Introduce method wrappers for quick_symbol_functions
` [PATCH 06/26] Move quick_symbol_functions to a new header
` [PATCH 07/26] Move sym_fns::qf to objfile
` [PATCH 08/26] Convert quick_symbol_functions to use methods
` [PATCH 09/26] Move psymbol_map out of objfile
` [PATCH 10/26] Change how some psymbol readers access the psymtab storage
` [PATCH 11/26] Do not pass objfile to psymtab_discarder
` [PATCH 12/26] Set per_bfd->partial_symtabs earlier
` [PATCH 13/26] Change how DWARF indices use addrmap
` [PATCH 14/26] Move psymtab statistics printing to psymtab.c
` [PATCH 15/26] Change how DWARF index writer finds address map
` [PATCH 16/26] Reference psymtabs via per_bfd in DWARF reader
` [PATCH 17/26] Attach partial symtab storage to psymbol_functions
` [PATCH 18/26] Rearrange psymtab_storage construction
` [PATCH 19/26] Remove sym_fns::sym_read_psymbols
` [PATCH 20/26] Introduce objfile::require_partial_symbols
` [PATCH 21/26] Add partial_symtabs parameter to psymtab construction functions
` [PATCH 22/26] Remove last objfile partial_symtab references from psymtab.c
` [PATCH 23/26] Change count_psyms to be a method on psymbol_functions
` [PATCH 24/26] Remove objfile::psymtabs
` [PATCH 25/26] Switch objfile to hold a list of psymbol readers
` [PATCH 26/26] Allow multiple partial symbol readers per objfile

V3 [PATCH 0/5] Support the PGO build for binutils+gdb
 2021-02-28 12:44 UTC  (4+ messages)
` V3 [PATCH 3/5] "
    ` [PATCH] Add missing changes to Makefile.tpl

GDB 10.2 release (respin) -- 2021-02-28 Update
 2021-02-28 11:52 UTC 

[PATCH] Use importlib instead of imp module on python 3.4+
 2021-02-28 10:11 UTC 

[PATCH 1/2] sim: switch top level to automake
 2021-02-28  8:55 UTC  (2+ messages)
` [PATCH 2/2] sim: testsuite: merge into toplevel automake

test (verification)
 2021-02-28  8:30 UTC 

[PATCH] sim: drop dep on configure-gdb
 2021-02-28  7:08 UTC 

[PATCH] sim: aarch64: disable failing add test for now [PR sim/27483]
 2021-02-28  6:37 UTC 

[PATCH] [PR gdb/27393] set directories: handle empty dirs
 2021-02-27 18:49 UTC  (3+ messages)

[pushed] Minor fix in skip_ctf_tests
 2021-02-27  0:34 UTC 

[PATCH 3/3] Fix reverse stepping multiple contiguous PC ranges
 2021-02-26 18:58 UTC  (3+ messages)
` [PING][PATCH] "

[pushed] testsuite: Remove extra \n from expected output of tsv notifications
 2021-02-26 17:19 UTC  (2+ messages)

[PATCH 0/4] Improve debugging of optimized code
 2021-02-26 16:49 UTC  (2+ messages)
` [PING] "

[PATCH] testsuite: Remove extra \n from expected output of tsv notifications
 2021-02-26 13:49 UTC  (2+ messages)

[PATCH] gdb/mi: Remove extra \n from tsv and and traceframe notifications
 2021-02-26 11:35 UTC  (4+ messages)

[PATCH 0/8] pass gdb.btrace with clang
 2021-02-26  7:50 UTC  (4+ messages)
` [PATCH] testsuite: note on use_gdb_stub usage

[PATCH 0/8] extend branch tracing to use ARM CoreSight traces
 2021-02-26  7:36 UTC  (11+ messages)
` [PATCH 1/8] configure gdb build system for supporting btrace on arm processors
` [PATCH 2/8] add btrace coresight related commands
` [PATCH 3/8] start/stop btrace with coresight etm and parse etm buffer. nat independant
` [PATCH 4/8] start/stop btrace with coresight etm and collect etm buffer on linux os
` [PATCH 5/8] fix issue: gdb hangs in the command following a commad returning with TARGET_WAITKIND_NO_HISTORY
` [PATCH 6/8] add support for coresight btrace via remote protocol
` [PATCH 7/8] adapt btrace testcases for arm target
` [PATCH 8/8] document btrace support for arm targets using coresight etm traces

[pushed] Fix aarch64-linux-hw-point.c build problem
 2021-02-25 22:49 UTC  (5+ messages)

[PATCH gdb-10-branch candidate] gdb: relax assertion in target_mourn_inferior
 2021-02-25 20:56 UTC  (3+ messages)

[PATCH][PR gdb/26819] Fix initial thread state of non-threaded remote targets
 2021-02-25 20:46 UTC  (4+ messages)
  ` [PATCH] [PR "

[PATCH 0/2] Fortran RANK and SIZE keywords
 2021-02-25 20:43 UTC  (3+ messages)
` [PATCH 1/2] gdb/fortran: add support for RANK keyword
` [PATCH 2/2] gdb/fortran: add support for 'SIZE' keyword

[PATCH 00/13] DWARF 5 rnglists & loclists fixes (PR 26813)
 2021-02-25 19:26 UTC  (7+ messages)
` [PATCH 01/13] gdb/dwarf: change read_loclist_index complaints into errors
` [PATCH 12/13] gdb/dwarf: make read_{loc, rng}list_index return sect_offset

[PATCH] Handle DWARF 5 separate debug sections
 2021-02-25 17:52 UTC  (9+ messages)
` build-ids, .debug_sup and other IDs (Was: [PATCH] Handle DWARF 5 separate debug sections)
  ` build-ids, .debug_sup and other IDs

[pushed] gdb/mi: Remove extra \n from tsv and and traceframe notifications
 2021-02-25 16:33 UTC 

[PUSHED] gdb/testsuite: Add a missing -wrap in gdb_test_multiple
 2021-02-25 16:13 UTC 

[PATCH] gdb: fix python breakpoint with extra spec
 2021-02-25 14:47 UTC  (3+ messages)

[PATCH][gdb/symtab] Fix wrong unit_type Dwarf Error
 2021-02-25 14:37 UTC  (3+ messages)
` [PING][PATCH][gdb/symtab] "

[PATCH 0/5] Separating NT_FILE related utilities
 2021-02-25 11:13 UTC  (2+ messages)

[PATCH v6 0/3] Disable breakpoint locations in unloaded jit objects
 2021-02-25 11:13 UTC  (3+ messages)

GDB 10.2 release (respin) -- 2021-02-23 Update
 2021-02-24 22:10 UTC  (2+ messages)

[PATCH][gdb/testsuite] Add KFAILs for PR symtab/24549
 2021-02-24 20:51 UTC  (6+ messages)
    ` [RFC][gdb/symtab] Add DW_IDX_GNU_main_subprogram

[PATCH] gdb/fortran: Don't access non-existent type fields
 2021-02-24 20:47 UTC  (6+ messages)
` [PATCHv2] "

[PATCH][gdb/symtab] Handle DW_AT_decl_file with form DW_FORM_implicit_const
 2021-02-24 20:35 UTC  (3+ messages)
` [PING][PATCH][gdb/symtab] "

[PATCH 0/4] Fix CU expansion queue-related problems
 2021-02-24 20:32 UTC  (11+ messages)
` [PATCH 3/4] gdb/dwarf: don't enqueue CU in maybe_queue_comp_unit if already expanded

[PATCH] gdb/fortran: add support for ASSOCIATED builtin
 2021-02-24 20:16 UTC  (2+ messages)

[PATCH] gdb/fortran: add support for legacy .xor. operator
 2021-02-24 19:39 UTC  (2+ messages)

[PATCH] gdb: fix field names of GDB's type main_type structure
 2021-02-24 17:42 UTC  (2+ messages)

[PATCH 0/2] Expression Evaluation Changes For Dynamic Types
 2021-02-24 15:53 UTC  (3+ messages)
` [PATCH 1/2] gdb: call value_ind for pointers to dynamic types in UNOP_IND evaluation

[PATCH 0/4] Allow access to target_sections even without an executable
 2021-02-23 18:01 UTC  (5+ messages)
` [PATCHv2 0/6] "
  ` [PATCHv2 6/6] gdb: use std::string instead of a fixed size buffer

[PATCH 1/2] gdb: linux-nat: make linux_nat_filter_event return void
 2021-02-23 15:58 UTC  (4+ messages)
` [PATCH 2/2] gdbserver: linux-low: make linux_process_target::filter_event "

[PATCH 00/30] Allow location description on the DWARF stack
 2021-02-23 15:35 UTC  (28+ messages)
` [PATCH 01/30] Replace the symbol needs evaluator with a parser
` [PATCH 04/30] Move compilation unit info to dwarf_expr_context
` [PATCH 06/30] Move get_object_address "
` [PATCH 14/30] Simplify dwarf_expr_context class interface
` [PATCH 17/30] Add new memory access interface to expr.c
` [PATCH 18/30] Add new classes that model DWARF stack element
` [PATCH 19/30] Add new location description access interface

[PING^2] [PATCH v2] Fix raw-frame-arguments in combination with frame-filters
 2021-02-23 12:08 UTC 

[PATCH] MI: PR20684, preserve user selected thread and frame when invoking MI commands
 2021-02-23 11:20 UTC  (2+ messages)
` [PING] "

[PATCH 1/2] gdb: push target earlier in procfs_target::attach (PR 27435)
 2021-02-23  6:35 UTC  (7+ messages)
` [PATCH 2/2] gdb: add asserts in thread code
  ` Re: [PATCH 1/2] gdb: push target earlier in procfs_target::attach (PR 27435)

[PATCH] Fix segfault in ltpy_iternext() when symtab has no linetable
 2021-02-22 17:04 UTC  (2+ messages)
` [PATCH v2] "

GDB 10.2 release (respin) -- 2021-02-13 Update
 2021-02-22 16:51 UTC  (2+ messages)

[PATCH] Change target_bfd_reopen to take a gdb_bfd_ref_ptr
 2021-02-22 16:21 UTC  (3+ messages)

[PATCH] sim: igen: delete unused FOR_BUILD vars
 2021-02-22  5:55 UTC  (3+ messages)
` [PATCH 1/2] sim: igen: delete more unused toolchain programs
  ` [PATCH 2/2] sim: igen: drop config.h & header checking

[PATCH] sim: set up build-time compiler settings
 2021-02-22  4:44 UTC 

[PATCH] sim: use AC_CHECK_TOOL to find ar
 2021-02-22  4:38 UTC 

[PATCH] sim: require AC_PROG_CPP explicitly
 2021-02-22  4:38 UTC 

[PATCH 1/2] sim: delete redundant SIM_EXTRA_ALL
 2021-02-22  0:11 UTC  (2+ messages)
` [PATCH 2/2] sim: delete unused SIM_EXTRA_LIBDEPS

[PATCH 0/5] Some minor dwz-handling improvements & cleanups
 2021-02-21 17:19 UTC  (8+ messages)
` [PATCH 1/5] Create new file dwarf2/sect-names.h
` [PATCH 2/5] Change section_is_p to a method on dwarf2_section_names
` [PATCH 3/5] Avoid crash on missing dwz file
` [PATCH 4/5] Include scoped_fd.h in debuginfod-support.h
` [PATCH 5/5] Move dwarf2_get_dwz_file to dwarf2/dwz.h

[PATCH] Micro-optimize abbrev reading and storage
 2021-02-21  6:03 UTC 

[PATCH v3 000/206] Refactor expressions
 2021-02-20 20:16 UTC  (40+ messages)
` [PATCH v3 166/206] Introduce ada_pos_operation
` [PATCH v3 169/206] Introduce ada_unop_ind_operation
` [PATCH v3 170/206] Introduce ada_structop_operation
` [PATCH v3 171/206] Implement function calls for Ada
` [PATCH v3 172/206] Implement Ada resolution
` [PATCH v3 173/206] Implement Ada assignment
` [PATCH v3 174/206] Remove use of op_string
` [PATCH v3 175/206] Add an expr::operation_up to struct expression
` [PATCH v3 176/206] Add completion for operations
` [PATCH v3 177/206] Add operation-related methods to parser_state
` [PATCH v3 178/206] Convert dtrace probes to use operations
` [PATCH v3 179/206] Convert stap probes to create operations
` [PATCH v3 180/206] Convert rust-exp.y to use operations
` [PATCH v3 181/206] Convert c-exp.y "
` [PATCH v3 182/206] Convert go-exp.y "
` [PATCH v3 183/206] Convert d-exp.y "
` [PATCH v3 184/206] Convert p-exp.y "
` [PATCH v3 185/206] Convert m2-exp.y "
` [PATCH v3 186/206] Convert f-exp.y "
` [PATCH v3 187/206] Convert ada-exp.y "
` [PATCH v3 188/206] Remove now-unused Rust evaluator code
` [PATCH v3 189/206] Remove now-unused Fortran "
` [PATCH v3 190/206] Remove now-unused Modula-2 "
` [PATCH v3 191/206] Remove now-unused Ada "
` [PATCH v3 192/206] Remove now-unused C "
` [PATCH v3 193/206] Remove union exp_element
` [PATCH v3 194/206] Remove two Ada opcodes
` [PATCH v3 195/206] Remove unused Modula-2 opcodes
` [PATCH v3 196/206] Remove unused Ada opcodes
` [PATCH v3 197/206] Remove OP_EXTENDED0
` [PATCH v3 198/206] Remove OP_UNUSED_LAST
` [PATCH v3 199/206] Remove BINOP_END
` [PATCH v3 200/206] Inline expression constructor
` [PATCH v3 201/206] Inline expr_builder methods
` [PATCH v3 202/206] Merge namespace scopes in eval.c
` [PATCH v3 203/206] Remove EVAL_SKIP
` [PATCH v3 204/206] Change exp_uses_objfile to return bool
` [PATCH v3 205/206] Use bound_minimal_symbol in var_msym_value_operation
` [PATCH v3 206/206] Remove some null checks

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