public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
patch pings
 2017-08-11 20:10 UTC 

[RFA] Use std::move in a few places
 2017-08-11 19:55 UTC 

[PATCH 0/3] Use selftest.c in GDBserver
 2017-08-11 17:11 UTC  (7+ messages)
` [PATCH 1/3] Put selftests api into selftests namespace
` [PATCH 3/3] GDBserver self tests
` [PATCH 2/3] Remove some GDB specific stuff from selftest.c

[PATCH 0/9] Centralize unwinder api exceptions handling
 2017-08-11 16:47 UTC  (4+ messages)
` [PATCH 4/9] Reset *THIS_CACHE in frame_unwind_try_unwinder in case of exception

Synthetic symbol leak in in elf_x86_64_get_synthetic_symtab and elf_read_minimal_symbols
 2017-08-11 16:44 UTC  (6+ messages)

[PATCH] mem-break: Fix breakpoint insertion location
 2017-08-11 16:14 UTC  (11+ messages)
  ` [PATCH v2] PR breakpoints/21886: "

[AArch64][6/6] Core file support for "pauth" feature
 2017-08-11 15:55 UTC  (8+ messages)

[RFA] C++-ify skip.c
 2017-08-11 11:23 UTC  (11+ messages)
            ` [PATCH] More gdb/skip.c C++ification

[PATCH v3 0/6] Some Fortran Patches
 2017-08-11 11:07 UTC  (7+ messages)
` [PATCH v3 2/6] Fortran: Accessing fields of inherited types via fully qualified name
` [PATCH v3 5/6] Fortran: Enable setting breakpoint on nested functions
` [PATCH v3 6/6] Fortran: Nested functions, add scope parameter
` [PATCH v3 3/6] Fortran: Ptype, print type extension
` [PATCH v3 1/6] DWARF: Don't add nameless modules to partial symbol table
` [PATCH v3 4/6] Dwarf: Fortran, support DW_TAG_entry_point

[PATCH v2] xtensa: Properly strdup string when building reggroup
 2017-08-10 21:03 UTC  (4+ messages)

[PATCH] fix bug PR 21213 and add test case
 2017-08-10 18:22 UTC 

[PATCH v2 0/3] Some C++-ification of the FreeBSD target
 2017-08-10 14:51 UTC  (9+ messages)
` [PATCH v2 1/3] Fix compile in the !HAVE_KINFO_GETVMMAP case
` [PATCH v2 3/3] Replace home-grown linked-lists in FreeBSD's native target with STL lists
` [PATCH v2 2/3] Replace remaining cleanups in fbsd-nat.c

[AArch64][3/6] DWARF unwinder support for signed return address
 2017-08-10 13:35 UTC  (10+ messages)
` [AArch64][5/6] Implement gdbarch_core_read_description
` [AArch64][4/6] Prologue scan unwinder support for signed return address

[PATCH v4 0/5] sim port for OpenRISC
 2017-08-10 13:22 UTC  (3+ messages)

[pushed] Allow gdb::unique_xmalloc_ptr<T[]>
 2017-08-10 13:21 UTC 

[PATCH] Replace regbuf with regcache in record-full.c
 2017-08-10  9:25 UTC  (5+ messages)

[PATCH 0/3] Create arch_lwp_info class hierarchy
 2017-08-09 20:47 UTC  (3+ messages)
` [PATCH 3/3] "

[PATCH] doc: Fix copy-pasto in Z0 packet documentation
 2017-08-09 20:17 UTC  (2+ messages)

[PATCH 00/40] C++ debugging improvements: breakpoints, TAB completion, more
 2017-08-09 19:34 UTC  (35+ messages)
` [PATCH 36/40] Add comprehensive C++ operator linespec/location/completion tests
` [PATCH 34/40] Make strcmp_iw NOT ignore whitespace in the middle of tokens
` [PATCH 28/40] lookup_name_info::make_ignore_params
` [PATCH 27/40] Make cp_remove_params return a unique_ptr
` [PATCH 39/40] Breakpoints in symbols with ABI tags (PR c++/19436)
` [PATCH 37/40] Fix completing an empty string
` [PATCH 35/40] Comprehensive C++ linespec/completer tests
` [PATCH 38/40] Use TOLOWER in SYMBOL_HASH_NEXT
` [PATCH 33/40] Make the linespec/location completer ignore data symbols
` [PATCH 30/40] Use search_domain::FUNCTIONS_DOMAIN when setting breakpoints
` [PATCH 32/40] Make "break foo" find "A::foo", A::B::foo", etc. [C++ and wild matching]
` [PATCH 29/40] Simplify completion_list_add_name | remove sym_text / sym_text_len
` [PATCH 31/40] Handle custom completion match prefix / LCD
` [PATCH 26/40] Optimize .gdb_index symbol name searching
` [PATCH 25/40] Introduce lookup_name_info and generalize Ada's FULL/WILD name matching

[PATCH] fix bug PR 21213 and add test case
 2017-08-09 18:33 UTC  (2+ messages)

[AArch64][1/6] Add new "pauth" feature and native support
 2017-08-09 16:19 UTC  (3+ messages)

[PATCH] Fix memory leak in cp-support.c (cp_canonicalize_string)
 2017-08-09 14:10 UTC  (8+ messages)

[PATCH] Fix dwarf2_string_attr for -gsplit-dwarf
 2017-08-09 13:31 UTC  (6+ messages)

[AArch64][2/6] "pauth" feature gdbserver support
 2017-08-09 12:22 UTC 

[AArch64][0/6] Support unwinding mangled return address in ARMv8.3-A Pointer Authentication Extension
 2017-08-09 12:17 UTC 

[committed, PATCH] gdb: Fix build failure with GCC 7
 2017-08-09 12:04 UTC 

[PATCH 0/2] Clean up some x86 non-linux target descriptions
 2017-08-09 11:41 UTC  (4+ messages)
` [PATCH 1/2] Remove x32 "
` [PATCH 2/2] Clean up x86 non-linux GDBserver "

[PATCH] GDB testsuite: Suppress GCC's colored output
 2017-08-09 10:29 UTC  (9+ messages)

[PATCH OBV] Add missing ChangeLog entry in 8.0 branch
 2017-08-09 10:23 UTC 

[PATCH 0/3] Some C++-ification of the FreeBSD target
 2017-08-08 15:22 UTC  (8+ messages)
` [PATCH 1/3] Fix compile in the !HAVE_KINFO_GETVMMAP case
` [PATCH 2/3] Replace remaining cleanups in fbsd-nat.c
` [PATCH 3/3] Replace home-grown linked-lists in FreeBSD's native target with std::list

[PATCH v2 0/6] Some Fortran Patches
 2017-08-08 15:00 UTC  (10+ messages)
` [PATCH v2 2/6] Fortran: Accessing fields of inherited types via fully qualified name
` [PATCH v2 3/6] Fortran: Ptype, print type extension
` [PATCH v2 1/6] DWARF: Don't add nameless modules to partial symbol table
` [PATCH v2 5/6] Fortran: Enable setting breakpoint on nested functions
` [PATCH v2 4/6] Dwarf: Fortran, support DW_TAG_entry_point
` [PATCH v2 6/6] Fortran: Nested functions, add scope parameter

[PATCH 0/6] Some Fortran patches
 2017-08-08 14:36 UTC  (14+ messages)
` [PATCH 3/6] Fortran: Ptype, print type extension
` [PATCH 4/6] Dwarf: Fortran, support DW_TAG_entry_point
` [PATCH 1/6] DWARF: Don't add nameless modules to partial symbol table

[PATCH] Free synthsyms and member names in function elf_read_minimal_symbols
 2017-08-08 13:50 UTC 

[PATCH] testsuite: Exclude end-of-line characters from get_valueof result
 2017-08-08  9:40 UTC 

[PATCH v7] gdb: ADI support
 2017-08-08  0:07 UTC 

Garbarge collector eats gdb.selected_thread().inferior
 2017-08-07 20:57 UTC  (2+ messages)

Memory leak: d_growable_string_resize..cp_canonicalize_string
 2017-08-07 20:23 UTC  (3+ messages)

[PATCH] GDB/opcodes: Remove arch/mach/endian disassembler assertions
 2017-08-07 15:15 UTC  (9+ messages)

[PATCH v2] gdbarch: Use an anonymous union for target data in `gdbarch_info'
 2017-08-07 14:55 UTC  (3+ messages)

[PATCH] [ARM] Mark USER_SPECIFIED_MACHINE_TYPE in disassemble_info.flags
 2017-08-07 14:36 UTC 

[PATCH v6] gdb: ADI support
 2017-08-07 11:10 UTC  (2+ messages)

[PATCH] remote-sim.c: Fix arg variables conflicts
 2017-08-07 10:14 UTC  (3+ messages)

[PATCH] Implement the ability to transmit environment variables to GDBserver when starting the inferior
 2017-08-07  9:30 UTC  (12+ messages)
` [PATCH v2] Implement the ability to set/unset "

[FYI] Fix Rust test suite for 1.20 beta
 2017-08-05 21:41 UTC 

[FYI] Remove cleanups from Rust parser
 2017-08-05 17:25 UTC 

[RFA] Use gdb::unique_xmalloc_ptr when calling tilde_expand
 2017-08-05 16:40 UTC  (9+ messages)

[PATCH v3] Add shortcuts for "nexti" and "stepi" commands in Single-Key mode
 2017-08-05 10:21 UTC 

[PATCH v2] Add shortcuts for "nexti" and "stepi" commands in Single-Key mode
 2017-08-05  6:38 UTC  (3+ messages)

[PATCH v4] gdb: ADI support
 2017-08-04 22:46 UTC 

[PATCH] Add shortcuts for "nexti" and "stepi" commands in Single-Key mode
 2017-08-04 21:04 UTC  (11+ messages)
` [PING][PATCH] "

[PUSHED] Unbreak GDBserver build for x32
 2017-08-04 15:05 UTC 

[RFA v3 00/23] More miscellaneous C++-ification
 2017-08-04 13:32 UTC  (3+ messages)
` [RFA v3 21/23] Introduce gdb_argv, a class wrapper for buildargv

[PATCH v4] gdb: ADI support
 2017-08-04 11:57 UTC  (4+ messages)

[pushed] Add myself as a write-after-approval GDB maintainer
 2017-08-04  5:27 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).