public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCH] Add a new format letter to dump instructions backward
 2016-04-11 12:17 UTC  (7+ messages)
        ` [PATCH] Negative repeat count for 'x' command

[PATCH v3] Fix alignment of disassemble /r
 2016-04-11  9:01 UTC  (2+ messages)

[PATCH 0/7 V2] Step over instruction branches to itself
 2016-04-11  8:41 UTC  (4+ messages)
` [PATCH 1/7] New test case gdb.trace/signal.exp

[testsuite patch] Fix gdb.btrace/tailcall-only.exp errors on x86_64-m32
 2016-04-11  6:44 UTC  (2+ messages)

PR13984 - gdb stops controlling a thread after "Remote 'g' packet reply is too long: ..." error message
 2016-04-10 14:49 UTC 

[SH] Fix simulator on 64 bit hosts
 2016-04-09 22:37 UTC  (2+ messages)

[PATCH obv] gdb.python/py-mi-events-gdb.py: Add parentheses to print
 2016-04-09 12:45 UTC 

[SH] Adjust stack area for simulator
 2016-04-09  1:33 UTC 

[PATCH] fix PR gdb/19914
 2016-04-08 22:54 UTC 

[PATCH] Make gdb.server/solib-list.exp work for remote targets
 2016-04-08 22:48 UTC  (5+ messages)

[PATCH] Fix gdb.server/solib-list.exp regression
 2016-04-08 22:20 UTC  (6+ messages)
      ` [pushed] "

[PING][PATCH v3] Fix gdb crash when trying to print the address of a synthetic C++ reference
 2016-04-08 19:17 UTC 

[PATCH v2] value: Make accessor methods' parameters const-correct
 2016-04-08 18:12 UTC  (3+ messages)

[testsuite patch] Fix 7.11 regression: gdb.dwarf2/dw2-undefined-ret-addr.exp
 2016-04-08 15:30 UTC  (2+ messages)
` [testsuite patch] Fix 7.11 regression: gdb.dwarf2/dw2-undefined-ret-addr.exp [now with the patch]

[testsuite patch] Fix for gcc-4.8: gdb.base/jit.exp gdb.base/jit-so.exp
 2016-04-08 13:40 UTC  (3+ messages)
  ` [commit] "

[ping] [PATCH v2 0/6] fortran: multi-dimensional subarrays with strides
 2016-04-08  8:05 UTC  (2+ messages)

[PATCH V3 0/3] fortran: Enable arrays of structures with dynamic member types
 2016-04-08  7:25 UTC  (2+ messages)
` [PATCH V3 1/3] fort_dyn_array: Enable dynamic member types inside a structure

[PATCH V2 0/3] fortran: Enable arrays of structures with dynamic member types
 2016-04-08  6:13 UTC  (9+ messages)
` [PATCH V2 3/3] fort_dyn_array: Use value constructor instead of raw-buffer manipulation
` [PATCH V2 1/3] fort_dyn_array: Enable dynamic member types inside a structure
` [PATCH V2 2/3] fort_dyn_array: Support evaluation of dynamic elements inside arrays

[PATCH] (ARM Cortex-M) FPU and PSP aware exception frame unwinder
 2016-04-07 22:07 UTC 

[testsuite patch] Fix false FAILs with .bashrc GDBHISTFILE=
 2016-04-07 20:20 UTC  (3+ messages)
  ` [commit] "

[PATCH] Fix gdb.compile/compile.exp shlib regression
 2016-04-07 19:02 UTC  (3+ messages)

[PATCH 0/4] Support tracepoints for ARM linux in GDBServer
 2016-04-07 16:33 UTC  (7+ messages)
` [PATCH 1/4] Teach arm unwinders to terminate gracefully

[PATCH] Fix gdb.reverse/finish-reverse-bkpt.exp
 2016-04-07 16:08 UTC  (2+ messages)

[PATCH] Fix gdb.reverse/next-reverse-bkpt-over-sr.exp
 2016-04-07 15:58 UTC  (2+ messages)

[PATCH 0/2] Make breakpoint handling in record-full idempotent
 2016-04-07 15:53 UTC  (10+ messages)
` [PATCH 1/2] Set bp_tgt->reqstd_address and bp_tgt->placed_size in record_full_insert_breakpoint
` [PATCH 2/2] Make breakpoint handling in record-full idempotent

[PATCH] value: Make accessor methods' parameters const-correct
 2016-04-07 14:43 UTC  (7+ messages)

[PATCH] Eliminate -var-create error for optzd ptr to struct
 2016-04-07 14:12 UTC  (13+ messages)

[PATCH v2] Fix alignment of disassemble /r
 2016-04-07  8:15 UTC  (6+ messages)

[PATCH 0/3] fortran: Enable arrays of structures with dynamic member types
 2016-04-07  6:03 UTC  (21+ messages)
` [PATCH 3/3] fort_dyn_array: Use value constructor instead of raw-buffer manipulation
` [PATCH 2/3] fort_dyn_array: Support evaluation of dynamic elements inside arrays
  ` [PATCH 2/3][PING] "
` [PATCH 1/3] fort_dyn_array: Enable dynamic member types inside a structure
  ` [PATCH 1/3][PING] "
` [PATCH 0/3][PING] fortran: Enable arrays of structures with dynamic member types

[PATCH] Eliminate -var-create error for optzd ptr to struct
 2016-04-06 21:34 UTC  (7+ messages)
` [PATCH v2 0/2] Optzd-out ptr: Error handling improvement
  ` [PATCH v2 1/2] Optzd-out ptr: New test for error handling

[PATCH] Fix gdb.threads/dlopen-libpthread.exp crash
 2016-04-06 20:50 UTC  (3+ messages)

[patch] Suggest newer gdbserver if it has no qXfer:exec-file:read
 2016-04-06 19:09 UTC  (22+ messages)
        ` [patch] Workaround gdbserver<7.7 for setfs [Re: [patch] Suggest newer gdbserver if it has no qXfer:exec-file:read]
          ` [patchv2 2/2] Workaround gdbserver<7.7 for setfs
              ` [patchv3] "
                  ` [patchv4] "
                      ` [commit] "
                        ` [revert] "
          ` [commit] Suggest newer gdbserver if it has no qXfer:exec-file:read
            ` [commit fix] Revert check-in by a mistake in the previous commit [Re: [commit] Suggest newer gdbserver if it has no qXfer:exec-file:read]

[PATCH v3 00/11] [PR gdb/14441] Support C++0x rvalue references in gdb
 2016-04-06  8:31 UTC  (13+ messages)
` [PATCH v4 "
  ` [PATCH v4 08/11] [PR gdb/14441] gdb: python: support rvalue references in the gdb module
  ` [PATCH v4 09/11] [PR gdb/14441] gdb: convert lvalue reference type check to general reference type check

[PATCH 1/4] native-gdbserver: Clear isremote flag in board info
 2016-04-06  3:15 UTC  (4+ messages)
` [PATCH 2/4] Fix annota-input-while-running.exp remote check
` [PATCH 4/4] Fix solib-display.exp "
` [PATCH 3/4] Fix detach.exp "

[PATCH obv] Fix IPA detection in ftrace-insn-reloc.exp
 2016-04-06  0:38 UTC 

Tentative: add -location option to clear command
 2016-04-05 20:07 UTC  (3+ messages)

[PATCH] fix PR gdb/19914
 2016-04-05 19:57 UTC 

[PATCH v2 1/2] Improve gdb_remote_download, remove gdb_download
 2016-04-05 18:04 UTC  (8+ messages)
` [PATCH v2 2/2] Make ftrace tests work with remote targets

[PATCH] Handle MIPS Linux SIGTRAP siginfo.si_code values
 2016-04-05 16:57 UTC  (8+ messages)

[PATCH 2/4 v3] IPA: Add alloc_jump_pad_buffer target hook
 2016-04-05 16:55 UTC  (9+ messages)
  ` [PATCH] IPA: Fix build problem on !HAVE_GETAUXVAL
          ` [PATCH] IPA: Move getauxval out of #ifndef IN_PROCESS_AGENT

[PATCH v2] testsuite: Update py-mi-objfile to expect console format print
 2016-04-05 16:05 UTC  (2+ messages)

[ping] [PATCH v1] Improve user experience in printing Fortran derived types
 2016-04-05 14:39 UTC  (2+ messages)

[PATCH] record: automatically start recording
 2016-04-05 14:34 UTC 

[PATCH] testsuite: Update py-mi-objfile to expect console format print
 2016-04-05 13:47 UTC  (9+ messages)

[PATCH V2] Improve user experience in printing Fortran derived types
 2016-04-05 12:39 UTC  (4+ messages)

[PATCH v1] Fix of default lookup for "this" symbol
 2016-04-05 11:32 UTC  (2+ messages)

[PATCH v2] python: Use console format for output of gdb.execute command
 2016-04-05  9:53 UTC  (4+ messages)

[ping] [PATCH v1] Fix of default lookup for "this" symbol
 2016-04-05  9:19 UTC 

MIPS simulator is broken
 2016-04-05  8:33 UTC  (6+ messages)

[PATCH] Don't show deprecated commands in help
 2016-04-04 20:48 UTC 

[PATCH obv] Obvious function doc and formatting
 2016-04-04 20:48 UTC 

[PATCH v3] Fix gdb crash when trying to print the address of a synthetic C++ reference
 2016-04-04 19:54 UTC  (3+ messages)

[PATCH] Make ftrace tests work with remote targets
 2016-04-04 18:31 UTC  (5+ messages)

[PATCH] Fix PR remote/19840: gdb crashes on reverse-stepi
 2016-04-04 16:34 UTC  (2+ messages)

[PATCH] Fix use of lazy strings outside of pretty-printers
 2016-04-04 16:26 UTC  (2+ messages)

[PATCH 0/8] Break at each iteration for breakpoints placed on a while statement
 2016-04-04 15:56 UTC  (2+ messages)

[PATCH] Fix gdb.mi/mi-breakpoint-changed.exp for remote targets
 2016-04-04 14:33 UTC  (3+ messages)

[PATCH 3/3][PING] fort_dyn_array: Use value constructor instead of raw-buffer manipulation
 2016-04-04  9:30 UTC 

[PATCH v2] Add negative repeat count to 'x' command
 2016-04-04  1:35 UTC 

[PATCH, doc RFA] Remove support for "target m32rsdi" and "target mips/pmon/ddb/rockhopper/lsi"
 2016-04-02  0:00 UTC  (6+ messages)

[PATCH v3 2/2] Implement 'catch syscall' for gdbserver
 2016-04-01 16:38 UTC  (13+ messages)
` [PATCH v4] "

[PATCH] [PR gdb/19820] gdb: allow enumeration constants as second operand of BINOP_REPEAT
 2016-04-01 15:02 UTC  (6+ messages)
` [PATCH v2] "

[PATCH 1/2] Fix write endianness/size problem for fast tracepoint enabled flag
 2016-04-01 14:42 UTC  (6+ messages)
` [PATCH 2/2] Add test for fast tracepoint enable/disable

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).