public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCH v8 0/6] gdb: split array and string limiting options
 2023-01-18 23:24 UTC  (16+ messages)
` [PATCH v8 1/6] GDB: Fix documentation for `theclass' parameters in cli-decode.c
` [PATCH v8 2/6] GDB: Add missing inline documentation for `add_setshow_cmd_full'
    ` [COMMITTED PATCH v9 2.0/6] "
      ` [COMMITTED PATCH v9 2.1/6] GDB: Correct inline documentation for `add_setshow_cmd_full_erased'
` [PATCH v8 3/6] GDB: Add references to erased args in cli-decode.c
` [PATCH v8 4/6] GDB: Allow arbitrary keywords in integer set commands
` [PATCH v8 5/6] GDB: Add a character string limiting option
` [PATCH v8 6/6] GDB/testsuite: Expand for character string limiting options

[PATCH 1/2] fix for gdb.reverse/finish-precsave.exp and gdb.reverse/finish-reverse.exp
 2023-01-18 22:26 UTC  (26+ messages)
                                    ` [PATCH 0/2 version 2] "
                                    ` [PATCH 1/2 "
                                    ` [PATCH 2/2 "
                            ` [PATCH 2/2] "

[PATCH 0/6] Change how symbol section indices are set
 2023-01-18 22:06 UTC  (14+ messages)
` [PATCH 1/6] Use default section indexes in fixup_symbol_section
` [PATCH 2/6] Set section indices when symbols are made
` [PATCH 3/6] Pass section index to start_compunit_symtab
` [PATCH 4/6] Set section index when setting a symbol's block
` [PATCH 5/6] Remove most calls to fixup_symbol_section
` [PATCH 6/6] Merge fixup_section and fixup_symbol_section

[PATCH] sim: mn10300: minimize mn10300-sim.h include in sim-main.h
 2023-01-18 21:53 UTC  (3+ messages)

GDB 13 release -- 2023-01-14 update
 2023-01-18 18:49 UTC  (3+ messages)

[PATCH 0/4] v2 gdb/arm: Fixes for Cortex-M stack unwinding
 2023-01-18 18:47 UTC  (6+ messages)
` [PATCH v2 3/4] gdb: dwarf2 generic implementation for caching function data

[PATCH] [AArch64] Enable pointer authentication support for aarch64 bare metal/kernel mode addresses
 2023-01-18 18:39 UTC  (3+ messages)

[PATCH v2] remote.c: Allow inferior to reply with an error
 2023-01-18 18:19 UTC  (7+ messages)

[PATCH] Fix 'make TAGS' in gdbserver
 2023-01-18 18:11 UTC  (2+ messages)

[PATCH v2 00/13] Make frame_info_ptr automatic
 2023-01-18 18:10 UTC  (2+ messages)

[PATCH] Add __repr__() implementation to a few Python types
 2023-01-18 18:02 UTC  (3+ messages)

[PATCH] gdb: introduce bp_loc_tracepoint
 2023-01-18 17:46 UTC  (2+ messages)

[PATCH 00/12] Infcalls from B/P conditions in multi-threaded inferiors
 2023-01-18 17:35 UTC  (36+ messages)
` [PATCH 01/12] gdb: int to bool conversion for normal_stop
` [PATCH 02/12] gdb/infrun: add debug print in print_signal_received_reason
` [PATCH 04/12] gdbserver: add comments to read_inferior_memory function
` [PATCH 11/12] gdb: add timeouts for inferior function calls
` [PATCHv2 00/13] Infcalls from B/P conditions in multi-threaded inferiors
  ` [PATCHv2 01/13] gdb/doc: extended documentation for inferior function calls
  ` [PATCHv2 02/13] gdb/doc: extend the documentation for conditional breakpoints
  ` [PATCHv2 03/13] gdb: include breakpoint number in testing condition error message
  ` [PATCHv2 04/13] gdbserver: allows agent_mem_read to return an error code
  ` [PATCHv2 05/13] gdbserver: allow agent expressions to fail with invalid memory access
  ` [PATCHv2 06/13] gdb: avoid repeated signal reporting during failed conditional breakpoint
  ` [PATCHv2 07/13] gdb: don't always print breakpoint location after failed condition check
  ` [PATCHv2 08/13] Revert "gdb: remove unnecessary parameter wait_ptid from do_target_wait"
  ` [PATCHv2 09/13] gdb: fix b/p conditions with infcalls in multi-threaded inferiors
  ` [PATCHv2 10/13] gdb: add timeouts for inferior function calls
  ` [PATCHv2 11/13] gdb/remote: avoid SIGINT after calling remote_target::stop
  ` [PATCHv2 12/13] gdb: introduce unwind-on-timeout setting
  ` [PATCHv2 13/13] gdb: rename unwindonsignal to unwind-on-signal

[PATCH] Always create a new value object in valpy_do_cast
 2023-01-18 17:27 UTC 

[PATCH] gdb/arm: Fix backtrace for pthread_cond_timedwait
 2023-01-18 14:22 UTC  (5+ messages)
` [PING] "

[pushed] gdb: care for dynamic objfiles in build_id_bfd_get ()
 2023-01-18 11:35 UTC 

[PATCH] sim: ppc: drop local psim link
 2023-01-18  4:32 UTC 

[PATCH v4 1/1] gdb, testsuite: Fix arrays of variable length strings for FORTRAN
 2023-01-17 22:36 UTC 

[PATCH v4 0/1] gdb, testsuite: Fix arrays of variable length strings for FORTRAN
 2023-01-17 22:34 UTC 

[PATCH v2 0/2] Querying registers of already-exited processes
 2023-01-17 20:40 UTC  (5+ messages)
` [PATCH v3 "

[PATCH] gdb/infrun: reset thread control's step info in end_stepping_range
 2023-01-17 20:38 UTC  (2+ messages)

[PATCH] Remove two unused fields from gdbarch
 2023-01-17 19:59 UTC  (2+ messages)

[PATCH v2 0/4] Fix regression in new DWARF reader
 2023-01-17 19:39 UTC  (15+ messages)
` [PATCH v2 1/4] Avoid submitting empty tasks in parallel_for_each
` [PATCH v2 2/4] Don't erase empty indices in DWARF reader
` [PATCH v2 3/4] Move hash_entry and eq_entry into cooked_index::do_finalize
` [PATCH v2 4/4] Fix parameter-less template regression in new DWARF reader

[PATCH] gdb/testsuite: fix gdb.gdb/selftest.exp for native-extended-gdbserver
 2023-01-17 16:33 UTC 

[PATCH] Handle SIGSEGV in gdb selftests
 2023-01-17 16:22 UTC  (8+ messages)

[PATCH 0/2] Fix testing gdb.linespec/cp-completion-aliases with
 2023-01-17 13:00 UTC  (3+ messages)
` [PATCH 1/2] gdb/testsuite: add test with regex for multiple completion patterns
` [PATCH 2/2] gdb/testsuite: fix running gdb.linespec/cp-completion-aliases.exp with clang

[PATCH 0/9] Fix gdb.dap/basic-dap.exp for PIE
 2023-01-16 16:07 UTC  (2+ messages)

[PATCH] libctf: update regexp to allow makeinfo to build document
 2023-01-16 15:19 UTC  (9+ messages)
` [PATCH v2] "

[PATCH 1/3] sim: build: stop probing system extensions (ourselves)
 2023-01-16  9:46 UTC  (3+ messages)
` [PATCH 2/3] sim: formally assume unistd.h always exists (via gnulib)
` [PATCH 3/3] sim: assume sys/stat.h "

[PING] [PATCH v7 00/10] Extensions for PTWRITE
 2023-01-16  9:30 UTC  (2+ messages)

[PATCH v4 0/3] Apply fixme notes for multi-target support
 2023-01-16  8:58 UTC  (2+ messages)
` [PING][PATCH "

[PATCH] sim: modules.c: fix generation after recent refactors
 2023-01-16  1:56 UTC 

[PATCH] Support DW_TAG_GNU_formal_parameter_pack and DW_TAG_GNU_template_parameter_pack
 2023-01-15 22:42 UTC 

Generated GDB documentation have colliding files on a case insensitive files system
 2023-01-15 18:09 UTC  (12+ messages)

[PATCH] sim: common, microblaze, mn10300: handle signal.h defining REC_PC
 2023-01-15 17:48 UTC  (5+ messages)

[PATCH] sim: m32r: fix typos in stamp depends
 2023-01-15  7:07 UTC 

[PATCH] sim: igen: simplify build logic a little
 2023-01-15  3:10 UTC 

[PATCH] gdb: Ignore some stringop-overflow and restrict warnings on sparc
 2023-01-15  0:51 UTC 

[PATCH v2 00/79] Rewrite "require" test procedure and use it more often
 2023-01-14 19:50 UTC  (12+ messages)
` [PATCH v2 77/79] Rename to allow_guile_tests
` [PATCH v2 79/79] Consolidate calls to require

[pushed] Pass internal gdb flags to --configuration invocations
 2023-01-14 19:47 UTC 

[RFC][top-level] Add configure test-case
 2023-01-14  8:51 UTC  (5+ messages)

[PATCH] Update the 'g' packet documentation
 2023-01-13 18:58 UTC  (3+ messages)

[PATCH 0/3] Add "announce" flag to Python breakpoint creation
 2023-01-13 18:56 UTC  (8+ messages)
` [PATCH 2/3] Fix latent bug in "
` [PATCH 3/3] Let Python breakpoints be created silently

[PATCH] Fix Ada tasking for baremetal targets using Ravenscar threads
 2023-01-13 17:16 UTC  (5+ messages)

[PATCH v2 0/5] gdb: introduce limited array lengths while printing values
 2023-01-13 16:18 UTC  (3+ messages)
` [PATCH v2 1/5] GDB: Ignore `max-value-size' setting with value history accesses

[PATCH v2] [PR python/29603] Disable out-of-scope watchpoints
 2023-01-13 15:40 UTC  (10+ messages)
` [PATCH v3] "
  ` [PING] "
    ` [PING^2] "
      ` [PING^3] "
        ` [PING^4] "
          ` [PING^5] "
            ` [PING^6] "
              ` [PING^7] "

[PATCH] I'm debugging https://github.com/helix-editor/helix.git@63dcaae1b9083396fb3faaef9eaa2421f7e48fb9, which is a editor implemented with rust lang. When I type gdb command below: (gdb) b pars gdb dumped. I got: m_match = 0x7fffd8173cc7 "parse::h3bbecc5bbd82b347" m_ignored_ranges = { first = 0x7fffd8173cbb "<impl str>::parse::h3bbecc5bbd82b347", second = 0x7fffd8173cc5 "::parse::h3bbecc5bbd82b347" }
 2023-01-13 14:46 UTC  (8+ messages)
  `  "
      `  "
          `  "

[PATCH v5 0/4] sim: Add support for MIPS32/64 revision 6
 2023-01-13 14:09 UTC  (6+ messages)
` [PATCH v5 4/4] sim: mips: Add simulator support for mips32r6/mips64r6

[PATCH] 0001-Fix-multi-thread-debug-bug-in-AIX.patch
 2023-01-13 14:06 UTC  (26+ messages)

[PATCH] Increase size of main_type::nfields
 2023-01-13 12:53 UTC  (6+ messages)

[RFC][PATCH] gdb/debuginfod: Support on-demand downloading of debuginfo
 2023-01-13  3:53 UTC  (4+ messages)

[PATCH] Do not record a rejected target description
 2023-01-12 19:33 UTC 

[PATCH 0/3] Python/TUI Window Creation / Destruction Fixes
 2023-01-12 19:19 UTC  (4+ messages)
` [PATCH 1/3] gdb/python: allow Python TUI windows to be replaced
` [PATCH 2/3] gdb/python: deallocate tui window factories at Python shut down
` [PATCH 3/3] gdb/tui: don't leak the known_window_types map

[PATCH 0/2] Cleanup the gdb.cp/cpcompletion.exp test
 2023-01-12 19:08 UTC  (3+ messages)
` [PATCH 1/2] gdb/testsuite: use test_gdb_complete_unique more in C++ tests
` [PATCH 2/2] gdb/testsuite: rename test source file to match test script

[PATCH] Disable ptype/o for dynamic types
 2023-01-12 18:32 UTC  (2+ messages)

[PATCH] gdb/remote: fix assertion failure when connecting while native inferior is running
 2023-01-12 14:37 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).