public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCH v2 0/8] Non-contiguous address range support
 2018-08-21 19:25 UTC  (14+ messages)
` [PATCH v2 1/8] Add block range data structure for blocks with non-contiguous address ranges
` [PATCH v2 2/8] Record explicit block ranges from dwarf2read.c
` [PATCH v2 3/8] Add support for non-contiguous blocks to find_pc_partial_function
` [PATCH v2 4/8] Disassemble blocks with non-contiguous ranges
` [PATCH v2 5/8] Use BLOCK_ENTRY_PC in place of most uses of BLOCK_START
` [PATCH v2 6/8] Introduce find_pc_partial_entry_range and use it in infrun.c
` [PATCH v2 7/8] Relocate block range start and end addresses
` [PATCH v2 8/8] Test case for functions with non-contiguous ranges

GDB 8.2 release 2018-08-21 status update
 2018-08-21 19:02 UTC  (3+ messages)

[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

RFA Fix regressions for multi breakpoints command line setting/clearing
 2018-08-21 18:01 UTC  (19+ messages)
` [RFA 2/2] Modify gdb.base/commands.exp to test multi breakpoint command setting/clearing
` [RFA 1/2] Fix regressions for multi breakpoints command line setting/clearing

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

[RFC] mi: Print frame architecture when printing frames on an MI channel
 2018-08-21 16:16 UTC  (9+ messages)
` [RFC] mi: print "

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

[PATCH] Generate NT_PROCSTAT_{AUXV,VMMAP} in FreeBSD coredumps
 2018-08-21 14:45 UTC  (3+ messages)
` [PATCH v2] Generate NT_PROCSTAT_{AUXV,VMMAP,PS_STRINGS} "
  ` [PATCH v3] "

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

[PATCHv5 0/2] gdb: Change how frames are selected for 'frame' and 'info frame'
 2018-08-21 13:10 UTC  (6+ messages)
` [PATCHv4] "
  ` [PATCHv5_A 1/2] "
    ` [PATCHv5_B 2/2] "

[PATCH 0/9] C++ Support for Compile
 2018-08-20 17:02 UTC  (32+ messages)
` [PATCH 3/9] Change `label_symbols' to std::vector in linespec.c structures
` [PATCH 2/9] Change `function_symbols' to std::vector
` [PATCH 1/9] Change `file_symtabs' "
` [PATCH 6/9] Remove VEC definitions from linespec.c
` [PATCH 7/9] Use block_symbol_d in linespec APIs
` [PATCH 4/9] Change `minimal_symbols' to std::vector in linespec.c structures
` [PATCH 5/9] Change decode_compound_collector to use std::vector
` [PATCH 9/9] C++ compile support
` [PATCH 8/9] Add new search_symbols_multiple API

[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 4/4] infcall-nested-structs: Test up to five fields
` [PATCH 2/4] Aarch64: Float register detection for _push_dummy_call
` [PATCH 3/4] Aarch64: Float register detection for return values

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)

[PATCH 1/2] Make ada-lang.c::add_angle_brackets return an std::string
 2018-08-20  1:50 UTC  (2+ messages)
` [PATCH 2/2] Make ada_tasks_inferior_data::task_list an std::vector

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

[PATCH] Indicate batch mode failures by exiting with nonzero status
 2018-08-19 15:35 UTC  (6+ messages)

[PATCH 0/3] Add support for DW_OP_GNU_variable_value
 2018-08-18 20:32 UTC  (10+ messages)
` [PATCH 1/3] "
` [PATCH 2/3] Add support of DW_OP_GNU_variable_value to DWARF assembler
` [PATCH 3/3] Test case for DW_OP_GNU_variable_value

[FYI 0/2] Fix use-after-free in number_or_range_parser
 2018-08-17 23:19 UTC  (3+ messages)
` [FYI 2/2] Remove "repeat" argument from command_line_input
` [FYI 1/2] Fix use-after-free in number_or_range_parser

[PATCH v4 00/12] GDB support for more powerpc registers on linux
 2018-08-17 19:25 UTC  (28+ messages)
` [PATCH v4 02/12] [PowerPC] Don't zero-initialize vector register buffers
` [PATCH v4 05/12] [PowerPC] Fix two if statements in gdb/ppc-linux-nat.c
` [PATCH v4 01/12] Zero-initialize linux note sections
` [PATCH v4 11/12] [PowerPC] Reject tdescs with VSX and no FPU or Altivec
` [PATCH v4 03/12] Add decfloat registers to float reggroup
` [PATCH v4 10/12] [PowerPC] Add support for EBB and PMU registers
` [PATCH v4 04/12] [PowerPC] Remove rs6000_pseudo_register_reggroup_p
` [PATCH v4 06/12] [PowerPC] Fix indentation in arch/ppc-linux-common.c
` [PATCH v4 07/12] [PowerPC] Refactor have_ initializers in rs6000-tdep.c
` [PATCH v4 09/12] [PowerPC] Add support for TAR
` [PATCH v4 12/12] [PowerPC] Add support for HTM registers
` [PATCH v4 08/12] [PowerPC] Add support for PPR and DSCR

[OBV/Pushed] Fix asm in testsuite/gdb.arch/aarch64-fp.c
 2018-08-17 10:11 UTC 

[0/2] C-SKY Port
 2018-08-17  9:18 UTC  (5+ messages)
` [1/2] "

[PATCH] Use gdb_test_no_output for compile tests expected to pass
 2018-08-16 23:39 UTC  (2+ messages)

[PATCH] Fix debugging of stripped PIE executables with padded PT_TLS
 2018-08-16 18:37 UTC 

[PATCH v2] Logical short circuiting with argument lists
 2018-08-16 16:03 UTC 

[PATCH 0/2] gdb: Allow parenthesis to group arguments to user-defined commands
 2018-08-15 18:24 UTC  (4+ messages)
` [PATCH 1/2] gdb: Make testnames unique in gdb.base/commands.exp
` [PATCH 2/2] gdb: Allow parenthesis to group arguments to user-defined commands

[FYI] Use pulongest in aarch64-linux-tdep.c
 2018-08-15 16:08 UTC 

[PATCH v3 00/12] GDB support for more powerpc registers on linux
 2018-08-14 21:13 UTC  (14+ messages)
` [PATCH v3 07/12] [PowerPC] Refactor have_ initializers in rs6000-tdep.c
` [PATCH v3 01/12] Zero-initialize linux note sections
` [PATCH v3 11/12] [PowerPC] Reject tdescs with VSX and no FPU or Altivec
` [PATCH v3 04/12] [PowerPC] Remove rs6000_pseudo_register_reggroup_p
` [PATCH v3 06/12] [PowerPC] Fix indentation in arch/ppc-linux-common.c
` [PATCH v3 05/12] [PowerPC] Fix two if statements in gdb/ppc-linux-nat.c
` [PATCH v3 12/12] [PowerPC] Add support for HTM registers
` [PATCH v3 08/12] [PowerPC] Add support for PPR and DSCR
` [PATCH v3 03/12] Add decfloat registers to float reggroup
` [PATCH v3 09/12] [PowerPC] Add support for TAR
` [PATCH v3 02/12] [PowerPC] Don't zero-initialize vector register buffers
` [PATCH v3 10/12] [PowerPC] Add support for EBB and PMU registers

[RFC/PATCH] Don't disable selftests in a non-development build
 2018-08-14 20:17 UTC  (6+ messages)

[PATCH v2 00/12] GDB support for more powerpc registers on linux
 2018-08-14 20:15 UTC  (6+ messages)
` [PATCH v2 08/12] [PowerPC] Add support for PPR and DSCR

cortex-m xml register descriptions for m-system
 2018-08-14 18:14 UTC  (9+ messages)

[RFC] mi: add -a option to the "-data-disassemble" command
 2018-08-14 14:40 UTC  (4+ messages)

[PATCH] gdb: Fix instability in thread groups test
 2018-08-14 11:37 UTC  (9+ messages)
            ` [PATCHv2] "

you want to use this
 2018-08-11  7:04 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).