Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
[PATCH v4 0/14] Run all-stop on non-stop target
 2012-05-03 15:01 UTC  (18+ messages)
` [PATCH 03/14] Change parameters of adjust_pc_after_break
` [PATCH 01/14] Fix displaced stepping debug log
` [PATCH 08/14] Uninstall infrun_async_inferior_event token in remote target
` [PATCH 12/14] manythreads.exp: Adjust to handle threads appearing/disappearing after "Program received signal SIGFOO"
` [PATCH 05/14] Support in linux-nat target
` [PATCH 10/14] watchthreads-reorder.exp: Don't assume there is no infrun output after prompt
` [PATCH 09/14] Set thread's state in infcall
` [PATCH 14/14] kfail gdb/13858
` [PATCH 06/14] Flip to set target-async on by default and NEWS
` [PATCH 07/14] Support in remote target
` [PATCH 13/14] ia64-sigill.exp: Don't assume there's no infrun output after the prompt
` [PATCH 02/14] Move displaced_step_fixup bits out to displaced_step_next
` [PATCH 11/14] Fix fails in gdb.trace/pending.exp
` [PATCH 04/14] Run all-stop on non-stop

[patch] Use the string returned by pretty printer for MI varobjs instead of "{...}"
 2012-05-03 14:57 UTC  (4+ messages)

[PATCH] Add support for Tilera TILE-Gx processor (part 1/2: gdb)
 2012-05-03 14:44 UTC  (6+ messages)
  ` [PATCH] Add support for Tilera TILE-Gx processor (part 2/2: gdbserver)

[PATCH 1/4] New gdb arch hook: return_with_first_hidden_param_p
 2012-05-03 14:04 UTC  (5+ messages)
` [ping 2] : "

[RFC/PATCH] Fix `bfd_{get,set}_*' macros
 2012-05-03 13:17 UTC  (3+ messages)

[RFA] Emit a warning for ineffective set VAR = EXP command
 2012-05-03 13:12 UTC  (7+ messages)

[RFC - Python scripting] New methods Symtab.global_block and Symtab.static_block (docs included)
 2012-05-03  7:13 UTC  (22+ messages)

[RFA 2/3] Initial Fission support, rewrite DIE reading
 2012-05-03  6:54 UTC  (11+ messages)
    ` Crash regression for gdb.ada/*.exp [Re: [RFA 2/3] Initial Fission support, rewrite DIE reading]
            ` Crash on new testcase gdb.dwarf2/pr13961.exp [Re: Crash regression for gdb.ada/*.exp]

[RFA/commit] not-procfs.c: Make procfs_find_new_threads and procfs_pid_to_str static
 2012-05-03  3:34 UTC  (2+ messages)

[PATCH] Skip tests early if needed
 2012-05-03  2:06 UTC  (2+ messages)
` [committed]: "

[obv] Remove extra spaces
 2012-05-03  1:33 UTC 

[commit] Make infcall.c:unwind_on_signal_p static
 2012-05-03  0:11 UTC 

[commit] Fix -Wmissing-prototypes errors in sol-thread.c
 2012-05-02 23:21 UTC 

[RFA/commit] procfs.c: Remove unused functions and make many functions static
 2012-05-02 23:15 UTC 

[commit] Delete unused procfs_pid_to_str extern in sol-thread.c
 2012-05-02 23:11 UTC 

[PATCH} remove myself as windows maintainer
 2012-05-02 22:49 UTC 

Invalid segment resister value on x86_64-windows
 2012-05-02 22:16 UTC  (14+ messages)
` [RFA/commit 1/2] Regenerate the features/i386 target description .c files
` [RFA 2/2] [x86/x86_64] Segment registers are 16 bits long (not 32bits)
` [RFA 3/2(+)] Test size of x86/x86_64 segment registers
          ` [WINDOWS/RFC] Invalid segment resister value on x86_64-windows

PATCH: Also check for `movl %esp, %ebp' for x32
 2012-05-02 22:14 UTC  (7+ messages)

[patch] Setup kfail in gdb.mi/mi-solib.exp
 2012-05-02 22:08 UTC  (3+ messages)
` [ping 2]: "

[PATCH][SH] Signal handler unwinding for SH-Linux
 2012-05-02 21:52 UTC  (3+ messages)

[RFA] MIPS16 FP manual call/return fixes
 2012-05-02 21:28 UTC  (10+ messages)

[patch] [w32] Fix --without-auto-load-safe-path
 2012-05-02 20:01 UTC  (3+ messages)
  ` [commit] "

[RFC] Fix build failure in stap-probe.c
 2012-05-02 18:56 UTC  (2+ messages)

[RFC - doc] Add note about the possibility of symbols getting moved across blocks
 2012-05-02 17:32 UTC  (15+ messages)

Clash between ncurses.h and Windows headers
 2012-05-02 17:14 UTC  (5+ messages)

GDB/MI and ">" prompts
 2012-05-02 17:04 UTC  (7+ messages)

[PATCH] microMIPS support
 2012-05-02 16:39 UTC  (18+ messages)

[RFC/PATCH] Clean up unused variables (and prepare for `-Wunused-variable' flag)
 2012-05-02 10:55 UTC  (7+ messages)

[commit/obvious] Remove unused vars introduced by stap patches
 2012-05-02  5:08 UTC 

[commit/obvious] Regenerate `features/{i386,rs6000}' files
 2012-05-02  5:00 UTC 

[PATCH] configure.ac: Also quote '$' in tbaseargs
 2012-05-01 20:17 UTC 

[commit] fix date in ChangeLog entry
 2012-05-01  2:57 UTC 

[PATCH] Remove board setting `gdb,cannot_call_functions'
 2012-05-01  2:34 UTC  (3+ messages)

[3/10] introduce psymtab users
 2012-04-30 21:43 UTC  (3+ messages)

[RFC] Extend gdb.Breakpoint to allow setting a breakpoint at the current execution address
 2012-04-30 20:01 UTC  (4+ messages)

[PATCH] Add support for Tilera TILE-Gx processor (part 2/2: gdb)
 2012-04-30 19:17 UTC  (6+ messages)

Script to compare pubnames, gdb index as produced by gold and gdb index as produced by gdb
 2012-04-30 18:43 UTC  (7+ messages)

ARI troubles
 2012-04-30 17:26 UTC  (8+ messages)

[RFA 3/3] Initial Fission support, the actual Fission stuff
 2012-04-30 14:30 UTC  (12+ messages)
` Crash regression for gdb.dwarf2/dw2-inheritance.exp [Re: [RFA 3/3] Initial Fission support, the actual Fission stuff]

[PATCH 0/4 v3] Add support for static and SystemTap probes
 2012-04-29 18:03 UTC  (19+ messages)
` [PATCH 3/4 v3] Use longjmp and exception probes when available
` [PATCH 1/4 v3] Refactor internal variable mechanism
` [PATCH 2/4 v3] Implement support for static and SystemTap probes
` [PATCH 4/4 v3] Documentation and testsuite changes
` Regression for gdb.trace/backtrace.exp [Re: [PATCH 0/4 v3] Add support for static and SystemTap probes]

[PATCH] Check style of mark up and comment
 2012-04-29  8:05 UTC  (3+ messages)
  ` [committed]: "

[PATCH/DOC] Remove doc of a29k
 2012-04-29  7:22 UTC  (2+ messages)
` [committed]: "

[PATCH 0/5] Preparatory patches for ITSET in GDBserver
 2012-04-29  6:46 UTC  (5+ messages)
` [PATCH 5/5] move server.h to gdbthread.h
      ` [committed]: "

[PATCH v2] Add autoload-breakpoints [2/6] ReportAsync-test
 2012-04-28 20:37 UTC  (3+ messages)

[PATCH v2] Add autoload-breakpoints [6/6] autoload-breakpoints doc
 2012-04-28  8:33 UTC  (8+ messages)

[commit/obvious/ARI] Silence ARI warning because of non-internationalized string
 2012-04-28  6:51 UTC 

New ARI warning Sat Apr 28 01:55:01 UTC 2012
 2012-04-28  4:54 UTC  (4+ messages)

[commit] dwarf2read.c (dwarf2_read_index): Don't use index if empty
 2012-04-28  4:49 UTC 

[RFA] MIPS/GDB: Fix the handling of MIPS16 thunks
 2012-04-27 20:23 UTC  (7+ messages)
      ` gdb_test_multiple and empty $message

FYI: Add myself to MAINTAINERS
 2012-04-27 19:27 UTC 

RFA: consolidate DWARF strings into libiberty
 2012-04-27 17:29 UTC  (12+ messages)

[PATCH] Unbreak program transformation name `configure' options
 2012-04-27 16:49 UTC  (5+ messages)

[RFA Fission supplement #1] Handle debug_info inter-cu type references
 2012-04-27 16:05 UTC  (3+ messages)

[patch] Add support for VFP d16 layout for Cortex-M4
 2012-04-27 15:55 UTC  (6+ messages)

[RFA Fission supplement #2] Handle compressed sections in DWO files
 2012-04-27 15:51 UTC  (2+ messages)

[PATCH] Solaris: Fix function prototype breakage in /proc services
 2012-04-27 15:46 UTC  (2+ messages)

[PATCH v4] gdbserver: uclinux: pull in ptrace offset definitions from asm/ptrace.h
 2012-04-27 14:49 UTC  (3+ messages)

[obv] Use proc `dwarf2_support' in dw2-ifort-parameter.exp
 2012-04-27 14:11 UTC 

[PATCH] gdb: dwarf2read.c handle DW_AT_high_pc constant form for DWARF 4+
 2012-04-27 14:10 UTC  (2+ messages)

[PATCH v3] gdbserver: uclinux: pull in ptrace offset definitions from asm/ptrace.h
 2012-04-27 10:32 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