public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[pushed] [PATCH V4] Add support for bound table in the Intel MPX context
 2015-06-10 11:56 UTC  (3+ messages)

Improving GDB's mechanism to check if function is GC'ed
 2015-06-10 11:46 UTC  (7+ messages)

[PATCH 0/7] GNU/Linux mount namespace support
 2015-06-10  9:41 UTC  (7+ messages)
` [PATCH 8/9 v2] Implement vFile:setfs in gdbserver

[pushed] [PATCH v3] Improve test for processor feature om MPX registers test
 2015-06-10  8:34 UTC 

[pushed][PATCH v3] Fix MPX and AVX512 tests for path changes
 2015-06-10  8:33 UTC 

[PATCH] Expose signal and syscall catchpoints to Python
 2015-06-10  8:04 UTC  (2+ messages)

[PATCH] symfile debug file additional search in sysroot
 2015-06-10  7:44 UTC 

[PATCH] Add proper handling for non-local references in nested subprograms
 2015-06-09 21:46 UTC  (5+ messages)
  ` [PATCH] Add proper handling for non-local references in nested functions

[PATCH] py-prettyprint.exp: Add is_address_zero_readable check
 2015-06-09 20:52 UTC 

[WIP] Bare-metal register browsing
 2015-06-09 20:50 UTC  (8+ messages)

[PATCH] Find debug symbols file by buildid for coff file format also
 2015-06-09 19:36 UTC  (6+ messages)
    ` [PATCH] Find debug symbols file by buildid for PE "

[PATCH] Don't truncate the history file when history size is unlimited
 2015-06-09 19:28 UTC 

[PATCH 0/4] Various Cygwin patches
 2015-06-09 19:17 UTC  (10+ messages)
` [PATCH 1/4] windows-nat: Trim a trailing '\n's from OutputDebugString before echoing it
` [PATCH 3/4] windows-nat: Consistently use numeric get_context parameter to thread_rec()
` [PATCH 4/4] windows-nat: Also ignore ERROR_INVALID_HANDLE from SuspendThread()
` [PATCH 1/4] windows-nat: Trim a trailing '\n' from OutputDebugString before echoing it
` [PATCH 2/4] windows-nat: Replace __COPY_CONTEXT_SIZE conditional with __CYGWIN__

[PATCH] Unbreak DJGPP port of GDB
 2015-06-09 18:56 UTC  (11+ messages)

[PATCH] Prevent internal-error when computing $pc in ARM assembly code
 2015-06-09 18:44 UTC  (2+ messages)

[PATCH] Add option to remove duplicate command history entries
 2015-06-09 18:41 UTC  (6+ messages)

[PATCH] Fix problems with finishing a dummy function call on simulators
 2015-06-09 18:34 UTC  (6+ messages)

sim spelling error
 2015-06-09 18:31 UTC  (2+ messages)

[obvious] Indentation fixes on test sample and test file for MPX registers
 2015-06-09 18:24 UTC  (2+ messages)

[PATCH v3] Improve test for processor feature om MPX registers test
 2015-06-09 18:23 UTC  (2+ messages)

[PATCH v3] Fix MPX and AVX512 tests for path changes
 2015-06-09 18:13 UTC  (2+ messages)

[PATCH 0/2] Improvements to 'tui reg' command
 2015-06-09 16:45 UTC  (6+ messages)
` [PATCH 2/2] gdb: Rework command completion on 'tui reg'

[PATCH V4] Add support for bound table in the Intel MPX context
 2015-06-09 16:26 UTC  (4+ messages)

[PATCH 6/9 v2] Implement mount namespace support for native Linux targets
 2015-06-09 14:32 UTC  (3+ messages)

[OB PATCH] Don't assume File-I/O mode bits match the host's format
 2015-06-09 13:28 UTC  (3+ messages)

[PATCH] Fix preprocessor conditional
 2015-06-09 12:24 UTC  (2+ messages)

[PING^2][PATCH] Add vector ABI tests to gnu_vector.exp
 2015-06-09 12:06 UTC 

qXfer:exec-file:read and non multiprocess target
 2015-06-08 19:42 UTC  (17+ messages)
` [PATCH] Make only user-specified executable filenames sticky
              ` [PATCH v2] Make only user-specified executable and symbol "
                  ` [PATCH v3] "

[PATCH v3] Add support for bound table in the Intel MPX context
 2015-06-08 16:45 UTC  (2+ messages)

New changes
 2015-06-08 16:36 UTC 

[patch] gdbserver <library-list> and its #FIXED version="1.0"
 2015-06-08  9:08 UTC  (3+ messages)
` ping: "

[PATCH v6 00/10] Validate binary before use
 2015-06-08  8:42 UTC  (14+ messages)
` [PATCH v6 02/10] Merge multiple hex conversions
` [PATCH v6 03/10] Code cleanup: Rename enum -> enum filterflags
` [PATCH v6 01/10] Move utility functions to common/
` [PATCH v6 07/10] Move linux_find_memory_regions_full & co
` [PATCH v6 10/10] Tests for validate symbol file using build-id
` [PATCH v6 09/10] Validate "
` [PATCH v6 08/10] gdbserver build-id attribute generator
` [PATCH v6 04/10] Create empty common/linux-maps.[ch] and common/target-utils.[ch]
` [PATCH v6 05/10] Move gdb_regex* to common/
` [PATCH v6 06/10] Prepare linux_find_memory_regions_full & co. for move

[PATCH] xtensa: initialize call_abi in xtensa_tdep
 2015-06-06 22:06 UTC 

[PING][PATCH] Improve prologue skipping on PPC32 for variadic functions
 2015-06-06  7:37 UTC  (2+ messages)

[obv] compile-print.exp: xfail->kfail for '@' GDB array operator
 2015-06-05 21:23 UTC  (8+ messages)

[PATCH] Move vgdb special case into remote_filesystem_is_local
 2015-06-05 15:13 UTC  (8+ messages)
            ` [pushed] "

[PATCH 0/2] Improved variable object invalidation in GDB
 2015-06-05  3:03 UTC  (7+ messages)
` [PATCH 2/2] Testsuite for varobj updation after symbol removal
          ` [PATCH 2/2] [PING]Testsuite "

2 weeks to GDB 7.10 tentative branching date!
 2015-06-04 17:25 UTC  (14+ messages)
          ` GDB Bugzilla Target Milestone 7.10 [Re: 2 weeks to GDB 7.10 tentative branching date!]

RFC GDB Linux Awareness analysis
 2015-06-04 16:32 UTC  (2+ messages)

[PATCH OBV] Regenerate gdbarch.c to sync with gdbarch.sh
 2015-06-04 16:31 UTC 

[PATCH 1/2] Read $GDBHISTSIZE instead of $HISTSIZE
 2015-06-04 15:30 UTC  (4+ messages)

[PATCH] Intercept and handle Delete/Home/End keys in the TUI
 2015-06-03 23:55 UTC  (2+ messages)

[patch] Fix jit-reader.h for multilib
 2015-06-03 19:42 UTC  (3+ messages)
  ` ping: "

[patchv6] compile: Use also inferior munmap
 2015-06-03 19:34 UTC  (2+ messages)
` [commit] "

[PATCH] Prune duplicate command history entries
 2015-06-03 17:42 UTC  (5+ messages)

[PATCH, doc RFA] remove support for special Sun stabs support
 2015-06-03 14:47 UTC  (2+ messages)

[PATCH] Fix =thread-exited not showing up when detaching (PR 15564)
 2015-06-02 19:34 UTC  (2+ messages)

[PATCH] [RFC] Discard local stdin events while an attached inferior is running
 2015-06-02 16:06 UTC  (5+ messages)

[PATCH] Call target_terminal_ours() before refreshing TUI's frame info
 2015-06-02 15:53 UTC  (4+ messages)

[PATCH] Make file-based lookup more interruptable
 2015-06-02 13:46 UTC  (9+ messages)

[PATCH 0/6] Use PTRACE_GETREGSET and PTRACE_SETREGSET in arm-linux-nat.c
 2015-06-02  9:30 UTC  (7+ messages)
` [PATCH 4/6] Fetch and store GP registers by PTRACE_{G,S}ETREGSET

reminder on commit subjects
 2015-06-01 15:24 UTC 

[ping] [PATCH v2] In MI mode -var-create --language not working
 2015-06-01 13:10 UTC 

[PATCH] Fix wrong assertions
 2015-06-01 12:05 UTC  (10+ messages)
            ` [commit] "

[PATCH v4 0/9] Locations API
 2015-05-30 15:17 UTC  (11+ messages)
` [PATCH v4 6/9] Explicit locations: introduce explicit locations

[PATCH] toplevel: fixes for in-tree libiconv
 2015-05-30  4:50 UTC  (2+ messages)

[PATCH][COMMITED] Add myself to the Write After Approval list
 2015-05-29 23:48 UTC 

[PATCH] config: fix AM_ICONV for in-tree libiconv
 2015-05-29 21:25 UTC 

[PATCH users/roland/osabi-assert] Do not crash on unrecognized GNU .note.ABI-tag values
 2015-05-29 18:24 UTC  (10+ messages)

[PATCH users/roland/osabi] Recognize GNU .note.ABI-tag values 5 (syllable) and 6 (nacl)
 2015-05-29 17:07 UTC  (6+ 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).