public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCH] dwarf_decode_lines_1: Delete local basic_block, unused
 2014-08-13 22:58 UTC 

Experience Costa Rica, a tropical paradise!
 2014-08-13 21:59 UTC 

Revisit gdb/12528 for bare metal targets
 2014-08-13 18:58 UTC  (5+ messages)
` [PATCH 1/2] Remove pst from dwarf_decode_lines_1
  ` [PATCH 2/2] Check function is GC'ed

Warnings in native MinGW32 build of GDB 7.8
 2014-08-13 18:48 UTC  (8+ messages)

[PATCH 00/10] Linux extended-remote fork events
 2014-08-13 17:50 UTC  (14+ messages)
` [PATCH 06/10] Extended-remote follow fork
` [PATCH 04/10] Enhance extended ptrace event setup
` [PATCH 07/10] Extended-remote arch-specific follow fork
` [PATCH 01/10] Refactor native follow-fork
` [PATCH 05/10] GDBserver clone breakpoint list
` [PATCH 02/10] Refactor follow-fork message printing
` [PATCH 03/10] Refactor extended ptrace event status
` [PATCH 09/10] Extended-remote fork catchpoints
` [PATCH 10/10] Extended-remote fork event documentation
` [PATCH 08/10] Extended-remote follow vfork

[PATCH] aarch64/gdbserver: fix floating point registers display
 2014-08-13 14:42 UTC  (7+ messages)

[PATCH v3 0/6] ARM process record/replay improvements
 2014-08-13 14:10 UTC  (12+ messages)
` [PATCH v3 1/6] Implements support for recording arm/thumb mode coprocessor instructions
` [PATCH v3 4/6] Implement support for recording extension register ld/st insn
` [PATCH v3 5/6] Implement support for recording vector data transfer instructions
` [PATCH v3 2/6] Implements support for recording thumb2 ASIMD struct ld/st insn
` [PATCH v3 6/6] Fix reverse-step and reverse-next over undebuggable solib code
` [PATCH v3 3/6] Implement support for recording VFP data processing instructions

[PATCH] arm software watchpoint: return to epilogue
 2014-08-13 12:02 UTC  (2+ messages)

[PATCH 0/5 v7] Common code cleanups (first four, and one new)
 2014-08-13 10:55 UTC  (6+ messages)
` [PATCH 4/5 v7] Introduce common-debug.h
` [PATCH 3/5 v7] Move print-utils.h to common-defs.h
` [PATCH 2/5 v7] Introduce common-types.h
` [PATCH 5/5 v7] Introduce show_debug_regs
` [PATCH 1/5 v7] Introduce common/errors.h

[PATCH] Copy .py files to remote host
 2014-08-13 10:28 UTC  (9+ messages)

[patch] Fix --with-babeltrace with gcc-4.9.1
 2014-08-13  9:52 UTC  (9+ messages)
  ` [patch+7.8?] "

[PATCH 0/4 v6] Common code cleanups (first four)
 2014-08-12 23:52 UTC  (6+ messages)
` [PATCH 1/4 v6] Introduce common/errors.h
` [PATCH 3/4 v6] Move print-utils.h to common-defs.h
` [PATCH 2/4 v6] Introduce common-types.h
` [PATCH 4/4 v6] Introduce common-debug.h

[V2 00/23] Fortran dynamic array support
 2014-08-12 21:55 UTC  (11+ messages)
` [V2 15/23] test: dynamic arrays passed to subroutines
` Crash regression(?) printing Fortran strings in bt [Re: [V2 00/23] Fortran dynamic array support]
      ` [patch 1/2] "

[PATCH] Set breakpoint on the right line
 2014-08-12  1:22 UTC 

[PATCH] Delete "Loaded symbols for ..." message in solib.c
 2014-08-12  0:24 UTC  (3+ messages)

[PATCH] Support _Complex in hard-VFP abi
 2014-08-11 13:12 UTC  (2+ messages)

[PATCH 0/4] baby step toward multi-target
 2014-08-11  5:54 UTC  (8+ messages)

[PATCH] Fix typo in program_info
 2014-08-11  5:33 UTC 

[commit] linux-nat.c (linux_nat_thread_address_space): Delete dead code
 2014-08-11  4:11 UTC 

GDB built with Guile won't start when boot-9 is unavailable
 2014-08-10 19:18 UTC  (4+ messages)

[PATCH] Delete struct inferior_suspend_state
 2014-08-09 20:53 UTC  (3+ messages)

[PATCH] Fix PR remote/9053: remove dead code on query packet size
 2014-08-09  1:03 UTC  (3+ messages)

[PATCH] Remove duplicated code on checking address 0x0 is accessiable
 2014-08-08 14:10 UTC  (2+ messages)

[PATCH] Make test messages in gdb.mi/mi-var-display.exp unique
 2014-08-08 13:56 UTC  (2+ messages)

[PATCH 0/8] Error handling cleanups
 2014-08-08 11:38 UTC  (11+ messages)
` [PATCH 2/8] Make error usable earlier
` [PATCH 3/8] Make warning "
` [PATCH 4/8] Replace hardwired error handlers in tui_initialize_io
` [PATCH 8/8] Unify startup and option-parsing warnings
` [PATCH 7/8] Replace all usage errors with calls to error
` [PATCH 5/8] Replace hardwired error handler in captured_main
` [PATCH 1/8] Make internal_vproblem always work
` [PATCH 6/8] Replace hardwired error handler in go32_create_inferior

[doc] Avoid conflicts between gdb and cross-gdb
 2014-08-08  7:17 UTC  (19+ messages)

Experience Costa Rica, a tropical paradise!
 2014-08-07 18:06 UTC 

[RFC] src-release.sh: Convert src-release to a shell script
 2014-08-07 13:53 UTC 

[PATCH 00/11 v5] Common code cleanups
 2014-08-07 13:48 UTC  (32+ messages)
` [PATCH 02/11 v5] Introduce common-types.h
` [PATCH 03/11 v5] Move print-utils.h to common-defs.h
` [PATCH 04/11 v5] Introduce and use debug_printf and debug_vprintf
` [PATCH 09/11 v5] Remove GDBSERVER uses from linux-btrace.c
` [PATCH 07/11 v5] Introduce get_thread_regcache_for_ptid
` [PATCH 10/11 v5] Remove GDBSERVER uses from i386-dregs.c
` [PATCH 08/11 v5] Include common-defs.h instead of defs.h/server.h in shared code
` [PATCH 06/11 v5] Add target/symbol.h
` [PATCH 05/11 v5] Add target/target.h
` [PATCH 01/11 v5] Introduce common/errors.h
` [PATCH 11/11 v5] Remove one GDBSERVER use from linux-waitpid.c

[PATCH v3 00/13] Regset rework preparations part 2
 2014-08-07 13:36 UTC  (2+ messages)

[PATCH] Replace 0 with TARGET_XFER_EOF in to_xfer_partial
 2014-08-07 12:52 UTC  (3+ messages)

[PATCH] Fix remote/17230
 2014-08-07  9:50 UTC  (3+ messages)

[PATCH] bfd/coff-ppc.c: Be sure of zero terminated string after copy from '_n_name'
 2014-08-07  9:06 UTC  (5+ messages)

[PATCH 00/13] Include some headers in common-defs.h
 2014-08-07  8:15 UTC  (6+ messages)
` [PATCH 13/13] Include string.h "

[PATCH] Rename variable with confusing name
 2014-08-06 19:53 UTC  (5+ messages)

[PATCH 0/6] Remove fatal from gdbserver
 2014-08-06 16:49 UTC  (7+ messages)
` [PATCH 4/6] Convert fatal to error in remote_prepare
` [PATCH 2/6] Convert fatal to gdb_assert in both i386_dr_low_set_addr
` [PATCH 3/6] Downgrade fatal to warning in linux_async
` [PATCH 5/6] Convert fatal to perror_with_name in IPA code
` [PATCH 6/6] Remove fatal function and prototype
` [PATCH 1/6] Straightforward fatal to internal_error conversions

Compare natural remedies to treat ADHD
 2014-08-06 16:47 UTC 

[PATCH] Tweak comments in struct dwarf2_per_cu_data
 2014-08-06 16:00 UTC  (2+ messages)

[PATCH] Rearrange awkwardly-nested conditionals
 2014-08-06 13:04 UTC  (2+ messages)
` [OB PATCH] "

[PATCH 0/7 v2] Refactor shared code in {i386,amd64}-linux-nat.c
 2014-08-06 11:16 UTC  (5+ messages)
` [PATCH 7/7 v2] Tidy #include lists

[OB PATCH] Replace hardwired target-is-async check
 2014-08-06 10:52 UTC 

[RFA 8/9] Explicit locations v2 - MI for explicit locations
 2014-08-06  4:50 UTC  (4+ messages)

[RFA 7/9] Explicit locations v2 - CLI for explicit locations
 2014-08-06  4:46 UTC  (3+ messages)

[PATCH v3 00/15] CTF Support
 2014-08-06  1:30 UTC  (4+ messages)
  ` Incorrect placement of babeltrace gdb/NEWS item [Re: [PATCH v3 00/15] CTF Support]

[PATCH] Fix xmethod Python so that it works with Python 3
 2014-08-05 17:30 UTC  (2+ messages)

[patchv2] Fix crash on optimized-out entry data values
 2014-08-05 17:16 UTC  (10+ messages)
    ` [PATCH] Handle partially optimized out values similarly to unavailable values (Re: [patchv2] Fix crash on optimized-out entry data values)
          ` [read_frame_arg patch] "
              ` [commit+7.8] [read_frame_arg patch] Handle partially optimized out values similarly to unavailable values

[PATCH PR c++/17132] Add new argument NOSIDE to find_overload_match
 2014-08-05 16:41 UTC  (4+ messages)

[OB PATCH] Remove pointless function initialize_interps
 2014-08-05 14:07 UTC 

[PATCH v2 2/2] mi-out: Implement mi redirection using a stack
 2014-08-05 13:54 UTC  (4+ messages)

[OB PATCH] Remove spurious va_end in vwarning
 2014-08-05 12:08 UTC 

[PATCH 0/2] Improved variable object invalidation in GDB
 2014-08-05 11:01 UTC  (5+ messages)
` [PATCH 1/2] Fix varobj updation after symbol removal
  ` [PING][PATCH "
` [PATCH 2/2] Testsuite for "
  ` [PING][PATCH "

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