public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
MinGW compilation errors due to strcasecmp
 2016-11-19 18:38 UTC  (9+ messages)

[RFA 00/11] third series of C++ use in Python layer
 2016-11-19 17:09 UTC  (21+ messages)
` [RFA 04/11] Use gdbpy_enter in python.c
` [RFA 11/11] Change python_run_simple_file to use gdbpy_ref
` [RFA 08/11] Remove ensure_python_env
` [RFA 06/11] Change type of encoding argument to gdbpy_extract_lazy_string
` [RFA 10/11] Use gdbpy_ref in py-prettyprint.c

[PATCH v2 0/3] More Makefile cleanups
 2016-11-19  4:08 UTC  (4+ messages)
` [PATCH v2 2/3] Normalize names of some source files
` [PATCH v2 1/3] Makefiles: Flatten and sort file lists
` [PATCH v2 3/3] Minor formatting fixups in Makefiles

Require GNU make to build binutils-gdb
 2016-11-19  3:04 UTC  (10+ messages)

[PATCH obv] Makefile: fix typo
 2016-11-19  2:20 UTC 

[PATCH] Avoid premature serial timeouts
 2016-11-18 21:36 UTC 

[PATCH/committed] sim: mips: fix builds for r3900 cpus due to missing check_u64
 2016-11-18 18:14 UTC  (3+ messages)

[PATCH 1/2] Add support for setting disassembler-options in GDB for POWER, ARM and S390
 2016-11-18 17:23 UTC  (8+ messages)

[PATCH OBV] gdb/doc: Add missing comma after xref
 2016-11-18 16:06 UTC 

[PATCH 0/3] Support DW_AT_data_bit_offset
 2016-11-18 15:06 UTC  (14+ messages)
` [PATCH 1/3] Fix PR12616 - gdb does not implement DW_AT_data_bit_offset
` [PATCH 2/3] Fix copy_bitwise()
` [PATCH 3/3] Optimize byte-aligned copies in copy_bitwise()

[RFA] PR symtab/16264 - support DW_AT_main_subprogram
 2016-11-18 14:48 UTC  (3+ messages)

[PATCH 0/4] Makefile improvements and cleanups
 2016-11-17 22:36 UTC  (19+ messages)
` [PATCH 3/4] Makefile: Flatten and sort file lists
` [PATCH 2/4] Makefile: Replace explicit subdir rules with pattern rules

[PATCH] gdb: Use C++11 std::chrono
 2016-11-17 22:15 UTC  (2+ messages)

[PATCH 2/2] Add support for setting disassembler-options in GDB for POWER, ARM and S390
 2016-11-17 19:21 UTC 

[PATCH 0/4] Require GNU make
 2016-11-17 17:05 UTC  (35+ messages)
` [PATCH 4/4] Makefile: Replace explicit subdir rules with pattern rules
` [PATCH 2/4] Remove code that checks for GNU/non-GNU make
` [PATCH 3/4] Makefile: Replace old suffix rules with pattern rules
` [PATCH 1/4] Document new hard requirement on GNU make

[PATCH v2 0/5] Prevent more recursion in python based unwinders
 2016-11-17 15:27 UTC  (17+ messages)
` [PATCH v2 1/5] Extend test gdb.python/py-recurse-unwind.exp
` [PATCH v2 3/5] Distinguish sentinel frame from null frame
` [PATCH v2 3/5] Change meaning of VALUE_FRAME_ID; rename to VALUE_NEXT_FRAME_ID
` [PATCH v2 4/5] Make gdb.PendingFrame.read_register handle "user" registers
` [PATCH v2 5/5] Stash frame id of current frame before stashing frame id for previous frame

[PATCH] For flex: define YY_FATAL_ERROR, rename fprintf -> parser_fprintf
 2016-11-17 15:05 UTC 

[pushed/ob] gdb/c-exp.y: fprintf -> parser_fprintf
 2016-11-17 14:55 UTC 

[pushed] gdb/ctf.c: Get rid of mkdir redefinition
 2016-11-17 14:47 UTC 

[PATCH] gdb/ada-lang.c: one malloc -> unique_ptr<[]>
 2016-11-17 13:54 UTC  (3+ messages)

New ARI warning Thu Nov 17 01:57:02 UTC 2016
 2016-11-17  1:57 UTC 

[PATCH] gdb/tracepoint.c: Don't use printf_vma
 2016-11-17  0:46 UTC  (5+ messages)

[RFA 00/14] add a smart pointer for PyObject*
 2016-11-16 23:34 UTC  (7+ messages)
` [RFA 01/14] Introduce py-ref.h

[PATCH 1/2] RISC-V GDB Port
 2016-11-16 21:40 UTC  (6+ messages)

[PATCH V2 0/5] Support tracepoints for ARM linux in GDBServer
 2016-11-16 20:49 UTC  (5+ messages)
` [PATCH V2 5/5] "

GDB port for RISC-V
 2016-11-16 19:45 UTC  (7+ messages)
  ` [PATCH 2/3] RISC-V GDB Port
  ` [PATCH 3/3] Add a RISC-V GDB NEWS entry
  ` [PATCH 1/3] RISC-V Sim Port

[PATCH 0/2] Auto roll back on error while changing a setting
 2016-11-16 18:15 UTC  (9+ messages)
` [PATCH 1/2] gdb: Restore a settings previous value on error during change
` [PATCH 2/2] gdb: Simplify variable set hooks

[PATCH 00/13] Change gdbarch software_single_step frame_info to regcache
 2016-11-16 16:17 UTC  (16+ messages)
` [PATCH 02/13] gdbarch software_single_step frame_info to regcache: aarch64
` [PATCH 06/13] gdbarch software_single_step frame_info to regcache: moxie
` [PATCH 05/13] gdbarch software_single_step frame_info to regcache: mips
` [PATCH 12/13] gdbarch software_single_step frame_info to regcache: spu
` [PATCH 04/13] gdbarch software_single_step frame_info to regcache: cris
` [PATCH 09/13] gdbarch software_single_step frame_info to regcache: s390
` [PATCH 01/13] New regcache_raw_get_signed
` [PATCH 11/13] gdbarch software_single_step frame_info to regcache: tic6x
` [PATCH 10/13] gdbarch software_single_step frame_info to regcache: rs6000
` [PATCH 03/13] gdbarch software_single_step frame_info to regcache: alpha
` [PATCH 08/13] gdbarch software_single_step frame_info to regcache: sparc
` [PATCH 07/13] gdbarch software_single_step frame_info to regcache: nios2
` [PATCH 13/13] Change gdbarch software_single_step frame_info to regcache

[1/9][RFC][DWARF] Reserve three DW_OP numbers in vendor extension space
 2016-11-16 14:02 UTC  (10+ messages)

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

[pushed] gdb: update gnulib to pull in C++ namespace support fixes
 2016-11-15 23:51 UTC 

Use of mcheck during GDB development
 2016-11-15 22:11 UTC  (9+ messages)

[PATCH] Delete gdb::unique_ptr/gdb::move
 2016-11-15 19:56 UTC  (2+ messages)

[PATCH] gdb::{unique_ptr,move} -> std::{unique_ptr,move}
 2016-11-15 19:55 UTC  (2+ messages)

[PATCH] bitfield-parent-optimized-out: Fix struct definition
 2016-11-15 19:53 UTC  (4+ messages)

[PATCH, v2] Fixup test names starting with uppercase
 2016-11-15 19:52 UTC  (3+ messages)

[PATCH] Fix PR18360 - internal error when using "interrupt -a"
 2016-11-15 18:21 UTC  (3+ messages)

[RFA 00/20] more use of C++ in the Python layer
 2016-11-15 14:57 UTC  (4+ messages)

[PATCH 0/9 V3] Use reinsert breakpoint for vCont;s
 2016-11-14 19:14 UTC  (2+ messages)

set_value_component_location in apply_val_pretty_printer
 2016-11-14 16:38 UTC  (4+ messages)

[PATCH] btrace: read entire aux buffer
 2016-11-14  9:19 UTC  (2+ messages)

[PATCH] Fix C++ compilation on MinGW
 2016-11-13 21:48 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).