public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCH v4 00/28] Allow location description on the DWARF stack
 2021-11-05 11:38 UTC 

[PATCH] gdb/testsuite: set ASAN_OPTIONS=detect_leaks=0 while running tests
 2021-11-05 10:03 UTC  (7+ messages)
    ` [gdb/build] Fix Wimplicit-exception-spec-mismatch in clang build

[PATCH] [gdb/testsuite] Fix gdb.arch/i386-avx.exp with clang
 2021-11-05  9:43 UTC  (3+ messages)

[PATCH] gdb.debuginfod/fetch_src_and_symbols.exp: fix when GDB is built with AddressSanitizer
 2021-11-04 21:14 UTC 

[PATCH] PR gdb/28480: Improve ambiguous member detection
 2021-11-04 21:04 UTC 

[PATCH] gdb: enable -Wmissing-prototypes warning
 2021-11-04 20:18 UTC  (6+ messages)
` gdb: disable -Wmissing-prototypes warning w/gcc

[PATCH 0/5] Change some index-cache commands
 2021-11-04 19:51 UTC  (17+ messages)
` [PATCH 1/5] gdb: pass/return setting setter/getter scalar values by value
` [PATCH 2/5] gdb: remove unnecessary cmd_list_element::aliases nullptr checks
` [PATCH 3/5] gdb: remove command_class enum class_deprecated
` [PATCH 4/5] gdb: add "info index-cache stats", deprecate "show index-cache stats"
` [PATCH 5/5] gdb: introduce "set index-cache enabled", deprecate "set index-cache on/off"

[RFC PATCH] [gdb] Fix std::unique_ptr printing regression (PR 28480)
 2021-11-04 19:10 UTC  (3+ messages)

[PATCH 0/2] Two Ada task improvements
 2021-11-04 18:52 UTC  (5+ messages)
` [PATCH 1/2] Add "task" keyword to the "watch" command
` [PATCH 2/2] Implement 'task apply'

[pushed] gdbserver: re-generate configure
 2021-11-04 18:14 UTC 

[PATCH v2 00/32] Rewrite the DWARF "partial" reader
 2021-11-04 18:09 UTC  (33+ messages)
` [PATCH v2 01/32] Introduce make_unique_xstrndup
` [PATCH v2 02/32] Split create_addrmap_from_aranges
` [PATCH v2 03/32] Add dwarf2_per_cu_data::addresses_seen
` [PATCH v2 04/32] Refactor dwarf2_get_pc_bounds
` [PATCH v2 05/32] Allow ada_decode not to decode operators
` [PATCH v2 06/32] Let skip_one_die not skip children
` [PATCH v2 07/32] Add name splitting
` [PATCH v2 08/32] Add new overload of dwarf5_djb_hash
` [PATCH v2 09/32] Refactor build_type_psymtabs_reader
` [PATCH v2 10/32] Add batching parameter to parallel_for_each
` [PATCH v2 11/32] Return vector of results from parallel_for_each
` [PATCH v2 12/32] Specialize std::hash for gdb_exception
` [PATCH v2 13/32] Introduce DWARF abbrev cache
` [PATCH v2 14/32] Statically examine abbrev properties
` [PATCH v2 15/32] Update skip_one_die for new "
` [PATCH v2 16/32] Introduce the new DWARF index class
` [PATCH v2 17/32] The new DWARF indexer
` [PATCH v2 18/32] Implement quick_symbol_functions for cooked DWARF index
` [PATCH v2 19/32] Wire in the new DWARF indexer
` [PATCH v2 20/32] Introduce thread-safe handling for complaints
` [PATCH v2 21/32] Pre-read DWARF section data
` [PATCH v2 22/32] Parallelize DWARF indexing
` [PATCH v2 23/32] "Finalize" the DWARF index in the background
` [PATCH v2 24/32] Rename write_psymtabs_to_index
` [PATCH v2 25/32] Change the key type in psym_index_map
` [PATCH v2 26/32] Change parameters to write_address_map
` [PATCH v2 27/32] Genericize addrmap handling in the DWARF index writer
` [PATCH v2 28/32] Adapt .gdb_index writer to new DWARF scanner
` [PATCH v2 29/32] Adapt .debug_names "
` [PATCH v2 30/32] Enable the new DWARF indexer
` [PATCH v2 31/32] Delete DWARF psymtab code
` [PATCH v2 32/32] Remove dwarf2_per_cu_data::v

[PATCH 00/30] Rewrite the DWARF "partial" reader
 2021-11-04 18:03 UTC  (7+ messages)
` [PATCH 13/30] Statically examine abbrev properties
` [PATCH 15/30] Introduce the new DWARF index class

[PATCH v3 00/28] Allow location description on the DWARF stack
 2021-11-04 16:39 UTC  (38+ messages)
` [PATCH v3 04/28] Add to_location method to DWARF entry classes
` [PATCH v3 06/28] Add read method to location description classes
` [PATCH v3 07/28] Add write "
` [PATCH v3 08/28] Add deref "
` [PATCH v3 12/28] Add indirect_implicit_ptr to dwarf_location class
` [PATCH v3 14/28] Add new computed struct value callback interface
` [PATCH v3 16/28] Change DWARF stack to use new dwarf_entry classes
` [PATCH v3 23/28] Add support for any location description in CFI
` [PATCH v3 27/28] Add DW_OP_LLVM_extend DWARF operation
` [PATCH v3 28/28] Add DW_OP_LLVM_select_bit_piece "

[PATCH] Fix ptype and print commands for namelist variables(a fortran feature)
 2021-11-04 15:50 UTC  (6+ messages)

[PATCH 1/1] gdb: Print cv qualifiers if class attributes are substituted
 2021-11-04 13:30 UTC 

[PATCH 0/2] Improve constraints on gdb::array_view::array_view
 2021-11-04 13:04 UTC  (8+ messages)
` [PATCH 2/2] Improve gdb::array_view ctor from contiguous containers
    ` [PATCH v2 "

[PATCH][gdb/testsuite] Work around skip_prologue problems in gdb.threads/process-dies-while-detaching.exp
 2021-11-04 11:20 UTC  (4+ messages)
    ` [PATCH][gdb/testsuite] Add gdb.opt/break-on-_exit.exp

[PING*3] [PATCH] Fix ptype and print commands for namelist variables(a fortran feature)
 2021-11-04  6:16 UTC 

[PATCH] sim: mips: fix missing prototype in multi-run generation
 2021-11-04  3:52 UTC 

[PATCH v3 0/3] Add debuginfod core file support
 2021-11-04  1:37 UTC  (6+ messages)
` [PATCH 3/3] PR gdb/27570: missing support for debuginfod in core_target::build_file_mappings
    ` [PING**2][PATCH "
      ` [PING**3][PATCH "

[PATCH 2/3] gdb: Add soname to build-id mapping for corefiles
 2021-11-04  1:32 UTC  (6+ messages)
    ` [PING**2][PATCH "
      ` [PING**3][PATCH "

source search with correct return type for "Expression not found"
 2021-11-04  0:43 UTC  (2+ messages)

[PATCH] sim: ppc: use silent build rules here too
 2021-11-03 23:48 UTC  (8+ messages)
      ` [PATCH 1/2] sim: ppc: switch to common builds for callback objects
        ` [PATCH 2/2] sim: ppc: inline common sim-fpu.c logic

[PATCH] [gdb/testsuite] Fix 64-bit dwarf test-cases with -m32
 2021-11-03 20:30 UTC  (4+ messages)

[pushed] gdb: fix gnu-nat build
 2021-11-03 19:12 UTC 

[PATCH 0/4] gdb, btrace: infrun fixes
 2021-11-03 18:52 UTC  (10+ messages)
` [PATCH 1/4] gdb, infrun, btrace: fix reverse/replay stepping at end of execution history
` [PATCH 2/4] gdb, infrun, record: fix hang when step-over fails with no-history
` [PATCH 3/4] gdb, infrun, record: move no-history notification into normal_stop
` [PATCH 4/4] gdb, infrun: fix multi-threaded reverse stepping

[PATCH 1/9] sim: or1k: build with -Werror
 2021-11-03 14:11 UTC  (12+ messages)
` [PATCH 2/9] sim: sh: reduce -Wno-error scope
` [PATCH 3/9] sim: cris: "
` [PATCH 4/9] sim: erc32: "
` [PATCH 5/9] sim: mips: "
` [PATCH 6/9] sim: m32r: "
` [PATCH 7/9] sim: frv: "
` [PATCH 8/9] sim: lm32: "
` [PATCH 9/9] sim: iq2000: "

[PATCH] [AArch64] Make gdbserver register set selection dynamic
 2021-11-03 11:51 UTC  (3+ messages)

[PATCH 1/3] sim: hoist gencode & opc2c build rules up to common builds
 2021-11-03  3:37 UTC  (3+ messages)
` [PATCH 2/3] sim: hoist mn10300 & v850 igen "
` [PATCH 3/3] sim: hoist cgen mloop "

[PATCH 1/2] gdb: add set/show commands for managing debuginfod
 2021-11-02 20:35 UTC  (11+ messages)

[PATCH 0/2] Fix PR 28308 - dprintf breakpoints not working when run from script
 2021-11-02 19:09 UTC  (2+ messages)

[PATCH][gdb/tdep, rs6000] Don't skip system call in skip_prologue
 2021-11-02 18:13 UTC  (4+ messages)

[PATCH][gdb/testsuite] Handle SIGILL in two gdb.arch powerpc test-cases
 2021-11-02 17:06 UTC  (3+ messages)

[PATCH] gdb: split array and string limiting options
 2021-11-02 10:04 UTC  (2+ messages)
` [PING][PATCH] "

[RFC] gdb: introduce limited array lengths while printing values
 2021-11-02 10:03 UTC  (2+ messages)
` [PING][RFC] "

[PUSHED] gdb/sim: update my email address
 2021-11-02  9:21 UTC 

[pushed] [gdb/testsuite] Fix stepi test-cases with unix/-m32/-fPIE/-pie
 2021-11-02  8:27 UTC 

[PATCH] sim: mn10300: clean up pointer casts
 2021-11-02  4:19 UTC  (7+ messages)

[RFC][PATCH 2/2] gdb/doc: Document the exit command
 2021-11-01 18:05 UTC  (2+ messages)

[PATCH v3] [gdb/doc]: Updated manpages to be consistent with help
 2021-11-01 13:34 UTC  (3+ messages)
` [PING] "

[PATCH v3 0/2] [gdb] untie and validate inheritance location
 2021-11-01 13:17 UTC  (3+ messages)
` [PING][PATCH "
  ` [PING*2][PATCH "

[PATCH] [gdb/tdep] Fix inferior plt calls in PIE for i386
 2021-11-01 12:00 UTC 

[PATCH] sim: igen: minor build output alignment fix
 2021-11-01  4:59 UTC 

[PATCH] sim: ppc: fix the printf fix for 32-bit systems
 2021-11-01  4:59 UTC 

[PATCH] sim: m68hc11: clean up pointer casts
 2021-11-01  4:07 UTC 

[PATCH] sim: d10v: clean up pointer casts
 2021-11-01  4:05 UTC 

[PATCH] sim: bfin: cast pointers using uintptr_t
 2021-11-01  3:56 UTC 

[PATCH 1/2] sim: ppc: switch core types to stdint.h types
 2021-11-01  3:53 UTC  (2+ messages)
` [PATCH 2/2] sim: ppc: clean up printf format handling

[PATCH] sim: events: clean up trace casts
 2021-11-01  3:44 UTC 

[PATCH 1/2] sim: ppc: constify strings in igen tooling
 2021-11-01  2:38 UTC  (2+ messages)
` [PATCH 2/2] sim: ppc: handle \r in igen inputs [PR sim/28476]

[pushed] Fix unittest.exp failure due to 'set debuginfod' addition
 2021-10-31 17:35 UTC 

[PATCH] Allow DW_ATE_UTF for Rust characters
 2021-10-31 17:17 UTC 

[PATCH] sim: rl78: drop obsolete manual dependency rules
 2021-10-31  9:09 UTC 

[PATCH 1/3] sim: nltvals: pull target open flags out into a dedicated source file
 2021-10-31  8:55 UTC  (3+ messages)
` [PATCH 2/3] sim: unify callback.o building
` [PATCH 3/3] sim: drop unused targ-vals.h includes

[PATCH] sim: nltvals: localize TARGET_<open> defines
 2021-10-31  8:50 UTC 

[PATCH 1/2] sim: nltvals: pull target errno out into a dedicated source file
 2021-10-31  8:41 UTC  (2+ messages)
` [PATCH 2/2] sim: nltvals: pull target signal "

[PATCH] sim: erc32: use silent build rules with sis linkage
 2021-10-31  8:22 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).