public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
RFA: Add support for DWARF-based fixed point types
 2020-11-20 14:14 UTC  (59+ 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] gdb: improve command completion for 'print', 'x', and 'display'
 2020-11-20 13:47 UTC  (5+ messages)

[PATCH 0/9] Further language class related changes
 2020-11-20 11:55 UTC  (10+ messages)
` [PATCH 1/9] gdb: delete unused function print_char_chars
` [PATCH 2/9] gdb: avoid accessing global C++ language implementation functions
` [PATCH 3/9] gdb: rename c_printchar as language_defn::printchar
` [PATCH 4/9] gdb: remove LA_EMIT_CHAR macro
` [PATCH 5/9] gdb: move go_language class declaration into header file
` [PATCH 6/9] gdb: move pascal_language into p-lang.h
` [PATCH 7/9] gdb/objc: fix bug in objc_language::opcode_print_table
` [PATCH 8/9] gdb: move rust_language into rust-lang.h
` [PATCH 9/9] gdb: remove some uses of LA_PRINT_STRING

[PATCH] gdb/main: execute breakpoint commands for '-iex' and '-ex' commands
 2020-11-20  9:45 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v2] Remove 512 bytes region limit if 2nd DAWR is avaliable
 2020-11-20  9:39 UTC  (2+ messages)

[PATCH] GDB: Fix detection of ELF support when configuring with -Werror
 2020-11-20  1:12 UTC  (7+ messages)

[PATCHv2] Fix multi-line strings in TuiWindow.write
 2020-11-20  0:01 UTC 

[PATCH 1/2] Don't delete the locator win info
 2020-11-19 23:33 UTC  (3+ messages)
  ` [PATCH 2/2] Fix multi-line strings in TuiWindow.write

[PATCH] KFAIL variable-length array tests which fail with Clang
 2020-11-19 22:53 UTC  (3+ messages)

[PATCH] gdb/s390: Correct recording of "store on condition" insns
 2020-11-19 18:19 UTC  (2+ messages)

[PATCH] Fix range end handling of inlined subroutines - restart
 2020-11-19 17:25 UTC  (3+ messages)
` [PATCH v2 ] "
  ` [PATCH v3] "

[PATCH 1/2] gdb: fix dwarf2/read.c build on solaris
 2020-11-19 17:14 UTC  (2+ messages)
` [PATCH 2/2] gdb: fix unittests/gmp-utils-selftests.c "

[PATCH] Squash coverity warning for REVERSE_INULL in dump_note_entry_p
 2020-11-19 16:42 UTC  (4+ messages)

[pushed] gdb: fix format string warnings in f-lang.c
 2020-11-19 16:33 UTC 

[pushed] gdb: remove `other` parameter in read_core_file_mappings parameter
 2020-11-19 15:38 UTC 

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

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

[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 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][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 "

[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  (3+ 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  (6+ 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] 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 

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