public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCH] Fix DAP stackTrace through frames without debuginfo
 2023-03-14 14:03 UTC  (12+ messages)

[PATCH 0/3] Version comparisons in the test suite
 2023-03-14 14:02 UTC  (4+ messages)
` [PATCH v2 1/3] Introduce rust_at_least helper proc
` [PATCH v2 2/3] Rewrite version_compare and rust_at_least
` [PATCH v2 3/3] Remove version_at_least

[PATCH] Introduce rust_at_least helper proc
 2023-03-14 14:01 UTC  (4+ messages)

[PATCH 0/3] PPC/PPC64 "finish" fixes
 2023-03-14 13:37 UTC  (4+ messages)
` [PATCH 1/3] Handle function descriptors in call_site_target
` [PATCH 2/3] Handle erroneous DW_AT_call_return_pc
` [PATCH 3/3] Use entry values for 32-bit PPC struct return

[pushed] [gdb/testsuite] Add gdb.testsuite/board-sanity.exp
 2023-03-14 13:11 UTC 

[RFC 0/3] [gdb/dap] Handle DAP command files
 2023-03-14 13:05 UTC  (4+ messages)
` [RFC 1/3] [gdb/dap] Add logging of ignored lines
` [RFC 2/3] [gdb/dap] Allow Content-Length on separate line
` [RFC 3/3] [gdb/dap] Allow WAIT_FOR_EVENTS input

[PATCH 00/10] Improvements & Cleanup For Python Unwinder API
 2023-03-14 13:00 UTC  (29+ messages)
` [PATCH 01/10] gdb/doc: spring clean the Python unwinders documentation
` [PATCH 02/10] gdb/python: make the gdb.unwinder.Unwinder class more robust
` [PATCH 03/10] gdb/python: remove unneeded nullptr check in frapy_block
` [PATCH 04/10] gdb/python: add PENDING_FRAMEPY_REQUIRE_VALID macro in py-unwind.c
` [PATCH 05/10] gdb/python: add some additional methods to gdb.PendingFrame
` [PATCH 06/10] gdb/python: add __repr__ for PendingFrame and UnwindInfo
` [PATCH 07/10] gdb/python: remove Py_TPFLAGS_BASETYPE from gdb.UnwindInfo
` [PATCH 08/10] gdb: have value_as_address call unpack_pointer
` [PATCH 09/10] gdb/python: Allow gdb.UnwindInfo to be created with non gdb.Value args
` [PATCH 10/10] gdb/python: Add new gdb.unwinder.FrameId class

[PATCH v2 0/1] Add breakpoint location debugging logs
 2023-03-14 12:32 UTC  (3+ messages)
` [PATCH v2 1/1] gdb, breakpoint: add "

[PATCH 0/2] doc: MPFR is now a necessary requirement
 2023-03-14 12:08 UTC  (7+ messages)
` [PATCH 1/2] gdb/doc: "
` [PATCH 2/2] gdb/doc: uniformize wording for GMP and MPFR entries

[PATCH] Enable-vector-register-visibility-in-core-file-for-AIX.patch
 2023-03-14  7:43 UTC  (3+ messages)

Inquiry:2023 catalog
 2023-03-13 23:33 UTC 

[PATCH 00/20] Remove objfile_type
 2023-03-13 22:08 UTC  (21+ messages)
` [PATCH 01/20] Introduce type_allocator
` [PATCH 02/20] Remove alloc_type_arch
` [PATCH 03/20] Remove alloc_type_copy
` [PATCH 04/20] Remove alloc_type
` [PATCH 05/20] Reuse existing builtin types
` [PATCH 06/20] Remove arch_type
` [PATCH 07/20] Remove init_type
` [PATCH 08/20] Unify arch_integer_type and init_integer_type
` [PATCH 09/20] Unify arch_character_type and init_character_type
` [PATCH 10/20] Unify arch_boolean_type and init_boolean_type
` [PATCH 11/20] Unify arch_float_type and init_float_type
` [PATCH 12/20] Unify arch_decfloat_type and init_decfloat_type
` [PATCH 13/20] Unify arch_pointer_type and init_pointer_type
` [PATCH 14/20] Use type allocator for range types
` [PATCH 15/20] Use type allocator for array types
` [PATCH 16/20] Use type allocator for set types
` [PATCH 17/20] Use builtin type when appropriate
` [PATCH 18/20] Rename objfile_type to builtin_type
` [PATCH 19/20] Add some types to struct builtin_type
` [PATCH 20/20] Remove objfile_type

[PATCHv2 0/5] Add new gdbarch::displaced_step_buffer_length field
 2023-03-13 22:01 UTC  (14+ messages)
` [PATCHv3 0/9] "
  ` [PATCHv3 1/9] gdb/gdbarch: remove unused 'invalid=True' from gdbarch_components.py
  ` [PATCHv3 2/9] gdb/gdbarch: remove yet more "
  ` [PATCHv3 3/9] gdb/gdbarch: split postdefault setup from invalid check in gdbarch.py
  ` [PATCHv3 4/9] gdb/gdbarch: remove the 'invalid=None' state from gdbarch_components.py
  ` [PATCHv3 5/9] gdbarch: use predefault for more value components within gdbarch
  ` [PATCHv3 6/9] gdbarch: improve generation of validation in gdbarch getters
  ` [PATCHv3 7/9] gdbarch: remove some unneeded predefault="0" from gdbarch_components.py
  ` [PATCHv3 8/9] gdbarch: make invalid=True the default for all Components
  ` [PATCHv3 9/9] gdb: add gdbarch::displaced_step_buffer_length

[PATCH 0/3] riscv: improve unwinding with no DWARF
 2023-03-13 21:46 UTC  (4+ messages)
` [PATCH 1/3] gdb/riscv: convert riscv debug settings to new debug print scheme
` [PATCH 2/3] gdb/riscv: support c.ldsp and c.lwsp in prologue scanner
` [PATCH 3/3] gdb/riscv: fix regressions in gdb.base/unwind-on-each-insn.exp

[PATCH] Fix crash in inside_main_func
 2023-03-13 20:11 UTC  (2+ messages)

[PATCH 0/1] Remove redundant ERROR_NO_INFERIOR in continue_command
 2023-03-13 18:01 UTC  (2+ messages)
` [PATCH 1/1] gdb, infcmd: remove "

[PATCH 2/2 version 2] fix for gdb.reverse/finish-precsave.exp and gdb.reverse/finish-reverse.exp
 2023-03-13 17:38 UTC  (32+ messages)
                    ` [PATCH ] PowerPC: "
                              ` [PATCH 1/2] "
                                  ` [PING] "
                                  ` [PATCH 1/2 ver 2] "
                              ` [PATCH 2/2 ] "
                                ` [PING] "
                                  ` [PATCH 2/2 ver2] "

[PATCH v4] [PR mi/29554] New PRINT-VALUES option '--scalar-values'
 2023-03-13 17:17 UTC  (9+ messages)
` [PATCH v5] "
  ` [PATCH v6] [gdb/mi] Don't treat references to compound values as "simple"

[pushed 0/8] [gdb/testsuite] Fix remote host issues in TUI tests
 2023-03-13 16:20 UTC  (9+ messages)
` [pushed 1/8] [gdb/testsuite] Fix untested message in gdb.tui/corefile-run.exp
` [pushed 2/8] [gdb/testsuite] Handle USE_TUI "
` [pushed 3/8] [gdb/testsuite] Require ![is_remote host] for TUI
` [pushed 4/8] [gdb/testsuite] Fix gdb.tui/tui-nl-filtered-output.exp for remote host
` [pushed 5/8] [gdb/testsuite] Fix gdb.tui/tui-layout.exp "
` [pushed 6/8] [gdb/testsuite] Fix gdb.tui/completion.exp for local-remote-host-notty
` [pushed 7/8] [gdb/testsuite] Fix gdb.python/tui-window.exp for remote host
` [pushed 8/8] [gdb/testsuite] Fix gdb.python/tui-window-factory.exp "

[PATCH v2] [PR python/29603] Disable out-of-scope watchpoints
 2023-03-13 16:00 UTC  (8+ messages)
` [PATCH v3] "
      ` [PING] "
        ` [RFC] "
          ` [PING] "

[pushed] [gdb/testsuite] Fix gdb.threads/step-bg-decr-pc-switch-thread.exp for native-gdbserver
 2023-03-13 15:47 UTC 

[OBV/PATCH] [gdb/obvious]: fix python formatting for test gdb.python/py-typeprint.py
 2023-03-13 15:41 UTC 

[PATCH 00/26] gdbserver: refactor regcache and allow gradually populating
 2023-03-13 14:33 UTC  (3+ messages)

[PATCH v2] gdb/testsuite: add regression test for per-objfile typeprinters
 2023-03-13 14:21 UTC  (4+ messages)
` [PING][PATCH "

[PATCH] Modify align-c/align-c++ test case for AIX
 2023-03-13 14:10 UTC  (4+ messages)

[PATCH] [gdb/doc] arm: Expand documentation of XML features
 2023-03-13 11:32 UTC  (4+ messages)
` [PATCH, v2] "

[PATCH] [gdb/doc] aarch64: Expand documentation of XML features
 2023-03-13 11:32 UTC  (4+ messages)
` [PATCH, v2] "

[PATCH 0/5] Make line tables independent of objfile
 2023-03-12 13:40 UTC  (10+ messages)
` [PATCH 1/5] Add operator< and operator== to linetable_entry
` [PATCH 2/5] Change linetables to be objfile-independent

Factory Direct Lighting,
 2023-03-12  1:27 UTC 

[PATCH] Fix htab_t pretty-printer for NULL values
 2023-03-11 15:09 UTC  (3+ messages)

[PATCH v2] gdb/testsuite: Add support for LoongArch in gdb.base/float.exp
 2023-03-11  3:00 UTC  (2+ messages)

[PATCH] Remove dead code from scalar_binop
 2023-03-10 23:38 UTC  (2+ messages)

[PATCH] PR gdb/30219: Clear sync_quit_force_run in quit_force
 2023-03-10 23:18 UTC 

[PATCH] PR gdb/30214: Prefer local include paths to system include paths
 2023-03-10 20:01 UTC  (4+ messages)

[PATCH 00/31] Step over thread clone and thread exit
 2023-03-10 19:16 UTC  (16+ messages)
` [PATCH 01/31] displaced step: pass down target_waitstatus instead of gdb_signal
` [PATCH 02/31] linux-nat: introduce pending_status_str
` [PATCH 04/31] Step over clone syscall w/ breakpoint, TARGET_WAITKIND_THREAD_CLONED
` [PATCH 08/31] Thread options & clone events (core + remote)
` [PATCH 30/31] Centralize "[Thread ...exited]" notifications

[RFC][gdb/testsuite] Fix inferior pid in gdb.server/server-kill.exp
 2023-03-10 15:40 UTC  (3+ messages)
` [PING][RFC][gdb/testsuite] "

[pushed 1/4] [gdb/testsuite] Fix gdb.python/py-event-load.exp for remote target
 2023-03-10 15:34 UTC  (4+ messages)
` [pushed 2/4] [gdb/testsuite] Fix py-autoloaded-pretty-printers-in-newobjfile-event.exp "
` [pushed 3/4] [gdb/testsuite] Fix gdb.python/py-cmd.exp
` [pushed 4/4] [gdb/testsuite] Fix gdb.python/py-completion.exp

[PATCH] Move allocate_stub_method to stabsread.c
 2023-03-10 14:57 UTC  (2+ messages)

[PATCH 0/4] More uses of require
 2023-03-10 14:56 UTC  (2+ messages)

[PATCH] Modify align-c/align-c++ test case for AIX
 2023-03-10 10:08 UTC  (2+ messages)

[PATCH 0/1] Add breakpoint location debugging logs
 2023-03-10 10:01 UTC  (4+ messages)
` [PATCH 1/1] gdb, breakpoint: add "
` [PING][PATCH 0/1] Add "

[pushed] gdb, gdbserver, gdbsupport: fix whitespace issues
 2023-03-09 21:32 UTC 

[PATCH] * gdb.base/float.exp: Add test for loongarch
 2023-03-09 18:04 UTC  (2+ messages)

[PATCH 0/3] Handle dynamic properties and static link
 2023-03-09 17:50 UTC  (4+ messages)
` [PATCH 1/3] Add frame parameter to resolve_dynamic_type
` [PATCH 2/3] Pass a frame to value_at_lazy and value_from_contents_and_address
` [PATCH 3/3] Use the correct frame when evaluating a dynamic property

[pushed] [gdb/testsuite] Fix gdb.threads/pending-fork-event-detach.exp for remote target
 2023-03-09 14:49 UTC 

[PATCH 1/7] [gdb/testsuite] Fix gdb.server/connect-with-no-symbol-file.exp for remote target
 2023-03-09 13:42 UTC  (9+ messages)
` [PATCH 2/7] [gdb/testsuite] Fix gdb.server/server-kill.exp "
` [PATCH 3/7] [gdb/testsuite] Fix gdb.server/multi-ui-errors.exp "
` [PATCH 4/7] [gdb/testsuite] Fix gdb.server/sysroot.exp "
` [PATCH 5/7] [gdb/testsuite] Fix gdbserver path in remote-stdio-gdbserver.exp
` [PATCH 6/7] [gdb/testsuite] Fix gdb.server/unittest.exp for remote target
` [PATCH 7/7] [gdb/testsuite] Fix gdb.server/*.exp "

[pushed] [gdb/testsuite] Fix gdb.threads/multiple-successive-infcall.exp on native-gdbserver
 2023-03-09 11:56 UTC 

[pushed] [gdb/testsuite] Fix gdb.threads/thread-specific-bp.exp on native-gdbserver
 2023-03-09 11:31 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).