public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[RFC] mi: Print frame architecture when printing frames on an MI channel
 2018-08-27 13:37 UTC  (13+ messages)
` [RFC] mi: print "
                ` Regression on gdb.arch/amd64-invalid-stack-*.exp (was: Re: [RFC] mi: print frame architecture when printing frames on an MI channel)

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

[PATCHv4] gdb: Change how frames are selected for 'frame' and 'info frame'
 2018-08-27 11:04 UTC  (5+ messages)
` [PATCHv5 0/2] "

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

[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  (3+ messages)
` [PATCH 2/2] Make ada_tasks_inferior_data::task_list an std::vector

[RFAv2 0/2] Fix regression for multi breakpoints command line clearing
 2018-08-26 15:47 UTC  (3+ 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] Restore behavior of disabling address randomization by default on GDBserver
 2018-08-26 15:01 UTC  (5+ messages)

GDB 8.2 release 2018-08-26 status update
 2018-08-26 10:11 UTC 

[0/2] C-SKY Port
 2018-08-26  9:29 UTC  (7+ messages)
` [1/2] "

[PATCH 0/2] gdb: Allow parenthesis to group arguments to user-defined commands
 2018-08-25 22:43 UTC  (5+ messages)
` [PATCH 2/2] "

[PATCH] Indicate batch mode failures by exiting with nonzero status
 2018-08-25 19:52 UTC  (6+ 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] Get rid of -Wodr warning (PR build/23399)
 2018-08-25 15:38 UTC 

[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  (20+ 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  (12+ messages)
` [PATCH v4 1/8] Add block range data structure for blocks with non-contiguous address ranges
` [PATCH v4 2/8] Record explicit block ranges from dwarf2read.c
` [PATCH v4 3/8] Add support for non-contiguous blocks to find_pc_partial_function
` [PATCH v4 4/8] Disassemble blocks with non-contiguous ranges
` [PATCH v4 5/8] Use BLOCK_ENTRY_PC in place of most uses of BLOCK_START
` [PATCH v4 6/8] Introduce find_function_entry_range_from_pc and use it in infrun.c
` [PATCH v4 7/8] Relocate block range start and end addresses
` [PATCH v4 8/8] Test case for functions with non-contiguous ranges

[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  (16+ messages)
` [RFA 3/5] Darwin: set startup-with-shell to off on Sierra and later
` [RFA 5/5] Darwin: fix SIGTRAP when debugging
` [RFA 2/5] Darwin: Handle unrelocated dyld
` [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 "

[PATCH] Fix restoring of inferior terminal settings
 2018-08-22 15:12 UTC  (3+ messages)

[PATCH] Replace xstrvprintf usages with string_vprintf
 2018-08-22 14:58 UTC  (2+ messages)

[OBV/Pushed] Aarch64 SVE VG is Vector Granule
 2018-08-22  8:42 UTC 

[PATCH v2 0/8] Non-contiguous address range support
 2018-08-21 19:25 UTC  (8+ messages)
` [PATCH v2 3/8] Add support for non-contiguous blocks to find_pc_partial_function
` [PATCH v2 8/8] Test case for functions with non-contiguous ranges

[PATCH v3 0/8] Non-contiguous address range support
 2018-08-21 18:47 UTC  (16+ messages)
` [PATCH v3 1/8] Add block range data structure for blocks with non-contiguous address ranges
` [PATCH v3 2/8] Record explicit block ranges from dwarf2read.c
` [PATCH v3 3/8] Add support for non-contiguous blocks to find_pc_partial_function
` [PATCH v3 4/8] Disassemble blocks with non-contiguous ranges
` [PATCH v3 5/8] Use BLOCK_ENTRY_PC in place of most uses of BLOCK_START
` [PATCH v3 6/8] Introduce find_pc_partial_entry_range and use it in infrun.c
` [PATCH v3 7/8] Relocate block range start and end addresses
` [PATCH v3 8/8] Test case for functions with non-contiguous ranges

[PATCH] Add SVE to NEWS and GDB manual
 2018-08-21 17:58 UTC  (5+ messages)

[PATCH] Don't throw Scheme exceptions with live std::vector objects
 2018-08-21 16:37 UTC  (2+ messages)

[PATCH] Remove unnecessary ternary operator in m32c-tdep.c
 2018-08-21 14:55 UTC  (3+ messages)

[PATCH 0/4] OpenRISC binutils updates and new relocs
 2018-08-21 14:39 UTC  (5+ messages)
` [PATCH 4/4] or1k: Add the l.muld, l.muldu, l.macu, l.msbu insns
` [PATCH 2/4] or1k: Fix messages for relocations in shared libraries
` [PATCH 1/4] or1k: Add relocations for high-signed and low-stores
` [PATCH 3/4] or1k: Add the l.adrp insn and supporting relocations

Request for 8.2, SVE cores && adding SVE to NEWS file etc
 2018-08-21 14:34 UTC  (5+ messages)

[PATCH 0/9] C++ Support for Compile
 2018-08-20 17:02 UTC  (12+ messages)
` [PATCH 5/9] Change decode_compound_collector to use std::vector
` [PATCH 9/9] C++ compile support

[PATCH] Fix debugging of stripped PIE executables with padded PT_TLS
 2018-08-20 12:36 UTC  (3+ messages)

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

Oh dear. I regret to inform you that commit db1e1b45b417dc3e7d37f401828afa18328d8508 might be unfortunate
 2018-08-20  6:16 UTC  (2+ messages)
` Breakage on builder Fedora-x86_64-native-gdbserver-m64, revision db1e1b45b417dc3e7d37f401828afa18328d8508

New ARI warning Mon Aug 20 01:56:35 UTC 2018
 2018-08-20  2:06 UTC  (2+ messages)

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