public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCH] agent_expr_up: gdb::unique_ptr -> std::unique_ptr
 2016-11-09 15:04 UTC  (3+ messages)

[PATCH] gdb: Use vector::emplace_back
 2016-11-09 14:50 UTC  (6+ messages)

[PATCH v2 0/5] Prevent more recursion in python based unwinders
 2016-11-09 14:48 UTC  (10+ 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 0/4] Some TUI fixes
 2016-11-09 12:07 UTC  (10+ messages)
` [PATCH 1/4] tui-disasm: Fix window content buffer overrun
` [PATCH 3/4] tui-winsource: Allocate for actual lines only
` [PATCH 2/4] tui-disasm: Fix line buffer size calculation
` [PATCH 4/4] tui-winsource: Remove failed-allocation logic

[PATCH v2 0/5] Support an "unlimited" number of user-defined arguments
 2016-11-09 11:50 UTC  (10+ messages)
` [PATCH v2 1/5] gdb/testsuite: Introduce "proc_with_prefix"
  ` [PATCH] Make gdb.mi/user-selected-context-sync.exp use proc_with_prefix
` [PATCH v2 2/5] Further cleanup/modernization of gdb.base/commands.exp
` [PATCH v2 3/5] Fix PR 20559 - "eval" command and $arg0...$arg9/$argc substitution
` [PATCH v2 5/5] Support an "unlimited" number of user-defined arguments
` [PATCH v2 4/5] Test user-defined gdb commands and arguments stack

[PATCH] Fix PR18360 - internal error when using "interrupt -a"
 2016-11-09  3:43 UTC  (2+ messages)

New ARI warning Wed Nov 9 01:57:20 UTC 2016
 2016-11-09  1:57 UTC 

[PATCH] Delete gdb::unique_ptr/gdb::move
 2016-11-09  1:25 UTC 

[PATCH] gdb::{unique_ptr,move} -> std::{unique_ptr,move}
 2016-11-09  1:07 UTC 

[PATCH] arch-utils: Make the last endianness actually chosen sticky
 2016-11-08 22:50 UTC  (3+ messages)
` [PING][PATCH] "

[PATCH] gdbarch: Use an anonymous union for target data in `gdbarch_info'
 2016-11-08 21:43 UTC  (4+ messages)

[PATCH] osabi.c (user_osabi_state): Delete osabi_default, unused
 2016-11-08 20:22 UTC  (2+ messages)

[PATCH 01/24] MIPS: Handle run-time reconfigurable FPR size
 2016-11-08 19:46 UTC  (2+ messages)

Editing bugs on the sourceware.org bug tracker
 2016-11-08 19:13 UTC 

GDB test coverage
 2016-11-08 18:34 UTC  (2+ messages)

[PATCH v2 00/31] More cleanup elimination & unlimited args to user-defined funcs
 2016-11-08 15:41 UTC  (7+ messages)
` [PATCH v2 01/31] Introduce string_printf
` [PATCH v2 31/31] Support an "unlimited" number of user-defined arguments

[PATCH V2 0/5] Support tracepoints for ARM linux in GDBServer
 2016-11-08 15:34 UTC  (11+ messages)
` [PATCH V2 1/5] Teach arm unwinders to terminate gracefully
` [PATCH V2 5/5] Support tracepoints for ARM linux in GDBServer
` [PATCH V2 4/5] Use FAST_TRACEPOINT_LABEL in range-stepping.exp
` [PATCH V2 2/5] Enable tracing of pseudo-registers on ARM
` [PATCH V2 3/5] Improve tests to allow for targets that support trace but not ftrace

[PATCH 0/2] Remove parameter valaddr from la_val_print
 2016-11-08 15:29 UTC  (9+ messages)
` [PATCH 1/2] use get_frame_register_value instead of deprecated_frame_register_read
` [PATCH 2/2] Remove parameter valaddr from la_val_print

[PATCH] Restore the order of file lists in features/Makefile
 2016-11-08 14:55 UTC  (6+ messages)
` [PING][PATCH] "

[PATCH PUSHED] gdbarch software_single_step returns VEC (CORE_ADDR) *
 2016-11-08 14:43 UTC 

[RFA 0/2] two python fixes
 2016-11-08 13:09 UTC  (6+ messages)
` [RFA 2/2] Fix py-value.exp failure on Python 3
` [RFA 1/2] Fix some error-handling bugs in python frame filters

[PATCH PUSHED] Clear addr bit in next_pcs vector
 2016-11-08 13:01 UTC 

[PATCH PUSHED] Remove arm_insert_single_step_breakpoint
 2016-11-08 12:54 UTC 

[PATCH] Fix PR breakpoints/20739: Badly formatted adress string in error message
 2016-11-08 12:48 UTC  (3+ messages)

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

[PATCH] Fix C++ compilation on MinGW
 2016-11-08 11:36 UTC  (2+ messages)

[PATCH OBV] Fix indentation
 2016-11-08 11:36 UTC 

Check for truncated registers in process_g_packet
 2016-11-08 10:37 UTC  (4+ messages)

[RFA 00/14] add a smart pointer for PyObject*
 2016-11-08  4:07 UTC  (18+ messages)
` [RFA 12/14] Use gdbpy_reference in python.c
` [RFA 14/14] Use gdbpy_reference in gdbpy_lookup_symbol
` [RFA 01/14] Introduce py-ref.h
` [RFA 06/14] Use gdbpy_reference in gdbpy_inferiors
` [RFA 07/14] Use gdbpy_reference in gdbpy_breakpoints
` [RFA 03/14] Use gdbpy_reference in py-type.c
` [RFA 05/14] Use gdbpy_reference in py-function.c
` [RFA 11/14] Use gdbpy_reference in py-prettyprint.c
` [RFA 04/14] Use gdbpy_reference in gdbpy_string_to_argv
` [RFA 13/14] Use gdbpy_reference in py-value.c
` [RFA 08/14] Use gdbpy_reference in py-framefilter.c
` [RFA 10/14] Use gdbpy_reference in call_doc_function
` [RFA 02/14] Change event code to use gdbpy_reference
` [RFA 09/14] Use gdbpy_reference in py-linetable.c

[RFC] Fix amd64-elf 32/64 arch selection
 2016-11-08  1:06 UTC 

[PATCH] Fix ext lang calls to value_struct_elt
 2016-11-07 21:33 UTC  (3+ messages)

[PATCH] Add some clarifying comments to i386-tdep.c
 2016-11-07 21:29 UTC  (3+ messages)

[PATCH] python/py-unwind.c (unwind_infopy_str): Fix use of VEC_iterate
 2016-11-07 21:25 UTC  (2+ messages)

[PATCH] configure.tgt (x86_64-*-elf*): Remove i386bsd-tdep.o
 2016-11-07 21:18 UTC  (3+ messages)

[PATCH] Sync config.sub,config.guess with upstream
 2016-11-07 21:11 UTC  (3+ messages)

[RFA 1/2] PR gdb/20604 - fix "quit" when an invalid expression is used
 2016-11-07 15:57 UTC  (3+ messages)

[PATCH 0/2] amd64: add fs_base and gs_base
 2016-11-07 14:40 UTC  (5+ messages)
` [PATCH 1/2] gdbserver-amd64: add HAVE_STRUCT_USER_REGS_STRUCT_(GS|FS)_BASE for gdbserver
` [PATCH 2/2] amd64-linux: expose system register FS_BASE and GS_BASE for Linux

[PATCH 0/3] enum_flags: Fix problems and add comprehensive unit tests
 2016-11-07 13:33 UTC  (9+ messages)
` [PATCH 2/3] "
` [PATCH 1/3] enum_flags: Use C++11 std::underlying_type
` [PATCH 3/3] enum_flags: Fix ternary operator and remove implicit convertion to raw enum

[PATCH 1/4] Fix some aspects of python lazy string handling: docs
 2016-11-07  3:36 UTC  (2+ messages)

[PATCH 4/4] Fix some aspects of python lazy string handling: scheme
 2016-11-07  1:19 UTC 

[PATCH 3/4] Fix some aspects of python lazy string handling: scheme addition
 2016-11-07  1:17 UTC 

[PATCH 2/4] Fix some aspects of python lazy string handling: python
 2016-11-07  1:14 UTC 

[PATCH 0/4] Fix some aspects of python lazy string handling
 2016-11-07  1:11 UTC 

[PATCH obv] Fix a few typos
 2016-11-05  3:52 UTC 

[RFA] Use unique_xmalloc_ptr in Python code
 2016-11-04 20:42 UTC 

[PATCH, doc RFA] Fix lazy string type docs
 2016-11-04 19:29 UTC  (12+ messages)

[PATCH 0/2] gdb: Require a C++11 compiler
 2016-11-04 14:46 UTC  (9+ messages)
` [PATCH 2/2] gdb: Require C++11

Your commit 'Add support for RISC-V architecture.' broke GDB
 2016-11-04 13:52 UTC 

[PATCH v2 0/8] Python bindings for btrace recordings
 2016-11-04  8:16 UTC  (10+ messages)
` [PATCH v2 5/8] python: Create Python bindings for record history
` [PATCH v2 1/8] btrace: Count gaps as one instruction explicitly
` [PATCH v2 3/8] btrace: Use binary search to find instruction
` [PATCH v2 8/8] Add documentation for new instruction record Python bindings
` [PATCH v2 7/8] python: Add tests for "
` [PATCH v2 2/8] btrace: Export btrace_decode_error function
` [PATCH v2 6/8] python: Implement btrace Python bindings for record history
` [PATCH v2 4/8] Add record_start function

[PATCH] Add support for untagged unions
 2016-11-03 22:47 UTC  (5+ messages)

[PATCH, RFC] Add support for choosing disassembler cpu in GDB for POWER
 2016-11-03 16:49 UTC  (13+ messages)

[PATCH 00/11 v2] Split breakpoint_from_pc to breakpoint_kind_from_pc and sw_breakpoint_from_kind
 2016-11-03 16:11 UTC  (14+ messages)
` [PATCH 04/11] "
` [PATCH 06/11] Rename placed_size to kind
` [PATCH 03/11] Add enum for mips breakpoint kinds
` [PATCH 05/11] New gdbarch methods breakpoint_kind_from_pc and sw_breakpoint_from_kind
` [PATCH 01/11] gdbarch_breakpoint_from_pc doesn't return NULL
` [PATCH 08/11] Add default_breakpoint_from_pc
` [PATCH 07/11] Remove gdbarch_remote_breakpoint_from_pc
` [PATCH 10/11] Remove arm_override_mode
` [PATCH 02/11] GDBARCH_BREAKPOINT_MANIPULATION and SET_GDBARCH_BREAKPOINT_MANIPULATION
` [PATCH 11/11] Remove "
` [PATCH 09/11] Determine the kind of single step breakpoint

GDB port for RISC-V
 2016-11-03 12:39 UTC  (3+ messages)
  ` [PATCH 1/2] RISC-V GDB Port

[PATCH] DWARF: Don't add nameless modules to partial symbol table
 2016-11-03  8:14 UTC  (5+ messages)

[PATCH, RFC] Add support for choosing disassembler cpu in GDB for POWER
 2016-11-02 23:28 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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).