public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[RFC] mi: add -a option to the "-data-disassemble" command
 2018-08-14 14:40 UTC  (12+ messages)

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

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

[RFC/PATCH] Don't disable selftests in a non-development build
 2018-08-14  5:42 UTC 

[PATCH v2 0/8] Non-contiguous address range support
 2018-08-14  0:14 UTC  (9+ 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

RFA Fix regressions for multi breakpoints command line setting/clearing
 2018-08-13 21:32 UTC  (11+ messages)
` [RFA 1/2] "

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

[RFC] mi: Print frame architecture when printing frames on an MI channel
 2018-08-13 10:53 UTC  (3+ messages)
  ` [RFC] mi: print "

[PATCH 0/9] C++ Support for Compile
 2018-08-12  0:17 UTC  (20+ messages)
` [PATCH 2/9] Change `function_symbols' to std::vector
` [PATCH 1/9] Change `file_symtabs' "
` [PATCH 3/9] Change `label_symbols' to std::vector in linespec.c structures
` [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 9/9] C++ compile support
` [PATCH 5/9] Change decode_compound_collector to use std::vector
` [PATCH 8/9] Add new search_symbols_multiple API

you want to use this
 2018-08-11  7:04 UTC 

[pushed] Fix forgotten xstrprintf -> string_printf change
 2018-08-10 22:02 UTC 

[PATCH] Replace xstrvprintf usages with string_vprintf
 2018-08-10 21:48 UTC 

[PATCH] Define _FORTIFY_SOURCE in common-defs.h
 2018-08-10 21:33 UTC  (2+ messages)

[PATCH v3 0/3] Detect SVE when reading aarch64 core files
 2018-08-10 19:25 UTC  (7+ messages)
` [PATCH v3 3/3] Parse SVE registers in aarch64 core file reading/writing
` [PATCH v3 1/3] Split size in regset section iterators
` [PATCH v3 2/3] Detect SVE when reading aarch64 core files

[PATCH 0/8] Convert C compile to C++
 2018-08-10 18:18 UTC  (8+ messages)
` [PATCH 6/8] Use std::unordered_map instead of htab_t

[PATCH 0/5] RISC-V Linux native port
 2018-08-10 18:04 UTC  (43+ messages)
` [PATCH 1/5] RISC-V: Make riscv_isa_xlen a global function
` [PATCH 2/5] RISC-V: Add software single step support
` [PATCH 3/5] RISC-V: Add linux target support
` [PATCH 5/5] RISC-V: Add configure support riscv*-linux*
      ` [PATCH 5/5] RISC-V: Add configure support for riscv*-linux*
` [PATCH 4/5] RISC-V: Add native linux support

[OBV/pushed] Rename min_size in get_core_register_section
 2018-08-10  9:26 UTC 

[PATCH] [PR gdb/23454] thread number ID changes, when using rr record/replay
 2018-08-09 20:42 UTC  (2+ messages)

Oh dear. I regret to inform you that commit f99d9b9f436dce02aa06839395c67d400b2a0de0 might be unfortunate [gdb-8.1-branch]
 2018-08-09 20:01 UTC  (10+ messages)
` Breakage on builder Fedora-x86_64-w64-mingw32, revision f99d9b9f436dce02aa06839395c67d400b2a0de0 [gdb-8.1-branch]

[PATCH v2 0/3] Core file support for Aarch64 SVE
 2018-08-09 18:53 UTC  (9+ messages)
` [PATCH v2 1/3] Add min size to regset section iterations

[PATCH 0/7] Remove -Wno-narrowing
 2018-08-09 18:50 UTC  (16+ messages)
` [PATCH 1/7] Change completion_tracker to use char type
` [PATCH 2/7] Use CORE_ADDR_MAX in various "breaks" arrays
` [PATCH 5/7] Avoid -Wnarrowing warnings in ppc64-tdep.c
` [PATCH 7/7] Remove -Wno-narrowing from warnings.m4
` [PATCH 3/7] Avoid -Wnarrowing warnings in struct tramp_frame instances
` [PATCH 4/7] Fix two -Wnarrowing warnings in xtensa-tdep.h
` [PATCH 6/7] Avoid -Wnarrowing warnings in gdbserver

New ARI warning Wed Aug 8 01:55:57 UTC 2018
 2018-08-09 17:19 UTC  (6+ messages)

New ARI warning Thu Aug 9 01:56:05 UTC 2018
 2018-08-09 16:45 UTC  (3+ messages)

[PATCH 0/2] Accessing array elements of optimised out VLA
 2018-08-09 16:04 UTC  (5+ messages)
` [PATCH 1/2] gdb: Merge similar tests into a single test script

arm - Add some comments about the versions of ARM ELF that define various e_flags values
 2018-08-09 15:54 UTC 

gdb build problem (gdb/unittests/scoped_mmap-selftests.c)
 2018-08-09 14:34 UTC  (9+ messages)

[PATCH] Remove a spurious target_terminal::ours() from windows_nat_target::wait()
 2018-08-09 13:23 UTC  (3+ messages)

[pushed] Make target_options_to_string return an std::string
 2018-08-08 22:14 UTC  (3+ messages)

[PATCH] Logical short circuiting with Fortran argument lists
 2018-08-08 16:59 UTC  (5+ messages)

[PATCH v2 3/6] Use get_remote_packet_size in download_tracepoint
 2018-08-08 15:55 UTC  (4+ messages)

Update dg-extract-results.* from gcc
 2018-08-08 15:24 UTC  (4+ messages)

[PATCH][PING][PR gdb/19374] null-ptr dereference on solaris when running get_osdata( "processes" )
 2018-08-08 15:06 UTC  (2+ messages)

[PATCH] gdb: Make infrun.c:resume function static
 2018-08-08 14:16 UTC 

[PATCH] Patch eclipse error, when gdb is used with rr reverse-execution
 2018-08-08 14:11 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).