public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
RFC: Add native support for Linux SH
 2017-02-10 21:06 UTC  (3+ messages)
` [PATCH] gdb: "

[PATCH 1/2] new-ui.exp: Use proc_with_prefix
 2017-02-10 21:03 UTC  (2+ messages)
` [PATCH 2/2] Do not send queries on secondary UIs

[PATCH 0/2] Use std::hashmap and MI commands classes in mi-cmds.c
 2017-02-10 20:41 UTC  (7+ messages)
` [PATCH 2/2] Use classes to represent MI Command instead of structures
` [PATCH 1/2] Use std::map for MI commands in mi-cmds.c
        ` [PATCH] Create MI commands using python

[FYI] Remove unused variable in rust-lang.c
 2017-02-10 20:10 UTC 

[PATCH] Don't send queries to the MI interpreter
 2017-02-10 19:32 UTC  (16+ messages)

[RFA v2 0/7] more cleanup removal in Python
 2017-02-10 19:18 UTC  (13+ messages)
` [RFA v2 6/7] Remove unnecessary local variables
` [RFA v2 5/7] Remove some gotos from Python
` [RFA v2 3/7] Use gdbpy_ref to simplify some logic
` [RFA v2 7/7] Fix Python test to use lowercase command
` [RFA v2 2/7] Turn gdbpy_ref into a template
` [RFA v2 1/7] Remove some ui_out-related cleanups from Python
` [RFA v2 4/7] Change one more spot to use gdbpy_ref

[PATCH][COMMITTED] gdb/MAINTAINERS: Update my e-mail address
 2017-02-10 16:54 UTC 

[PATCH] PR gdb/21122: Fix documentation mistakes for breakpoint commands
 2017-02-10 16:42 UTC  (3+ messages)

[PATCH v4 0/5] Add support for PKRU register to GDB and GDBServer
 2017-02-10 15:46 UTC  (8+ messages)
` [PATCH 5/5] Add support for Intel PKRU register to GDB and GDBserver
` [PATCH 4/5] Add target description for avx-avx512
` [ping][PATCH v4 0/5] Add support for PKRU register to GDB and GDBServer

[PING][PATCH v5 0/9] Python bindings for btrace recordings
 2017-02-10 13:47 UTC  (3+ messages)

[OB PATCH] Fix NULL pointer dereference
 2017-02-10 12:58 UTC  (4+ messages)

[RFA 0/5] more cleanup removal in Python
 2017-02-10  6:47 UTC  (22+ messages)
` [RFA 5/5] Remove some gotos from Python
` [RFA 1/5] Remove some ui_out-related cleanups "
` [RFA 4/5] Change one more spot to use gdbpy_ref
` [RFA 3/5] Introduce gdbpy_subclass and use it to simplify some logic

PSA: contribution checklist: format of git log entries
 2017-02-10  0:30 UTC  (2+ messages)

[PR symtab/21126] Fix handling of fully zeroed PT_GNU_RELRO
 2017-02-10  0:01 UTC 

[PATCH obv] Remove return in function returning void
 2017-02-09 21:25 UTC 

[PATCH] Fix usage of inferior_ptid in two thread_alive implementations
 2017-02-09 20:47 UTC  (5+ messages)

[PATCH 0/5] Improve Python Inferior reference handling + fix a bug
 2017-02-09 16:39 UTC  (7+ messages)
` [PATCH 4/5] Make Python inferior-related internal functions return a gdbpy_inf_ref
` [PATCH 1/5] Introduce specialized versions of gdbpy_ref

[RFC 0/7] Support for Linux kernel debugging
 2017-02-09 15:09 UTC  (16+ messages)
` [RFC 3/7] Add basic Linux kernel support
` [RFC 7/7] Add S390 support for linux-kernel target

[PATCH] Removal of uses of MAX_REGISTER_SIZE
 2017-02-09 13:26 UTC  (21+ messages)

[ping^2][PATCH] Big-endian targets: Fix implptrpiece.exp
 2017-02-09 12:55 UTC 

[PATCH] Add gdb.current_arch() function to python module -- equivalent of guile (current-arch)
 2017-02-09 10:46 UTC  (5+ messages)

[PATCH 0/6] Implement the ability to start inferiors with a shell on gdbserver
 2017-02-09  0:02 UTC  (21+ messages)
` [PATCH v2] "
  ` [PATCH v2 2/6] Share parts of gdb/terminal.h with gdbserver
  ` [PATCH v2 4/6] Share parts of gdb/gdbthread.h "
  ` [PATCH v2 5/6] Share fork_inferior et al "
  ` [PATCH v3 0/6] Implement the ability to start inferiors with a shell on gdbserver
    ` [PATCH v3 2/6] Share parts of gdb/terminal.h with gdbserver
    ` [PATCH v3 3/6] Share parts of gdb/inflow.c "
    ` [PATCH v3 1/6] Share gdb/environ.[ch] "
    ` [PATCH v3 5/6] Share fork_inferior et al "
    ` [PATCH v3 4/6] Share parts of gdb/gdbthread.h "
    ` [PATCH v3 6/6] Implement proper "startup-with-shell" support on gdbserver

[PATCH] cgen: opcodes: Fix memory corruption in in lookup
 2017-02-08 21:59 UTC  (3+ messages)

[PATCH, updated] Add support for setting disassembler-options in GDB for POWER, ARM and S390
 2017-02-08 21:03 UTC 

[PATCH] Eliminate interp::quiet_p
 2017-02-08 18:15 UTC  (3+ messages)

[RFA] candidates for ambiguous command in upper case
 2017-02-08 18:05 UTC  (11+ messages)

[RFA] completion in command definition
 2017-02-08 17:59 UTC  (11+ messages)

[PATCH V7] amd64-mpx: initialize bnd register before performing inferior calls
 2017-02-08 16:31 UTC  (7+ messages)
` [ping] "

[PATCH] Fix gdb.linespec/explicit.exp
 2017-02-08 14:21 UTC  (7+ messages)
` [PATCH,v2] "
` [PATCH, v3] "

New ARI warning Tue Feb 7 01:57:48 UTC 2017
 2017-02-07 21:29 UTC  (2+ messages)

[RFC v2 0/8] Support for Linux kernel debugging
 2017-02-07 17:01 UTC  (9+ messages)
` [RFC v2 8/8] Add S390 support for linux-kernel target
` [RFC v2 1/8] Convert substitute_path_component to C++
` [RFC v2 7/8] Add privileged registers for s390x
` [RFC v2 2/8] Add libiberty/concat styled concat_path function
` [RFC v2 3/8] Add basic Linux kernel support
` [RFC v2 4/8] Add kernel module support for linux-kernel target
` [RFC v2 5/8] Add commands "
` [RFC v2 6/8] Seperate common s390-tdep.* from s390-linux-tdep.*

[PATCH, v2] Improve load command's help text
 2017-02-07 15:53 UTC  (4+ messages)

[PATCH] Make gdb.arch/i386-biarch-core.exp more robust
 2017-02-07 11:29 UTC  (9+ messages)
` [PATCH,v2] "
` [PATCH, v3] "

[PATCH] btrace: preserve call stack on function switch
 2017-02-07  7:27 UTC  (3+ messages)

[PATCH] Make language setting tests more robust
 2017-02-06 19:56 UTC  (11+ messages)
` [PATCH,v2] "

[PATCH] [ppc64] Add POWER8 atomic sequences single-stepping support
 2017-02-06 12:55 UTC  (3+ messages)

[PATCH 1/3] Remove unused parameter in solib_add and update_solib_list
 2017-02-06 12:40 UTC  (6+ messages)
` [PATCH v2 0/3] Shared libraries MI command
  ` [PATCH v2 2/3] Add a better diagnostic message in mi_gdb_test
  ` [PATCH v2 3/3] Add -file-list-shared-libraries MI command
  ` [PATCH v2 1/3] Remove unused parameter in solib_add and update_solib_list

[PATCH] aarch64 testsuite patch for ILP32
 2017-02-06 10:00 UTC  (2+ messages)

[PATCH 1/2] Add rdrand/rdseed record/replay tests
 2017-02-06  9:16 UTC  (6+ messages)

[PATCH] Bug 20936 - documentation review
 2017-02-06  7:49 UTC  (5+ messages)

[PATCH] aarch64 sim bit/bif bug fix
 2017-02-05  2:03 UTC 

[PATCH] aarch64 sim load/store single struct implementation w/ ldnr bug fixes
 2017-02-05  1:55 UTC  (2+ messages)

[FYI] Fix ptype of single-member Rust enums
 2017-02-04  5:21 UTC 

[PATCH] C++-fy struct interp/cli_interp/tui_interp/mi_interp
 2017-02-03 16:35 UTC  (3+ messages)

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

[PATCH] Patch 2 of 2 for aarch64 ILP32 support in gdb
 2017-02-03  9:17 UTC  (10+ 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).