public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCH 0/4] RISCV Non-DWARF stack unwinding
 2018-08-29 16:41 UTC 

Oh dear. I regret to inform you that commit 7a6dbc2fdb2323c35e981f93236f323e9d7c0b24 might be unfortunate
 2018-08-29 16:39 UTC  (3+ messages)
` Breakage on builder RHEL-s390x-m64, revision 7a6dbc2fdb2323c35e981f93236f323e9d7c0b24

[PATCH] Update gnulib to current upstream master
 2018-08-29 16:29 UTC  (3+ messages)

New ARI warning Wed Aug 29 01:57:16 UTC 2018
 2018-08-29 16:26 UTC  (4+ messages)

[PATCH][PR build/23568] Fix gdb-7.12.1 MinGW/MSYS build issue
 2018-08-29 16:25 UTC  (8+ messages)

GDB 8.2 release 2018-08-26 status update
 2018-08-29 16:24 UTC  (3+ messages)
  ` HEADS UP: GDB 8.2 release on Sep 3rd or 4th (was: "Re: GDB 8.2 release 2018-08-26 status update")

Remote debugging over local domain sockets?
 2018-08-29 15:39 UTC  (4+ messages)

S12Z [new patchset]
 2018-08-29 14:19 UTC  (5+ messages)
` [PATCH 1/4] gdb: Add builtin types for 24 bit integers
` [PATCH 3/4] GDB: Add support for 24 bit addresses
` [PATCH 4/4] GDB: New target s12z
` [PATCH 2/4] Add a dwarf unit type to represent 24 bit values

[PATCH 0/2] Issue reconnecting to remote target afte fork
 2018-08-29 10:46 UTC  (5+ messages)
` PING: [PATCHv2 "
  ` [PATCHv2 2/2] gdb: Clean up inferior list when reconnecting to new target
      ` PING: "

[PATCH] Fix riscv-linux native gdb build failure
 2018-08-29 10:44 UTC  (2+ messages)

[PATCH] Adding support for reding signal handler frame in AIX
 2018-08-29  5:54 UTC 

[PATCH 0/9] Add UBSan to the build
 2018-08-29  0:45 UTC  (24+ messages)
` [PATCH 2/9] Use unsigned as base type for some enums
` [PATCH 5/9] Avoid undefined behavior in parse_number
` [PATCH 1/9] Do not pass NULL to memcpy
` [PATCH 7/9] Avoid undefined behavior in ada_operator_length
` [PATCH 3/9] Avoid undefined behavior in extract_integer
` [PATCH 6/9] Avoid undefined behavior in read_signed_leb128
` [PATCH 4/9] Avoid undefined behavior in read_subrange_type
` [PATCH 9/9] Add --enable-ubsan
` [PATCH 8/9] Avoid undefined behavior in expression dumping

[PATCH 0/2] gdb: Allow parenthesis to group arguments to user-defined commands
 2018-08-28 23:29 UTC  (9+ messages)
` [PATCH 2/2] "

[RFAv2 0/2] Fix regression for multi breakpoints command line clearing
 2018-08-28 21:37 UTC  (6+ messages)
` [RFAv2 2/2] Modify gdb.base/commands.exp to test multi breakpoints command clearing
` [RFAv2 1/2] Fix regression for multi breakpoints command line clearing

[PATCH] Get rid of -Wodr warning (PR build/23399)
 2018-08-28 21:25 UTC  (3+ messages)

[PATCH] Fix various tests to use -no-pie linker flag when needed
 2018-08-28 19:37 UTC 

[PATCHv4] gdb: Change how frames are selected for 'frame' and 'info frame'
 2018-08-28 18:20 UTC  (8+ messages)
` [PATCHv5 0/2] "
          ` [PATCHv6] "

[PATCH 0/9] C++ Support for Compile
 2018-08-28 17:52 UTC  (21+ messages)
` [PATCH 1/9] Change `file_symtabs' to std::vector
` [PATCH 2/9] Change `function_symbols' "
` [PATCH 9/9] C++ compile support
` [PATCH 5/9] Change decode_compound_collector to use std::vector
` [PATCH 4/9] Change `minimal_symbols' to std::vector in linespec.c structures

[PATCH] Remove some uses VEC from parsers
 2018-08-28 17:35 UTC  (3+ messages)

[PATCH 0/4] Aarch64: Correctly support args passed in float registers
 2018-08-28 16:52 UTC  (12+ messages)
` [PATCH 1/4] Aarch64: Func to detect args passed in float regs
` [PATCH 3/4] Aarch64: Float register detection for return values
` [PATCH 2/4] Aarch64: Float register detection for _push_dummy_call
` [PATCH 4/4] infcall-nested-structs: Test up to five fields
` [Ping][PATCH 0/4] Aarch64: Correctly support args passed in float registers

[PATCH 1/3] gdb: Added builtin types for 24 bit integers
 2018-08-28 15:35 UTC  (21+ messages)
` [PATCH 3/3] GDB: New target s12z
` [PATCH 2/3] GDB: Add support for 24 bit addresses

[PATCH] Implement struct type_stack with a vector
 2018-08-28 15:26 UTC  (3+ messages)

[0/2] C-SKY Port
 2018-08-28 11:47 UTC  (8+ messages)
` [1/2] "

[PATCH v2] MI: Fix printing of frame architecture with Python frame filters enabled
 2018-08-27 21:15 UTC  (2+ messages)

[PATCH] Fix gdb.arch/amd64-invalid-stack-*.exp failures
 2018-08-27 21:05 UTC  (3+ messages)

[PATCH 0/7] Remove -Wno-narrowing
 2018-08-27 18:00 UTC  (5+ messages)
` [PATCH 7/7] Remove -Wno-narrowing from warnings.m4

[PATCH] MI: Fix printing of frame architecture with Python frame filters enabled
 2018-08-27 15:31 UTC  (2+ messages)

[RFAv2 0/6] info [args|functions|locals|variables] [-q] [-t TYPEREGEXP] [NAMEREGEXP]
 2018-08-27 14:59 UTC  (11+ messages)
` [RFAv2 3/6] Add [-q] [-t TYPEREGEXP] [NAMEREGEXP] args to info [args|functions|locals|variables]
` [RFAv2 1/6] New cli-utils.h/.c function extract_info_print_args
` [RFAv2 2/6] Make struct type_print_options default_ptype_flags non static
` [RFAv2 6/6] Add a test case for info args|functions|locals|variables [-q] [-t TYPEREGEXP] [NAMEREGEXP]
` [RFAv2 4/6] Document changes to info [args|functions|locals|variables]
` [RFAv2 5/6] Announce changes in NEWS "

[RFC] mi: print frame architecture when printing frames on an MI channel
 2018-08-27 13:37 UTC  (5+ messages)
    ` Regression on gdb.arch/amd64-invalid-stack-*.exp (was: Re: [RFC] mi: print frame architecture when printing frames on an MI channel)

[pushed] Fix indentation in solist.h
 2018-08-27  0:21 UTC 

[PATCH 1/2] Make ada-lang.c::add_angle_brackets return an std::string
 2018-08-26 16:43 UTC  (2+ messages)

[PATCH] Restore behavior of disabling address randomization by default on GDBserver
 2018-08-26 15:01 UTC  (5+ messages)

[PATCH] Indicate batch mode failures by exiting with nonzero status
 2018-08-25 19:52 UTC  (5+ messages)

RFA Fix regressions for multi breakpoints command line setting/clearing
 2018-08-25 19:17 UTC  (4+ messages)
` [RFA 1/2] "

[PATCH] Fix 8.2 regression in gdb.python/py-evthreads.exp w/ gdbserver (PR gdb/23379)
 2018-08-25 15:56 UTC  (9+ messages)
  ` [PATCH v2] "
        ` [pushed] gdb/python: Use copy-initialization more when possible

[PATCH 1/3]
 2018-08-25 11:25 UTC  (2+ messages)
` [PATCH] gdb: Add builtin types for 24 bit integers

GDB 8.2 release 2018-08-21 status update
 2018-08-25  5:41 UTC  (19+ messages)

[PATCH 0/3] Add support for DW_OP_GNU_variable_value
 2018-08-24 13:18 UTC  (8+ messages)
` [PATCH 1/3] "
          ` [RFC, gdb/exp] Handle DW_OP_GNU_variable_value refs to abstract dies

[PATCH v2 PR gdb/16841] virtual inheritance via typedef cannot find base
 2018-08-24  0:21 UTC 

[PATCH v4 0/8] Non-contiguous address range support
 2018-08-23 23:31 UTC  (4+ messages)

[RFC] Make "run" work on macOS 10.13
 2018-08-23 20:42 UTC  (4+ messages)

[PATCH] Generate NT_PROCSTAT_{AUXV,VMMAP} in FreeBSD coredumps
 2018-08-23 17:11 UTC  (7+ messages)
` [PATCH v2] Generate NT_PROCSTAT_{AUXV,VMMAP,PS_STRINGS} "
  ` [PATCH v3] "
    ` [PATCH v4] "
      ` [PATCH v5] "

[PATCH v2] Indicate batch mode failures by exiting with nonzero status
 2018-08-23 16:37 UTC  (4+ messages)

[RFA 0/5] Fix some bugs on macOS
 2018-08-23 15:21 UTC  (7+ messages)
` [RFA 1/5] Darwin: fix bad loop incrementation
` [RFA 4/5] Darwin: fix thread ptid started by fork_inferior

[PATCH] [PR gdb/23105] Core file error 'Cannot access memory at address' on FreeBSD
 2018-08-23 10:46 UTC  (2+ messages)

[PATCH] Handle dprintf argument evaluation errors better (PR gdb/16551)
 2018-08-23  9:44 UTC  (5+ messages)

[PATCH 1/2] Make read_program_header return a gdb::byte_vector
 2018-08-22 18:19 UTC  (5+ messages)
` [PATCH 2/2] Make read_program_headers_from_bfd "

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).