public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCH] Use thread_info and inferior pointers more throughout
 2019-02-14 15:45 UTC  (5+ messages)

[PATCH 0/6] Implement the ability to start inferiors with a shell on gdbserver
 2019-02-14 15:38 UTC  (9+ messages)
` [PATCH v7 0/4] "
  ` [PATCH v7 3/4] Share fork_inferior et al with gdbserver

[PATCH 00/20] Remove cleanups
 2019-02-14 15:34 UTC  (24+ messages)
` [PATCH 11/20] Remove basic cleanup code
` [PATCH 06/20] Remove cleanup from solib-svr4.c
` [PATCH 07/20] Remove last cleanups "
` [PATCH 20/20] Introduce and use bcache_up
` [PATCH 16/20] Remove some now-dead exception code
` [PATCH 01/20] Remove cleanups from coffread.c
` [PATCH 14/20] Make exceptions use std::string and be self-managing
` [PATCH 12/20] Remove free_current_contents
` [PATCH 05/20] Remove last cleanup from gdbserver
` [PATCH 03/20] Change displaced_step_clear_cleanup with a forward_scope_exit
` [PATCH 17/20] Make exception throwing a bit more efficient
` [PATCH 18/20] Replace throw_exception with throw in some cases
` [PATCH 15/20] Rewrite TRY/CATCH
` [PATCH 08/20] Remove last cleanup solib-aix.c
` [PATCH 13/20] Simplify exception handling
` [PATCH 10/20] Remove last cleanups from stabsread.c
` [PATCH 04/20] C++ify remote notification code
` [PATCH 02/20] Update two cleanup comments
` [PATCH 09/20] Remove last cleanup from linux-namespaces.c
` [PATCH 19/20] Use SCOPE_EXIT in write_gcore_file

[PATCH 00/40] C++ify target_ops, toward multi-target
 2019-02-14 15:30 UTC  (4+ messages)
` [RESEND][PATCH 01/40] Convert struct target_ops to C++

[PATCH] [amd64] Fix AMD64 return value ABI in expression evaluation
 2019-02-14 15:26 UTC  (6+ messages)
  ` [PATCH v2] "
    ` [PATCH v3] "

[PATCH] Please define thread_info as struct thread_info (and other stuff)
 2019-02-14 15:16 UTC  (7+ messages)

[PATCH] Use upper case for metasyntactic variables in "help find"
 2019-02-14 15:01 UTC 

[RFC] nm header removal: Get rid of config/i386/nm-i386gnu.h header
 2019-02-14 14:59 UTC  (4+ messages)

[PATCH/RFC] gdbserver: Add command line option to not use SO_REUSEADDR
 2019-02-14 14:33 UTC  (3+ messages)

[PATCH 0/8] Clean up ravenscar-thread.c
 2019-02-14 13:35 UTC  (16+ messages)
` [PATCH 3/8] C++-ify ravenscar_arch_ops
` [PATCH 8/8] Special-case wildcard requests in ravenscar-thread.c
` [PATCH 2/8] Exception safety "
` [PATCH 4/8] Fix formatting "
` [PATCH 7/8] Make the ravenscar thread target multi-target-ready
` [PATCH 5/8] Minor C++-ification in ravenscar-thread.c
` [PATCH 6/8] Add push_target overload
` [PATCH 1/8] Fix some typos in ravenscar-thread.c

[PING][PATCH v2 PR gdb/21870] aarch64: Leftover uncleared debug registers
 2019-02-14 13:02 UTC  (12+ messages)

[RFA] (riscv/ada) fix error when calling functions with range argument
 2019-02-14  3:39 UTC  (7+ messages)

[RFC] Fix pager bugs with style output
 2019-02-14  3:34 UTC  (7+ messages)

[RFA/commit] (Windows) remove thread notification for main thread of inferior
 2019-02-14  3:16 UTC  (5+ messages)

Add Andrew Burgess as global maintainer of gdb/ and sim/
 2019-02-13 22:19 UTC 

[PATCH v2] Fortran function calls with arguments
 2019-02-13 21:24 UTC  (2+ messages)

[PATCH 0/2] Fix memory leaks in create_ada_exception_catchpoint
 2019-02-13 21:23 UTC  (4+ messages)
` [PATCH 1/2] C++-ify bp_location
` [PATCH 2/2] Fix memory leak in create_ada_exception_catchpoint

review request: implementing DW_AT_endianity
 2019-02-13 16:19 UTC  (8+ messages)
` [PATCH] "

[PATCH] AArch64: Add default reggroups
 2019-02-13 14:03 UTC 

[RFA] Fix leaks in ada catch command
 2019-02-13 13:47 UTC  (4+ messages)

[PATCH 0/2] Styling + memory management in macro commands
 2019-02-13 12:59 UTC  (3+ messages)
` [PATCH 2/2] Change macro_source_fullname to return a std::string
` [PATCH 1/2] Add styling to macro commands

[PATCH] MI: Add new command -complete
 2019-02-13  9:24 UTC  (3+ messages)
` [PATCH v2 0/2] "

[PATCH] Fix typos in symtab_symbol_info
 2019-02-12 23:49 UTC 

[PATCH v2 0/4] Some fixes for debug files and sysroots
 2019-02-12 21:59 UTC  (9+ messages)
` [PATCH v2 2/4] Add a new function child_path
` [PING] [PATCH v2 0/4] Some fixes for debug files and sysroots

[PATCH 0/3] Fix build failure with sim-arange inlining
 2019-02-12 21:55 UTC  (5+ messages)
` [PATCH 2/3] include/dis-asm.h: Fix warning: Include "string.h" for strchr

[PATCH] Fix some valgrind errors in the TUI
 2019-02-12 19:46 UTC 

[RFAv2 0/3] Have GDB better styled
 2019-02-12 18:41 UTC  (10+ messages)
` [RFAv2 3/3] Make symtab.c "

[PATCH 00/11] Fortran Parser Cleanup, KIND Support, and Intrinsic Functions
 2019-02-12 16:11 UTC  (12+ messages)
` [PATCH 01/11] gdb/fortran: Remove some duplicate tests
` [PATCH 11/11] gdb/fortran: Handle older TYPE*SIZE typenames
` [PATCH 06/11] gdb/fortran: Add Fortran 'kind' intrinsic and keyword
` [PATCH 03/11] gdb/fortran: Simplify handling of Fortran dot operations and keywords
` [PATCH 10/11] gdb/fortran: Add support for the ABS intrinsic function
` [PATCH 08/11] gdb/fortran: Add builtin 8-byte integer type with (kind=8) support
` [PATCH 07/11] gdb/fortran: Expand the set of types that support (kind=N)
` [PATCH 04/11] gdb/fortran: Add new function to evaluate Fortran expressions
` [PATCH 05/11] gdb/fortran: Enable debugging of the Fortran parser
` [PATCH 09/11] gdb/fortran: Use TYPE_CODE_CHAR for character types
` [PATCH 02/11] gdb/fortran: Cleanup code for parsing logical constants

[RFA] Fix splay tree KEY leak detected in GDB test gdb.base/macscp.exp
 2019-02-12 13:13 UTC  (7+ messages)

[PATCH] C++-ify struct thread_fsm
 2019-02-11 19:40 UTC  (5+ messages)
` [PATCH] thread_fsm: Make data fields private (Re: [PATCH] C++-ify struct thread_fsm)

[PATCH v5 00/12] GDB support for more powerpc registers on linux
 2019-02-11 19:10 UTC  (4+ messages)
` [PATCH v5 12/12] [PowerPC] Add support for HTM registers

[PATCH v2 00/11] Support for thread-local variables on FreeBSD
 2019-02-11 17:44 UTC  (15+ messages)
` [PATCH v2 09/11] Support TLS variables on FreeBSD/i386
` [PATCH v2 07/11] Add a helper function to resolve TLS variable addresses for FreeBSD
` [PATCH v2 02/11] Support fs_base and gs_base on FreeBSD/i386
` [PATCH v2 03/11] Handle an edge case for minisym TLS variable lookups
` [PATCH v2 06/11] Add a more general version of lookup_struct_elt_type
` [PATCH v2 08/11] Support TLS variables on FreeBSD/amd64
` [PATCH v2 11/11] Support TLS variables on FreeBSD/powerpc
` [PATCH v2 01/11] Support the fs_base and gs_base registers on i386
` [PATCH v2 05/11] Remove code disabled since at least 1999 from lookup_struct_elt_type
` [PATCH v2 04/11] Add a new gdbarch method to resolve the address of TLS variables
` [PATCH v2 10/11] Support TLS variables on FreeBSD/riscv

[PATCH v2 0/3] Read pseudo registers from frame instead of regcache
 2019-02-11 16:56 UTC  (8+ messages)
` [PATCH v2 1/3] Extract register_reader and register_readwriter interfaces from regcache
` [PATCH v2 2/3] Read pseudo registers from frame instead of regcache

AArch64 Buildbot moved to new hardware
 2019-02-11 16:17 UTC  (2+ messages)

[RFA] Fix type_stack leaks in c expression parsing
 2019-02-10 12:18 UTC  (3+ messages)

[RFA/commit] (Ada) fix GDB crash printing packed array
 2019-02-10  8:21 UTC 

[RFA/commit] (Ada) -var-update crash for variable whose type is a reference to changeable
 2019-02-10  8:17 UTC  (2+ messages)
` pushed: "

[PATCH 0/9] Support for thread-local variables on FreeBSD
 2019-02-09  0:34 UTC  (14+ messages)
` [PATCH 3/9] Handle TLS variable lookups when using separate debug object files
` [PATCH 5/9] Add a helper function to resolve TLS variable addresses for FreeBSD

[PATCH] RISC-V: Add FP register core file support
 2019-02-08 21:27 UTC  (4+ messages)

[PATCH] x86-64: fix unused register determination for displaced stepping
 2019-02-08 15:21 UTC 

[PATCH] x86-64: fix displaced stepping for VEX, XOP, and EVEX encoded insns
 2019-02-08 12:40 UTC  (4+ messages)

[PATCH v2] gdbserver short-circuit-argument-list failures
 2019-02-08 11:10 UTC  (2+ messages)

[RFC PATCH 0/6] Support for Linux kernel thread aware debug
 2019-02-08  8:54 UTC  (10+ messages)
` [RFC PATCH 4/6] Linux kernel debug infrastructure and target Linux kernel

[PATCH] AArch64: Detect exit from execve syscall
 2019-02-07 17:40 UTC  (3+ messages)

[PATCH] Make gdb.base/corefile.exp work on terminals with few rows
 2019-02-07 14:24 UTC  (5+ messages)

[RFC] Normalize include guards in gdb
 2019-02-07 14:23 UTC  (3+ messages)

[RFAv3 0/2] Fix leaks in macro definition
 2019-02-06 20:08 UTC  (6+ messages)
` [RFAv3 2/2] Factorize macro definition code in macrotab.c
` [RFAv3 1/2] Fix leak of identifier in macro definition

[PATCH] Readline: Cleanup some warnings
 2019-02-06 19:56 UTC  (8+ messages)

[PATCH v2] gdbserver: When attaching, add process before lwps
 2019-02-06 18:02 UTC  (2+ messages)

[PATCH v2 1/7] DWARF: Don't add nameless modules to partial symbol table
 2019-02-06 12:39 UTC  (10+ messages)
` [PATCH v2 3/7] Fortran: Accessing fields of inherited types via fully qualified name

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