public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCH] gdb: allow default_addressable_memory_unit_size to handle more cases
 2021-04-21 17:18 UTC  (2+ messages)

[PATCH][gdb/build] Hardcode --with-included-regex
 2021-04-21 16:59 UTC  (4+ messages)

[PATCH] update-netbsd.sh: fix script name, update year range in copyright
 2021-04-21 16:43 UTC  (4+ messages)

[PATCH] [gdb.fortran] test modified for clang in class-allocatable-array.exp
 2021-04-21 16:33 UTC  (4+ messages)

[PATCH] [gdb.fortran] Add type info of formal parameter for clang in ptype-on-functions.exp
 2021-04-21 16:13 UTC  (2+ messages)

[PATCH 00/24] RISC-V sim: Update from riscv-gnu-toolchain
 2021-04-21 15:47 UTC  (55+ messages)
` [PATCH 01/24] RISC-V sim: Fix fence.i
` [PATCH 02/24] RISC-V sim: Fix for jalr
` [PATCH 03/24] RISC-V sim: Atomic fixes
` [PATCH 04/24] RISC-V sim: More atomic fixes
` [PATCH 05/24] RISC-V sim: Fix stack pointer alignment
` [PATCH 06/24] RISC-V: Add fp support
` [PATCH 07/24] RISC-V sim: Add link syscall support
` [PATCH 08/24] RISC-V sim: Add brk syscall
` [PATCH 09/24] RISC-V sim: Fix syscall fallback
` [PATCH 10/24] RISC-V sim: Fix ebreak
` [PATCH 11/24] RISC-V sim: Fix ebreak, part 2
` [PATCH 12/24] RISC-V sim: Add compressed support
` [PATCH 13/24] RISC-V sim: Add gettimeofday
` [PATCH 14/24] RISC-V sim: Add csrr*i instructions
` [PATCH 15/24] RISC-V sim: Improve cycle and instret counts
` [PATCH 16/24] RISC-V sim: Check sbrk argument
` [PATCH 17/24] RISC-V sim: Fix tracing typo
` [PATCH 18/24] RISC-V sim: Improve branch tracing
` [PATCH 19/24] RISC-V sim: Improve tracing for slt* instructions
` [PATCH 20/24] RISC-V sim: Set brk to _end if possible
` [PATCH 21/24] RISC-V sim: Fix mingw builds
` [PATCH 22/24] RISC-V sim: Support compressed FP instructions
` [PATCH 23/24] RISC-V sim: Add zicsr support
` [PATCH 24/24] RISC-V sim: Fix divw and remw

[PATCH v2 0/4] Multi-context invalid breakpoint conditions and MI
 2021-04-21 14:28 UTC  (19+ messages)
` [PATCH v2 4/4] gdb/mi: add a '--force-condition' flag to the '-break-insert' cmd
` [PATCH v3 0/4] Multi-context invalid breakpoint conditions and MI
  ` [PATCH v3 1/4] gdb/breakpoint: display "N" on MI for disabled-by-condition locations
  ` [PATCH v3 2/4] testsuite, gdb.mi: fix duplicate test names in mi-break.exp
  ` [PATCH v3 3/4] gdb/breakpoint: add a 'force_condition' parameter to 'create_breakpoint'
  ` [PATCH v3 4/4] gdb/mi: add a '--force-condition' flag to the '-break-insert' cmd

[PATCH] GDB: Fix test case gdb.base/valgrind-bt.exp
 2021-04-21 14:26 UTC  (4+ messages)

[PATCH 0/6] Refactoring around inferior continuations
 2021-04-21 12:57 UTC  (7+ messages)
` [PATCH 1/6] gdb/infcmd: remove the unused parameter 'args' in 'attach_post_wait'
` [PATCH 2/6] gdb/infcmd: update the comment for 'attach_post_wait'
` [PATCH 3/6] gdb/continuations: remove the 'err' from 'do_all_inferior_continuations'
` [PATCH 4/6] gdb/continuations: do minor cleanup
` [PATCH 5/6] gdb/continuations: use lambdas instead of function pointers
` [PATCH 6/6] gdb/continuations: turn continuation functions into inferior methods

[PATCH 0/3] Querying registers of already-exited processes
 2021-04-21 12:22 UTC  (2+ messages)

[PATCH v3] nptl_db: Support different libpthread/ld.so load orders (bug 27744)
 2021-04-21 11:47 UTC  (2+ messages)

[PATCH] gdb: Change init order so pretty printers are set in new_objfile event
 2021-04-20 21:57 UTC  (5+ messages)
` [PATCH v3] gdb: Do autoload before notifying Python side "
  ` [PING] "
    ` [PING 2] "

[PATCH v2 0/2][PR gdb/22640] Have ptype support hex display of offsets and sizes
 2021-04-20 16:31 UTC  (6+ messages)
` [PATCH v2 1/2] typeprint.h: reorder struct declaration
` [PATCH v2 2/2] [PR gdb/22640] ptype: add option to use hexadecimal notation

[PATCH/committed] sim: rl78/rx: drop unnecessary getopt.h probing
 2021-04-20 13:24 UTC 

[PATCH] Fix gdb.arch/aarch64-dbreg-contents.exp FAIL
 2021-04-20 10:05 UTC  (2+ messages)

[PATCH v2 0/2] Expression parser fixes for address space qualifiers
 2021-04-20  6:51 UTC  (3+ messages)

[PING***3][PATCH] gdb-Fix-macro-info-lookup-for-binaries-containing-DWARFv5
 2021-04-20  6:39 UTC 

[PATCH][gdb/build] Workaround pcre2_posix linking problem
 2021-04-19 19:44 UTC  (2+ messages)

[PATCH/committed] sim: msp430: delete unused getopt.h probe
 2021-04-19 14:44 UTC  (3+ messages)

[PATCH] gdb: remove some caching from the dwarf reader
 2021-04-19 13:39 UTC 

[PATCH 0/2] Allow dwarf based prologue detection for Intel compilers
 2021-04-19 13:25 UTC  (13+ messages)
` [PATCH 1/2] gdb: Update producer check "
` [PATCH 2/2] gdb: Allow prologue detection via symbols "

[PATCH] Use enum for gdbarch_call_dummy_location
 2021-04-19 13:02 UTC  (6+ messages)

[PATCH v2] nptl_db: Support different libpthread/ld.so load orders (bug 27744)
 2021-04-19 10:57 UTC  (3+ messages)

[PATCH glibc] nptl_db: different libpthread/ld.so load orders (bug 27744)
 2021-04-19  9:06 UTC  (17+ messages)

[PATCH/committed] sim: switch to AC_CHECK_HEADERS_ONCE
 2021-04-19  3:54 UTC 

[PATCH 00/24] RISC-V sim: Update from riscv-gnu-toolchain
 2021-04-19  3:33 UTC 

[PATCH/committed 1/5] sim: iq2000: switch syscalls to common nltvals
 2021-04-19  3:20 UTC  (5+ messages)
` [PATCH/committed 2/5] sim: m32c: "
` [PATCH/committed 3/5] sim: rx: "
` [PATCH/committed 4/5] sim: sh: "
` [PATCH/committed 5/5] sim: moxie: "

[PATCH/committed] sim: switch to AC_CHECK_FUNCS_ONCE & merge a little
 2021-04-19  1:56 UTC 

[PATCH/committed] sim: mn10300: delete unused func & header tests
 2021-04-19  1:33 UTC 

[PATCH/committed] sim: syscall: add getpid support
 2021-04-19  1:22 UTC 

[PATCH/committed] sim: d10v: fix build warnings
 2021-04-19  1:16 UTC 

[PATCH/committed] sim: cr16: fix build warnings
 2021-04-19  1:08 UTC 

[PATCH 0/2] Simplify type unit reading
 2021-04-18 18:24 UTC  (3+ messages)
` [PATCH 1/2] Remove dwarf2_per_bfd::all_type_units
` [PATCH 2/2] Do not separately read type units

[PATCH 0/5] Share more Windows code between gdb and gdbserver
 2021-04-18  5:43 UTC  (2+ messages)

Heads up: GDB 10.2 release date: Weekend of Apr 24-25, 2021
 2021-04-18  5:20 UTC 

[PATCH] Avoid crash in write_psymtabs_to_index
 2021-04-17 19:39 UTC  (3+ messages)

[PATCH] Allocate dwarf2_per_cu_data with 'new'
 2021-04-17 19:09 UTC 

[PATCH v4] [PR gdb/27614] gdb-add-index fails on symlinks
 2021-04-17 17:16 UTC  (2+ messages)

[PATCH] gdb: add debug prints in remote_check_symbols
 2021-04-17 17:11 UTC  (9+ messages)

[PATCH 0/9] Simplify quick_symbol_functions
 2021-04-17 15:38 UTC  (2+ messages)

[PATCH 0/2] Fix crash in 'bt' with Ada
 2021-04-17 12:38 UTC  (5+ messages)
` [PATCH 1/2] Use common_val_print_checked in print_variable_and_value

[PATCH 0/2] Rewrite the Rust expression parser
 2021-04-16 23:12 UTC  (2+ messages)

[PATCH] Handle unaligned mapping of .gdb_index
 2021-04-16 19:11 UTC  (2+ messages)

[PATCH] [PATCH] Remove ellipsis from symbol reading messages
 2021-04-16 19:03 UTC  (5+ messages)

[PATCH] [testsuite] Raise timeout factor for gdb.xml/tdesc-reload.exp
 2021-04-16 15:58 UTC  (3+ messages)

[PATCH] [testsuite] Raise timeout for gdb.threads/process-dies-while-detaching.exp
 2021-04-16 15:41 UTC 

[PATCH] gdb/testsuite: use -gdwarf-4 in simavr board
 2021-04-16 15:04 UTC  (2+ messages)

[PATCH] Print bfloat16 DWARF types correctly
 2021-04-16 14:21 UTC  (5+ messages)

[PUSHED] gdb/testsuite: don't include paths in test names
 2021-04-15 20:35 UTC 

[PATCH] [gdb.base] Add additional next commands for clang-12 and above in foll-exec.exp
 2021-04-15 19:37 UTC 

[pushed] gdb/testsuite: use foreach_with_prefix in gdb.threads/fork-plus-threads.exp
 2021-04-15 18:46 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).