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

[PATCH] gdb: improve command completion for 'print', 'x', and 'display'
 2020-11-19 10:14 UTC  (4+ messages)

[PATCH] Search for DWZ files in debug-file-directories as well
 2020-11-19  2:27 UTC  (6+ messages)
` [PATCH v2] "

[PATCH] Squash coverity warning for REVERSE_INULL in dump_note_entry_p
 2020-11-18 22:00 UTC  (3+ messages)

[PATCH 1/2] gdb/testsuite: use unresolved in mi_run_cmd_full
 2020-11-18 20:00 UTC  (5+ messages)
` [PATCH 2/2] gdb/testsuite: gdb.mi/mi-nonstop-exit.exp: enable non-stop using GDBFLAGS

[pushed] gdb: make get_array_bounds return bool
 2020-11-18 19:08 UTC  (6+ messages)
` [PATCH][gdb/build] Fix -Werror=bool-compare warning in update_static_array_size

[PATCH] gdb/s390: Correct recording of "store on condition" insns
 2020-11-18 18:29 UTC 

[PATCH 0/2] Improving tab completion for watch commands
 2020-11-18 16:55 UTC  (5+ messages)
` [PATCH 1/2] gdb: convert some function arguments from int to bool
` [PATCH 2/2] gdb: update command completion for watch, awatch, and rwatch

[PATCH] KFAIL variable-length array tests which fail with Clang
 2020-11-18 16:14 UTC  (2+ messages)

[PATCH][gdb] Improve early exits for env var in debuginfod-support.c
 2020-11-18 15:43 UTC  (2+ messages)

Fix Windows-target testing in mi_gdb_file_cmd
 2020-11-18 15:38 UTC  (2+ messages)

[PATCH v3 00/24] Memory Tagging Support + AArch64 Linux implementation
 2020-11-18 11:22 UTC  (25+ messages)
` [PATCH v3 07/24] Documentation for memory tagging remote packets
` [PATCH v3 16/24] AArch64: Report tag violation error information
` [PATCH v3 24/24] Add memory tagging testcases

[PATCH] Fix gdb.dwarf2/clztest.exp with Clang
 2020-11-18  9:20 UTC  (3+ messages)
` [PATCH v2] "
  ` [PING][PATCH "

RFA: Add support for DWARF-based fixed point types
 2020-11-18  8:14 UTC  (57+ messages)
` [PATCH 3/9] gmp-utils: New API to simply use of GMP's integer/rational/float objects
` [PATCH 5/9] Add support for printing value of DWARF-based fixed-point type objects
` [PATCH 7/9] Add ptype support for DWARF-based fixed-point types
` pushed: Add support for DWARF-based fixed point types
  ` [pushed/v2 1/9] gdb/configure: Add --with-libgmp-prefix option
          ` [PATCH] Enable GDB build with in-tree GMP and MPFR
  ` [pushed/v2 2/9] gdb: Make GMP a required dependency for building GDB
  ` [pushed/v2 3/9] gmp-utils: New API to simply use of GMP's integer/rational/float objects
  ` [pushed/v2 4/9] Move uinteger_pow gdb/valarith.c to gdb/utils.c and make it public
  ` [pushed/v2 5/9] Add support for printing value of DWARF-based fixed-point type objects
  ` [pushed/v2 6/9] fix printing of DWARF fixed-point type objects with format modifier
  ` [pushed/v2 7/9] Add ptype support for DWARF-based fixed-point types
  ` [pushed/v2 8/9] Add support for fixed-point type arithmetic
  ` [pushed/v2 9/9] Add support for fixed-point type comparison operators
` RFA: Various enhancements to the fixed-point support implementation
  ` [RFA 1/6] change gmp_string_asprintf to return an std::string
  ` [RFA 2/6] gmp-utils: Convert the read/write methods to using gdb::array_view
  ` [RFA 3/6] gdbtypes.h: Get rid of the TYPE_FIXED_POINT_INFO macro
  ` [RFA 4/6] Make fixed_point_type_base_type a method of struct type
  ` [RFA 5/6] Make function fixed_point_scaling_factor "
  ` [RFA 6/6] valarith.c: Replace INIT_VAL_WITH_FIXED_POINT_VAL macro by lambda

[PATCH 0/4] Fix CU expansion queue-related problems
 2020-11-17 19:12 UTC  (5+ messages)
` [PATCH 1/4] gdb/dwarf: add some logging in dwarf2/read.c
` [PATCH 2/4] gdb/dwarf: add assertion in maybe_queue_comp_unit
` [PATCH 3/4] gdb/dwarf: don't enqueue CU in maybe_queue_comp_unit if already expanded
` [PATCH 4/4] gdb/dwarf: create and destroy dwarf2_per_bfd's CUs-to-expand queue

[OB PATCH] Fix gdb.trace testcase build failures with Clang
 2020-11-17 14:55 UTC 

[PATCH] gdb/testsuite: do not hard-code location indices in condbreak-multi-context.exp
 2020-11-17 10:49 UTC  (4+ messages)

[PATCH 0/2] ARC print_one_insn failure in gdb.gdb/unittest.exp
 2020-11-17 10:06 UTC  (5+ messages)
` [PATCH 1/2] gdb/testsuite: prevent timeout "
` [PATCH 2/2] gdb/arc: fix print_one_insn selftest

[PATCH] gdb: Add a new function to display binary output by groups
 2020-11-17  1:55 UTC  (3+ messages)

[PATCH] gdb: rewrite how per language primitive types are managed
 2020-11-16 22:16 UTC  (4+ messages)

[PATCH] Handle 128-bit constants for fixed point
 2020-11-16 19:49 UTC  (4+ messages)

[PATCH] Add testcase for DW_AT_count referencing a variable
 2020-11-16 17:52 UTC 

[PATCH] Update gdb.dwarf2/data-loc.exp
 2020-11-16 16:23 UTC  (3+ messages)

[PATCH 0/3] Fix crash if connection drops in scoped_restore_current_thread's ctor
 2020-11-16 14:57 UTC  (14+ 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/9] Fix most -fgnat-encodings=minimal failures
 2020-11-16 14:32 UTC  (7+ messages)
    ` [PATCH][gdb/testsuite] Fix minimal encodings KPASSes

10.2 milestone on bugzilla
 2020-11-16 12:23 UTC  (2+ messages)

[PATCH][gdb] Don't return non-existing path in debuginfod_source_query
 2020-11-16 11:16 UTC 

[PATCH] gdb: user variables with components of dynamic type
 2020-11-15 14:24 UTC  (6+ messages)

[pushed] Use "bool" in fetch_inferior_event
 2020-11-14 16:46 UTC 

[pushed] Add use of const in opencl-lang.c
 2020-11-14 16:23 UTC 

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

[PATCH] gdb: add tab completion of type field names for Fortran
 2020-11-14 16:07 UTC  (2+ messages)

[PATCH 0/8] Share DWARF frame information across inferiors
 2020-11-14  3:31 UTC  (3+ messages)
` [PATCH 8/8] Move the frame data to the BFD when possible

[pushed] Use const more in c-lang.c
 2020-11-14  2:43 UTC 

Split DWARF and rnglists, gcc vs clang
 2020-11-13 18:34 UTC  (6+ messages)

[PATCH 1/2] Add file name to "Loadable section ... outside of ELF segments" warning
 2020-11-13 17:45 UTC  (7+ messages)
` [PATCH 2/2] Exclude debuginfo files from "outside "

[PATCH 0/3] Querying registers of already-exited processes
 2020-11-13 16:57 UTC  (4+ messages)
` [PATCH 1/3] gdb/testsuite: update the expected output in gdb.threads/killed-outside.exp
` [PATCH 2/3] gdb/regcache: return REG_UNAVAILABLE if raw_update raises NOT_AVAILABLE_ERROR
` [PATCH 3/3] gdb: raise and handle NOT_AVAILABLE_ERROR when accessing frame PC

Fix Windows-target testing in gdb_file_cmd
 2020-11-13 14:51 UTC  (2+ messages)

[PUSHED] gdb: delete a couple of declarations from f-lang.h
 2020-11-13 13:52 UTC 

[PATCH] GDB: Fix detection of ELF support when configuring with -Werror
 2020-11-13 13:46 UTC  (6+ messages)

[PATCH] Allow Flang style pointer printing in pointer-to-pointer.exp
 2020-11-13  8:46 UTC  (3+ messages)

[pushed] gdb/dwarf: fix call to dwarf2_queue_guard in dw2_do_instantiate_symtab
 2020-11-12 22:44 UTC 

[PATCH v2] Replace the symbol needs evaluator with a parser
 2020-11-12 21:29 UTC  (7+ messages)

[PATCH] sim: pru: Add support for LMBD instruction
 2020-11-12 20:56 UTC  (3+ messages)

[PATCH v7 0/3] disass: Add /x modifier
 2020-11-12 20:17 UTC  (5+ messages)
` [PATCH v7 1/3] disass: Add /x modifier to print offsets in hex
` [PATCH v7 2/3] disass: Add test for /x mode

[PATCH] gdb: convert "set debug dwarf-read" to new style
 2020-11-12 19:44 UTC  (3+ messages)

[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  (5+ messages)
` [PATCH 1/2] arc: Add support for signal handlers
` [PATCH 2/2] arc: Add support for signal frames for Linux targets

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

[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 

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