public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
GDB AIX build broken
 2016-10-25 13:01 UTC  (16+ messages)
                ` [pushed] Define __STDC_CONSTANT_MACROS/__STDC_LIMIT_MACROS again (Re: GDB AIX build broken)
                      ` [pushed] common/common-defs.h: Define __STDC_FORMAT_MACROS as well "

[PATCH] Don't override operator new if GDB is built with -fsanitize=address
 2016-10-25 12:33 UTC  (6+ messages)

[PATCH, v3] PR 20569, segv in follow_exec
 2016-10-25 11:57 UTC  (2+ messages)

[PATCH] Fix potential NULL pointer dereference
 2016-10-24 22:53 UTC  (4+ messages)

[PATCH] Fix obvious gotcha in string comparison
 2016-10-24 22:46 UTC  (3+ messages)

CYGWIN file input redirection
 2016-10-24 13:43 UTC  (8+ messages)

[RFA 0/2] c++ patch follow-ups
 2016-10-24 13:36 UTC  (7+ messages)
` [RFA 2/2] Make some dwarf_expr_context methods pure virtual
` [RFA 1/2] Change minimal_symbol_reader::record_full to take a bool

[testsuite patch] Fix false FAIL for gdb.base/morestack.exp
 2016-10-24 12:15 UTC  (3+ messages)
  ` [commit] "

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

[PATCH] PR 20569, segv in follow_exec
 2016-10-24 11:09 UTC  (2+ messages)

[PATCH master+7.12] [GDBserver] Fix conversion warning
 2016-10-24 10:04 UTC 

[PATCH] Make name of current file as pst->filename instead of _start_ in AIX
 2016-10-23 16:10 UTC  (3+ messages)

GDB port for RISC-V
 2016-10-22 23:40 UTC  (3+ messages)
  ` [PATCH 1/2] RISC-V GDB Port
  ` [PATCH 2/2] RISC-V GDB Simulator Port

New ARI warning Sat Oct 22 01:57:02 UTC 2016
 2016-10-22  1:57 UTC 

[PATCH 01/24] MIPS: Handle run-time reconfigurable FPR size
 2016-10-21 22:42 UTC  (14+ messages)
` [PATCH 03/24] regcache: handle invalidated regcache
` [PATCH 02/24] Add MIPS32 FPU64 GDB target descriptions

[FYI] Fix build failure in xcoffread.c
 2016-10-21 20:16 UTC 

[rfc] PR 20569, segv in follow_exec
 2016-10-21 18:34 UTC  (9+ messages)

[PATCH] DWARF: Don't add nameless modules to partial symbol table
 2016-10-21 15:37 UTC  (4+ messages)
` [ping] "
  ` [ping v2] "

[PATCH] Delete target_so_ops->special_symbol_handling hook
 2016-10-21 10:43 UTC  (3+ messages)

[RFA v2 00/17] more C++
 2016-10-20 22:27 UTC  (26+ messages)
` [RFA v2 12/17] Remove make_cleanup_restore_current_uiout
` [RFA v2 06/17] Record minimal symbols directly in reader
` [RFA v2 16/17] Convert dwarf_expr_context_funcs to methods
` [RFA v2 15/17] Convert DWARF expr functions "

[testsuite patch] Fix gcc_compiled for gcc 6 & 7
 2016-10-20 20:00 UTC  (3+ messages)
  ` [commit] "

C++11 (abridged version)
 2016-10-20 19:57 UTC  (10+ messages)

[PATCH V4 0/6] Fortran: Resolve target types of pointers
 2016-10-20 15:33 UTC  (9+ messages)
` [PATCH V4 5/6] Resolve dynamic "

[PATCH 0/3] More cleanup elimination / gdb::unique_ptr
 2016-10-20 13:46 UTC  (3+ messages)

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

[PATCH] Don't configure gdb for vxworks target
 2016-10-20 10:35 UTC  (2+ messages)

[PATCH 1/3] Remove unused parameter in solib_add and update_solib_list
 2016-10-20  5:05 UTC  (6+ messages)
` [PATCH 3/3] Add -file-list-shared-libraries MI command
` [PATCH 2/3] Add a better diagnostic message in mi_gdb_test

[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?

[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 

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  (10+ 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] 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)

[RFC 2/3] Record function descriptor address instead of function address in value
 2016-10-18 13:03 UTC  (3+ messages)

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

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