Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
[PATCH 00/40] add cleanup checker and fix cleanup bugs
 2013-05-09 18:52 UTC  (33+ messages)
` [PATCH 01/40] add the cleanup checker
` [PATCH 04/40] fix cleanups in som_symtab_read
` [PATCH 05/40] fix cleanup buglet in ada-lang.c
` [PATCH 03/40] fix print_command_1
` [PATCH 06/40] remove erroneous return from setup_user_args
` [PATCH 02/40] some cleanup checker fixes
` [PATCH 08/40] fix up cleanup handling in internal_vproblem
` [PATCH 22/40] fix symtab.c
` [PATCH 11/40] fix list_available_thread_groups
` [PATCH 15/40] make a cleanup unconditionally in tracepoint.c
` [PATCH 19/40] fix py-frame.c
` [PATCH 16/40] fix varobj.c
` [PATCH 14/40] fix two buglets in breakpoint.c
` [PATCH 21/40] fix py-value.c
` [PATCH 09/40] cleanup fixes for remote-mips.c
` [PATCH 18/40] fix py-breakpoint.c
` [PATCH 17/40] simplify cli-logging.c for analysis
` [PATCH 12/40] fix cleanup handling in m32r_load
` [PATCH 10/40] cleanup fixes for inf-ptrace.c
` [PATCH 24/40] fix mipsread.c
` [PATCH 13/40] fix cleanup handling in macho_symfile_read
` [PATCH 23/40] fix one bug in symfile.c
` [PATCH 20/40] fix py-prettyprint.c
` [PATCH 25/40] fix one bug in stabsread.c
` [PATCH 30/40] fix linux-thread-db.c
` [PATCH 33/40] fix mi-cmd-stack.c
` [PATCH 29/40] fix in solib-aix.c
` [PATCH 31/40] fix source.c
` [PATCH 26/40] fix top.c
` [PATCH 27/40] fix cp-namespace.c
` [PATCH 28/40] use explicit returns to avoid checker confusion
` [PATCH 32/40] fix dbxread.c

Fix for bug 15414 - Build fails with mingw32-w64 GCC-4.8.0
 2013-05-09 17:22 UTC 

History saving should stay disabled for test cases
 2013-05-09 16:36 UTC  (2+ messages)

[patch][python] 1 of 5 - Frame filter Python C code changes
 2013-05-09 15:14 UTC  (4+ messages)

[patch][python] 3 of 5 - Frame filter CLI/misc code changes
 2013-05-09 13:08 UTC  (3+ messages)

[PATCH 0/7] PR gdb/15224 should "set history save on" by default
 2013-05-09 12:05 UTC  (32+ messages)
` [PATCH 1/7] "
  ` [PATCH 3/7] "
      ` [PATCH 4/7] "
      ` [PATCH 5/7] "
      ` [PATCH 7/7] "
    ` [PATCH 1/7] PR gdb/15224 "set history filename" to by immediately converted to absolute path
      ` [PATCH 2/7] PR gdb/15224 fix for Unify interactivity tests to use input_from_terminal_p

[RFC] getc/putc -Wunused-value warnings in source.c
 2013-05-09  6:54 UTC  (4+ messages)

RFC: documenting all gdb-7.6 branch patches
 2013-05-09  1:47 UTC  (3+ messages)

[RFA] Fix file name matching in expand_symtabs_matching_via_partial
 2013-05-08 22:22 UTC  (2+ messages)

[patch][python] 2 of 5 - Frame filter MI code changes
 2013-05-08 19:47 UTC  (6+ messages)

[patch] Add asserts to {decrement,increment}_reading_symtab
 2013-05-08 19:26 UTC  (2+ messages)

[RFA, doc RFA] Rename "maint check-symtabs" to "maint check-psymtabs"
 2013-05-08 19:25 UTC  (5+ messages)

RFC: fix PR c++/15401
 2013-05-08 18:58 UTC 

FYI: fix test name in solib-search.exp
 2013-05-08 18:55 UTC 

[PATCH 0/3] remove-symbol-file
 2013-05-08 17:56 UTC  (7+ messages)
` [PATCH 1/3] Added command remove-symbol-file

[patch] circ.exp
 2013-05-08 16:18 UTC  (4+ messages)

FYI: copy/paste error in sol-thread.c ?
 2013-05-08  6:28 UTC  (13+ messages)
` [RFA 3/3] Avoid duplicating text in sol-thread.c:info_cb
  ` Checked in: "
` [RFA/commit 1/3] ti.ti_pc vs ti.ti_startfunc copy-pasto "
  ` Checked in: "
` [RFA 2/3] Improve output of "maintenance info sol-threads" command
  ` Checked in: "

[commit] reimplement AIX shared-lib support (v3)
 2013-05-08  6:15 UTC  (14+ messages)

[patch 2/2] Assert leftover cleanups in TRY_CATCH
 2013-05-08  5:54 UTC  (16+ messages)
    ` [patch] "

[RFA/doco] Document the XML format used for AIX shared lib support
 2013-05-08  5:52 UTC  (3+ messages)
  ` Checked in: "

[RFA/doco] Document set/show debug aix-solib
 2013-05-08  5:51 UTC  (3+ messages)
  ` Checked in: "

[PATCH] add -s option to make -break-insert support dprintf
 2013-05-07 20:50 UTC  (14+ messages)

[RFC] Cleanup for make_source_files_completion_list
 2013-05-07 19:46 UTC 

[PATCH] not trigger pagination with dprintf
 2013-05-07 18:28 UTC  (14+ messages)

[0/27] RFC: fix reports from the CPython checker
 2013-05-07 18:13 UTC  (7+ messages)
` [PATCH 18/28] check gdb_python_initialized everywhere

[PATCH] Remove duplicate gcore test case
 2013-05-07 17:52 UTC  (4+ messages)

RFC: gdb_assert with 'catch signal ...' and fork
 2013-05-07 17:11 UTC  (3+ messages)

[PATCH] Fix for PR 15413 (segfault when completing "condition" for pending bp)
 2013-05-07 17:06 UTC  (7+ messages)

[patch/rfc] gdb: clean up x86 cpuid implementations
 2013-05-07 15:56 UTC  (14+ messages)
` [PATCH v2] "
` [PATCH v3] "

[PATCH 0/5, 2nd try] CTF Support
 2013-05-07 13:28 UTC  (7+ messages)
` [PATCH 3/5] Read CTF by the ctf target

ARI fix: remove wait.h regression
 2013-05-07 13:05 UTC  (3+ messages)

ARI fix: remove tailing new line warning in nios2-tdep.c
 2013-05-07 13:03 UTC  (3+ messages)

ARI change following AIX library changes
 2013-05-07 13:01 UTC  (3+ messages)

New ARI warning Tue May 7 01:52:01 UTC 2013 in -D 2013-05-07-gmt
 2013-05-07 12:42 UTC  (3+ messages)

RFC: Add ari rule to generate ARI web page in build directory
 2013-05-07 11:58 UTC 

[PATCH] gdb/configure: Replace hardcoded -ldl with check based on dlfcn.h availability
 2013-05-07 10:02 UTC  (4+ messages)

[PATCH/ARM] Adding support for MOVW and MOVT instructions
 2013-05-07 10:00 UTC  (3+ messages)

[PATCH 1/2] Simply setting solib breakpoint in solib-dsbt.c
 2013-05-07  9:27 UTC  (2+ messages)

[PATCH, ppc] Fix hw *points for embedded ppc in a threaded environment
 2013-05-07  7:44 UTC  (11+ messages)

RFC: close-on-exec internal file descriptors
 2013-05-07  6:46 UTC  (8+ messages)

[patch] top-level configure for Nios II
 2013-05-07  3:00 UTC 

[PATCH] Support targets that know how to step over breakpoints
 2013-05-07  2:50 UTC  (10+ messages)

[PATCH] Support targets that know how to continue over breakpoints[1/4] -- GDB
 2013-05-07  2:46 UTC  (15+ messages)
` [PATCH] Support targets that know how to continue over breakpoints[2/4] -- Doc
  ` [PATCH] Support targets that know how to continue over breakpoints[3/4] -- gdbserver
    ` [PATCH] Support targets that know how to continue over breakpoints[4/4] -- testsuite

[patch] Fix gcore for vDSO (on ppc64)
 2013-05-07  1:39 UTC  (3+ messages)
  ` [commit] "

[commit] symfile.c: Whitespace cleanup
 2013-05-07  0:03 UTC 

[patch][python] 4 of 5 - Frame filter testsuite changes
 2013-05-06 20:59 UTC  (2+ messages)

[patch] Delete offsets, num_offsets args to syms_from_objfile
 2013-05-06 20:30 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