Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
[PATCH v3 00/24] Memory Tagging Support + AArch64 Linux implementation
 2020-11-09 17:04 UTC  (6+ 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 06/24] Unit tests for gdbserver memory tagging remote packets

[PATCHv3 0/3] Restore thread and frame patches
 2020-11-09 15:02 UTC  (5+ 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

[PATCH 0/3] Fix crash if connection drops in scoped_restore_current_thread's ctor
 2020-11-09 14:05 UTC  (13+ messages)
` [PATCH 3/3] Make scoped_restore_current_thread's cdtors exception free (RFC)
              ` [pushed] Move lookup_selected_frame to frame.c
                  ` [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  (11+ messages)
` [PATCH 2/7] gdb: use get_standard_config_dir when looking for .gdbinit
` [PATCH 3/7] gdb: new function to wrap up executing command line scripts/commands

[PATCH v1] [powerpc] Remove 512 bytes region limit if using 2nd DAWR
 2020-11-09 13:08 UTC  (3+ messages)

[PATCH] gdb: user variables with components of dynamic type
 2020-11-08 10:50 UTC  (3+ messages)

[PATCH] Fix gdb.cp/step-and-next-inline.exp with Clang
 2020-11-08 10:14 UTC  (2+ messages)

[PATCH 0/5] remove some manual reference counting
 2020-11-08 10:07 UTC  (7+ messages)
` [PATCH 1/5] Use thread_info_ref in enable_thread_stack_temporaries
` [PATCH 2/5] Change current_inferior_ to be a inferior_ref
` [PATCH 3/5] Use thread_info_ref in stop_context
` [PATCH 4/5] Remove scoped_inc_dec_ref
` [PATCH 5/5] Make bp_location derive from refcounted_object

RFA: Add support for DWARF-based fixed point types
 2020-11-08  6:30 UTC  (10+ 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

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

[PATCH] Fix range end handling of inlined subroutines - restart
 2020-11-06 16:12 UTC 

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] Add gdb.dwarf2/fission-multi-cu-clang.exp
 2020-11-05 16:40 UTC 

[PATCH][gdb/testsuite] Handle multiple sources in build_executable_from_fission_assembler
 2020-11-05 16:40 UTC 

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

[PATCH][gdb/testsuite] Add share_abbrev option to cu 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  (9+ 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)

[PATCH] gdb: introduce displaced_debug_printf
 2020-11-02 20:00 UTC  (7+ messages)
  ` [pushed] gdb, gdbsupport: add debug_prefixed_printf, remove boilerplate functions

[pushed] Add x86_64 ravenscar support
 2020-11-02 19:09 UTC 

[PATCH] gdb, gdbserver, gdbsupport: fix leading space vs tabs issues
 2020-11-02 15:30 UTC  (3+ messages)

Make test_compiler_info in Fortran tests test the Fortran compiler
 2020-11-02 14:42 UTC  (9+ messages)
` [PATCH 1/3] Make get_compiler_info accept "f77" and "f90" as well as "c++"
` [PATCH 2/3] Recognise GNU Fortran as GCC
` [PATCH 3/3] Ensure calls to test_compiler_info will use the Fortran compiler

[PATCH 0/2] Fix gdb.base/print-file-var.exp with Clang
 2020-11-02 14:24 UTC  (7+ messages)
` [PATCH 1/2] Detect and report incompatible gdb_compile options
` [PATCH 2/2] Fix gdb.base/print-file-var.exp with Clang

[PATCH 1/2] Detect and report incompatible gdb_compile options
 2020-11-02 14:23 UTC  (2+ messages)

[PATCH] Fix testcases using __attribute__((noclone)) with Clang
 2020-11-02 12:13 UTC  (4+ messages)
  ` [PUSHED] "

[committed][gdb/testsuite] Remove .debug_line.dwo from gdb.dwarf2/fission-multi-cu.S
 2020-11-02 10:26 UTC 

[PATCH] Limit the switch_to_thread() calls in startup_inferior()
 2020-11-02  0:47 UTC  (5+ messages)

[pushed] sim/bpf: re-generate configure
 2020-11-02  0:42 UTC 

[PATCH] Fix Rust regression with -readnow
 2020-11-01 21:44 UTC  (2+ messages)

[PATCH 0/4] Minor psymtab cleanups
 2020-11-01 16:50 UTC  (2+ messages)

[pushed/Ada] avoid unwarranted assumption in gdb.ada/fixed_points/fixed_points.adb
 2020-11-01 11:39 UTC 

[pushed] ada-lang.c: Rename gnat_encoded_fixed_type_info
 2020-11-01  8:47 UTC 

[pushed] ada-lang.c: fix line too long in cast_from_gnat_encoded_fixed_point_type
 2020-11-01  8:47 UTC 

[pushed] ada-lang.c: Renaming some fixed-point-related routines
 2020-11-01  7:31 UTC 

[PATCH] Minor Python simplifications
 2020-11-01  4:32 UTC  (2+ messages)

[PATCH] gdb: rewrite how per language primitive types are managed
 2020-10-31 23:22 UTC 

[PATCHv4 0/3] Fortran Array Slicing and Striding Support
 2020-10-31 22:16 UTC  (6+ messages)
` [PATCHv5 0/4] "
  ` [PATCHv5 4/4] gdb/fortran: Add support for Fortran array slices at the GDB prompt
    ` [PATCHv6] "

[PATCH 00/13] Modernize gdb/gdbserver/gdbsupport configure files
 2020-10-31 12:32 UTC  (3+ messages)

[committed][gdb/testsuite] Fix gdb.dwarf2/dw2-error.exp with -readnow
 2020-10-30 19:48 UTC  (3+ messages)

[PATCH] gdb: rs6000_dwarf2_reg_to_regnum return -1 for unknown register number
 2020-10-30 18:24 UTC  (2+ messages)

target board readnow status report
 2020-10-30 18:20 UTC  (2+ messages)

[committed][gdb/testsuite] Fix gdb.rust/traits.exp with -readnow
 2020-10-30 18:18 UTC  (2+ messages)

[PATCH] gdb/riscv: read frame base register as unsigned in the unwinder
 2020-10-30 18:11 UTC  (2+ messages)

[PATCH] Have stamp-init depend on config.status
 2020-10-30 17:01 UTC  (2+ messages)

[PATCH] gdb/testsuite: do not hard-code location indices in condbreak-multi-context.exp
 2020-10-30 15:06 UTC 

[pushed] gdb: remove parameter of gdbarch_displaced_step_hw_singlestep
 2020-10-29 22:05 UTC 

[PATCH v2 00/16] Remove some macros from exec.h and progspace.h
 2020-10-29 21:06 UTC  (9+ messages)
` [PATCH v2 04/16] Remove commented-out code from gcore.c
  ` [PP?] "
` [PATCH v2 12/16] Change remove_target_sections to method on program_space
  ` [PP?] "
` [PP?] [PATCH v2 00/16] Remove some macros from exec.h and progspace.h

[PATCH] gdb/infrun: disable pagination in fetch_inferior_event
 2020-10-29 19:14 UTC  (3+ messages)

[PATCH v2 00/24] Memory Tagging Support + AArch64 Linux implementation
 2020-10-29 17:32 UTC  (13+ messages)
` [PATCH v2 01/24] New target methods for memory tagging support
` [PATCH v2 03/24] Add GDB-side remote target support for memory tagging
` [PATCH v2 12/24] AArch64: Implement memory tagging target methods for AArch64

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

[PATCH] gdb: restore thread after detaching from an inferior
 2020-10-29 14:26 UTC  (5+ messages)
` [PATCH v2] gdb: restore thread after detaching or killing "

[PATCH] gdb/main: execute breakpoint commands for '-iex' and '-ex' commands
 2020-10-29 14:26 UTC 

[committed][gdb/testsuite] Fix DUPLICATEs in gdb.threads/tls.exp
 2020-10-29  6:56 UTC 

[PING] Added x86_64 stub for debugging embedded systems running on Intel x86_64 processor architecture
 2020-10-28 22:11 UTC  (12+ messages)
  ` [PING][PING] "

[PATCH] <Overlapping Dwarf Compile Units with non-overlapping subranges gives incorrect line information>
 2020-10-28 20:21 UTC  (5+ messages)

[committed][gdb/testsuite] Fix gdb.python/py-symbol.exp with -readnow
 2020-10-28 20:08 UTC 

[committed][gdb/testsuite] Fix re-read FAILs with -readnow
 2020-10-28 20:08 UTC 

[committed][gdb/testsuite] Fix gdb.base/relocate.exp with -readnow
 2020-10-28 20:07 UTC 

[PATCH][gdb/symtab] Fix language of frame without debug info
 2020-10-28 20:06 UTC  (2+ messages)

[PATCH v2] Use sha256 for hashes in the release process
 2020-10-28 14:36 UTC  (6+ messages)

[committed][gdb/testsuite] Fix gdb.cp/nsalias.exp with -readnow
 2020-10-28  9:02 UTC 

[committed][gdb/testsuite] Fix typo in gdb.cp/nsalias.exp
 2020-10-28  9:02 UTC 

[committed][gdb/testsuite] Fix gdb.dwarf2/dw2-filename.exp with -readnow
 2020-10-28  9:02 UTC 

[committed][gdb/testsuite] Fix gdb.dwarf2/dw2-stack-boundary.exp with -readnow
 2020-10-28  9:02 UTC 

[committed][gdb/testsuite] Fix gdb.base/multi-forks.exp timeout with -readnow
 2020-10-27 22:18 UTC 

[committed][gdb/testsuite] Fix DUPLICATEs in gdb.base/multi-forks.exp
 2020-10-27 22:18 UTC 

[committed][gdb/testsuite] Fix gdb.base/maint.exp FAILs with -readnow
 2020-10-27 22:17 UTC 

[committed][gdb/testsuite] Fix gdb.cp/psymtab-parameter.exp with -readnow
 2020-10-27 22:17 UTC 

[PATCH v2] Replace the symbol needs evaluator with a parser
 2020-10-27 19:51 UTC  (4+ messages)

[PATCH] Fix gdb.python/py-format-string.exp with Clang
 2020-10-27 17:04 UTC  (3+ messages)

[OB PATCH] Add skip_fortran_tests to two Fortran testcases
 2020-10-27 16:56 UTC 

[PATCH] gdb: add support for handling core dumps on arm-none-eabi
 2020-10-27 16:53 UTC  (17+ messages)

[pushed] gdb: remove unused includes in m32c-tdep.c
 2020-10-27 14:38 UTC 

[pushed] gdb: remove unused includes in xtensa-tdep.c
 2020-10-27 14:31 UTC 

[PATCH] gdb/breakpoint: use gdb::option for the '-force' flag
 2020-10-27 12:54 UTC  (2+ messages)

[committed][gdb/testsuite] Fix section matching in find_pc_sect_compunit_symtab
 2020-10-27 12:31 UTC  (2+ messages)

[committed][gdb/symtab] Use early continue in find_pc_sect_compunit_symtab
 2020-10-27 12:29 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