public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[RFC/RFA] Add support for the --readnever command-line option (DWARF only)
 2017-11-23 19:36 UTC  (9+ messages)
    ` [PATCH v2] "

[RFA] add include guards
 2017-11-23 19:33 UTC  (2+ messages)

[RFA] Return unique_xmalloc_ptr from target_fileio_readlink
 2017-11-23 19:29 UTC  (2+ messages)

[pushed] Fix clang warnings about copy elision
 2017-11-23 18:53 UTC 

[PATCH] C++ify osdata
 2017-11-23 18:39 UTC  (4+ messages)

[PATCH 3/4] Use flexible target descriptors for aarch64
 2017-11-23 17:53 UTC  (13+ messages)
                ` [PATCH 4/4] Add xml selftests

time to create the GDB 8.1.x branch?
 2017-11-23 17:32 UTC  (9+ messages)

[PATCH 0/4] Poison XNEW and friends for non-POD types
 2017-11-23 17:31 UTC  (17+ messages)
` [PATCH 1/4] Create private_inferior class hierarchy
` [PATCH 2/4] remote: C++ify thread_item and threads_listing_context
` [PATCH 3/4] Create private_thread_info hierarchy
` [PATCH 4/4] Poison XNEW and friends for types that should use new/delete

[RFA] C++-ify parse_format_string
 2017-11-23 16:46 UTC 

[PATCH 2/4] gdbserver use aarch64_create_target_description
 2017-11-23 16:08 UTC  (8+ messages)

[pushed 1/2] Change int -> bool where applicable throughout varobj
 2017-11-23 16:07 UTC  (2+ messages)
` [pushed 2/2] Revert unexpected rename in previous patch

[PATCH] Workaround build bug with GCC 6.2.1
 2017-11-23 15:57 UTC 

[PATCH 0/4] Split up s390-linux-tdep.c
 2017-11-23 15:38 UTC  (5+ messages)
` [PATCH 4/4] Add comments to uncommented functions in s390-linux-tdep.c
` [PATCH 3/4] Add comments to uncommented functions in s390-tdep.c
` [PATCH 1/4] Split up s390-linux-tdep.c into two files
` [PATCH 2/4] Clean up s390-linux-tdep.c

[pushed] [testsuite] Pass -g3 to clang in gdb.base/macscp.exp
 2017-11-23 15:33 UTC 

[RFA 00/13] Makefile simplifications and subdirification
 2017-11-23 13:25 UTC  (20+ messages)
` [RFA 05/13] Move tui object files to tui subdirectory
` [RFA 04/13] Move compile object files to compile subdirectory
` [RFA 01/13] A simpler way to make the "arch" build directory
` [RFA 11/13] Add missing files to COMMON_SFILES
` [RFA 10/13] Simplify COMMON_OBS by using list of sources
` [RFA 06/13] Move unittests object files to unittests subdirectory
` [RFA 02/13] Move cli object files to cli subdirectory
` [RFA 09/13] Define YYOBJ in terms of YYFILES
` [RFA 08/13] Move python object files to python subdirectory
` [RFA 13/13] Redefine REMOTE_OBS in terms of a list of sources
` [RFA 03/13] Move mi objects to mi subdirectory
` [RFA 12/13] Move target object files to target subdirectory
` [RFA 07/13] Move guile object files to guile subdirectory

[PATCH] linux: Add maintenance commands to test libthread_db
 2017-11-23 13:22 UTC  (3+ messages)

DWARF: Hierarchies of abstract and concrete DIE instance trees
 2017-11-23  4:04 UTC  (4+ messages)
  ` [Dwarf-Discuss] "

[PATCH 0/3] Convert probe interfaces to C++ (and perform some cleanups)
 2017-11-23  0:33 UTC  (9+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/3] Convert generic probe interface "

Oh dear. I regret to inform you that commit 935676c92feb5f35e4634ef58c20ffdfd0979b07 might be unfortunate
 2017-11-23  0:22 UTC  (2+ messages)
` Breakage on builder Fedora-s390x-m64, revision 935676c92feb5f35e4634ef58c20ffdfd0979b07

New ARI warning Wed Nov 22 01:55:48 UTC 2017
 2017-11-22 22:38 UTC  (2+ messages)

[pushed/ARI] (Ada) ravenscar-thread.c: remove unwanted trailing \n in call to warning
 2017-11-22 22:38 UTC 

[Ada/commit] various ravenscar-thread enhancements
 2017-11-22 22:30 UTC  (9+ messages)
` [Ada 4/6] problem debugging ravenscar programs if runtime is stripped
` [Ada 1/6] watchpoint regression debugging with remote protocol (bare metal)
` [Ada 5/6] (Ada) crash connecting to TSIM simulator
` [Ada 2/6] Provide the "Base CPU" in output of "info task" (if set by runtime)
` [Ada 6/6] ravenscar: update inferior ptid with event ptid
` [Ada 3/6] Add multiple-CPU support in ravenscar-thread.c

[PATCH] Show optimized out local variables in "info locals"
 2017-11-22 20:58 UTC  (4+ messages)

[PATCH 0/4] C++ify varobj a little bit
 2017-11-22 20:10 UTC  (11+ messages)
` [PATCH 3/4] Replace VEC (varobj_update_result) with std::vector
` [PATCH 2/4] Make varobj::children an std::vector
` [PATCH 4/4] Remove DEF_VEC_P (varobj_p)
` [PATCH 1/4] Basic c++ification of varobj

[RFC v2][1/2] Target FP: Refactor use of host floating-point arithmetic
 2017-11-22 19:35 UTC  (3+ messages)

[pushed] Remove obsolete core-regset.c
 2017-11-22 19:03 UTC 

[PATCH 0/2 OBV] Fix build with GCC 8
 2017-11-22 17:39 UTC  (4+ messages)
` [PATCH 2/2 OBV] Fix build with GCC 8: strncpy ->strcpy
` [PATCH 1/2 OBV] Fix build with GCC 8: strncpy -> memcpy

[PATCH] [testsuite] Pass -lpthread in libs
 2017-11-22 16:52 UTC  (5+ messages)

[PATCH 00/40] C++ debugging improvements: breakpoints, TAB completion, more
 2017-11-22 16:48 UTC  (17+ messages)
` [PATCH 32/40] Make "break foo" find "A::foo", A::B::foo", etc. [C++ and wild matching]
` [PATCH 26/40] Optimize .gdb_index symbol name searching
      ` [PATCH 3/3] Fix mapped_index::find_name_components_bounds upper bound computation
      ` [PATCH 1/3] 0xff chars in name components table; cp-name-parser lex UTF-8 identifiers
      ` [PATCH 2/3] Unit test name-component bounds searching directly

[PATCH] [testsuite] Don't skip gdb.dwarf2/pr10770.exp for non-gcc compiler
 2017-11-22 14:50 UTC  (3+ messages)

[PATCH] [testsuite] Pass -pie in ldflags
 2017-11-22 14:37 UTC  (3+ messages)

[PATCH] Implement pahole-like 'ptype /o' option
 2017-11-21 19:14 UTC  (5+ messages)

[pushed][PowerPC] Detect different long double floating-point formats
 2017-11-21 17:55 UTC 

[PATCH v2] Don't lose language determined from the "main" name (fix gdb.ada/minsyms.exp)
 2017-11-21 17:29 UTC  (2+ messages)

[PATCH 0/2] Fix a couple gdb.ada/minsyms.exp problems
 2017-11-21 17:22 UTC  (13+ messages)
` [PATCH 1/2] gdb.ada/minsyms.exp: Don't hardcode the variable's address
` [PATCH 2/2] Don't lose language determined from the "main" name (fix gdb.ada/minsyms.exp)

[PATCH PR gdb/18071] TLS variables can't be resolved on aarch64-linux-gnu
 2017-11-21 15:36 UTC  (4+ messages)

[PATCH] [testsuite] Remove code setting target_cflags -D_MIT_POSIX_THREADS
 2017-11-21 15:16 UTC 

[RFC] Add support for stopping in Ada exception handler
 2017-11-21 11:32 UTC 

[PATCH] Fix type casts losing typedefs and reimplement "whatis" typedef stripping
 2017-11-20 23:11 UTC  (10+ messages)
            ` [pushed] Fix gdb.base/whatis-ptype-typedefs.exp on 32-bit archs (Re: [PATCH] Fix type casts losing typedefs and reimplement "whatis" typedef stripping)

[RFC][00/19] Target FP: Precise target floating-point emulation
 2017-11-20 18:25 UTC  (5+ messages)
` Doc update to mention MPFR (Re: [RFC][00/19] Target FP: Precise target floating-point emulation)

[PATCH 00/19] Remove find_inferior* and for_each_inferior*
 2017-11-20 16:35 UTC  (20+ messages)
` [PATCH 03/19] Remove usages of find_inferior in linux-mips-low.c
` [PATCH 08/19] Remove usage of find_inferior in linux_mourn
` [PATCH 07/19] Remove usage of find_inferior in linux_detach
` [PATCH 15/19] Remove usages of find_inferior that call proceed_one_lwp
` [PATCH 06/19] Remove usage of find_inferior in last_thread_of_process_p
` [PATCH 12/19] Remove usage of find_inferior in linux_stabilize_threads
` [PATCH 18/19] Remove for_each_inferior
` [PATCH 02/19] Remove usage of find_inferior in lynx_mourn
` [PATCH 16/19] Update comments
` [PATCH 04/19] Remove find_inferior_id
` [PATCH 19/19] Remove for_each_inferior_with_data
` [PATCH 10/19] Remove usages of find_inferior calling not_stopped_callback
` [PATCH 09/19] Remove usage of find_inferior in find_lwp_pid
` [PATCH 14/19] Remove usage of find_inferior in linux_resume
` [PATCH 13/19] Remove usages of find_inferior in stop_all_lwps
` [PATCH 01/19] Remove usage of find_inferior in regcache_invalidate_pid
` [PATCH 05/19] Remove find_inferior_in_random
` [PATCH 17/19] Remove find_inferior
` [PATCH 11/19] Remove usages of find_inferior in select_event_lwp

[PATCH 00/11] Remove some usages of find_inferior
 2017-11-20  3:24 UTC  (3+ 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).