public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCH v2 0/5] sim: Suppress warnings if built with Clang
 2022-10-27  2:02 UTC  (5+ messages)
` [PATCH v3 "
  ` [PATCH v3 4/5] sim: Check known getopt definition existence

[PATCH 00/40] sim+gdb: Suppress warnings if built with Clang (big batch 1)
 2022-10-27  2:00 UTC  (84+ messages)
` [PATCH 02/40] sim: Check known getrusage declaration existence
` [PATCH 03/40] sim/aarch64: Remove unused functions
` [PATCH 06/40] sim/cris: Move declarations of f_specific_init
` [PATCH 07/40] sim/cris: Regenerate with CGEN
` [PATCH 08/40] sim/erc32: Insert void parameter
` [PATCH 09/40] sim/erc32: Use int32_t as event callback argument
` [PATCH 10/40] sim/erc32: Use int32_t as IRQ "
` [PATCH 12/40] sim/frv: Initialize nesr variable
` [PATCH 13/40] sim/frv: Initialize some variables
` [PATCH 14/40] sim/frv: Add explicit casts
` [PATCH 15/40] sim/h8300: Add "+ 0x0" to avoid self-assignments
` [PATCH 16/40] sim/lm32: fix some missing function declaration warnings
` [PATCH 17/40] sim/lm32: Add explicit casts
` [PATCH 18/40] sim/m32c: Stop using middle dot
` [PATCH 19/40] sim/m32r: Initialize "list" variable
` [PATCH 20/40] sim/m32r: Prepare required functions
` [PATCH 21/40] sim/m32r: Declare all "
` [PATCH 22/40] sim/m32r: Fixes to Linux emulator
` [PATCH 23/40] sim/m32r: Add explicit casts
` [PATCH 24/40] sim/mips: Fix enum type-related issues on cp1.c
` [PATCH 25/40] sim/mn10300: Add an explicit cast
` [PATCH 26/40] sim/ppc: Remove getrusage declarations if possible
` [PATCH 27/40] sim/ppc: Add extra parenthesis to avoid ambiguity
` [PATCH 28/40] sim/ppc: Initialize stat type buffer
` [PATCH 29/40] sim/ppc: Fix indentation on generated code
` [PATCH 30/40] sim/ppc: Use TRACE with initialized entry_point
` [PATCH 31/40] sim/ppc: Initialize help variables
` [PATCH 32/40] sim/ppc: Add an explicit cast
` [PATCH 33/40] sim/ppc: Initialize reg and control_nr
` [PATCH 34/40] sim/rx: Mark unused function
` [PATCH 35/40] sim/sh: Initialize some variables
` [PATCH 36/40] sim/sh: Use fabs instead of abs
` [PATCH 37/40] sim/sh: Remove redundant function declaration
` [PATCH 38/40] sim/bpf: Add explicit casts
` [PATCH 39/40] sim/iq2000: "
` [PATCH 40/40] sim/or1k: "

[PATCH] Convert compunit_language to a method
 2022-10-27  1:35 UTC  (2+ messages)

[PATCH] sim, sim/m32c, sim/rl78: Use getopt_long
 2022-10-27  1:29 UTC  (14+ messages)
  ` [PATCH v2] sim, sim/{m32c,ppc,rl78}: "
    ` [PATCH v3] "
      ` [PATCH v4] "

[PATCH 1/3] sim: cgen: constify GETT helpers
 2022-10-26 17:16 UTC  (3+ messages)
` [PATCH 2/3] sim: constify various integer readers
` [PATCH 3/3] sim: reg: constify store helper

[PATCH] sim: common: change sim_read & sim_write to use void* buffers
 2022-10-26 16:35 UTC 

[PATCH 00/11] Cleanup gdb.cp tests when running with clang
 2022-10-26 15:57 UTC  (23+ messages)
` [PATCH 01/11] gdb/testsuite: ignore Non-C-typedefs for gdb.cp/class2.exp
` [PATCH 02/11] gdb/testsuite: enable running gdb.cp/classes.exp with clang
` [PATCH 03/11] gdb/testsuite: account for clang's recursive destructor calls on gdb.cp/mb-ctor.exp
` [PATCH 04/11] gdb/testsuite: add XFAIL to gdb.cp/derivation.exp when using clang
` [PATCH 05/11] gdb/testsuite: allow for clang style destructors on gdb.cp/m-static.exp
` [PATCH 06/11] gdb/testsuite: add XFAIL to gdb.cp/ptype-flags.exp when using clang
` [PATCH 07/11] gdb/testsuite: skip gdb.cp/anon-struct.exp "
` [PATCH 08/11] gdb/testsuite: disable gdb.cp/typeid.exp "
` [PATCH 09/11] gdb/testsuite: fix gdb.cp/converts.exp to run with clang
` [PATCH 10/11] gdb/testsuite: remove XFAIL on gdb.cp/temargs.exp

[PATCH 0/2] Improve handling of using directives
 2022-10-26 15:50 UTC  (3+ messages)
` [PATCH 1/2] gdb/c++: validate 'using' directives based on the current line
` [PATCH 2/2] gdb/c++: Detect ambiguous variables in imported namespaces

[PATCH] gdb/testsuite: fix gdb.guile/scm-parameter.exp "wrong type argument" test pattern
 2022-10-26 15:31 UTC  (5+ messages)

GDB 13 release -- 2022-10-01 update
 2022-10-26 14:54 UTC  (6+ messages)

[PATCH 1/1] gdb: Enable complete to show members of anonymous classes/structs
 2022-10-26 12:06 UTC  (2+ messages)
` [Ping v3] "

[PATCH] gdb/arm: fix IPSR field test in arm_m_exception_cache ()
 2022-10-26 12:04 UTC  (4+ messages)

[PATCH v2] gdb/arm: Fix M-profile EXC_RETURN exception_domain_is_secure logic
 2022-10-26 12:04 UTC  (4+ messages)

[PATCH v4] gdb/arm: Terminate frame unwinding in M-profile lockup state
 2022-10-26 12:04 UTC  (4+ messages)

[PATCH v6 0/8] gdb: split array and string limiting options
 2022-10-26 11:58 UTC  (3+ messages)
` [PATCH v6 5/8] GDB/Python: Use None for `var_zuinteger_unlimited' value set to `unlimited'

[PATCH 0/2] Use enum for call_dummy_location
 2022-10-26 11:57 UTC  (6+ messages)
` [PATCH 1/2] Inline initialization of gdbarch members
` [PATCH 2/2] Use enum for gdbarch's call_dummy_location

[PATCH] gdb: copyright: make file header scan a bit more pythonic
 2022-10-26  8:56 UTC  (5+ messages)

[PATCH 0/5] Silence some build warnings in various simulators
 2022-10-26  8:51 UTC  (15+ messages)
` [PATCH 1/5] sim/cgen: mask uninitialized variable warning in cgen-run.c
` [PATCH 2/5] sim/ppc: fix warnings related to printf format strings
` [PATCH 4/5] sim/erc32: avoid dereferencing type-punned pointer warnings
` [PATCH 5/5] sim/iq2000: silence pointer-sign warnings

[PATCH] [PR gdb/29272] Make sure a copy_insn_closure is available when we have a match in copy_insn_closure_by_addr
 2022-10-26  8:41 UTC 

[PING*4][PATCH v4] gdb: Improve debuginfod progress updates
 2022-10-26  3:17 UTC  (2+ messages)
` [PATCH v4] gdb/debuginfod: Improve "

[PATCH] gdb: allow env var specifications in cmds 'set log', 'source', 'shell'
 2022-10-26  0:25 UTC  (3+ messages)

[PATCH] gdb, btrace: fix family and model computation
 2022-10-25 16:55 UTC  (4+ messages)

[PATCH 0/7] introduce get_runtime_path
 2022-10-25 16:29 UTC  (8+ messages)
` [PATCH 1/7] [gdb/testsuite] Adding function to find runtime path to support remote execution for testsuite
` [PATCH 2/7] [gdb/testsuite] fix test gdb.base/print-file-var.exp for remote execution
` [PATCH 3/7] [gdb/testsuite] fix test gdb.base/jit-reader-exec.exp "
` [PATCH 4/7] [gdb/testsuite] fix test gdb.base/solib-vanish.exp "
` [PATCH 5/7] [gdb/testsuite] fix test gdb.base/infcall-exec.exp "
` [PATCH 6/7] [gdb/testsuite] fix test gdb.base/info-shared.exp "
` [PATCH 7/7] [gdb/testsuite] fix test gdb.base/jit-elf-so.exp "

[PATCH v4 0/2] Fix reverse nexting over recursions
 2022-10-25 16:22 UTC  (10+ messages)
` [PATCH v4 1/2] Change calculation of frame_id by amd64 epilogue unwinder
` [PATCH v4 2/2] gdb/reverse: Fix stepping over recursive functions

[pushed] gdb: remove spurious spaces after frame_info_ptr
 2022-10-25 15:06 UTC 

[PATCH] [Arm] Remove dead FPA code
 2022-10-25 13:54 UTC  (12+ messages)

[PATCH] [AArch64] Add TPIDR2 register support for Linux
 2022-10-25 13:52 UTC  (2+ messages)
` [PING][PATCH] "

[PATCH] [AArch64] Fix removal of non-address bits for PAuth
 2022-10-25 13:52 UTC  (3+ messages)
` [PATCH,v3] [aarch64] "
  ` [PING][PATCH,v3] "

[PATCH v2 0/1] gdb/dwarf2: Fix 'rw_pieced_value' for values casted to different type
 2022-10-25 13:42 UTC  (2+ messages)
` [PATCH v2 1/1] "

[RFC][gdb/testsuite] Fix inferior pid in gdb.server/server-kill.exp
 2022-10-25 12:20 UTC  (2+ messages)
` [PING][RFC][gdb/testsuite] "

[PATCH][gdb/testsuite] Handle missing .note.GNU-stack
 2022-10-25 12:15 UTC  (4+ messages)
    ` [committed][gdb/testsuite] "

[pushed] [gdb/testsuite] Add missing skip_gdbserver_tests in gdb.multi/attach-no-multi-process.exp
 2022-10-25 12:09 UTC 

[RFC 0/5] [gdb] Catch rethrow exception slicing
 2022-10-25 11:19 UTC  (6+ messages)
` [RFC 1/5] [gdb] Catch gdb_exception_quit in munmap_list::~munmap_list
` [RFC 2/5] [gdbsupport] Add CATCH_ERROR and CATCH_ERROR_QUIT
` [RFC 3/5] [gdb/contrib] Add refactor.py
` [RFC 4/5] [gdb/contrib] Add refactor_gdb_exception.py
` [RFC 5/5] [gdb] Do refactor_gdb_exception refactoring

[PATCH 0/2] [gdb] Fix rethrow exception slicing
 2022-10-25  9:26 UTC  (11+ messages)
` [PATCH 1/2] [gdb] Fix rethrow exception slicing in pretty_print_insn
` [PATCH 2/2] [gdb] Fix rethrow exception slicing in insert_bp_location

[PATCH] 0001-Fix-multi-thread-debug-bug-in-AIX.patch
 2022-10-25  6:47 UTC 

[pushed] gdb: internal_error -> internal_error_loc in gdb-gdb.gdb.in
 2022-10-25  4:13 UTC 

[PATCH] gdb: make copyright.py interface a bit nicer
 2022-10-25  1:26 UTC  (3+ messages)

Rugs&Carpets Sales,
 2022-10-25  0:47 UTC 

[PATCH] gdb/python: avoid throwing an exception over libopcodes code
 2022-10-24 18:24 UTC  (6+ messages)
    ` [PATCH] gdb/disasm: mark functions passed to the disassembler noexcept

[PATCH] gdb/doc: reword description of DisassembleInfo.read_memory
 2022-10-24 17:11 UTC  (2+ messages)

[PATCH 00/10] Building the sim/ tree with clang
 2022-10-24 16:27 UTC  (32+ messages)
` [PATCH 01/10] sim/sh: use fabs instead of abs
` [PATCH 02/10] sim/ppc: don't try to print an uninitialized variable
` [PATCH 03/10] sim/ppc: initialize a memory buffer in all cases
` [PATCH 04/10] sim/ppc: don't pass uninitialized value to semctl for GETVAL calls
` [PATCH 05/10] sim/ppc: fix for operator precedence warning from clang
` [PATCH 06/10] sim/aarch64: remove two unused functions
` [PATCH 07/10] sim/rx: delete an unused function
` [PATCH 08/10] sim/h8300: avoid self assignment
` [PATCH 09/10] sim/lm32: fix some missing function declaration warnings
` [PATCH 10/10] sim/cris/m32c/sh: disable use of -Werror

[PATCH] gdb/testsuite: fix failure in gdb.python/py-send-packet.exp
 2022-10-24 14:23 UTC 

[PATCH 0/4] sim/common: Suppress warnings if built with Clang
 2022-10-24 10:50 UTC  (6+ messages)
` [PATCH 4/4] sim: Suppress non-literal printf warning

[PATCH v3 1/2] Add test to check GDB handles dlopen of /proc/self/fd/[num] correctly
 2022-10-24 10:45 UTC  (2+ messages)

[RESEND PATCH 0/1] sim/testsuite: Trim extra path from arch
 2022-10-24  7:33 UTC  (6+ messages)
  ` [PATCH] sim: testsuite: tweak parallel find invocation [PR sim/29596]
    ` [PATCH] sim: testsuite: update ignored .exp files "

[pushed] [gdb/testsuite] Add skip_python_tests in gdb.python/tui-window-names.exp
 2022-10-24  6:37 UTC 

[RFC PATCH] gdb: add command to clear value history
 2022-10-23 19:53 UTC  (3+ messages)

[PATCH] sim: testsuite: improve parallel test processing
 2022-10-23 19:47 UTC 

[PATCH] sim: mips/ppc/riscv: re-add AC_CANONICAL_SYSTEM [PR sim/29439]
 2022-10-23 17:11 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).