public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
GDB 12.0.90 available for testing
 2022-04-07 18:04 UTC  (13+ messages)

GDB 12.0.90 available for testing
 2022-04-07 18:03 UTC  (15+ messages)

[PATCH 0/6] Fix printing macros
 2022-04-07 18:01 UTC  (18+ messages)
` [PATCH 1/6] gdb/testsuite/dwarf: remove two unused variables
` [PATCH 2/6] gdb/testsuite/dwarf: simplify line number program syntax
` [PATCH 3/6] gdb/testsuite/dwarf: don't automatically add directory and file entry for DWARF 5
` [PATCH 4/6] gdb/testsuite: add "macros" option to gdb_compile
` [PATCH 5/6] gdb: prepend comp_dir to symtab name in buildsym_compunit
` [PATCH 6/6] gdb/testsuite: add macros test for source files compiled in various ways

Your Geeks Squad Service Plan is Renewed #GKS-7-11346132
 2022-04-07 17:23 UTC 

[PATCH 0/4] Remove some symtab accessors
 2022-04-07 17:08 UTC  (7+ messages)
` [PATCH 1/4] gdb: remove symtab::dirname
` [PATCH 2/4] gdb: remove symtab::blockvector
` [PATCH 3/4] gdb: remove symtab::objfile
` [PATCH 4/4] gdb: remove symtab::pspace

[PATCH] gdb/testsuite: make gdb_breakpoint and runto take a linespec
 2022-04-07 17:04 UTC  (3+ messages)

[PATCH + 12.1] Silence -Wmaybe-uninitialized warning from target_waitstatus
 2022-04-07 16:52 UTC  (2+ messages)

[PATCH v6 0/7] extend branch tracing to use ARM CoreSight traces
 2022-04-07 16:33 UTC  (4+ messages)
` [PATCH v6 3/7] start/stop btrace with coresight etm and parse etm buffer. nat independant

Question on the gdb.xml/tdesc-regs.exp test
 2022-04-07 16:12 UTC  (6+ messages)

[PATCH] gdb:csky add support target-descriptions for CSKY arch
 2022-04-07 15:32 UTC  (2+ messages)

[PATCH 00/16] Default register groups, and general related cleanup
 2022-04-07 15:16 UTC  (35+ messages)
` [PATCH 03/16] gdb: make gdbarch_register_reggroup_p take a const reggroup *
` [PATCH 11/16] gdb: remove reggroup_next and reggroup_prev
` [PATCH 16/16] gdb: update comments throughout reggroups.{c,h} files
` [PATCHv2 00/16] Default register groups, and general related cleanup
  ` [PATCHv2 01/16] gdb: don't try to use readline before it's initialized
  ` [PATCHv2 02/16] gdb: add some const in gdb/reggroups.c
  ` [PATCHv2 03/16] gdb: make gdbarch_register_reggroup_p take a const reggroup *
  ` [PATCHv2 04/16] gdb: switch to using 'const reggroup *' in tui-regs.{c, h}
  ` [PATCHv2 05/16] gdb: use 'const reggroup *' in python/py-registers.c file
  ` [PATCHv2 06/16] gdb: have reggroup_find return a const
  ` [PATCHv2 07/16] gdb/tui: avoid theoretical bug with 'tui reg' command
  ` [PATCHv2 08/16] gdb/tui: fix 'tui reg next/prev' command when data window is hidden
  ` [PATCHv2 09/16] gdb: always add the default register groups
  ` [PATCHv2 10/16] gdb: convert reggroups to use a std::vector
  ` [PATCHv2 11/16] gdb: remove reggroup_next and reggroup_prev
  ` [PATCHv2 12/16] gdb: more 'const' in gdb/reggroups.{c,h}
  ` [PATCHv2 13/16] gdb: make the pre-defined register groups const
  ` [PATCHv2 14/16] gdb: convert reggroup to a C++ class with constructor, etc
  ` [PATCHv2 15/16] gdb: move struct reggroup into reggroups.h header
  ` [PATCHv2 16/16] gdb: update comments throughout reggroups.{c, h} files

[PATCH] Fix for gdb.base/solib-search.exp test
 2022-04-07 15:13 UTC  (3+ messages)
` [PING] "
  ` [PING 2] "

[PATCH v2] gdb/debuginfod: Rework progress updates
 2022-04-07 14:54 UTC  (7+ messages)
` [PATCH v3] gdb: Improve debuginfod "

[PATCH 00/11] Improve Fortran intrinsic types and procedures
 2022-04-07 14:50 UTC  (22+ messages)
` [PATCH 01/11] gdb/f-lang: add Integer*1 to Fortran builtin types
` [PATCH 02/11] gdb/f-lang: remove hidden ^L characters
` [PATCH 03/11] gdb/fortran: fix complex type in Fortran builtin types
` [PATCH 04/11] gdb/fortran: reformat build_fortran_types in f-lang.c
` [PATCH 05/11] gdb/fortran: change default logical type to builtin_logical
` [PATCH 06/11] gdb/fortran: clean-up Fortran intrinsic types
` [PATCH 07/11] gdb/fortran: Change GDB print for fortran default types
` [PATCH 08/11] gdb/fortran: rename f77_keywords to f_keywords
` [PATCH 09/11] gdb/fortran: rewrite intrinsic handling and add some missing overloads
` [PATCH 10/11] gdb/fortran/testsuite: add complex from integers test

[PATCH v2 00/18] Refactor character printing
 2022-04-07 14:21 UTC  (4+ messages)
` [PATCH v2 16/18] Use generic_emit_char in Modula-2
  ` [PATCH] Additional modula2 tests

[PATCH][gdb/testsuite] Make gdb.base/annota1.exp more robust
 2022-04-07 14:10 UTC  (2+ messages)

Metadata style?
 2022-04-07 11:14 UTC  (2+ messages)

[PATCH] gdb: mips: Fix the handling of complex type of function return value
 2022-04-07  2:19 UTC  (8+ messages)
          ` [COMMITTED PATCH v2] "

[PATCH 1/2] gdb/testsuite/dwarf: remove two unused variables
 2022-04-07  1:53 UTC  (3+ messages)
` [PATCH 2/2] gdb/testsuite/dwarf: simplify line number program syntax

[PATCH] gdb/testsuite: add "macros" option to gdb_compile
 2022-04-07  1:53 UTC  (2+ messages)

[PATCH] gdb: don't copy entirely optimized out values in value_copy
 2022-04-06 21:02 UTC  (3+ messages)

[PATCH] Don't use realpath on objfile names
 2022-04-06 19:17 UTC 

[PATCH] gdb: skip objfiles with no BFD in DWARF unwinder
 2022-04-06 18:55 UTC  (7+ messages)
  ` [PATCH v2] "

[PATCH] gdb: LoongArch: prepend tramp frame unwinder for signal
 2022-04-06 14:56 UTC  (4+ messages)

[PUSHED] gdb: make interp_add static
 2022-04-06 14:29 UTC 

[PATCHv2 0/3] Add Python API for the disassembler
 2022-04-06 12:18 UTC  (11+ messages)
` [PATCHv3 0/6] "
  ` [PATCHv3 1/6] gdb: move gdb_disassembly_flag into a new disasm-flags.h file
  ` [PATCHv3 2/6] gdb: add new base class to gdb_disassembler
  ` [PATCHv3 3/6] gdb: add extension language print_insn hook
  ` [PATCHv3 4/6] gdb/python: implement the print_insn extension language hook
  ` [PATCHv3 5/6] gdb: refactor the non-printing disassemblers
  ` [PATCHv3 6/6] gdb: unify two dis_asm_read_memory functions in disasm.c

Fwd: Fix for v850e divq instruction
 2022-04-06  3:56 UTC  (2+ messages)
  `  "

Fwd: Fix "bins" simulation for v850e3v5
 2022-04-06  3:53 UTC  (2+ messages)
  `  "

[PATCH] Use new and delete in jit.c
 2022-04-05 21:18 UTC  (2+ messages)

[PATCH] gdb: make timestamped_file implement can_emit_style_escape
 2022-04-05 20:54 UTC  (9+ messages)

[PATCH v2] gdb/python: Add BreakpointLocation type
 2022-04-05 20:26 UTC  (2+ messages)

[PATCH] Don't call init_thread_list in windows-nat.c
 2022-04-05 17:57 UTC  (5+ messages)

[PATCH] gdb/stack.c: avoid stale pointers when printing frame arguments
 2022-04-05 16:54 UTC  (7+ messages)

[PATCH v2 0/2] gdb/fortran: add support for accessing fields of extended types
 2022-04-05 15:53 UTC  (4+ messages)
` [PATCH v2 2/2] gdb/fortran: print fortran extended types with ptype

[PATCH v3 0/2] add support for accessing fields of extended types
 2022-04-05 15:51 UTC  (3+ messages)
` [PATCH v3 1/2] gdb/fortran: "
` [PATCH v3 2/2] gdb/fortran: print fortran extended types with ptype

[PATCH] Updated, fix reverse stepping multiple contiguous PC ranges
 2022-04-05 15:24 UTC  (6+ messages)
` [PATCH, v2] Fix reverse stepping multiple contiguous PC ranges over the line table

[PATCH v2] gdb: prune inferiors at end of fetch_inferior_event, fix intermittent failure of gdb.threads/fork-plus-threads.exp
 2022-04-05 14:17 UTC 

[PATCH] gdb: prune inferiors at end of fetch_inferior_event, fix intermittent failure of gdb.threads/fork-plus-threads.exp
 2022-04-05 14:17 UTC  (3+ messages)

gdb/dwarf2/read.c:read_file_scope() lowpc adjustment
 2022-04-05 14:14 UTC  (4+ messages)

[PATCH] Debug support for global alias variable
 2022-04-05 14:02 UTC  (9+ messages)

[PATCH 1/2] [gdb/testsuite] Fix FAIL in gdb.threads/fork-and-threads.exp
 2022-04-05 12:48 UTC  (6+ messages)

[PATCH] Use current_inferior ()->pid for AIX
 2022-04-05 12:47 UTC  (5+ messages)

[PATCH] gdb/testsuite: fix intermittent failure in gdb.base/vfork-follow-parent.exp
 2022-04-05 12:17 UTC  (4+ messages)

[PATCH v2] gdb/testsuite: fix intermittent failures in gdb.mi/mi-cmd-user-context.exp
 2022-04-05 12:13 UTC  (3+ messages)

gdb symbol relocation
 2022-04-05 10:00 UTC  (5+ messages)

[PATCH] Fix qRcmd error code parsing
 2022-04-05  7:45 UTC  (3+ messages)

[PATCH v2 0/9] Some fixes for handling vfork by multi-threaded programs
 2022-04-05  2:13 UTC  (2+ messages)

[pushed] gdb: make timestamped_file implement write_async_safe
 2022-04-05  0:58 UTC 

[PATCH] gdb/testsuite: fix timeout in server-pipe.exp test
 2022-04-04 22:23 UTC  (3+ messages)

[PATCH] Handle TLS variable lookups when using separate debug files
 2022-04-04 22:15 UTC  (2+ messages)

[PATCH v3 0/3] Add support for DWARF's prologue_end flag in line-table
 2022-04-04 22:08 UTC  (4+ messages)
` [PATCH v3 3/3] gdb: Add maint set ignore-prologue-end-flag

[PATCH] gdb: remove assertion in psymbol_functions::expand_symtabs_matching
 2022-04-04 21:49 UTC  (3+ messages)

[PUSHED] sim: fixes for libopcodes styled disassembler
 2022-04-04 21:46 UTC 

[PATCH 0/5] Some windows-nat cleanups and globals reduction
 2022-04-04 19:58 UTC  (4+ messages)
` [PATCH 5/5] Remove some globals from nat/windows-nat.c

[PATCH v4 00/34] Rewrite the DWARF "partial" reader
 2022-04-04 19:53 UTC  (20+ messages)
` [PATCH v4 13/34] Specialize std::hash for gdb_exception
` [PATCH v4 16/34] Statically examine abbrev properties
` [PATCH v4 18/34] Introduce the new DWARF index class
` [PATCH v4 19/34] The new DWARF indexer
` [PATCH v4 20/34] Implement quick_symbol_functions for cooked DWARF index
` [PATCH v4 21/34] Wire in the new DWARF indexer
` [PATCH v4 22/34] Introduce thread-safe handling for complaints
` [PATCH v4 23/34] Pre-read DWARF section data
` [PATCH v4 24/34] Parallelize DWARF indexing
` [PATCH v4 25/34] "Finalize" the DWARF index in the background
` [PATCH v4 26/34] Rename write_psymtabs_to_index
` [PATCH v4 27/34] Change the key type in psym_index_map
` [PATCH v4 28/34] Change parameters to write_address_map
` [PATCH v4 29/34] Genericize addrmap handling in the DWARF index writer
` [PATCH v4 30/34] Adapt .gdb_index writer to new DWARF scanner
` [PATCH v4 31/34] Adapt .debug_names "
` [PATCH v4 32/34] Enable the new DWARF indexer
` [PATCH v4 33/34] Delete DWARF psymtab code
` [PATCH v4 34/34] Remove dwarf2_per_cu_data::v

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