[PATCH 00/10] Building the sim/ tree with clang
2022-10-24 16:05 UTC (28+ 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 0/5] Silence some build warnings in various simulators
2022-10-24 15:57 UTC (13+ 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] gdb/python: avoid throwing an exception over libopcodes code
2022-10-24 15:50 UTC (2+ messages)
[PATCH] gdb/testsuite: fix failure in gdb.python/py-send-packet.exp
2022-10-24 14:23 UTC
[PATCH 0/2] [gdb] Fix rethrow exception slicing
2022-10-24 11:20 UTC (4+ 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 00/40] sim+gdb: Suppress warnings if built with Clang (big batch 1)
2022-10-24 11:02 UTC (80+ 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 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 (3+ messages)
` [PATCH v3 2/2] Make GDB resolve dlopen of memory mapped shared libraries
[PATCH] gdb, btrace: fix family and model computation
2022-10-24 8:19 UTC (3+ messages)
[PATCH] sim, sim/m32c, sim/rl78: Use getopt_long
2022-10-24 7:51 UTC (3+ 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] gdb: copyright: make file header scan a bit more pythonic
2022-10-23 19:22 UTC (2+ messages)
[PATCH] gdb: make copyright.py interface a bit nicer
2022-10-23 19:22 UTC (2+ messages)
[PATCH] sim: mips/ppc/riscv: re-add AC_CANONICAL_SYSTEM [PR sim/29439]
2022-10-23 17:11 UTC
[PATCH 0/7] sim, sim/ARCH: Add ATTRIBUTE_PRINTF
2022-10-23 12:46 UTC (7+ messages)
` [PATCH v2 "
` [PATCH v2 6/7] sim/ppc: "
[PATCH v2 0/5] sim: Suppress warnings if built with Clang
2022-10-23 12:16 UTC (4+ messages)
` [PATCH v3 "
` [PATCH v3 4/5] sim: Check known getopt definition existence
[PATCH] gdb/arm: fix IPSR field test in arm_m_exception_cache ()
2022-10-22 8:25 UTC
[PATCH v2] gdb/arm: Fix M-profile EXC_RETURN exception_domain_is_secure logic
2022-10-22 8:11 UTC (2+ messages)
[PATCH] gdb/arm: Fix M-profile EXC_RETURN exception_domain_is_secure logic
2022-10-22 7:58 UTC
python unwinder doc improvement
2022-10-22 6:41 UTC (10+ messages)
` [PATCH v3 1/4] gdb/python doc: Add register_unwinder to code example
` [PATCH v3 4/4] gdb/python doc: Move unwinder skeleton code
[pushed] gdb/testsuite: add max number of instructions check in gdb.base/unwind-on-each-insn.exp
2022-10-22 4:04 UTC
[PATCH 07/40] sim/cris: Regenerate with CGEN
2022-10-22 2:02 UTC
[PATCH v6 0/8] gdb: split array and string limiting options
2022-10-22 0:48 UTC (13+ messages)
` [PATCH v6 1/8] GDB/Guile: Don't assert that an integer value is boolean
` [PATCH v6 3/8] GDB/testsuite: Expand Python integer parameter coverage across all types
` [PATCH v6 4/8] GDB/Python: Make `None' stand for `unlimited' in setting integer parameters
[PING*3][PATCH v4] gdb: Improve debuginfod progress updates
2022-10-21 20:01 UTC (4+ messages)
` [PING*4][PATCH "
[PATCH v3] gdb/arm: Terminate frame unwinding in M-profile lockup state
2022-10-21 19:26 UTC (4+ messages)
[PATCH 1/2] gdb: check for empty offsets vector in inherit_abstract_dies
2022-10-21 18:26 UTC (7+ messages)
` [PATCH 2/2] gdb: make inherit_abstract_dies use vector iterators
[PATCH v2] Deprecate MI version 1
2022-10-21 17:15 UTC (2+ messages)
[PATCH] gdb/linespec.c: Fix missing source file during breakpoint re-set
2022-10-21 17:07 UTC (2+ messages)
[PATCH 0/1] Fix 'rw_pieced_value' for values casted to different type
2022-10-21 17:06 UTC (5+ messages)
` [PATCH 1/1] gdb/dwarf2: "
[RFC][PATCH] gdb/debuginfod: Support on-demand downloading of debuginfo
2022-10-21 16:44 UTC (2+ messages)
` [PING][RFC PATCH] "
[PATCH] Fix incorrect .gdb_index with new DWARF scanner
2022-10-21 16:13 UTC (3+ messages)
[PATCH 0/2] Fix two bugs with packed array printing
2022-10-21 15:40 UTC (2+ messages)
[PATCH v4] gdb/arm: Terminate frame unwinding in M-profile lockup state
2022-10-21 15:26 UTC (3+ messages)
[PATCH v2 1/2] Add test to check GDB handles dlopen of /proc/self/fd/[num] correctly
2022-10-21 15:20 UTC (2+ messages)
` [PATCH v2 2/2] Make GDB resolve dlopen of memory mapped shared libraries
[PATCH] PowerPC, add support for recording pipe2 system call
2022-10-21 15:20 UTC (2+ messages)
[PATCH v7 00/10] Extensions for PTWRITE
2022-10-21 13:19 UTC (11+ messages)
` [PATCH v7 01/10] btrace: Introduce auxiliary instructions
` [PATCH v7 02/10] btrace: Enable auxiliary instructions in record instruction-history
` [PATCH v7 03/10] btrace: Enable auxiliary instructions in record function-call-history
` [PATCH v7 04/10] btrace: Handle stepping and goto for auxiliary instructions
` [PATCH v7 05/10] python: Introduce gdb.RecordAuxiliary class
` [PATCH v7 06/10] python: Add clear() to gdb.Record
` [PATCH v7 07/10] btrace, gdbserver: Add ptwrite to btrace_config_pt
` [PATCH v7 08/10] btrace, linux: Enable ptwrite packets
` [PATCH v7 09/10] btrace, python: Enable ptwrite filter registration
[PATCH 3/3] gdb/python: add gdbpy_register_subsystem mechanism
2022-10-21 13:17 UTC (2+ messages)
` [PATCHv2] gdb/python: add mechanism to manage Python initialization functions
[pushed] gdb: declare variables on first use in inherit_abstract_dies
2022-10-21 13:01 UTC
[PATCH v7 10/10] btrace: Extend ptwrite event decoding
2022-10-21 12:02 UTC
[PATCH v2] gdb: Modify until_break_command to act correctly on SIGTRAMP_FRAME
2022-10-21 11:58 UTC
[PATCH 00/12] Infcalls from B/P conditions in multi-threaded inferiors
2022-10-21 11:08 UTC (14+ 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 03/12] gdb: include breakpoint number in testing condition error message
` [PATCH 04/12] gdbserver: add comments to read_inferior_memory function
` [PATCH 05/12] gdbserver: allows agent_mem_read to return an error code
` [PATCH 06/12] gdbserver: allow agent expressions to fail with invalid memory access
` [PATCH 07/12] gdb: avoid repeated signal reporting during failed conditional breakpoint
` [PATCH 08/12] gdb: don't always print breakpoint location after failed condition check
` [PATCH 09/12] Revert "gdb: remove unnecessary parameter wait_ptid from do_target_wait"
` [PATCH 10/12] gdb: fix b/p conditions with infcalls in multi-threaded inferiors
` [PATCH 11/12] gdb: add timeouts for inferior function calls
` [PATCH 12/12] gdb/remote: avoid SIGINT after calling remote_target::stop
[PATCH 0/2][PR < shlibs/29586>] GDB hangs when trying to resolve memory mapped shared libraries of an inferior under /proc/self/fd/*
2022-10-21 10:50 UTC (3+ messages)
` [PATCH 2/2] Make GDB resolve dlopen of memory mapped shared libraries
[PATCH v4 0/2] Fix reverse nexting over recursions
2022-10-21 10:50 UTC (4+ messages)
` [PING][PATCH "
[PATCH] gdb: Modify until_break_command to act correctly on SIGTRAMP_FRAME
2022-10-21 9:47 UTC (2+ messages)
[PATCH v5 0/3] Fortran entry and DW_TAG_entry_point
2022-10-21 8:15 UTC (8+ messages)
` [PING][PATCH "
` [PING 2][PATCH "
` [PING 3][PATCH "
` [PING 4][PATCH "
` [PING 5][PATCH "
` [PING 6][PATCH "
` [PING 7][PATCH "
[PATCH v2 0/4] Adapt Fortran testsuite for ifort
2022-10-21 8:15 UTC (6+ messages)
` [PING][PATCH "
` [PING 2][PATCH "
` [PING 3][PATCH "
` [PING 4][PATCH "
` [PING 5][PATCH "
[pushed] [gdb/testsuite] Silence compilation fail in gdb.base/rtld-step.exp
2022-10-21 6:36 UTC
[PATCH 0/5] Improve support for regcache_map_entry with variable register base
2022-10-20 20:26 UTC (5+ messages)
` [PING] "
` [PING 4] "
[PATCH] Remove quick_symbol_functions::relocated
2022-10-20 20:12 UTC
[PATCH] sim: Remove unused CXXFLAGS substitution
2022-10-20 18:25 UTC (2+ messages)
[PATCH v2] [gdb/python] Replace gdbpy_should_stop with gdbpy_breakpoint_cond_says_stop
2022-10-20 18:24 UTC (2+ messages)
` [PING] "
[PATCH v2] [PR python/29603] Disable out-of-scope watchpoints
2022-10-20 18:11 UTC (3+ messages)
` [PATCH v3] "
[PATCH v3] [PR mi/29554] New PRINT-VALUES option '--scalar-values'
2022-10-20 18:00 UTC (6+ messages)
` [PATCH v4] "
` [PATCH v5] "
[PATCH v3] [PR python/18655] Fix deletion of FinishBreakpoints
2022-10-20 17:49 UTC (3+ messages)
` [PATCH v4] "
[PATCH 0/3] New mechanism to initialise Python components in GDB
2022-10-20 15:59 UTC (7+ messages)
` [PATCH 1/3] gdb/python: break dependencies between gdbpy_initialize_* functions
` [PATCH 2/3] gdb/python: break more "
[PATCH 0/4] Const args, int->bool, and scoped_restore in breakpoint.c
2022-10-20 15:48 UTC (5+ messages)
` [PATCHv2 "
` [PATCHv2 4/4] gdb: some int to bool conversion "
[RFC][top-level] Add configure test-case
2022-10-20 15:10 UTC
[pushed] Reapply "Don't build readline/libreadline.a, when --with-system-readline is supplied"
2022-10-20 15:05 UTC
[PATCH v6 00/10] Extensions for PTWRITE
2022-10-20 12:33 UTC (9+ messages)
` [PATCH v6 07/10] btrace, gdbserver: Add ptwrite to btrace_config_pt
` [PATCH v6 09/10] btrace, python: Enable ptwrite filter registration
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox