public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCH] gdb/arm: Document and fix exception stack offsets
 2022-06-08 14:33 UTC  (6+ messages)

[PATCH v2 0/2] Fix regressions introduced by Fortran compiler identification series
 2022-06-08 14:22 UTC  (11+ messages)
` [PATCH v2 1/2] gdb/testsuite: use test_compiler_info in gcc_major_version
` [PATCH v2 2/2] gdb/testsuite: cache compiler_info on a per language basis
    ` [PATCH 0/5] Solve caching problems with compiler_info
      ` [PATCH 1/5] gdb/testsuite: use test_compiler_info in gcc_major_version
      ` [PATCH 2/5] gdb/testsuite: remove unneeded get_compiler_info calls from gdb.exp
      ` [PATCH 3/5] gdb/testsuite: make 'c' default language for get/test compiler info
      ` [PATCH 4/5] gdb/testsuite: handle errors better in test_compiler_info
      ` [PATCH 5/5] gdb/testsuite: solve problems with compiler_info caching

[PATCH 0/2] Clean up handling of DWARF queue
 2022-06-08 14:16 UTC  (4+ messages)
` [PATCH 1/2] Change allocation of m_dwarf2_cus
` [PATCH 2/2] Move CU queue to dwarf2_per_objfile

[PATCH 0/5] Handle trying to use a native target with the wrong binary
 2022-06-08 13:38 UTC  (21+ messages)
` [PATCH 5/5] gdb: native target invalid architecture detection
                    ` [PATCH v2] aarch64: Add fallback if ARM_CC_FOR_TARGET not set (was: Re: [PATCH 5/5] gdb: native target invalid architecture detection)

[PATCH 1/1] gdb, testsuite: Adapt gdb.base/callfuncs.exp for new clang warnings
 2022-06-08 12:58 UTC  (2+ messages)

[PATCH] gdb/reverse: Fix stepping over recursive functions
 2022-06-08 11:17 UTC  (2+ messages)
` [PING] "

[PATCH] Fix gdb.arch/powerpc-power7.exp isel dis-assembly output
 2022-06-08 10:37 UTC  (2+ messages)

[PATCH][gdb/tdep] Detect get_pc_thunk call in i386 prologue
 2022-06-08  9:13 UTC  (2+ messages)

[PATCH v3 00/14] Clean gdb.base when testing with clang
 2022-06-08  7:41 UTC  (5+ messages)
` [PATCH v3 03/14] change gdb.base/symbol-alias to xfail "

[PATCH] sim: fix BFD_VMA format arguments on 32-bit hosts
 2022-06-08  6:43 UTC  (3+ messages)
  ` [PATCH v2] "

[PATCH 0/6] Rewrite registry.h
 2022-06-08  1:33 UTC  (4+ messages)
` [PATCH 4/6] "

[PATCH] gdb/testsuite: Expand gdb.cp/mb-ctor.exp to test dynamic allocation
 2022-06-07 19:54 UTC 

[PATCH 0/2] More Windows globals cleanups
 2022-06-07 18:15 UTC  (2+ messages)

[PATCH] PowerPC: fix for gdb.base/eh_return.exp
 2022-06-07 17:54 UTC  (11+ messages)
      ` [PATCH V2] "
          ` [PATCH V3] "
            ` [PATCH V4] "

[PATCH v5 0/8] gdb: split array and string limiting options
 2022-06-07 17:23 UTC  (3+ messages)
` [PING^8][PATCH "

[PATCH 0/2] perror_with_name improvements
 2022-06-07 17:14 UTC  (5+ messages)
` [PATCH 1/2] gdb: remove trailing '.' from perror_with_name calls
` [PATCH 2/2] gdb: make throw_perror_with_name static

[PATCH, v4] Fix reverse stepping multiple contiguous PC ranges over the line table
 2022-06-07 17:11 UTC  (4+ messages)
` [PATCH,v4] "
  ` [PATCH,v5] "

[PATCH v2 0/2] Write DWARF index cache files in background
 2022-06-07 17:10 UTC  (3+ messages)
` [PATCH v2 1/2] Only use the per-BFD object to write a DWARF index
` [PATCH v2 2/2] Write the DWARF index in the background

[PATCH 0/2] More introspection for Value.format_string
 2022-06-07 16:12 UTC  (5+ messages)
` [PATCH 1/2] Expose current 'print' settings to Python
` [PATCH 2/2] Add 'summary' mode to Value.format_string

[PATCH 0/2] Improve help test for commands defined in Python
 2022-06-07 16:08 UTC  (10+ messages)
` [PATCH 2/2] gdb/python: improve formatting of help text for user defined commands
              ` [PUSHED] gdb/testsuite: add missing skip_python_tests call in py-doc-reformat.exp

[PATCH v2 0/2] Make "set disable-randomization" work on Windows
 2022-06-07 15:59 UTC  (2+ messages)

[PATCH] gdb: LoongArch: Fix build errors under cross compile
 2022-06-07 15:48 UTC  (2+ messages)

[PATCH] Use PyBool_FromLong
 2022-06-07 15:18 UTC 

[OB PATCH] Update my email address in gdb/MAINTAINERS
 2022-06-07 13:59 UTC 

[PING][PATCH v8 0/3] gdb: Add new 'print nibbles' feature
 2022-06-07 13:44 UTC  (7+ messages)
` [PATCH v8 3/3] gdb/python: Export nibbles to python layer

[PATCH] Make 'import gdb.events' work
 2022-06-07 13:20 UTC 

[RFAv2] Show locno for 'multi location' breakpoint hit msg+conv var $bkptno $locno
 2022-06-07 13:05 UTC  (7+ messages)

[PATCH] gdb/arm: Simplify logic for updating addresses
 2022-06-07 12:41 UTC  (2+ messages)

[PATCH] gdb/arm: Terminate unwinding when LR is 0xffffffff
 2022-06-07 12:36 UTC  (2+ messages)

[PATCH][gdb] Handle NOT_SUPPORTED_ERROR in rust-lex selftest
 2022-06-07 12:17 UTC 

[PATCH][gdb] Improve "Converting character sets: Invalid argument"
 2022-06-07 12:16 UTC 

[PATCH v7] gdb/python: Add BreakpointLocation type
 2022-06-07 11:57 UTC 

[PATCH 1/8] [gdb/testsuite] Test more values in gdb.base/parse_numbers.exp
 2022-06-07  9:29 UTC  (5+ messages)
` [PATCH 6/8] [gdb/rust] Fix literal truncation

[Ping v2] [PATCH 0/4] Add AMX support
 2022-06-07  9:14 UTC 

[PATCH] Debug support for global alias variable
 2022-06-07  9:08 UTC  (15+ messages)

[PATCH][gdb] Avoid warnings in cooked_{read,write}_test for m68hc11
 2022-06-07  8:02 UTC 

[committed][gdb] Allow frv::fr300 in selftests
 2022-06-07  8:00 UTC 

[PATCH v2 0/2] [symtab/27831] Fix OBJF_MAINLINE assert
 2022-06-07  0:05 UTC  (2+ messages)

[PATCH] Constify solib_name_from_address
 2022-06-07  0:04 UTC  (2+ messages)

[pushed] Consolidate "Python API" sections in NEWS
 2022-06-06 19:09 UTC 

[PATCH] Simplify varobj "change" logic
 2022-06-06 18:44 UTC  (2+ messages)

[PATCH] Remove "-break-insert -r" tests
 2022-06-06 18:42 UTC  (2+ messages)

[PATCH 0/1] Fix 'rw_pieced_value' for values casted to different type
 2022-06-06 16:51 UTC  (3+ messages)
` [PATCH 1/1] gdb/dwarf2: "

[PATCH] gdb: Workaround stringop-overread warning in debuginfod-support.c on powerpc64
 2022-06-06 16:42 UTC  (7+ messages)

[PATCH] Move finish_print out of value_print_options
 2022-06-06 16:11 UTC 

[PATCH][gdb] Name arch selftests more clearly
 2022-06-06 13:45 UTC  (2+ messages)

[PATCH][gdb] Enable some more print_one_insn selftests
 2022-06-06 13:43 UTC  (2+ messages)

[PATCH][gdb] Fix maint selftest -v print_one_insn
 2022-06-06 13:42 UTC  (2+ messages)

[PATCH v4] gdb/Python: Added ThreadExitedEvent
 2022-06-06 12:51 UTC  (2+ messages)

[PATCH v2] gdb/stack.c: avoid stale pointers when printing frame arguments
 2022-06-06 12:46 UTC  (5+ messages)
` [PING] "
  ` [PINGv2] "
    ` [PINGv3] "
      ` [PINGv4] "

[PATCH v4 0/2] [gdb] untie and validate inheritance location
 2022-06-06 12:45 UTC  (6+ messages)
` [PING] "
  ` [PINGv2] "
    ` [PINGv3] "
      ` [PINGv4] "
        ` [PINGv5] "

[PATCH] gdb/testsuite: modernize gdb.base/maint.exp
 2022-06-06 12:43 UTC  (4+ messages)
` [PING] "
  ` [PINGv2] "
    ` [PINGv3] "

[RFAv3] Show locno for 'multi location' breakpoint hit msg+conv var $bkptno $locno
 2022-06-06 10:53 UTC  (2+ messages)

[AArch64] MTE corefile support
 2022-06-06 10:49 UTC  (7+ messages)
` [PATCH, v4] "

[PATCH] Fix assertion failure in copy_type
 2022-06-05 17:30 UTC 

[PATCH] Remove dead code from py-finishbreakpoint.c
 2022-06-05 16:29 UTC 

[PATCH] Accept gdb.Value in more Python APIs
 2022-06-05 16:17 UTC 

[pushed] Remove obsolete Python 2 comment
 2022-06-05 16:14 UTC 

[RFA] Show locno for 'multi location' breakpoint hit msg+conv var $bkptno $locno
 2022-06-04 17:45 UTC  (8+ messages)

[PATCH 0/2] gdb: Fix DUPLICATE and PATH regressions throughout
 2022-06-04  9:19 UTC  (3+ messages)
` [PATCH, TEST REQUEST][gdb/testsuite] Fix ERROR in gdb.ctf/funcreturn.exp
  ` [committed][gdb/testsuite] "

[PATCH][gdb/testsuite] Fix gdb.threads/manythreads.exp with check-read1
 2022-06-04  9:16 UTC  (2+ messages)
` [committed][gdb/testsuite] "

[PATCH][gdb] Fix warning in print_one_insn::ez80-adl
 2022-06-04  9:12 UTC  (2+ messages)
` [committed][gdb] "

[PATCH][gdb] Fix warning in foreach_arch selftests
 2022-06-04  7:23 UTC  (8+ messages)

[PATCH v2] Document how GDB searches for files when using -s, -e, and -se options
 2022-06-03 17:04 UTC 

[RFC] Fix _gdb registration
 2022-06-03 16:54 UTC 

[PATCH] Check for listeners in emit_exiting_event
 2022-06-03 16:46 UTC 

python unwinder doc improvement
 2022-06-03 16:38 UTC  (14+ messages)
` [PATCH v2 1/3] gdb/python doc: Add register_unwinder to code example
  ` [PATCH v2 2/3] gdb/python doc: Add enable property to the unwinder example
` [PATCH v3 1/4] gdb/python doc: Add register_unwinder to code example
  ` [PATCH v3 2/4] gdb/python doc: Add enable property to the unwinder example
  ` [PATCH v3 3/4] gdb/python doc: Fix confusion between gdb.unwinders and gdb.unwinder
  ` [PATCH v3 4/4] gdb/python doc: Move unwinder skeleton code

[pushed] Use bool for evregpy_no_listeners_p
 2022-06-03 16:36 UTC 

[PATCH] Handle encoding failures in Windows thread names
 2022-06-03 16:19 UTC  (8+ messages)

GDB wiki
 2022-06-03 16:07 UTC  (2+ messages)

[PATCH] linux_nat_target::xfer_partial: Fallback to ptrace
 2022-06-03 15:18 UTC 

[PATCH 0/2] Fix regressions introduced by Fortran compiler identification series
 2022-06-03  8:54 UTC  (3+ messages)
` [PATCH 1/2] gdb/testsuite: use test_compiler_info in gcc_major_version
` [PATCH 2/2] gdb/testsuite: cache compiler_info on a per language basis

[PATCH v2 00/16] Fortran compiler identification and ifx testsuite support
 2022-06-03  6:53 UTC  (6+ messages)
` [PATCH v2 12/16] testsuite, fortran: fix info-types for intel compilers

[COMMITTED PATCH] gdb: LoongArch: Remove nonportable #include
 2022-06-03  6:13 UTC 

[PATCH] Document how GDB searches for files when using -s, -e, and -se options
 2022-06-03  5:35 UTC  (2+ messages)

[PATCH v5 00/15] basic linker namespace support
 2022-06-02 23:04 UTC  (17+ messages)
` [PATCH v5 02/15] gdb, solib-svr4: remove locate_base()
` [PATCH v5 03/15] gdb, gdbserver: support dlmopen()
` [PATCH v5 04/15] gdbserver: move main_lm handling into caller
` [PATCH v5 05/15] gdb, gdbserver: extend RSP to support namespaces
` [PATCH v5 06/15] gdb, compile: unlink objfile stored in module
` [PATCH v5 07/15] gdb, python: use gdbarch_iterate_over_objfiles_in_search_order
` [PATCH v5 08/15] gdb, ada: collect standard exceptions in all objfiles
` [PATCH v5 09/15] gdb, ada: update ada_lookup_simple_minsym
` [PATCH v5 10/15] gdb, ada: update ada_add_all_symbols
` [PATCH v5 11/15] gdb, cp: update add_symbol_overload_list_qualified
` [PATCH v5 12/15] gdb, hppa: remove unused hppa_lookup_stub_minimal_symbol
` [PATCH v5 13/15] gdb, symtab: inline find_quick_global_symbol_language
` [PATCH v5 14/15] gdb: update gnu ifunc resolve
` [PATCH v5 15/15] gdb, solib-svr4: support namespaces in DSO iteration

[PATCH 0/5] gdb: Store section map in an interval tree
 2022-06-02 18:04 UTC  (9+ messages)
` [PATCH 1/5] gdbsupport: Introduce obstack_newvec
` [PATCH 2/5] gdbsupport: Introduce interval_tree

[PATCH v4] gdb/manual: Introduce location specs
 2022-06-02 16:37 UTC  (10+ messages)
  ` [pushed v5] "
    ` RTe: Location Specs (Was: [pushed v5] gdb/manual: Introduce location specs)

[PATCH v6] gdb/python: Add BreakpointLocation type
 2022-06-02 16:08 UTC  (2+ messages)

[PATCH 0/9] Windows thread names
 2022-06-02 16:04 UTC  (8+ messages)
` [PATCH 1/9] Fix possible Cygwin build problem

[PATCH][gdb/testsuite] Detect change instead of init in gdb.mi/mi-var-block.exp
 2022-06-02 15:39 UTC  (2+ messages)

[PATCH 00/14] More ODR fixes
 2022-06-02 15:28 UTC  (2+ messages)

[COMMITTED PATCH] gdb: LoongArch: Implement the software_single_step gdbarch method
 2022-06-02 14:47 UTC 

[PATCH 0/2] Clean up some Cygwin 1.5 !__USEWIDE cruft
 2022-06-02 14:43 UTC  (2+ 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).