Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
[PATCH] Remove unneeded pattern matching in gdb.base/maint.exp
 2016-12-02 17:48 UTC  (4+ messages)

[RFA 0/8] C++-ification series #5
 2016-12-02 17:46 UTC  (18+ messages)
` [RFA 3/8] Introduce and use gdb::unlinker
` [RFA 6/8] Use value_freer in dwarf2_evaluate_loc_desc_full
` [RFA 4/8] Remove make_cleanup_discard_psymtabs
` [RFA 5/8] Add value_freer
` [RFA 7/8] Use unique_xmalloc_ptr in execute_gdb_command
` [RFA 2/8] Use class to manage BFD reference counts
` [RFA 1/8] Add gdb_ref_ptr.h
` [RFA 8/8] Add constructor and destructor to demangle_parse_info

[PATCH] [obvious?] Revert change to gdb.cp/ovldbreak.exp
 2016-12-02 17:39 UTC  (3+ messages)

[PATCH 1/3] Rename some trace functions
 2016-12-02 16:47 UTC  (10+ messages)
  ` [PATCH v2] "

[PATCH] fix for aarch64 sim tbnz bug
 2016-12-02 15:59 UTC  (4+ messages)

[PATCH] Don't handle timeout inside gdb_test_multiple
 2016-12-02 15:42 UTC  (6+ messages)

[PATCH] AMD64, Prologue: Recognize stack decrementation as prologue operation
 2016-12-02 15:19 UTC  (4+ messages)

[PATCH] Remove mi_out_data::suppress_output
 2016-12-02 14:57 UTC  (3+ messages)

[PATCH v3 8/8] Add documentation for new instruction record Python bindings
 2016-12-02 13:18 UTC  (2+ messages)

[RFA] Small improvements to the remote protocol manual
 2016-12-02 11:59 UTC  (4+ messages)

[RFA] PR symtab/16264 - support DW_AT_main_subprogram
 2016-12-02 11:38 UTC  (5+ messages)

[PATCH 1/2] Add unit test to aarch64 prologue analyzer
 2016-12-02 11:11 UTC  (23+ messages)
` [PATCH 2/2] [AArch64] Recognize STR instruction in prologue
` [PATCH 1/2 v2] Add unit test to aarch64 prologue analyzer
  ` [PATCH 2/2 v2] [AArch64] Recognize STR instruction in prologue

[PATCH 01/24] MIPS: Handle run-time reconfigurable FPR size
 2016-12-02  2:31 UTC  (5+ messages)

[PATCH v2 0/5] Add support for PKRU register to GDB and GDBServer
 2016-12-02  2:00 UTC  (10+ messages)
` [PATCH v2 3/5] Rename target descriptions to reflect actual content of description
` [PATCH v2 4/5] Add target description for avx-avx512
` [PATCH v2 1/5] Sync up x86-gcc-cpuid.h with cpuid.h from gcc-6 branch
` [PATCH v2 2/5] Change xstate_bv handling to use 8 bytes of data
` [PATCH v2 5/5] Add support for Intel PKRU register to GDB and GDBserver

[PATCH 00/22] Convert ui-out subsystem to C++
 2016-12-01 21:24 UTC  (46+ messages)
` [PATCH 13/22] Replace hand-made linked list of ui_out_hdr by vector and iterator
` [PATCH 17/22] Simplify ui-out level code
` [PATCH 18/22] ui_out_table: Replace boolean flag with enum
` [PATCH 16/22] Class-ify ui_out_level
` [PATCH 22/22] Introduce enum_flag type for ui_out flags
` [PATCH 20/22] Class-ify ui_out_table
` [PATCH 21/22] Class-ify ui_out
` [PATCH 19/22] Class-ify ui_out_impl
      ` [PATCH v2] Class-ify ui_out_table

[PATCH v2 0/8] Fix gdb's testsuite test names
 2016-12-01 20:52 UTC  (26+ messages)
` [PATCH v2 7/8] Fix test names starting with uppercase using multi-line gdb_test_multiple
` [PATCH v2 6/8] Fix test names starting with uppercase using multi-line gdb_test_no_output
` [PATCH v2 4/8] Fix test names starting with uppercase using gdb_test_multiple
` [PATCH v2 1/8] Fix test names starting with uppercase output by basic functions
` [PATCH v2 5/8] Fix test names starting with uppercase using multi-line gdb_test/mi_gdb_test
` [PATCH v2 8/8] Fixup testcases outputting own name as a test name and standardize failed compilation messages
    ` [PATCH v3 "

[PATCH] Don't print too much if remote_debug is on
 2016-12-01 20:05 UTC  (6+ messages)

[PATCH] Avoid premature serial timeouts
 2016-12-01 19:10 UTC  (4+ messages)

[PATCH 1/3] Fix inferior memory reading in GDBServer for arm/aarch32
 2016-12-01 18:10 UTC  (7+ messages)

[1/9][RFC][DWARF] Reserve three DW_OP numbers in vendor extension space
 2016-12-01 11:09 UTC  (13+ messages)

[PATCH] fix for aarch64 sim FP stur bug
 2016-12-01  9:13 UTC  (2+ messages)

[PATCH v2 00/12] Fix spelling in comments - GDB
 2016-12-01  7:27 UTC  (13+ messages)
` [PATCH v2 04/12] Fix spelling in comments in Assembler files (gdb)
` [PATCH v2 09/12] Fix spelling in comments in .l "
` [PATCH v2 05/12] Fix spelling in comments in Expect scripts (gdb)
` [PATCH v2 12/12] Fix spelling in comments in .tbl files (opcodes)
` [PATCH v2 08/12] Fix spelling in comments in .in "
` [PATCH v2 01/12] Fix spelling in comments in C source files (bfd)
` [PATCH v2 11/12] Fix spelling in comments in .opc files (opcodes)
` [PATCH v2 02/12] Fix spelling in comments in C source files (gdb)
` [PATCH v2 07/12] Fix spelling in comments in .cpu files (cpu)
` [PATCH v2 10/12] Fix spelling in comments in .opc "
` [PATCH v2 06/12] Fix spelling in comments in XML files (gdb)
` [PATCH v2 03/12] Fix spelling in comments in C source files (opcodes)

[PATCH v3 7/8] python: Add tests for record Python bindings
 2016-12-01  0:52 UTC 

[PATCH v3 6/8] python: Implement btrace Python bindings for record history
 2016-12-01  0:46 UTC 

[PATCH v3 5/8] python: Create Python bindings for record history
 2016-12-01  0:15 UTC 

[PATCH v3 4/8] Add record_start function
 2016-11-30 23:50 UTC 

[PATCH v3 3/8] btrace: Use binary search to find instruction
 2016-11-30 23:43 UTC 

[PATCH v3 1/8] btrace: Count gaps as one instruction explicitly
 2016-11-30 23:34 UTC 

[PATCH v3 2/8] btrace: Export btrace_decode_error function
 2016-11-30 23:34 UTC 

[PATCH] Makefiles: Disable suffix rules and implicit rules
 2016-11-30 21:25 UTC  (5+ messages)

[PATCH] Assert on lval_register
 2016-11-30 21:16 UTC  (2+ messages)

[PATCH 0/3] Fix various C++ related clang warnings
 2016-11-30 17:59 UTC  (12+ messages)
` [PATCH 1/3] Fix mismatched struct vs class tags

[PATCH] Prevent turning record on while threads are running (PR 20869)
 2016-11-30 16:27 UTC  (9+ messages)

[RFA] Remove make_cleanup_htab_delete
 2016-11-30 16:05 UTC  (3+ messages)

[PATCH 0/2] amd64: add fs_base and gs_base
 2016-11-30 14:20 UTC  (7+ messages)
` [PATCH 2/2] amd64-linux: expose system register FS_BASE and GS_BASE for Linux

[PATCH] [ARM, PUSHED] Read memory as unsigned integer
 2016-11-30 12:00 UTC 

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

target remote and multiprocess+
 2016-11-29 15:07 UTC 

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox