public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCHv4 0/3] Fortran Array Slicing and Striding Support
 2020-11-12 18:58 UTC  (6+ messages)
` [PATCHv5 0/4] "
  ` [PATCHv5 4/4] gdb/fortran: Add support for Fortran array slices at the GDB prompt
    ` [PATCHv6] "

[PATCH 0/2] Add native GNU/Linux support for ARC in GDB
 2020-11-12 18:03 UTC  (6+ messages)
` [PATCH 1/2] arc: Take into account the REGNUM in supply/collect gdb hooks
` [PATCH 2/2] gdb: Add native support for ARC in GNU/Linux

[PATCH 0/2] arc: Add signal handling support
 2020-11-12 17:51 UTC  (6+ messages)
` [PATCH 1/2] arc: Add support for signal handlers
` [PATCH 2/2] arc: Add support for signal frames for Linux targets
` [PING^1][PATCH 0/2] arc: Add signal handling support

[PATCH] gdb: convert "set debug dwarf-read" to new style
 2020-11-12 17:04 UTC  (2+ messages)

[PATCH] arc: Write correct "eret" value during register collection
 2020-11-12 16:05 UTC  (6+ messages)
` [PATCH v2] "
` [PUSHED] "

[PATCH] gdb: user variables with components of dynamic type
 2020-11-12 16:00 UTC  (4+ messages)

[PATCH] Ignore system_error in thread startup
 2020-11-12 15:27 UTC  (3+ messages)

[PATCH] gdb/main: execute breakpoint commands for '-iex' and '-ex' commands
 2020-11-12 15:23 UTC  (2+ messages)

[OB PATCH] Fix gdb.threads/tls-so_extern.exp with Clang
 2020-11-12 15:07 UTC 

[PATCH] GDB: Fix detection of ELF support when configuring with -Werror
 2020-11-12 14:25 UTC  (5+ messages)

[PATCHv3 0/3] Restore thread and frame patches
 2020-11-12 11:59 UTC  (8+ messages)
` [PATCHv4 0/2] "
  ` [PATCHv4 1/2] gdb: Restore previously selected thread when switching inferior
  ` [PATCHv4 2/2] gdb: Track the current frame for each thread
  ` [PATCHv5 0/2] Restore thread and frame patches
  ` [PATCHv5 1/2] gdb: Restore previously selected thread when switching inferior
  ` [PATCHv5 2/2] gdb: Track the current frame for each thread

[PATCH] gdb: add an option flag to 'maint print c-tdesc'
 2020-11-12  2:26 UTC  (3+ messages)

[PATCH 00/12] Concurrent displaced stepping
 2020-11-11 23:36 UTC  (14+ messages)
` [PATCH 01/12] gdb: add inferior_execd observable
` [PATCH 02/12] gdb: clear inferior displaced stepping state on exec
` [PATCH 03/12] gdb: rename things related to step over chains
` [PATCH 04/12] gdb: rename displaced_step_closure to displaced_step_copy_insn_closure
` [PATCH 05/12] gdb: rename displaced_step_fixup to displaced_step_finish
` [PATCH 06/12] gdb: introduce status enum for displaced step prepare/finish
` [PATCH 07/12] gdb: pass inferior to get_linux_inferior_data
` [PATCH 08/12] gdb: move displaced stepping types to displaced-stepping.{h, c}
` [PATCH 09/12] gdb: move displaced stepping logic to gdbarch, allow starting concurrent displaced steps
` [PATCH 10/12] gdb: change linux gdbarch data from post to pre-init
` [PATCH 11/12] gdb: make displaced stepping implementation capable of managing multiple buffers
` [PATCH 12/12] gdb: use two displaced step buffers on amd64/Linux

[PING] Added x86_64 stub for debugging embedded systems running on Intel x86_64 processor architecture
 2020-11-11 21:58 UTC  (15+ messages)
  ` [PING][PING] "

[PATCH] Allow Flang style pointer printing in pointer-to-pointer.exp
 2020-11-11 21:35 UTC  (2+ messages)

RFA: m32r sim: Add prototypes for functions that pass/return DI values
 2020-11-11 21:13 UTC  (4+ messages)

[PATCH] sim: pru: Add support for LMBD instruction
 2020-11-11 21:09 UTC  (2+ messages)

[PATCH] gdb/arm: avoid undefined behavior shift when decoding immediate value
 2020-11-11 20:44 UTC  (3+ messages)

[PATCH] gdb/testsuite: add "breakpoint always-inserted" axis in gdb.base/continue-after-aborted-step-over.exp
 2020-11-11 20:09 UTC  (3+ messages)

[PATCH] Update gdb.dwarf2/data-loc.exp
 2020-11-11 19:06 UTC 

[PATCH][gdb/testsuite] Add gdb.dwarf2/fission-multi-cu-clang.exp
 2020-11-11 15:49 UTC  (4+ messages)
  ` [PATCH][gdb/testsuite] Use clean_restart where possible

[PATCH] gdb: better handling of 'S' packets
 2020-11-11 15:35 UTC 

[PATCH] gdb/linespec: relax the position of the '-force-condition' flag
 2020-11-11 12:54 UTC 

[PUSHED] gdb/riscv: add ability to decode dwarf CSR numbers
 2020-11-11 11:58 UTC 

[PUSHED] gdbserver: add missing --disable-packet options to help text
 2020-11-11  9:11 UTC 

RFA: Add support for DWARF-based fixed point types
 2020-11-11  4:53 UTC  (17+ messages)
` [PATCH 1/9] gdb/configure: Add --with-libgmp-prefix option
` [PATCH 2/9] gdb: Make GMP a required dependency for building GDB
` [PATCH 3/9] gmp-utils: New API to simply use of GMP's integer/rational/float objects
` [PATCH 4/9] Move uinteger_pow gdb/valarith.c to gdb/utils.c and make it public
` [PATCH 5/9] Add support for printing value of DWARF-based fixed-point type objects
` [PATCH 6/9] fix printing of DWARF fixed-point type objects with format modifier
` [PATCH 7/9] Add ptype support for DWARF-based fixed-point types
` [PATCH 8/9] Add support for fixed-point type arithmetic
` [PATCH 9/9] Add support for fixed-point type comparison operators

[pushed 0/3] More use of const
 2020-11-10 22:53 UTC  (4+ messages)
` [pushed 1/3] Constify value_nsstring
` [pushed 2/3] Use "const" more in ax-gdb.c
` [pushed 3/3] Make internalvar_name return a const char *

[PATCH] Move include block to pathstuff.h (no-tn-check)
 2020-11-10 20:11 UTC  (3+ messages)

[PATCH v4 0/2] Breakpoint conditions at locations with differing contexts
 2020-11-10 19:51 UTC  (5+ messages)
` [PATCH v4 2/2] gdb/breakpoint: add flags to 'condition' and 'break' commands to force condition

[PATCH][gdb/testsuite] Handle multiple sources in build_executable_from_fission_assembler
 2020-11-10 19:12 UTC  (2+ messages)

[PATCH][gdb/testsuite] Add share_abbrev option to cu in dwarf assembler
 2020-11-10 19:01 UTC  (4+ messages)

[PATCH] Fix range end handling of inlined subroutines - restart
 2020-11-10 17:47 UTC  (2+ messages)
` [PATCH v2 ] "

[PATCH 0/6] Change target section table management
 2020-11-10 17:38 UTC  (3+ messages)
` [PATCH 2/6] Use a std::vector in target_section_table

[pushed] Fix bug in gdb.ada/bias.exp
 2020-11-10 17:08 UTC 

[PATCH] Handle block-local names for Ada
 2020-11-10 16:55 UTC 

[OB PATCH] Prevent false passes in gdb.base/vla-optimized-out.exp
 2020-11-10 16:42 UTC 

[OB PATCH] Prevent inlining in gdb.base/vla-optimized-out.c
 2020-11-10 16:41 UTC 

[PATCH] Fix gdb.cp/step-and-next-inline.exp with Clang
 2020-11-10 16:09 UTC  (3+ messages)
  ` [PUSHED] "

[PATCH v1] [powerpc] Remove 512 bytes region limit if using 2nd DAWR
 2020-11-10 10:21 UTC  (4+ messages)

[PATCH v3 00/24] Memory Tagging Support + AArch64 Linux implementation
 2020-11-09 17:22 UTC  (32+ messages)
` [PATCH v3 01/24] New target methods for memory tagging support
` [PATCH v3 02/24] New gdbarch memory tagging hooks
` [PATCH v3 03/24] Add GDB-side remote target support for memory tagging
` [PATCH v3 04/24] Unit testing for GDB-side remote memory tagging handling
` [PATCH v3 05/24] GDBserver remote packet support for memory tagging
` [PATCH v3 06/24] Unit tests for gdbserver memory tagging remote packets
` [PATCH v3 07/24] Documentation for "
` [PATCH v3 08/24] AArch64: Add MTE CPU feature check support
` [PATCH v3 09/24] AArch64: Add target description/feature for MTE registers
` [PATCH v3 10/24] AArch64: Add MTE register set support for GDB and gdbserver
` [PATCH v3 11/24] AArch64: Add MTE ptrace requests
` [PATCH v3 12/24] AArch64: Implement memory tagging target methods for AArch64
` [PATCH v3 13/24] Refactor parsing of /proc/<pid>/smaps
` [PATCH v3 14/24] AArch64: Implement the memory tagging gdbarch hooks
` [PATCH v3 15/24] AArch64: Add unit testing for logical tag set/get operations
` [PATCH v3 16/24] AArch64: Report tag violation error information
` [PATCH v3 17/24] AArch64: Add gdbserver MTE support
` [PATCH v3 18/24] AArch64: Add MTE register set support for core files
` [PATCH v3 19/24] New mtag commands
` [PATCH v3 20/24] Documentation for the new "
` [PATCH v3 21/24] Extend "x" and "print" commands to support memory tagging
` [PATCH v3 22/24] Document new "x" and "print" memory tagging extensions
` [PATCH v3 23/24] Add NEWS entry
` [PATCH v3 24/24] Add memory tagging testcases

[PATCH 0/3] Fix crash if connection drops in scoped_restore_current_thread's ctor
 2020-11-09 14:05 UTC  (12+ messages)
` [PATCH 3/3] Make scoped_restore_current_thread's cdtors exception free (RFC)
                  ` [PATCH] Fix frame cycle detection (Re: [PATCH 3/3] Make scoped_restore_current_thread's cdtors exception free (RFC))

[PATCH 0/7] Adding startup files to GDB
 2020-11-09 13:55 UTC  (4+ messages)
` [PATCH 2/7] gdb: use get_standard_config_dir when looking for .gdbinit

[PATCH 0/5] remove some manual reference counting
 2020-11-08 10:07 UTC  (2+ messages)

[PATCH] gdb: fix debug expression dumping of function call expressions
 2020-11-06 20:59 UTC  (3+ messages)

[PATCH] gdb/testsuite: make DWARF assembler's ranges' "base" and "range" procs
 2020-11-06 18:11 UTC  (3+ messages)

[PATCH][PR python/26832] Better static python detection in configure machinery
 2020-11-06 18:03 UTC  (5+ messages)

[PATCH 0/9] Fix most -fgnat-encodings=minimal failures
 2020-11-06 17:55 UTC  (9+ messages)
` [PATCH 3/9] Synthesize array descriptors with -fgnat-encodings=minimal

[PATCH] Split macro_buffer in two classes, fix Clang build
 2020-11-06 17:23 UTC  (3+ messages)

Split DWARF and rnglists, gcc vs clang
 2020-11-06  4:11 UTC 

[PATCH] Remove objfile parameter from abbrev_table::read
 2020-11-06  1:54 UTC  (4+ messages)
` [PP?] "

[PATCH][gdb/testsuite] Make fission use shared_abbrev in dwarf assembler
 2020-11-05 16:39 UTC 

[pushed 0/2] Two small Ada type-printing fixes
 2020-11-04 19:43 UTC  (3+ messages)
` [pushed 1/2] Print Ada type name in more cases
` [pushed 2/2] Handle __XVL fields in Ada type printing

[PATCH] Rewrite leb.h:read_3_bytes
 2020-11-04 15:21 UTC  (2+ messages)

[PATCH] Fix gdb.dwarf2/clztest.exp with Clang
 2020-11-04 11:26 UTC  (8+ messages)
      ` [PATCH v2] "

[PATCH] Shrink size of dwarf2_per_cu_data
 2020-11-04 10:59 UTC  (2+ messages)

[committed][gdb/testsuite] Fix .debug_abbrev terminators
 2020-11-03 16:41 UTC 

[PATCH] gdb/testsuite: fix failure in gdb.base/step-over-no-symbols.exp
 2020-11-02 21:38 UTC  (3+ 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).