public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCH 0/4] [nto] Nto fixes
 2015-10-21 10:39 UTC  (34+ messages)
` [PATCH 4/4] [nto] Setup signals
` [PATCH 3/4] [nto] Fix nto target stopped by watchpoint
    ` [PATCH 0/2] (patch 3/4 v2) Broken down patch 3/4
      ` [PATCH 2/2] [nto] Improve ABI sniffing
      ` [PATCH 1/2] [nto] Fix nto target stopped by watchpoint
` [PATCH 1/4] [nto] Fix nto build
` [PATCH 2/4] [nto] Fixes for nto procfs
        ` [PATCH 0/3] (patch 2/4, v2) Break patch 2/4 into 3
          ` [PATCH 2/3] (patch 2/4, v2) [nto] Implement TARGET_OBJECT_AUXV
          ` [PATCH 1/3] (patch 2/4, v2) [nto] Fixes for nto procfs
          ` [PATCH 3/3] (patch 2/4, v2) [nto] Implement procfs_pid_to_exec_file

[PATCH] Fix --host cris-*-linux build of GDBServer
 2015-10-21 10:38 UTC  (2+ messages)

[patch] Fix internal error on DW_OP_bregx(-1)
 2015-10-21  9:56 UTC  (5+ messages)
  ` [patchv2] "
      ` [commit] "

[PATCH v3 0/5] Software breakpoints support for ARM linux in GDBServer
 2015-10-20 16:55 UTC  (6+ messages)
` [PATCH v3 1/5] Add the target_ops needed for software breakpoints "
` [PATCH v3 5/5] Support software breakpoints for ARM linux "
` [PATCH v3 4/5] Refactor the breakpoint definitions in linux-arm-low.c
` [PATCH v3 2/5] Support breakpoint kinds for software breakpoints in GDBServer
` [PATCH v3 3/5] Implement breakpoint_kind_from_pc and sw_breakpoint_from_kind for ARM "

Infinity
 2015-10-20 15:42 UTC 

[PING] [PATCH] [D] Re-apply change for handling non-local references in nested functions
 2015-10-20 12:01 UTC  (2+ messages)

core file support for AIX
 2015-10-20 11:56 UTC  (2+ messages)

[PATCH 0/6] disasm, record: fix "record instruction-history /m"
 2015-10-20 11:29 UTC  (12+ messages)
` [PATCH 2/6] disasm: add struct disas_insn to describe to-be-disassembled instruction
` [PATCH 3/6] disas: add gdb_disassembly_vec

gdb/linux-record fixes
 2015-10-20 11:16 UTC  (16+ messages)
` [PATCH 08/11] gdb/linux-record: Fix newfstatat handling
` [PATCH 04/11] gdb/linux-record: Fix readdir and getdents handling
` [PATCH 03/11] gdb/linux-record: Fix sizes of sigaction and sigset_t
` [PATCH 09/11] gdb/linux-record: Fix old_select syscall handling
` [PATCH 07/11] gdb/linux-record: Fix [sg]etgroups16 syscall
` [PATCH 11/11] gdb/linux-record: Fix struct sizes for x32 + aarch64
` [PATCH 01/11] gdb/linux-record: Remove size_siginfo
` [PATCH 06/11] gdb/linux-record: Support time, waitpid, pipe syscalls
` [PATCH 10/11] gdb/linux-record: TASK_COMM_LEN is 16 on ppc too
` [PATCH 05/11] gdb/linux-record: Fix msghdr parsing on 64-bit targets
` [PATCH 02/11] gdb/linux-record: Fix size_[ug]id values

[PATCH 00/18] Remote all-stop on top of non-stop
 2015-10-19 16:48 UTC  (29+ messages)
` [PATCH 18/18] remote: enable "maint set target-non-stop" by default
` [PATCH 15/18] gdbserver:prepare_access_memory: pick another thread
` [PATCH 03/18] attach + target always in non-stop mode: stop all threads
` [PATCH 01/18] Fix mi-nonstop.exp with extended-remote
` [PATCH 02/18] Remote all-stop-on-top-of-non-stop
` [PATCH 13/18] infrun: Fix TARGET_WAITKIND_NO_RESUMED handling in non-stop mode
` [PATCH 10/18] Remote thread create/exit events
` [PATCH 05/18] remote: stop reason and watchpoint data address per thread
` [PATCH 04/18] gdbserver crash running gdb.threads/non-ldr-exc-1.exp
` [PATCH 06/18] New vCtrlC packet, non-stop mode equivalent of \003
` [PATCH 11/18] gdbserver: fix killed-outside.exp
` [PATCH 14/18] Implement TARGET_WAITKIND_NO_RESUMED in the remote protocol
` [PATCH 17/18] gdbserver: don't exit until GDB disconnects
` [PATCH 12/18] testsuite: Range stepping and non-stop mode
` [PATCH 16/18] gdbserver/linux: Always wake up event loop after resume
` [PATCH 09/18] Make dprintf-non-stop.exp cope with remote testing
` [PATCH 07/18] gdbserver crash if gdb attaches too fast
` [PATCH 08/18] gdbserver resume_stop handling bug

[PATCH] gdb.base/default.exp: Use verbose -log in a few places
 2015-10-19 15:43 UTC  (2+ messages)

[PATCH 2/2] [D] Remove search_parents parameter from d_lookup_symbol_imports
 2015-10-19 15:42 UTC  (2+ messages)

[PATCH] Make GDB wait for events after handling target File-I/O
 2015-10-19 13:37 UTC  (7+ messages)

[PATCH v2 0/7] Software breakpoints support for ARM linux in GDBServer
 2015-10-19 11:48 UTC  (43+ messages)
` [PATCH v2 5/7] Implement breakpoint_from_pc for ARM "
` [PATCH v2 3/7] Implement breakpoint_from_kind for supported architectures "
` [PATCH v2 6/7] Refactor the breakpoint definitions in linux-arm-low.c
` [PATCH v2 7/7] Support software breakpoints for ARM linux in GDBServer
` [PATCH v2 4/7] Support breakpoint kinds for software breakpoints "
` [PATCH v2 2/7] Add breakpoint_from_kind target_ops "
` [PATCH v2 1/7] Add breakpoint_from_pc "

[PATCH] Fix inherit.exp tests
 2015-10-19 10:24 UTC  (5+ messages)

[PATCH v2 0/4] disasm, record: fix "record instruction-history /m"
 2015-10-19  9:42 UTC  (7+ messages)
` [PATCH v2 3/4] btrace: change record instruction-history /m
` [PATCH v2 4/4] btrace: add instruction-history /s and fix documentation
` [PATCH v2 1/4] disasm: split dump_insns
` [PATCH v2 2/4] disasm: add struct disasm_insn to describe to-be-disassembled instruction

[PATCH v2] gdb: Improve syscall entry/return tracking on Linux
 2015-10-19  8:48 UTC  (3+ messages)
` [PATCH v3] "

[PATCH] Include minimal symbol flavour name in LOC_UNRESOLVED error message
 2015-10-18 20:16 UTC  (5+ messages)

[patch] Attach to running but deleted executable
 2015-10-16 20:48 UTC  (2+ messages)
` obsolete: "

[PATCH 1/3] Never kill PID on: gdb exec PID
 2015-10-16 20:47 UTC  (3+ messages)
` [PATCH 3/3] Find symbols even for deleted executables
` [PATCH 2/3] core-file: Never kill attached processes

[PATCH 0/7] Replace continuations with an extendable "class"
 2015-10-16 17:05 UTC  (7+ messages)
` [PATCH 1/7] Merge async and sync code paths some more

[PATCH] gdbserver: Reset current_thread when its process is removed
 2015-10-16 15:06 UTC  (6+ messages)

[PATCH] gdb: Handle multiple base address in debug_ranges data
 2015-10-16 12:54 UTC 

[PATCH] MAINTAINERS: Fix my inconsistent email address
 2015-10-16 12:22 UTC 

[RFC][PATCH 00/15] Fast tracepoint support for ARMv7
 2015-10-15 17:29 UTC  (25+ messages)
` [RFC][PATCH 04/15] Fix crash in tstatus after detach
` [RFC][PATCH 02/15] Fix internal error when saving fast tracepoint definitions
` [RFC][PATCH 01/15] Fix endian problem for tracepoint enabled flag
` [RFC][PATCH 06/15] Add possibility to restart trace after tfind
` [RFC][PATCH 07/15] Fix mmap usage of MAP_FIXED for multiple pages
` [RFC][PATCH 05/15] Fix crash when tstart after detach
` [RFC][PATCH 03/15] Fix crash in enable/disable "
` [RFC][PATCH 08/15] gdbserver: Move pointer dereference to after assert checks
` [RFC][PATCH 10/15] gdb: Add arm_fast_tracepoint_valid_at
` [RFC][PATCH 12/15] gdbserver: Add help functions to get arm/thumb mode
` [RFC][PATCH 15/15] gdb/gdbserver: Enable tracepoint for ARM
` [RFC][PATCH 11/15] gdbserver: Add helper functions to create arm instructions
` [RFC][PATCH 14/15] gdbserver: Add linux-arm-ipa.c
` [RFC][PATCH 13/15] gdbserver: Add arm_install_fast_tracepoint_jump_pad
` [RFC][PATCH 09/15] gdb: Add relocate instruction helpers

[PATCH] aarch64 multi-arch part 6: HW breakpoint on unaligned address
 2015-10-15 14:10 UTC  (7+ messages)

[OB PATCH] Remove core_regset_section
 2015-10-15 13:06 UTC  (2+ messages)

[PATCH 00/11] Displaced stepping on AArch64 GNU/Linux
 2015-10-14  8:37 UTC  (4+ messages)
` [PATCH 06/11] Support displaced stepping in aarch64-linux

[PATCH] Fix execution_direction's type
 2015-10-13 18:44 UTC  (2+ messages)

[PATCH] More char constification
 2015-10-13 18:44 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).