Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
[PATCH] Don't truncate the history file when history size is unlimited
 2015-08-13 15:18 UTC  (4+ messages)
  ` Racy failures on gdb.base/gdbinit-history.exp (native-extended-gdbserver/-m64) (was: Re: [PATCH] Don't truncate the history file when history size is unlimited)

[PATCH] Unset attach_flag when running a new process
 2015-08-13 15:12 UTC  (3+ messages)

[PATCH 0/2] Better handling of slow remote transfers
 2015-08-13 15:07 UTC  (13+ messages)
` [PATCH 1/2] Warn when accessing binaries over RSP
      ` [PATCH v2] Warn when accessing binaries from remote targets
` [PATCH 2/2] Make remote file transfers interruptible
    ` [PATCH] Make remote "

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

[PATCH 0/5] Extended-remote follow exec
 2015-08-13 15:00 UTC  (6+ messages)
` [PATCH 2/5] Extended-remote exec catchpoints
` [PATCH v2 0/5] Extended-remote exec events
  ` [PATCH v2 1/5] Extended-remote follow exec

[PATCH] Fix invoking "[kill|detach] inferiors" on inferiors that are not running
 2015-08-13 15:00 UTC  (2+ messages)

[PATCH v2 0/3] bfd cache: tighten match criteria and debug commands
 2015-08-13 14:24 UTC  (5+ messages)
` [PATCH v2 3/3] gdb: Add debug tracing for bfd cache activity
` [PATCH v2 2/3] gdb: New maintenance command to disable bfd sharing
` [PATCH v2 1/3] gdb: Improve cache matching criteria for the bfd cache

[PATCH v2] Rewrite mixed source/assembler disassembly
 2015-08-13 14:13 UTC  (3+ messages)

[PATCH v3 1/2] D: Support looking up symbols in the current and imported modules
 2015-08-13 11:06 UTC  (3+ messages)

[PATCH] [Ada] Add support for subprogram renamings
 2015-08-13  7:38 UTC  (5+ messages)

[PATCH v3 2/2] D: Move classification of symbols from the grammar to the lexer
 2015-08-13  4:06 UTC  (2+ messages)

[PATCH v2] [PR symtab/17391] gdb internal error: assertion fails in regcache.c:178
 2015-08-13  1:21 UTC 

[PATCH] Rename reserved C++ keyword "explicit"
 2015-08-12 22:49 UTC 

[PATCH] gdb.arch/amd64-entry-value-paramref.S: Fix DIE offsets
 2015-08-12 21:33 UTC 

[PATCH v4 00/18] All-stop on top of non-stop
 2015-08-12 21:07 UTC  (15+ messages)

[PATCH] Remove symlinks created in argv0-symlink.exp and general cleanup
 2015-08-12 20:23 UTC  (17+ messages)

[PATCH] Rename reserved C++ keyword "explicit"
 2015-08-12 20:05 UTC 

[PATCH 0/7] Replace continuations with an extendable "class"
 2015-08-12 19:48 UTC  (9+ messages)
` [PATCH 4/7] Convert the until/advance commands to thread_fsm mechanism
` [PATCH 1/7] Merge async and sync code paths some more
` [PATCH 3/7] Convert infcalls to thread_fsm mechanism
` [PATCH 2/7] Replace "struct continuation" mechanism by something more extensible
` [PATCH 7/7] Delete enum inferior_event_handler::INF_TIMER
` [PATCH 5/7] Garbage collect dummy_frame_ctx_saver
` [PATCH 6/7] Garbage collect thread continuations

[PATCH] Initialize `location' in gdbpy_decode_line
 2015-08-12 18:32 UTC  (3+ messages)

[PATCH 1/2] Try both make_relative_prefix{,ignore_links} for relocatability
 2015-08-12 18:21 UTC 

[PATCH] Guarantee save-and-restore of GDBFLAGS on gdb.base/checkpoint-ns.exp
 2015-08-12 16:34 UTC  (3+ messages)

[PATCH 0/2] Better handling of slow remote transfers
 2015-08-12 15:45 UTC  (22+ messages)

[PATCH, MIPS] Support shared library debug with MIPS PIE (gdb)
 2015-08-12 13:59 UTC  (6+ messages)

[PATCH] Use save_vars to replace existing manipulation of globals in tests
 2015-08-12 13:08 UTC  (2+ messages)

[PATCH] Test the interaction between GDBHISTSIZE and .gdbinit
 2015-08-12 12:44 UTC  (7+ messages)

[COMMITTED] Introduce save_vars, a testsuite proc for safely manipulating globals
 2015-08-12 12:42 UTC 

[pushed/ob] gdb/infrun.c: Various trivial ARI fixes
 2015-08-12 11:35 UTC  (2+ messages)

[PING][PATCH] gnu_vector.exp: Avoid some more known FAILs
 2015-08-12 11:05 UTC  (2+ messages)

GDB 7.10 release 2015-08-10 status update
 2015-08-12  9:06 UTC  (4+ messages)

[PATCH] [regression] Do not read from catchpoint/watchpoint locations' addresses when checking for a permanent breakpoint
 2015-08-12  8:56 UTC  (4+ messages)

New ARI warning Wed Aug 12 01:53:55 UTC 2015
 2015-08-12  1:53 UTC 

[PUSHED] Locations API / Explicit Locations
 2015-08-12  1:24 UTC 

[PATCH v6 0/9] Series short description
 2015-08-11 21:50 UTC  (26+ messages)
` [PATCH v6 2/9] Explicit locations: introduce new struct event_location-based API
        ` [PATCH v6 2/9] Explicit locations: introduce new struct event_locations-based API
` [PATCH v6 1/9] Explicit locations: rename "address string"/"addr_string" to "location"
` [PATCH v6 3/9] Explicit locations: use new location API
` [PATCH v6 4/9] Explicit locations: introduce address locations
` [PATCH v6 5/9] Explicit locations: introduce probe locations
` [PATCH v6 6/9] Explicit locations: introduce explicit locations
` [PATCH v6 7/9] Explicit locations: add UI features for CLI
` [PATCH v6 8/9] Explicit locations: MI support for explicit locations
` [PATCH v6 9/9] Explicit locations: documentation updates

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

[PATCH 1/2] Warn when accessing binaries over RSP
 2015-08-11 17:15 UTC 

[PATCH] PR 18669: Remove use of strtod in libiberty/d-demangle.c
 2015-08-11  6:48 UTC  (5+ messages)

[PATCH] [PR symtab/17391] gdb internal error: assertion fails in regcache.c:178
 2015-08-11  1:05 UTC 

[RFC/7.10] Temp fix for 17960 assertion failure?
 2015-08-11  0:19 UTC 

[PATCH V4 0/9] Add support for DTrace USDT probes to gdb
 2015-08-10 14:31 UTC  (18+ messages)
` [PATCH V4 5/9] New probe type: DTrace USDT probes

[PATCH, doc RFA] New feature: extension language post-initializers
 2015-08-09 18:50 UTC 

[PATCH v3 00/19] New completer API
 2015-08-08 16:25 UTC  (24+ messages)
` [PATCH v3 09/19] Implement completion limiting for interpreter_completer
` [PATCH v3 12/19] Implement completion limiting for sim_command_completer
` [PATCH v3 19/19] Remove the vector return result from the completion API
` [PATCH v3 06/19] Implement completion limiting for condition_completer
` [PATCH v3 04/19] Implement completion limiting for add_filename_to_list
` [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 01/19] Add struct completer_data to the completion API
` [PATCH v3 05/19] Implement completion limiting for ada_make_symbol_completion_list
` [PATCH v3 17/19] Make the completion API completely opaque
` [PATCH v3 13/19] Implement completion limiting for complete_on_enum
` [PATCH v3 16/19] Implement completion limiting for tui_reggroup_completer
` [PATCH v3 08/19] Implement completion limiting for signal_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 10/19] Implement completion limiting for cmdpy_completer
` [PATCH v3 14/19] Implement completion limiting in add_struct_fields
` [PATCH v3 03/19] Implement completion-limiting for complete_on_cmdlist
` [PATCH v3 15/19] Implement completion limiting for scmcmd_add_completion

New ARI warning Sat Aug 8 01:54:11 UTC 2015
 2015-08-08  1:54 UTC 

[RFC/7.10] Temp fix for 17960 assertion failure?
 2015-08-07 18:39 UTC  (2+ messages)

[PATCH 1/2] gdb: Check the selected-frame in frame_find_by_id
 2015-08-07 11:56 UTC  (3+ messages)
` PING: [PATCH 0/2] frame_find_by_id & selected_frame issues

[PATCH 0/2] Make get_frame_langauge take a frame argument
 2015-08-07  9:45 UTC  (9+ messages)
` [PATCH 1/2] gdb: get_frame_language now takes a frame parameter
` [PATCH 2/2] gdb: Move get_frame_language from stack.c to frame.c

[PATCH] toplevel: fixes for in-tree libiconv
 2015-08-07  5:15 UTC  (3+ messages)

[PATCH] Add casts for legitimate integer to enum conversions
 2015-08-07  2:37 UTC  (3+ messages)

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

[pushed] Fix gdb.base/valgrind-infcall.exp with the native-extended-gdbserver board
 2015-08-07  1:52 UTC 

[pushed] Bump timeouts for a couple gdb.reverse/*-precsave.exp tests
 2015-08-06 23:18 UTC 

[pushed] gdbserver: no point in hiding the regcache type nowadays
 2015-08-06 21:06 UTC 

[PATCH] btrace: indicate speculative execution
 2015-08-06 18:18 UTC  (2+ messages)

[pushed] gdbserver/tracepoint.c: make exported IPA global int instead of enum
 2015-08-06 18:03 UTC 

[patch] Fix 'info type-printers' Python error - PR 17136
 2015-08-06 16:31 UTC  (2+ messages)

[pushed] gdbserver: fix silent error exit
 2015-08-06 16:10 UTC 

[PATCH] Change type of struct complaints::series
 2015-08-06 16:03 UTC  (3+ messages)

[PATCH] configure: check for perf_event.h version
 2015-08-06 15:17 UTC  (6+ messages)

[PATCH v2] configure: check for perf_event.h version
 2015-08-06 15:17 UTC  (2+ 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