public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCH V2 0/3] fortran: Enable arrays of structures with dynamic member types
 2016-04-14 13:45 UTC  (10+ messages)
` [PATCH V2 1/3] fort_dyn_array: Enable dynamic member types inside a structure
` [PATCH V2 3/3] fort_dyn_array: Use value constructor instead of raw-buffer manipulation
` [PATCH V2 2/3] fort_dyn_array: Support evaluation of dynamic elements inside arrays

[PATCH V2 0/2] Split tdesc_(amd64|i386)_mpx into tdesc(amd64|i386)_mpx_* and tdesc(amd64|i386)_avx_mpx_*
 2016-04-14 13:28 UTC  (11+ messages)
` [PATCH V2 2/2] Re-factor (i386|amd64)mpx target descriptors
` [PATCH V2 1/2] Add redundant target descriptor for tdesc(amd64|i386)_avx_mpx_*
      ` Build xml target descriptions at run time

[PATCH V3 2/2] Re-factor (i386|amd64)mpx target descriptions
 2016-04-14 13:07 UTC 

[PATCH V3 1/2] Add target descriptions for AVX + MPX
 2016-04-14 13:05 UTC 

[PATCH] Avoid "format not a string literal" warnings
 2016-04-14 12:03 UTC  (5+ messages)

[PATCH] Avoid implicit float <-> integer conversion warnings
 2016-04-14 12:01 UTC  (3+ messages)

[PATCH 1/2] Change gdb_load_shlibs to gdb_load_shlib
 2016-04-14 11:28 UTC  (6+ messages)
` [PATCH 2/2] ftrace tests: Use gdb_load_shlib result to lookup IPA in info sharedlibrary

[PATCH] linux-record: Squash cases with identical handling
 2016-04-14 10:11 UTC  (4+ messages)

PR13984 - gdb stops controlling a thread after "Remote 'g' packet reply is too long: ..." error message
 2016-04-14  9:47 UTC  (15+ messages)

[PATCH] fortran: Testsuite, fix different type naming across compilers
 2016-04-14  9:22 UTC  (2+ messages)

[PATCH] (ARM Cortex-M) FPU and PSP aware exception frame unwinder
 2016-04-14  6:34 UTC  (4+ messages)

[PATCH v3 0/2] Debugging without a symbol file
 2016-04-13 20:25 UTC  (6+ messages)
` [PATCH v3 1/2] Debugging without a binary (regression)
` [PATCH v3 2/2] Test GDB connection to GDBserver with no symbol files

[PATCH] fix PR gdb/19914
 2016-04-13 18:18 UTC  (2+ messages)

[PATCH] Fix zero_ext documentation
 2016-04-13 16:38 UTC  (3+ messages)

[PATCH 0/7 V2] Step over instruction branches to itself
 2016-04-13 16:21 UTC  (21+ messages)
` [PATCH 3/7] Force to insert software single step breakpoint
` [PATCH 5/7] [GDBserver] Don't error in reinsert_raw_breakpoint if bp->inserted
` [PATCH 1/7] New test case gdb.trace/signal.exp
` [PATCH 2/7] Deliver signal in hardware single step
` [PATCH 6/7] Resume the inferior with signal rather than stepping over
` [PATCH 4/7] Insert breakpoint even when the raw breakpoint is found
` [PATCH 7/7] New test case gdb.base/branch-to-self.exp

[PATCH v2 0/2] Debugging without a symbol file
 2016-04-13 15:24 UTC  (7+ messages)
` [PATCH v2 1/2] Debugging without a binary (regression)
` [PATCH v2 2/2] Test GDB connection to GDBserver with no symbol files

[PATCH] Fix and improve comment in gdb_remote_download
 2016-04-13 14:48 UTC  (3+ messages)

[PATCH] gdbserver-base.exp: Copy file to standard output directory in ${board}_download
 2016-04-13 14:18 UTC  (8+ messages)

[PATCH] Fix PR remote/19840: gdb crashes on reverse-stepi
 2016-04-13 13:42 UTC  (3+ messages)

[PATCH] Fix aarch64 ftrace JIT condition testcase
 2016-04-13 13:42 UTC  (6+ messages)
    ` [PATCH v2] "

[OBV] btrace: fix test build error in gdb.btrace/instruction_history.c
 2016-04-13 13:31 UTC 

[pushed/obv] Fix typo in ftrace.exp condition testing
 2016-04-12 19:32 UTC 

[PATCH] [python] Avoid saving signal masks for Python API
 2016-04-12 17:42 UTC  (3+ messages)

[pushed] [C++] Switch TRY/CATCH to real C++ try/catch by default again
 2016-04-12 17:32 UTC 

[pushed] Use setjmp/longjmp for TRY/CATCH instead of sigsetjmp/siglongjmp
 2016-04-12 16:46 UTC 

[ob/pushed] Eliminate prepare_to_throw_exception
 2016-04-12 16:19 UTC 

[PATCH 00/30] Stop throwing exceptions from signal handlers
 2016-04-12 16:15 UTC  (4+ messages)

[PATCH 0/2] Fix for PR gdb/16818 (make -Wl,--dynamic-list work again)
 2016-04-12 15:18 UTC  (3+ messages)
` [PATCH 2/2] Fix PR gdb/16818, workaround Python's forcing of -export-dynamic
` [PATCH 1/2] Fix "-Wl,--dynamic-list" gdb/configure test

[PATCH v3 00/11] [PR gdb/14441] Support C++0x rvalue references in gdb
 2016-04-12 11:49 UTC  (7+ messages)
` [PATCH v4 "

[PATCH v2] gdb: dwarf2read: implement handling of variables in Fortran common block
 2016-04-12  8:02 UTC  (3+ messages)

[PATCH v4] Fix alignment of disassemble /r
 2016-04-12  7:23 UTC  (3+ messages)

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

[PATCH] gdb: dwarf2read: implement handling of variables in Fortran common block
 2016-04-11 22:01 UTC  (2+ messages)

[PATCH v3] Fix gdb crash when trying to print the address of a synthetic C++ reference
 2016-04-11 21:45 UTC  (5+ messages)

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

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

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

[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] 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

[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  (2+ messages)

[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  (5+ 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  (8+ messages)
` [PATCH 1/3] fort_dyn_array: Enable dynamic member types inside a structure

[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  (11+ 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] "

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