public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCH 0/6] Fix PR gdb/19828 (attach -> internal error) and attach optimizations
 2016-05-25 17:43 UTC  (19+ messages)
` [PATCH 2/6] [Linux] Read vDSO range from /proc/PID/task/PID/maps instead of /proc/PID/maps
` [PATCH 3/6] [Linux] Avoid refetching core-of-thread if thread hasn't run
` [PATCH 1/6] Linux native thread create/exit events support
` [PATCH 5/6] Make gdb/linux-nat.c consider a waitstatus pending on the infrun side
` [PATCH 6/6] Fix PR gdb/19828: gdb -p <process from a container>: internal error
  ` [pushed/7.11.1] "
` [PATCH 4/6] [Linux] Optimize PID -> struct lwp_info lookup
    ` [PATCH v2/htab "

gdb-7.11.1 - 2 weeks to go
 2016-05-25 15:22 UTC  (4+ messages)

[RFA v2 0/2] Fix PR python/17386 - add __index__ method to gdb.Value
 2016-05-25 14:54 UTC  (10+ messages)
` [RFA v2 2/2] "
` [RFA v2 1/2] add nb_inplace_divide for python 2

[PATCH 0/1] Skip attach-many-short-lived-threads.exp on known-broken DejaGnu versions
 2016-05-25 14:07 UTC  (2+ messages)
` [PATCH 1/1] "

[PATCH 0/4] Add support for PKRU register to GDB and GDBServer
 2016-05-25 13:01 UTC  (4+ messages)
` [PATCH 4/4] Add support for Intel PKRU register to GDB and GDBserver

[PATCH 0/2] Forward VALUE_LVAL for STRUCT/STRUCT-PTR expressions
 2016-05-25  8:11 UTC  (3+ messages)
` [PATCH 2/2] gdb: Forward VALUE_LVAL when avoiding side effects for STRUCTOP_STRUCT
` [PATCH 1/2] gdb: Forward VALUE_LVAL when avoiding side effects for STRUCTOP_PTR

[PATCH V2 0/7] Fortran, typeprint
 2016-05-25  7:13 UTC  (8+ messages)
` [PATCH V2 6/7] Fortran, testsuite: Fix duplicate testcase name
      ` [PING][PATCH "
` [PUSHED][PATCH V2 0/7] Fortran, typeprint

[PATCH v2][PR gdb/19893] Fix handling of synthetic C++ references
 2016-05-24 20:36 UTC  (6+ messages)

[PATCH V3] Add negative repeat count to 'x' command
 2016-05-24 18:26 UTC  (7+ messages)

MI2 grammar
 2016-05-24 18:24 UTC  (2+ messages)

[PATCH 0/8] Use reinsert breakpoint for vCont;s
 2016-05-24 17:41 UTC  (18+ messages)
` [PATCH 3/8] Pass breakpoint type in set_breakpoint_at
` [PATCH 2/8] Delete reinsert breakpoints from forked child
` [PATCH 4/8] Create sub classes of 'struct breakpoint'
` [PATCH 7/8] Use reinsert_breakpoint for vCont;s
` [PATCH 5/8] Refactor clone_all_breakpoints
` [PATCH 6/8] Make reinsert_breakpoint thread specific
` [PATCH 1/8] Switch to current thread before finish_step_over
` [PATCH 8/8] [GDBserver] Support vCont s and S actions with software single step

[FYI] PR gdb/19194 - fix typo in the manual
 2016-05-24 15:51 UTC 

[PATCH] Fix syntax error in annota-input-while-running.exp
 2016-05-24 11:14 UTC  (2+ messages)

[PATCH] Add support for Phoenix-RTOS on ARM
 2016-05-24  9:45 UTC  (9+ messages)
        ` Sync config.[guess|sub] from FSF GCC mainline

[PATCH V3 6/7] Fortran, testsuite: Fix duplicate testcase name
 2016-05-24  9:35 UTC  (2+ messages)

[RFA] Fix PR python/17981
 2016-05-24  8:38 UTC  (8+ messages)

[RFA] Fix PR python/17386 - add __index__ method to gdb.Value
 2016-05-23 17:22 UTC  (3+ messages)

[PATCH] Skip unwritable frames in command "finish"
 2016-05-23 16:36 UTC  (2+ messages)

[RFA] Fix PR python/19438, PR python/18393 - initialize dictionaries
 2016-05-23 16:16 UTC  (3+ messages)

gdb-7.11.1 release - nearly there!
 2016-05-23 15:18 UTC  (2+ messages)

[PATCH pushed] Use standard_testfile in gdb.arch/thumb-prologue.exp and gdb.arch/thumb2-it.exp
 2016-05-23 14:52 UTC 

[OB PATCH] Remove unused libthread_db td_thr_validate reference
 2016-05-23 12:34 UTC 

Patch for GNU/kFreeBSD
 2016-05-23  7:51 UTC  (6+ messages)
  ` [PATCH] "

[RFA] PR python/13598 - add before_prompt event
 2016-05-21  6:54 UTC  (2+ messages)

[RFA] PR python/15620, PR python/18620 - breakpoint events in Python
 2016-05-20 21:18 UTC  (2+ messages)

[RFA] Fix PR python/18984
 2016-05-20 19:48 UTC  (2+ messages)

[RFA 0/4] Add "pending" attribute to gdb.Breakpoint
 2016-05-20 14:30 UTC  (8+ messages)
` [RFA 2/3] use user_breakpoint_p in python code
` [RFA 3/3] PR python/17698 - add Breakpoint.pending
` [RFA 1/3] Rearrange Python breakpoint node in documentation

[PATCH v5 4/5] Include group information to xml syscall files
 2016-05-20  5:48 UTC  (8+ messages)
  ` [PATCH v6 1/5] Implemement support for groups of syscalls in the xml-syscall interface
    ` [PATCH v6 5/5] Update documentation on catching a group of related syscalls
    ` [PATCH v6 3/5] Add tests for catching groups of syscalls on supported architectures
    ` [PATCH v6 2/5] Add support to catch groups of syscalls
  ` [RESEND PATCH v6 4/5] Include group information to xml syscall files

[PATCH v3 00/34] Towards great frontend GDB consoles
 2016-05-19 19:28 UTC  (10+ messages)
` [PATCH v3 06/34] Introduce interpreter factories
` [PATCH v3 05/34] Make the interpreters be per UI
` [PATCH v3 07/34] Make the intepreters output to all UIs
` [PATCH v3 08/34] Always run async signal handlers in the main UI

[PATCH] Specify python2 or python3 as Python program name
 2016-05-19 16:01 UTC  (4+ messages)
` [PATCH] [GDBServer] Send SIGINT using process group ID

[PATCH/7.11.1?] Simpler fix PR gdb/19828: gdb -p <process from a container>: internal error
 2016-05-19 15:10 UTC  (2+ messages)
` [PATCH] Fix "

[PATCH] Wake up interruptible_select in remote_fileio ctrl-c handler
 2016-05-19 14:38 UTC 

[PATCH] Fix invalid implicit conversions from void *
 2016-05-19 13:32 UTC  (3+ messages)

Tom Tromey appointed Rust language maintainer
 2016-05-19 13:24 UTC  (2+ messages)

[PATCH] Add myself as write-after-approval GDB maintainer
 2016-05-19 10:35 UTC  (3+ messages)

[FYI v3 0/8] Add Rust language support
 2016-05-18 16:21 UTC  (15+ messages)
` [FYI v3 8/8] Rename OP_F90_RANGE to OP_RANGE
` [FYI v3 2/8] Make gdb expression debugging handle OP_F90_RANGE
` [FYI v3 4/8] Add array start and end strings to generic_val_print_decorations
` [FYI v3 3/8] Add self-test framework to gdb
` [FYI v3 7/8] Add Rust documentation
` [FYI v3 1/8] Fix latent yacc-related bug in gdb/Makefile.in init.c rule
` [FYI v3 5/8] Add support for the Rust language
` [FYI v3 6/8] Update gdb test suite for Rust

[PATCH] The parameter in value_entirely_optimized_out is NULL
 2016-05-18 16:18 UTC  (3+ messages)

[PATCH v5 1/5] Implemement support for groups of syscalls in the xml-syscall interface
 2016-05-18 16:10 UTC  (3+ messages)

[PING 2][PATCH][PR gdb/19893] Fix handling of synthetic C++ references
 2016-05-18 16:07 UTC  (6+ messages)

[PATCH v2] Add mi-threads-interrupt.exp test (PR 20039)
 2016-05-18 14:22 UTC  (5+ messages)

[PATCH] Fix double prompt output after run control MI commands with mi-async on (PR 20045)
 2016-05-18 14:22 UTC  (3+ messages)

[RFC 0/3] Use reinsert breakpoint for vCont;s
 2016-05-18 11:50 UTC  (4+ messages)

[PATCH] Match shell_prompt # in batch-preserve-term-settings.exp
 2016-05-18 11:27 UTC  (2+ messages)

New ARI warning Wed May 18 01:55:44 UTC 2016
 2016-05-18  1:55 UTC 

[PATCH] Fix -exec-run not running asynchronously with mi-async on
 2016-05-17 21:01 UTC  (3+ messages)

[PATCH] Make gdb.server/connect-with-no-symbol-file.exp more robust
 2016-05-17 17:59 UTC  (5+ messages)

[PATCH 1/4] Move trace conditions tests from ftrace.exp to trace-condition.exp
 2016-05-17 17:03 UTC  (4+ messages)
` [PATCH 3/4] Add variable length tests for emit_ref in trace-condition.exp
` [PATCH 2/4] Add emit_less_unsigned test "
` [PATCH 4/4] Add tests for 64bit values "

[PATCH v5 3/5] Add tests for catching groups of syscalls on supported architectures
 2016-05-17 16:56 UTC 

[PATCH v5 2/5] Add support to catch groups of syscalls
 2016-05-17 16:55 UTC 

RFA: Generate normal DWARF DW_LOC descriptors for non integer mode pointers
 2016-05-17 15:23 UTC  (4+ messages)

[PATCH] [GDBserver] step over shouldn't be ongoing in proceed_one_lwp
 2016-05-17  9:15 UTC  (2+ messages)

[PATCH pushed] Use unsuspend_all_lwps
 2016-05-17  7:38 UTC 

[PATCH 7.11/PR 20039] Use target_terminal_ours_for_output in MI
 2016-05-16 21:06 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).