public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[RFA 0/5] more cleanup removal in Python
 2017-01-16 19:08 UTC  (12+ messages)
` [RFA 1/5] Remove some ui_out-related cleanups from Python
` [RFA 3/5] Introduce gdbpy_subclass and use it to simplify some logic
` [RFA 4/5] Change one more spot to use gdbpy_ref
` [RFA 2/5] Introduce ui_file_up and use it to remove cleanups
` [RFA 5/5] Remove some gotos from Python

[PATCH 1/2] This patch fixes GDBServer's run control for single stepping
 2017-01-16 17:28 UTC  (4+ messages)
` [PATCH 2/2] Avoid step-over infinite loop in GDBServer

[PATCH] Bug 20936 - provide sparc and sparcv9 target description XML files
 2017-01-16 16:50 UTC  (15+ messages)

[RFA] candidates for ambiguous command in upper case
 2017-01-16 16:32 UTC  (13+ messages)

gdb-7.12.1 update (2017-01-16)
 2017-01-16 15:35 UTC  (2+ messages)

[PATCH] aarch64 sim addv bug fix
 2017-01-16 11:10 UTC  (2+ messages)

[PATCH] aarch64 sim xtn2 bug fix
 2017-01-16 11:09 UTC  (2+ messages)

[PATCH V6] amd64-mpx: initialize bnd register before performing inferior calls
 2017-01-16 10:26 UTC 

[PATCH 0/8] Handle memory error on disassemble
 2017-01-16 10:03 UTC  (44+ messages)
` [PATCH 6/8] Return -1 on memory error in print_insn_m68k
` [PATCH 4/8] Return -1 on memory error in print_insn_msp430
` [PATCH 5/8] Remove magic numbers in m68k-dis.c:print_insn_arg
` [PATCH 3/8] Disassembly unit test: disassemble one instruction
` [PATCH 7/8] Disassembly unit test: memory error
` [PATCH 1/8] Refactor disassembly code
` [PATCH 2/8] Call print_insn_mep in mep_gdb_print_insn
` [PATCH 8/8] Don't throw exception in dis_asm_memory_error
` [PATCH 0/6 v2] Handle memory error on disassemble
  ` [PATCH 1/6] New function null_stream
  ` [PATCH 5/6] Disassembly unit test: memory error
  ` [PATCH 3/6] Call print_insn_mep in mep_gdb_print_insn
  ` [PATCH 2/6] Refactor disassembly code
  ` [PATCH 6/6] Don't throw exception in dis_asm_memory_error
  ` [PATCH 4/6] Disassembly unit test: disassemble one instruction

Your commit 'Create sdynrelro for elfn32 mips too' broke GDB
 2017-01-14 18:22 UTC  (3+ messages)

[PATCH v2 1/2] PRU Simulator port
 2017-01-14  7:05 UTC  (2+ messages)

[PATCH] Change arglist-intro default indentation in GDB .dir-locals.el
 2017-01-13 19:35 UTC 

[PATCH] Don't print too much if remote_debug is on
 2017-01-13 15:46 UTC  (3+ messages)
` [PATCH V2] "

[PATCH 01/10] 'make check-headers' for c++ header
 2017-01-13 14:41 UTC  (2+ messages)

[PATCH] [BZ 21005] Add support for Intel 64 rdrand and rdseed record/replay
 2017-01-13 12:16 UTC  (2+ messages)

[patch] update zlib to the 1.2.10 release
 2017-01-13 12:14 UTC  (6+ messages)

[RFC 0/7] Support for Linux kernel debugging
 2017-01-13 11:46 UTC  (16+ messages)
` [RFC 2/7] Add libiberty/concat styled concat_path function
` [RFC 6/7] Add privileged registers for s390x
` [RFC 3/7] Add basic Linux kernel support
` [RFC 5/7] Add commands for linux-kernel target
` [RFC 7/7] Add S390 support "
` [RFC 1/7] Convert substitute_path_component to C++
` [RFC 4/7] Add kernel module support for linux-kernel target

[PATCH] Fix typo in gdb "explore" documentation
 2017-01-13  2:59 UTC 

[PATCH] PR threads/20743: Don't attempt to suspend or resume exited threads
 2017-01-13  1:53 UTC  (10+ messages)

[PATCH] Big-endian targets: don't ignore offset into DW_OP_implicit_value
 2017-01-12 19:24 UTC 

[RFA 0/2] two python fixes
 2017-01-12 17:04 UTC  (7+ messages)
` [RFA 1/2] Fix some error-handling bugs in python frame filters
      ` 7.12.1 patch backport proposal [Re: [RFA 1/2] Fix some error-handling bugs in python frame filters]
          ` [7.12 commit] "

[PATCH, v2] Add command to erase all flash memory regions
 2017-01-12 16:23 UTC  (9+ messages)

[PATCH 1/3] Remove unused parameter in solib_add and update_solib_list
 2017-01-12 16:15 UTC  (5+ messages)
` [PATCH 3/3] Add -file-list-shared-libraries MI command

[PATCH] Update comment in remote_can_async_p
 2017-01-12 16:15 UTC  (3+ messages)

[PATCH] Update comment in linux_nat_can_async_p
 2017-01-12 16:05 UTC  (3+ messages)

[PATCH] Remove dead serial_interface_lookup calls
 2017-01-12 15:42 UTC  (3+ messages)

[PATCH] Linux kernel thread runtime support
 2017-01-12 13:02 UTC  (6+ messages)
` [PATCH] Add "

[RFA] completion in command definition
 2017-01-12 10:05 UTC  (5+ messages)

[PATCH obv] Fix typo in lookup_cmd_1 comment
 2017-01-11 16:16 UTC 

[PATCH 2/3] Allocate data in cached_reg_t
 2017-01-11 10:54 UTC  (5+ messages)

[RFA 0/8] C++-ification series #5
 2017-01-10 19:22 UTC  (18+ messages)
` [RFA 6/8] Use value_freer in dwarf2_evaluate_loc_desc_full
` [RFA 7/8] Use unique_xmalloc_ptr in execute_gdb_command

[PATCH] Change return type of ui_out redirect to void
 2017-01-10 16:33 UTC  (5+ messages)

[PATCH v2 0/3] Add FreeBSD/mips targets to GDB
 2017-01-10 16:19 UTC  (4+ messages)
` [PATCH v2 2/3] Add FreeBSD/mips architecture
  ` GDB attribution policy (Re: [PATCH v2 2/3] Add FreeBSD/mips architecture.)

[PATCH] Update help of the "frame" command
 2017-01-10 16:01 UTC  (6+ messages)

[PATCH v4 0/9] Python bindings for btrace recordings
 2017-01-10 15:16 UTC  (4+ messages)
` [PATCH v4 8/9] python: Add tests for record Python bindings

[PATCH] Improve load command's help text
 2017-01-10 14:59 UTC  (4+ messages)

[PATCH 3/3] Calculate max register size
 2017-01-10 13:50 UTC  (3+ messages)

[PATCH 1/3] Use register_size () instead of MAX_REGISTER_SIZE
 2017-01-10 11:28 UTC  (3+ messages)

[PATCH 0/3 v2] Abort completion when list becomes large
 2017-01-09 21:19 UTC  (3+ messages)
` [PATCH 2/3 v2] Interleave completion list building with symbol table expansion
  ` Crash regression for <tab>-completion [Re: [PATCH 2/3 v2] Interleave completion list building with symbol table expansion]

[PATCH V2 1/1] amd64-linux: expose system register FS_BASE and GS_BASE for Linux
 2017-01-09 20:35 UTC  (2+ messages)

[PATCH] Handle loading improper core files gracefully in the mips backend
 2017-01-09 19:57 UTC  (9+ messages)

[PATCH 1/3] Fix inferior memory reading in GDBServer for arm/aarch32
 2017-01-09 17:41 UTC  (5+ messages)
` [PATCH v3] "

[PATCH] aarch64 sim uzp1/uzp2 bug fix
 2017-01-09  9:19 UTC  (2+ messages)

[PATCH] D: Fix crash when expression debugging
 2017-01-08 10:38 UTC  (8+ messages)

[PATCH] D: Fix classification of module.type in lexer
 2017-01-07 15:08 UTC 

[PATCH] Add -verify option to load command
 2017-01-07  7:53 UTC  (7+ messages)

[PATCH, v2] Improve load command's help text
 2017-01-06 23:15 UTC 

[patch] contrib/gdb-add-index.sh: chmod u+w
 2017-01-06 19:33 UTC  (2+ messages)

[PATCH] Add command to erase all flash memory regions
 2017-01-06 18:26 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).