public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCH 0/2] Delete the remaining ROM monitor targets
 2015-08-24 14:52 UTC  (6+ messages)
` [PATCH 2/2] gdb manual: Remove references to deleted targets
` [PATCH 1/2] Delete the remaining ROM monitor targets

[PATCH obv/pushed] MIPS ptrace build fixes
 2015-08-24 14:48 UTC  (2+ messages)

[commit] gnu_vector.exp: Avoid some more known FAILs
 2015-08-24 13:44 UTC 

Ping: RFA: AArch64 sim
 2015-08-24 13:02 UTC 

[PATCH] config: fix AM_ICONV for in-tree libiconv
 2015-08-24 10:29 UTC  (4+ messages)

[PATCH 0/2] Better handling of slow remote transfers
 2015-08-24  8:45 UTC  (33+ messages)
                        ` [PATCH] Prelimit number of bytes to read in "vFile:pread:"
                                        ` [PATCH] remote: allow aborting long operations (e.g., file transfers) (Re: [PATCH] Prelimit number of bytes to read in "vFile:pread:")
                            ` [pushed] Prelimit number of bytes to read in "vFile:pread:"
                              ` [pushed] Add readahead cache to gdb's vFile:pread (Re: [PATCH 0/2] Better handling of slow remote transfers)

[PATCH 0/2] Improve error management on probes-based dynamic linker interface (and workaround RH BZ 1196181)
 2015-08-24  8:43 UTC  (4+ messages)
` [PATCH 1/2] Improve error reporting when handling SystemTap SDT probes
` [PATCH 2/2] Catching errors on probes-based dynamic linker interface

[PATCH v3 00/19] New completer API
 2015-08-23 18:03 UTC  (44+ messages)
` [PATCH v3 09/19] Implement completion limiting for interpreter_completer
` [PATCH v3 12/19] Implement completion limiting for sim_command_completer
` [PATCH v3 02/19] Remove completion_tracker_t from the public completion API
` [PATCH v3 18/19] Use the hashtable to accumulate completion results
` [PATCH v3 06/19] Implement completion limiting for condition_completer
` [PATCH v3 04/19] Implement completion limiting for add_filename_to_list
` [PATCH v3 19/19] Remove the vector return result from the completion API
` [PATCH v3 01/19] Add struct completer_data to "
` [PATCH v3 17/19] Make the completion API completely opaque
` [PATCH v3 05/19] Implement completion limiting for ada_make_symbol_completion_list
` [PATCH v3 16/19] Implement completion limiting for tui_reggroup_completer
` [PATCH v3 07/19] Implement completion limiting for filename_completer
` [PATCH v3 11/19] Implement completion limiting for reg_or_group_completer
` [PATCH v3 13/19] Implement completion limiting for complete_on_enum
` [PATCH v3 08/19] Implement completion limiting for signal_completer
` [PATCH v3 14/19] Implement completion limiting in add_struct_fields
` [PATCH v3 10/19] Implement completion limiting for cmdpy_completer
` [PATCH v3 03/19] Implement completion-limiting for complete_on_cmdlist
` [PATCH v3 15/19] Implement completion limiting for scmcmd_add_completion

[PATCH 1/2] Re-check fastpoint after reloading symbols
 2015-08-23 16:17 UTC  (2+ messages)
` [PATCH 2/2] Determine the iteration count based on wallclock instead of user+system time

[PATCH v12 00/32] Validate binary before use
 2015-08-22 19:24 UTC  (38+ messages)
` [PATCH v12 02/32] Move gdb_regex* to common/
` [PATCH v12 03/32] Prepare linux_find_memory_regions_full & co. for move
` [PATCH v12 04/32] Move linux_find_memory_regions_full & co
` [PATCH v12 01/32] Create empty common/linux-maps.[ch] and common/target-utils.[ch]
` [PATCH v12 05/32] gdbserver build-id attribute generator
` [PATCH v12 11/32] Code cleanup: Remove OPF_RETURN_REALPATH
` [PATCH v12 10/32] Code cleanup: Add enum for openp_flags
` [PATCH v12 12/32] Code cleanup: Remove openp parameter mode
` [PATCH v12 06/32] Validate symbol file using build-id
` [PATCH v12 07/32] Code cleanup: Make solib_find_1 variable const
` [PATCH v12 08/32] Permit multiple sysroot directories
` [PATCH v12 15/32] gdb_bfd_open_from_target: Support real fd
` [PATCH v12 14/32] Provide new gdb_bfd_open_from_target
` [PATCH v12 20/32] symfile_bfd_open: Make it use openp_bfd()
` [PATCH v12 19/32] solib_find: Make it use file_location
` [PATCH v12 16/32] gdb_bfd_open_from_target: Optionally do not close fd
` [PATCH v12 18/32] Refactor openp() to return file_location
` [PATCH v12 17/32] Add file_location utility functions
` [PATCH v12 13/32] Code cleanup: openp parameter filename_opened is never NULL
` [PATCH v12 09/32] Change sysroot to ":target:"
` [PATCH v12 25/32] Verify the build-id
` [PATCH v12 21/32] build_id_to_debug_bfd: Make it also non-.debug capable
` [PATCH v12 27/32] build_id_verify: Make it more verbose
` [PATCH v12 23/32] build_id_to_bfd: Make it return file_location
` [PATCH v12 26/32] solib_bfd_open: Optimize opening twice
` [PATCH v12 22/32] Add dummy build-id params to prototypes
` [PATCH v12 24/32] solib_find: Search also by build-id
` [PATCH v12 29/32] testcase: Test also locating shlibs "
` [PATCH v12 32/32] Support build-id for main executables
` [PATCH v12 28/32] Tests for validate symbol file using build-id
` [PATCH v12 31/32] Make only user-specified executable and symbol filenames sticky
` [PATCH v12 30/32] Code cleanup: New hex2bin_allocate()

[PATCH] Add proper handling for non-local references in nested subprograms
 2015-08-22 17:30 UTC  (13+ messages)
  ` [PATCH] Add proper handling for non-local references in nested functions

New ARI warning Sat Aug 22 02:04:46 UTC 2015 in gdb-7.10-branch
 2015-08-22  2:04 UTC 

New ARI warning Sat Aug 22 01:54:20 UTC 2015
 2015-08-22  1:54 UTC 

[ob/pushed] Fix ax.c:gdb_eval_agent_expr
 2015-08-21 23:00 UTC 

[ob/pushed] C++: Initialize a couple const globals
 2015-08-21 22:50 UTC 

[PATCH] avr-tdep.c (avr_scan_prologue): minor fix in prologue scanning
 2015-08-21 22:47 UTC 

[ob/pushed] gdb/dwarf2read.c: rename a field for c++
 2015-08-21 22:46 UTC 

[pushed] Fix gdbserver crash exposed by gdb.threads/process-dies-while-handling-bp.exp
 2015-08-21 19:13 UTC 

[PATCH] tui: don't overwrite a subprompt line that was given no input
 2015-08-21 19:07 UTC  (3+ messages)

[PATCH] gdbserver: don't pick a random thread if the current thread dies
 2015-08-21 18:44 UTC  (2+ messages)

[PATCH] Use tui_putc to output newline entered by the user
 2015-08-21 17:52 UTC  (2+ messages)

[PATCH 0/2] Better handling of slow remote transfers
 2015-08-21 16:23 UTC  (4+ messages)
` [PATCH 2/2] Make remote file transfers interruptible
    ` [pushed] "

[PATCH 1/2] Warn when accessing binaries over RSP
 2015-08-21 16:23 UTC  (4+ messages)
` [PATCH v2] Warn when accessing binaries from remote targets
    ` [pushed] "

[PATCH] Prevent GCC from folding inline test functions
 2015-08-21 16:03 UTC  (2+ messages)

[OB PATCH] Fix stale cleanup left by linux_mntns_access_fs
 2015-08-21 16:02 UTC 

GDB 7.10 release 2015-08-21 status update
 2015-08-21 13:22 UTC  (3+ messages)

[PATCH v3] xtensa: implement NPTL helpers
 2015-08-21 12:41 UTC  (3+ messages)

[PATCH v2] xtensa: initialize call_abi in xtensa_tdep
 2015-08-21  9:49 UTC  (8+ messages)
  ` [RFC] "

[PATCH v2] xtensa: implement NPTL helpers
 2015-08-21  9:02 UTC  (2+ messages)

[PATCH] procfs.c: Include "filestuff.h"
 2015-08-21  8:21 UTC  (5+ messages)

[PATCH] Remove fields curch and cur_line from TUI_CMD_WIN
 2015-08-21  3:14 UTC  (3+ messages)

[pushed] Fix gdb.server/solib-list.exp native-extended-gdbserver regression
 2015-08-20 19:20 UTC 

[PATCH] Print thread name in thread apply headers
 2015-08-20 19:10 UTC 

[PATCH] xtensa: implement NPTL helpers
 2015-08-20 17:50 UTC  (2+ messages)

[PATCH] remote non-stop: Process initially stopped threads before other commands
 2015-08-20 17:39 UTC  (2+ messages)

[PATCH v3] xtensa: initialize call_abi in xtensa_tdep
 2015-08-20 13:53 UTC 

[PATCH] xtensa: initialize call_abi in xtensa_tdep
 2015-08-20 13:00 UTC  (6+ messages)

[PATCH 0/2] fort_dyn_array: Enable basic Fortran dynamic array support
 2015-08-20 12:52 UTC  (7+ messages)
` [PATCH 1/2] fort_dyn_array: add basic fortran dyn "

[PATCH] Guard compile tests from running when unsupported + harden feature support check
 2015-08-20 11:37 UTC  (9+ messages)
        ` [PATCH] Fix language of compilation unit with unknown file extension (Re: [PATCH] Guard compile tests from running when unsupported + harden feature support check)

[PATCH] [Ada] Fix parsing for expressions with attributes and characters
 2015-08-20  8:17 UTC  (3+ messages)

[PATCH] Mention language in compile error message
 2015-08-19 19:06 UTC 

[PATCH] dwarf2read.c: Check type of linkage name attribute prior to decoding
 2015-08-19 18:54 UTC  (2+ messages)

[PATCH] Replace some xmalloc-family functions with XNEW-family ones
 2015-08-19 15:31 UTC  (3+ messages)

[PATCH 0/7] Replace continuations with an extendable "class"
 2015-08-19 14:56 UTC  (9+ messages)
` [PATCH 1/7] Merge async and sync code paths some more
` [PATCH 2/7] Replace "struct continuation" mechanism by something more extensible

[rfc] btrace: change record instruction-history /m
 2015-08-19 14:45 UTC  (3+ messages)

[PATCH, MIPS, PING] Move encoded as 'or' in binutils
 2015-08-19 10:07 UTC 

[PATCH] [AArch64] Fix incorrect mask when decoding b.cond instruction
 2015-08-19  8:32 UTC  (2+ messages)

[PATCH 0/7] Aarch64 linux GDB remote multi-arch debugging
 2015-08-19  8:26 UTC  (11+ messages)
` [PATCH 7/7] Mention multi-arch debugging support in NEWS
` [PATCH 2/7] New regs_info for aarch32

[PATCH] Bail out of processing stop if hook-stop resumes target / changes context
 2015-08-19  8:22 UTC  (2+ messages)

[PATCH 0/8] Break at each iteration for breakpoints placed on a while statement
 2015-08-19  7:15 UTC  (9+ messages)
` [PATCH 1/8] Add new test, gdb.base/loop-break.exp
` [PATCH 2/8] Add new gdbarch method, unconditional_branch_address
` [PATCH 3/8] Break at each iteration for breakpoints placed on a while statement
` [PATCH 4/8] Implement unconditional_branch_address method for x86-64 and i386
` [PATCH 5/8] Implement unconditional_branch_address method for arm and thumb
` [PATCH 6/8] Implement unconditional_branch_address method for powerpc / rs6000
` [PATCH 7/8] Implement unconditional_branch_address method for rl78
` [PATCH 8/8] Implement unconditional_branch_address method for rx

[PATCH] [PR mi/18833] Provide unlimited redirection stack for MI
 2015-08-18 21:04 UTC 

[PATCH/COMMITTED] gdb/doc: Fix build of 'info' manual
 2015-08-18 16:17 UTC 

[PATCH 00/13] [aarch64] Share more code between GDB and GDBserver
 2015-08-18 15:53 UTC  (11+ messages)
` [PATCH 06/13] Use debug_printf in debug_reg_change_callback
` [PATCH 05/13] Use phex debug_reg_change_callback
` [PATCH 04/13] Get pid rather than lwpid
` [PATCH 11/13] Make aarch64_linux_prepare_to_resume the same on GDB and GDBserver
` [PATCH 08/13] Make debug_reg_change_callback "
` [PATCH 13/13] Move aarch64_linux_new_thread to nat/aarch64-linux.c
` [PATCH 10/13] Add pid argument in aarch64_get_debug_reg_state
` [PATCH 07/13] Make aarch64_notify_debug_reg_change the same on GDB and GDBserver
` [PATCH 12/13] Move aarch64_linux_prepare_to_resume to nat/aarch64-linux.c
` [PATCH 09/13] Move debug_reg_change_callback and aarch64_notify_debug_reg_change to nat/aarch64-linux-hw-point.c

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