public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[RFC PATCH 0/6] Support for Linux kernel thread aware debug
 2019-01-29  5:03 UTC 

[RFC] Sort #includes in gdb
 2019-01-28 22:31 UTC  (4+ messages)

[PATCH] Fix 'info proc cmdline' for native FreeBSD processes
 2019-01-28 21:58 UTC 

[PATCH v2 0/4] Some fixes for debug files and sysroots
 2019-01-28 20:53 UTC  (5+ messages)
` [PATCH v2 2/4] Add a new function child_path
` [PATCH v2 3/4] Use child_path to determine if an object file is under a sysroot
` [PATCH v2 1/4] Look for separate debug files in debug directories "
` [PATCH v2 4/4] Try to use the canonical version of a sysroot for debug file links

[PATCH 0/2] Some fixes for debug files and sysroots
 2019-01-28 20:41 UTC  (8+ messages)
` [PATCH 1/2] Look for separate debug files in debug directories under a sysroot
` [PATCH 2/2] Trim trailing directory separators from new sysroots

[PATCH] Replace contribution list in CONTRIBUTE file with wiki link
 2019-01-28 19:50 UTC  (11+ messages)

[PATCH 0/9] Support for thread-local variables on FreeBSD
 2019-01-28 17:54 UTC  (14+ messages)
` [PATCH 3/9] Handle TLS variable lookups when using separate debug object files
` [PATCH 1/9] Support the fs_base and gs_base registers on i386
` [PATCH 7/9] Support TLS variables on FreeBSD/i386
` [PATCH 2/9] Support fs_base and gs_base "
` [PATCH 6/9] Support TLS variables on FreeBSD/amd64
` [PATCH 9/9] Support TLS variables on FreeBSD/powerpc
` [PATCH 4/9] Add a new gdbarch method to resolve the address of TLS variables
` [PATCH 8/9] Support TLS variables on FreeBSD/riscv
` [PATCH 5/9] Add a helper function to resolve TLS variable addresses for FreeBSD

[PATCH] MI: Add new command -complete
 2019-01-28 12:41 UTC  (6+ messages)
  ` [PATCH v2 0/2] "
    ` [PATCH v2 1/2] MI: extract command completion logic from complete_command()
    ` [PATCH v2 2/2] MI: Add new command -complete

[PATCH, RFC] AArch64: Implement software single step
 2019-01-28 12:09 UTC  (2+ messages)

[FYI] Remove duplicate skip_python_tests invocation
 2019-01-27 21:52 UTC 

[RFC] Normalize include guards in gdb
 2019-01-27 19:56 UTC 

[PATCH 0/3] Fix build failure with sim-arange inlining
 2019-01-27  4:22 UTC  (4+ messages)
` [PATCH 2/3] include/dis-asm.h: Fix warning: Include "string.h" for strchr

[PATCH] Use trad_frame_set_reg_addr for FreeBSD arm signal trampoline unwinders
 2019-01-27  4:22 UTC  (2+ messages)

[RFA] Fix splay tree KEY leak detected in GDB test gdb.base/macscp.exp
 2019-01-26 22:34 UTC 

[RFAv3 0/2] Fix leaks in macro definition
 2019-01-26 22:31 UTC  (3+ messages)
` [RFAv3 2/2] Factorize macro definition code in macrotab.c
` [RFAv3 1/2] Fix leak of identifier in macro definition

[FYI] Fix the sim build
 2019-01-26 15:53 UTC 

[RFAv2 0/3] Have GDB better styled
 2019-01-26 11:04 UTC  (8+ messages)
` [RFAv2 1/3] Use function_name_style to print Ada and C function names
` [RFAv2 3/3] Make symtab.c better styled

[PATCH 0/3] Normalize common includes
 2019-01-26  5:03 UTC  (13+ messages)
` [PATCH 3/3] Don't use -I for common subdirectory
` [PATCH 2/3] Normalize includes to use common/
` [PATCH 1/3] Update create-version.sh to use common/version.h

[PATCH, RFC] fix gdbserver channel leaks
 2019-01-25 18:36 UTC  (5+ messages)

[PATCH] gdbserver: When attaching, add process before lwps
 2019-01-25 18:23 UTC  (2+ messages)

[PATCH v3 06/17] Replace delete_longjmp_breakpoint_cleanup with a forward_scope_exit type
 2019-01-24 18:09 UTC  (4+ messages)
    ` [pushed] Fix clang/libc++ build (Re: [PATCH v3 06/17] Replace delete_longjmp_breakpoint_cleanup with a forward_scope_exit type)

GDB 8.3 release -- 2019-01-23 update
 2019-01-24  3:16 UTC  (4+ messages)

[PATCH 0/3] Some remote-related constification
 2019-01-23 22:02 UTC  (4+ messages)
` [PATCH 1/3] Constify target_pass_signals and target_program_signals
  ` [PATCH] target_pass_signals/target_program_signals: Use gdb::array_view (Re: [PATCH 1/3] Constify target_pass_signals and target_program_signals)

[PATCH v3 00/17] Remove some cleanups using scope_exit
 2019-01-23 19:18 UTC  (21+ messages)
` [PATCH v3 16/17] Update cleanup comment in ui-out.h
` [PATCH v3 05/17] Use SCOPE_EXIT in gdbarch-selftest.c
` [PATCH v3 03/17] Introduce forward_scope_exit
` [PATCH v3 12/17] Remove clear_symtab_users_cleanup
` [PATCH v3 01/17] Rename ESC -> ESC_PARENS
` [PATCH v3 15/17] Update an obsolete cleanup comment
` [PATCH v3 13/17] Remove cleanup from stop_all_threads
` [PATCH v3 02/17] Introduce scope_exit
` [PATCH v3 10/17] Remove cleanup_delete_std_terminate_breakpoint
` [PATCH v3 06/17] Replace delete_longjmp_breakpoint_cleanup with a forward_scope_exit type
` [PATCH v3 11/17] Remove cleanup from linux-nat.c
` [PATCH v3 14/17] Remove remaining cleanup from fetch_inferior_event
` [PATCH v3 07/17] Remove remaining cleanup from gdb/breakpoint.c
` [PATCH v3 08/17] Remove delete_just_stopped_threads_infrun_breakpoints_cleanup
` [PATCH v3 17/17] Use scope_exit in regcache.c
` [PATCH v3 04/17] Use forward_scope_exit for scoped_finish_thread_state
` [PATCH v3 09/17] Remove make_bpstat_clear_actions_cleanup

[PATCH 0/9] #include cleanups
 2019-01-23 17:33 UTC  (13+ messages)
` [PATCH 4/9] Do not include py-ref.h in most files
` [PATCH 9/9] corelow.c does not need sys/file.h
` [PATCH 6/9] Rename "lines" parameter in source-cache.h
` [PATCH 8/9] Include coff/sym.h from coff/ecoff.h
` [PATCH 7/9] Include gdb_curses.h in tui-wingeneral.h
` [PATCH 3/9] Use "struct bcache" in objfiles.h
` [PATCH 2/9] Remove a comment in compile/compile-cplus-types.c
` [PATCH 5/9] Declare remote_target in remote-fileio.h
` [PATCH 1/9] Include compile-internal.h in gcc-c-plugin.h

[PATCH] Remove a warning from symtab.c
 2019-01-23 17:02 UTC  (2+ messages)

[PATCH v2] AArch64 AAPCS: Ignore static members
 2019-01-23 16:52 UTC  (2+ messages)

[PATCH] Remove duplicate or commented-out #includes
 2019-01-23 16:40 UTC  (7+ messages)

[PUSHED/OBV] AArch64: Ensure lwp info is created zeroed
 2019-01-23 11:52 UTC 

announcement about GDB version numbering
 2019-01-23  5:57 UTC 

[PATCH] Remove the EXTERN define from stabsread.h
 2019-01-22 22:59 UTC  (3+ messages)

Oh dear. I regret to inform you that commit 2dc8dd17cd595bd7a1b0824c83380af52e633fc1 might be unfortunate
 2019-01-22 20:42 UTC  (6+ messages)
` Breakage on builder Ubuntu-Aarch64-native-extended-gdbserver-m64, revision 2dc8dd17cd595bd7a1b0824c83380af52e633fc1

[PATCH] AArch64: Detect exit from execve syscall
 2019-01-22 11:15 UTC 

[RFAv2] Fix leaks in macro definitions
 2019-01-22  8:33 UTC  (3+ messages)

[PATCH 00/12] remove some cleanups using a cleanup function
 2019-01-22  3:56 UTC  (11+ messages)

[PATCH] Fortran function calls with arguments
 2019-01-21 22:03 UTC  (2+ messages)

[RFAv2] Fix leak in event-top.c history expansion
 2019-01-21 20:32 UTC  (3+ messages)

[PATCH v2] Fix MI output for multi-location breakpoints
 2019-01-21 17:09 UTC  (3+ messages)

[RFA] Fix leak detected in GDB test gdb.base/macscp.exp
 2019-01-21 15:59 UTC  (2+ messages)

[PATCH 0/2] AArch64 AAPCS: Improve argument passing
 2019-01-21 15:52 UTC  (8+ messages)
` [PATCH 1/2] AArch64 AAPCS: Empty structs have non zero size in C++
` [PATCH 2/2] AArch64 AAPCS: Ignore static members

[RFA] Fix leak in event-top.c history expansion
 2019-01-20 21:25 UTC  (2+ messages)

[RFA] Fix leaks in macro definitions
 2019-01-19 20:05 UTC  (8+ messages)

[RFAv3 0/3] Have GDB better styled
 2019-01-19 12:33 UTC  (4+ messages)
` [RFAv3 3/3] Make symtab.c "
` [RFAv3 2/3] Use address style to print addresses in breakpoint information
` [RFAv3 1/3] Use function_name_style to print Ada and C function names

[PATCH v2] Testsuite: Ensure stack protection is off for GCC
 2019-01-18 19:44 UTC  (2+ messages)

[FYI] Replace "the the" with "the"
 2019-01-18  8:39 UTC  (2+ messages)

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

[PATCH 0/6] change range adapters to be member functions
 2019-01-17 23:11 UTC  (3+ messages)

Substitute all "the the" with "the"
 2019-01-17 19:41 UTC  (2+ messages)

[PATCH] Testsuite: Ensure stack protection is off for GCC
 2019-01-17 17:47 UTC  (4+ messages)
  ` [Ping] "

[PATCH v2] gdbserver short-circuit-argument-list failures
 2019-01-17 15:38 UTC 

[PATCH] Handle hitting a recording extent boundary as a normal trap-caused stop
 2019-01-17 15:34 UTC  (2+ messages)

[PATCH] Remove cleanups from solib-target.c
 2019-01-17 15:29 UTC  (2+ messages)

[PATCH] Simulator: prevent inlining in C++ mode
 2019-01-17 13:20 UTC  (8+ 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).