public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCH] Fix printing of non pointer types when memory tagging is enabled
 2021-05-29  1:26 UTC  (6+ messages)
` [PING] "

[PATCH 0/5] Add helper functions for FreeBSD native targets
 2021-05-28 20:26 UTC  (6+ messages)
` [PATCH 1/5] Add regcache_map_supplies helper routine
` [PATCH 2/5] fbsd-nat: Add helper functions to fetch and store register sets
` [PATCH 3/5] riscv-fbsd-nat: Use fetch_register_set and store_register_set
` [PATCH 4/5] aarch64-fbsd-nat: "
` [PATCH 5/5] arm-fbsd-nat: "

[PATCH 0/5] Some gdb build cleanups
 2021-05-28 19:27 UTC  (6+ messages)
` [PATCH 1/5] Remove gdb/testsuite/configure
` [PATCH 2/5] Always build 'all' in gdb/testsuite
` [PATCH 3/5] Apply silent Makefile rules to gdb/testsuite
` [PATCH 4/5] Clean up gdb's --enable-shared
` [PATCH 5/5] Remove some gdb/data-directory special cases

[PATCH] update-netbsd.sh: fix script name, update year range in copyright
 2021-05-28 16:05 UTC  (5+ messages)

[PATCH v3 00/17] DWARF expression evaluator design cleanup
 2021-05-28 15:46 UTC  (18+ messages)
` [PATCH v3 01/17] Replace the symbol needs evaluator with a parser
` [PATCH v3 02/17] Cleanup of the dwarf_expr_context constructor
` [PATCH v3 03/17] Move frame context info to dwarf_expr_context
` [PATCH v3 04/17] Remove get_frame_cfa from dwarf_expr_context
` [PATCH v3 05/17] Move compilation unit info to dwarf_expr_context
` [PATCH v3 06/17] Move dwarf_call "
` [PATCH v3 07/17] Move get_object_address "
` [PATCH v3 08/17] Move read_mem "
` [PATCH v3 09/17] Move push_dwarf_reg_entry_value to expr.c
` [PATCH v3 10/17] Inline get_reg_value method of dwarf_expr_context
` [PATCH v3 11/17] Remove empty frame and full evaluators
` [PATCH v3 12/17] Merge evaluate_for_locexpr_baton evaluator
` [PATCH v3 13/17] Move piece_closure and its support to expr.c
` [PATCH v3 14/17] Make value_copy also copy the stack data member
` [PATCH v3 15/17] Make DWARF evaluator return a single struct value
` [PATCH v3 16/17] Simplify dwarf_expr_context class interface
` [PATCH v3 17/17] Add as_lval argument to expression evaluator

[pushed] gdb: fix tab after space indentation issues
 2021-05-27 19:20 UTC 

[pushed] gdb: fix some indentation issues
 2021-05-27 19:02 UTC 

[PATCH 0/9] Convert breakpoint iteration macros to ranges
 2021-05-27 18:59 UTC  (17+ messages)
` [PATCH 1/9] gdb: add all_breakpoints function
` [PATCH 2/9] gdb: add all_breakpoints_safe function
` [PATCH 3/9] gdb: add all_tracepoints function
` [PATCH 4/9] gdb: add breakpoint::locations method
` [PATCH 5/9] gdb: make bp_locations an std::vector
` [PATCH 6/9] gdb: add all_bp_locations function
` [PATCH 7/9] gdb: add all_bp_locations_at_addr function
` [PATCH 8/9] gdb: remove iterate_over_breakpoints function
` [PATCH 9/9] gdb: remove iterate_over_bp_locations function

[PATCHv2 1/2] Prevent flickering when redrawing the TUI python window
 2021-05-27 18:44 UTC  (9+ messages)
  ` [PATCHv2 2/2] Add optional full_window argument to TuiWindow.write

[PATCH v2] Fix raw-frame-arguments in combination with frame-filters
 2021-05-27 18:31 UTC  (4+ messages)

[PATCH 0/8] Change alias creation functions to accept target as cmd_list_element
 2021-05-27 18:01 UTC  (9+ messages)
` [PATCH 1/8] gdb: make add_setshow commands return set_show_commands
` [PATCH 7/8] gdb: add make-init-c script

[PATCH 1/2] Document gdb.SYMBOL_LOC_LABEL
 2021-05-27 17:56 UTC  (4+ messages)
  ` [PATCH 2/2] Fix InlinedFrameDecorator example

[PATCH] Guile: temporary breakpoints
 2021-05-27 16:36 UTC  (4+ messages)
` [PING] "
  ` [PING**2] "
    ` [PING**3] "

[committed][gdb/symtab] Fix segfault in process_psymtab_comp_unit
 2021-05-27 16:34 UTC  (2+ messages)

[committed][gdb/testsuite] Prevent proc override in gdb-index.exp
 2021-05-27 13:26 UTC 

[committed][gdb/symtab] Fix typo in dwarf error message
 2021-05-27 13:26 UTC 

[PATCH] Update the core file architecture if a target description is present
 2021-05-27 11:32 UTC  (2+ messages)
` [PING] "

[PATCH] gdb: Don't change the uiout to console one when doing gdb.execute in TUI
 2021-05-27  9:21 UTC  (5+ messages)
  ` [PATCH v2] "

[PATCH][gdb/symtab] Fix Dwarf Error: cannot find DIE
 2021-05-27  4:35 UTC  (2+ messages)

[pushed] gdb: change dwarf_die_debug to bool
 2021-05-27  3:27 UTC 

[PATCH] gdb: Print debuginfod first-use notification
 2021-05-27  1:27 UTC 

start of the GDB 11 release cycle
 2021-05-26 22:04 UTC  (11+ messages)

[PATCH] [PR gdb/27570] missing support for debuginfod in core_target::build_file_mappings
 2021-05-26 20:43 UTC  (2+ messages)

[PATCH 1/2] sim: h8300 Fixed different behavior in preinc/predec
 2021-05-26 20:23 UTC  (10+ messages)
` [PATCH v2 "
  ` [PATCH v2 2/2] sim: h8300 add special case test
` [PATCH v3 1/2] sim: h8300 Fixed different behavior in preinc/predec
  ` [PATCH v3 2/2] sim: h8300 add special case test

[PATCH] Add PROP_VARIABLE
 2021-05-26 19:23 UTC 

[PATCHv2] Restore gdb.SYMBOL_STRUCT_DOMAIN constant
 2021-05-26 18:19 UTC  (3+ messages)

[PATCH 0/2] Fix "info break" crash + make "catch catch" show as catchpoint
 2021-05-26 16:08 UTC  (8+ messages)
` [PATCH 2/2] "catch catch/throw/rethrow", breakpoint -> catchpoint
          ` Regression on gdb.trace/{actions,change-loc,pending}.exp on native-{,extended-}gdbserver (was: Re: [PATCH 2/2] "catch catch/throw/rethrow", breakpoint -> catchpoint)

[PATCH] [AArch64] MTE corefile support
 2021-05-26 14:08 UTC  (8+ messages)
` [PATCH,v2] "

[PATCH] gdb: don't zero-initialize reg_buffer contents
 2021-05-26 13:24 UTC  (4+ messages)

[RFC PATCH] gdb: fix eval.c assert during inferior exit event
 2021-05-26 13:02 UTC  (4+ messages)
` [PATCH v2] "
` [PATCH v3] "

[PATCH] [gdb.base] Add additional next commands for clang-12 and above in foll-exec.exp
 2021-05-26  8:00 UTC  (3+ messages)

[PATCH] [gdb.fortran] Add type info of formal parameter for clang in ptype-on-functions.exp
 2021-05-26  7:59 UTC  (7+ messages)

[PATCH 0/4] gdb, btrace: infrun fixes
 2021-05-26  2:49 UTC  (2+ messages)

[PING][PATCH] [PR gdb/27570] missing support for debuginfod in core_target::build_file_mappings
 2021-05-25 22:00 UTC 

[PATCH 1/2] Restore gdb.SYMBOL_STRUCT_DOMAIN constant
 2021-05-25 20:47 UTC  (5+ messages)
  ` [PATCH 2/2] Fix documentation of gdb.SYMBOL_LOC_COMMON_BLOCK

[PATCH] Introduce htab_delete_entry
 2021-05-25 16:08 UTC  (2+ messages)

[Ping] [PATCH] gdb, testsuite: Fix mi-var-child-f.exp for Intel compilers
 2021-05-25 15:18 UTC  (4+ messages)

[PATCH] Update btrace data in maintenance btrace commands
 2021-05-25 13:06 UTC  (2+ messages)
` [PING] "

[PATCH] gdb: avoid premature dummy frame garbage collection
 2021-05-25 10:49 UTC  (2+ messages)
` [PATCHv2] "

[PATCH] opcodes: cris: move desc & opc files from sim/
 2021-05-25 10:13 UTC  (18+ messages)
` [PATCH v2] "
  ` [PATCH v3] "
    ` [PATCH v4] "

[PATCH 2/2] sim: leverage gnulib
 2021-05-25  2:00 UTC  (2+ messages)
` [PATCH v2] "

[PATCH V5] CTF: multi-CU and archive support
 2021-05-25  0:52 UTC  (2+ messages)
` [PING][PATCH "

[RFC] Implement 'set|show error-handling abort-execution|print-and-continue|silently-ignore
 2021-05-24 20:51 UTC  (5+ messages)

GDB 11 branching update (2021-05-24)
 2021-05-24 19:48 UTC 

[PATCH v3] [gdb] Add Z80 CPU basic support
 2021-05-24 19:13 UTC  (3+ messages)
` [PATCH v4] [gdb] Add basic Z80 CPU support

[PATCH] Fix macro info lookup for binaries containing DWARFv5 line table
 2021-05-24 18:47 UTC  (4+ messages)

[PATCH 0/5] Add support for MIPS32/64 revision 6
 2021-05-24 17:58 UTC  (17+ messages)
` [PATCH 2/5] sim: Factor out NaN handling in floating point operations
    ` [EXTERNAL]Re: "
` [PATCH 3/5] sim: Add partial support for IEEE 754-2008
` [PATCH 4/5] sim: mips: Add simulator support for mips32r6/mips64r6
    ` [EXTERNAL]Re: "
    ` [PATCH v2 0/5] Add support for MIPS32/64 revision 6
      ` [PATCH v2 1/5] sim: Allow toggling of quiet NaN-bit semantics
      ` [PATCH v2 2/5] sim: Factor out NaN handling in floating point operations
      ` [PATCH v2 3/5] sim: Add partial support for IEEE 754-2008
      ` [PATCH v2 4/5] sim: mips: Add simulator support for mips32r6/mips64r6
      ` [PATCH v2 5/5] gdb: mips: Add MIPSR6 support

[PATCH] MAINTAINERS: Update path to readline config.{sub,guess} files
 2021-05-24 16:15 UTC  (4+ messages)

[PATCH] Update config.sub and config.guess for MIPS R3 and R5 ISA support
 2021-05-24 16:14 UTC  (3+ messages)

[PATCH] kill all threadapply processes at end of test
 2021-05-24 15:30 UTC  (4+ messages)

[PATCH] RISC-V : Add linker support for further Z extensions
 2021-05-24 15:21 UTC  (2+ messages)

[PATCH][gdb/breakpoint] Fix assert in jit_event_handler
 2021-05-24 15:20 UTC  (4+ messages)

[PATCH 0/4] Fix crash in "set python" and small cleanups
 2021-05-24 15:12 UTC  (7+ messages)

[PATCH/OBVIOUS] Fix option type comments for CMDARG_EARLYINIT_FILE and CMDARG_EARLYINIT_COMMAND
 2021-05-24 14:48 UTC  (2+ messages)

[PATCH] gnulib: import ffs
 2021-05-24 14:45 UTC  (2+ messages)

[PATCH] gdb: run 'maint selftest' with an executable loaded
 2021-05-24 14:06 UTC  (7+ messages)

[PATCH] gdb: make iterate_over_threads a template function
 2021-05-24 13:56 UTC  (3+ messages)

[PATCH/committed] sim: cris: fix memory setup typos
 2021-05-24  3:43 UTC 

Sim bfin build failure with gcc 11
 2021-05-24  2:16 UTC  (4+ messages)

[PATCH/committed] sim: rl78: rename open symbol to avoid collisions
 2021-05-23 21:40 UTC 

[PATCH/committed] sim: cris: add unistd.h for environ decl
 2021-05-23 21:39 UTC 

[PATCH/committed] sim: bfin: add strings.h for ffs()
 2021-05-23 21:38 UTC 

[PATCH 0/4] Improve debugging of optimized code
 2021-05-23 11:57 UTC  (6+ messages)
` [PING] "
  ` [PING**2] "
    ` [PING**3] "

[PATCH][gdb/tdep] Use pid to choose x86_64 process 64/32-bitness
 2021-05-23  1:27 UTC  (9+ 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).