public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[RFA 00/22] More C++-ification
 2016-10-19 22:34 UTC  (19+ messages)
` [RFA 09/22] Remove make_cleanup_restore_current_ui
                            ` Go C++11? (was: Re: [RFA 09/22] Remove make_cleanup_restore_current_ui)
                              ` Go C++11?

[RFA v2 00/17] more C++
 2016-10-19 22:29 UTC  (45+ messages)
` [RFA v2 02/17] Use scoped_restore for ui_file
` [RFA v2 10/17] Replace two xmallocs with unique_ptr
` [RFA v2 03/17] Use scoped_restore for current_ui
` [RFA v2 05/17] Change minimal_symbol_reader to store objfile
` [RFA v2 11/17] Use gdb::unique_ptr in elf_read_minimal_symbols
` [RFA v2 07/17] Remove make_cleanup_restore_current_ui
` [RFA v2 01/17] Use RAII to save and restore scalars
` [RFA v2 14/17] Initial conversion of dwarf_expr_ctx
` [RFA v2 16/17] Convert dwarf_expr_context_funcs to methods
` [RFA v2 06/17] Record minimal symbols directly in reader
` [RFA v2 12/17] Remove make_cleanup_restore_current_uiout
` [RFA v2 15/17] Convert DWARF expr functions to methods
` [RFA v2 08/17] Remove some cleanups in MI
` [RFA v2 04/17] Introduce minimal_symbol_reader
` [RFA v2 13/17] Some cleanup removal in dwarf2loc.c
` [RFA v2 09/17] Change command stats reporting to use class
` [RFA v2 17/17] Remove last cleanup from captured_main_1

[PATCH v2 00/31] More cleanup elimination & unlimited args to user-defined funcs
 2016-10-19 22:25 UTC  (47+ messages)
` [PATCH v2 21/31] Use ui_file_as_string in gdb/compile/
` [PATCH v2 22/31] Use ui_file_as_string in gdb/c-exp.y
` [PATCH v2 12/31] Use ui_file_as_string in gdb/utils.c
` [PATCH v2 19/31] Use ui_file_as_string in gdb/remote.c
` [PATCH v2 01/31] Introduce string_printf
` [PATCH v2 20/31] Use ui_file_as_string in gdb/cli/cli-setshow.c
` [PATCH v2 07/31] Clean up tracepoint.h/c:collection_list
` [PATCH v2 06/31] Introduce ui_file_as_string
` [PATCH v2 24/31] Use ui_file_as_string in gdb/ada-lang.c
` [PATCH v2 14/31] Use ui_file_as_string in gdb/guile/
` [PATCH v2 03/31] breakpoint.c:commands_command_1 constification and cleanup
` [PATCH v2 29/31] 'struct agent_expr *' -> unique_ptr<agent_expr>
` [PATCH v2 27/31] Use ui_file_as_string in gdb/language.c
` [PATCH v2 23/31] Use ui_file_as_string in gdbarch.sh/gdbarch.c
` [PATCH v2 26/31] Use ui_file_as_string in gdb/rust-lang.c
` [PATCH v2 31/31] Support an "unlimited" number of user-defined arguments
` [PATCH v2 02/31] cli/cli-script.c: Remove some dead NULL checks
` [PATCH v2 08/31] Use ui_file_as_string in dwarf2_compute_name
` [PATCH v2 15/31] Use ui_file_as_string in execute_command_to_string
` [PATCH v2 10/31] Use ui_file_as_string in gdb/ada-valprint.c
` [PATCH v2 11/31] Use ui_file_as_string in gdb/ui-out.c
` [PATCH v2 25/31] Use ui_file_as_string in gdb/infrun.c
` [PATCH v2 09/31] Use ui_file_as_string in gdb/xtensa-tdep.c
` [PATCH v2 05/31] 'struct expression *' -> gdb::unique_xmalloc_ptr<expression>
` [PATCH v2 30/31] Eliminate agent_expr_p; VEC -> std::vector in struct bp_target_info
` [PATCH v2 04/31] cli-script.c: Simplify using std::string, eliminate cleanups
` [PATCH v2 18/31] Use ui_file_as_string in gdb/python/
` [PATCH v2 16/31] Use ui_file_as_string in gdb/top.c
` [PATCH v2 13/31] Use ui_file_as_string in gdb/arm-tdep.c
` [PATCH v2 17/31] Use ui_file_as_string in gdb/printcmd.c

[rfc] PR 20569, segv in follow_exec
 2016-10-19 20:19 UTC  (5+ messages)

[PATCH] testsuite: Avoid a buffer overrun in `gdb.base/maint.exp'
 2016-10-19 19:07 UTC 

[committed] testsuite: Fix gdb.base/killed-outside.exp using irrelevant stale options
 2016-10-19 17:25 UTC 

[PATCH] Don't configure gdb for vxworks target
 2016-10-19 16:32 UTC 

spurious change regenerating gdb/config.in?
 2016-10-19 15:55 UTC  (5+ messages)

[PATCH v2] Introduce gdb::unique_ptr
 2016-10-19 12:50 UTC  (13+ messages)
` [PATCH v3] "
    ` [PATCH v4] "
      ` Buildslaves and C++11 support

Fix gdb 7.12 C++ compilation on Solaris
 2016-10-19 12:20 UTC  (6+ messages)

[patch, rfa] tweak to defaulted_query logic to fix gdb.mi test errors
 2016-10-19  8:07 UTC  (5+ messages)

New ARI warning Wed Oct 19 01:56:16 UTC 2016
 2016-10-19  1:56 UTC 

[PATCH] Update gnulib to current upstream master
 2016-10-18 22:20 UTC  (4+ messages)
    ` [pushed] gdb: no longer define __STDC_CONSTANT_MACROS/__STDC_LIMIT_MACROS (Re: [PATCH] Update gnulib to current upstream master)

[PATCH 01/24] MIPS: Handle run-time reconfigurable FPR size
 2016-10-18 17:37 UTC  (3+ messages)

[PATCH] gdbarch: Use an anonymous union for target data in `gdbarch_info'
 2016-10-18 16:20 UTC 

Check for truncated registers in process_g_packet
 2016-10-18 16:07 UTC  (3+ messages)

[PATCH 0/3] Fix gdb.base/func-ptrs.exp fails in ppc64 and arm thumb mode
 2016-10-18 13:03 UTC  (10+ messages)
` [RFC 3/3] Update test cases
` [PATCH 1/3] Use get_var_address in "
` [RFC 2/3] Record function descriptor address instead of function address in value

[PATCH] tilegx-tdep: Correct aliasing errors in `tilegx_analyze_prologue'
 2016-10-18  9:22 UTC  (4+ messages)

[PATCH/committed] sim: avr: move changelog entries to subdir
 2016-10-18  5:07 UTC 

[PATCH] i386-tdep: Verify architecture before proceeding with `set/show mpx'
 2016-10-18  3:51 UTC  (3+ messages)

[PATCH] Fix -trace-save crash when argument is missing
 2016-10-17 21:08 UTC  (8+ messages)

[PATCH] Fix phony iconv build
 2016-10-17 16:04 UTC  (3+ messages)

[PATCH 0/3] More cleanup elimination / gdb::unique_ptr
 2016-10-17 14:59 UTC  (6+ messages)

[PATCH V4 0/6] Fortran: Resolve target types of pointers
 2016-10-17 12:18 UTC  (7+ messages)
` [PATCH V4 5/6] Resolve dynamic "

[RFA 2/3] PR gdb/20653 - small cleanup in string_to_explicit_location
 2016-10-17  9:04 UTC  (2+ messages)

[PATCH V5 0/6] Fortran: Resolve target types of pointers
 2016-10-17  7:11 UTC  (10+ messages)
` [PATCH V5 5/6] Resolve dynamic "
` [PATCH V5 1/6] Fortran: Testsuite, fix differences in type naming
` [PATCH V5 4/6] Fortran: Typeprint, fix dangling types
` [PATCH V5 3/6] Typeprint: Resolve any dynamic target type of a pointer
` [PATCH V5 6/6] Fortran: Testsuite, add cyclic pointers
` [PATCH V5 2/6] Fortran: Resolve dynamic properties of pointer types

CYGWIN file input redirection
 2016-10-15 12:40 UTC  (4+ messages)

[PATCH 1/3] Remove unused parameter in solib_add and update_solib_list
 2016-10-14 21:20 UTC  (3+ messages)
` [PATCH 3/3] Add -file-list-shared-libraries MI command

[PATCH v2] Fix -var-update for registers in frames 1 and up
 2016-10-14 16:59 UTC  (4+ messages)
` [PATCH v3] PR mi/20395 - "

[pushed 0/2] FINAL/OVERRIDE added to ansidecl.h
 2016-10-14 16:24 UTC  (3+ messages)
` [pushed 2/2] FINAL/OVERRIDE: Define to empty on g++ < 4.7
` [pushed 1/2] Move OVERRIDE/FINAL from gcc/coretypes.h to include/ansidecl.h

[PATCH 1/3] Rename some trace functions
 2016-10-14 15:42 UTC  (6+ messages)
` [PATCH doc 2/3] Document -ctf switch of -trace-save
` [PATCH doc 3/3] Fix typos in trace commands doc

[buildbot] Customized build and board file
 2016-10-14 13:33 UTC  (7+ messages)

set sysroot command on AIX has no effect
 2016-10-14 13:13 UTC  (2+ messages)

[PATCH] arch-utils: Make the last endianness actually chosen sticky
 2016-10-14 13:12 UTC 

MinGW compilation errors due to strcasecmp
 2016-10-14  7:15 UTC  (3+ 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).