Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
[commit] copyright-header updates
 2012-06-05 13:33 UTC  (3+ messages)
` [PATCH 1/5] copyright.py: Tell user to update gdb.texinfo and refcard.tex by hand
` [PATCH 2/5] copyright.py: Update path to gnulib import

Three weeks to branching (gdb 7.5 release)
 2012-06-05 13:16 UTC  (14+ messages)
            ` x32 ABI Support (was Re: Three weeks to branching (gdb 7.5 release))

[PATCH 00/16] branch tracing support (resend)
 2012-06-05  9:56 UTC  (41+ messages)
` [PATCH 02/16] source: add flags to print_source_lines ()
` [PATCH 06/16] configure: add check for perf_event header
` [PATCH 04/16] thread, btrace: add generic branch trace support
` [PATCH 05/16] cli, btrace: add btrace cli
` [PATCH 11/16] test, btrace: add branch trace tests
` [PATCH 09/16] btrace, linux: add linux native btrace target ops
` [PATCH 13/16] xml, btrace: define btrace xml document style
` [PATCH 03/16] source, disasm: optionally prefix source lines with filename
` [PATCH 14/16] remote, btrace: add branch trace remote ops
` [PATCH 08/16] linux, btrace: perf_event based branch tracing

[design change] record-replay linux ABI level
 2012-06-05  9:19 UTC  (11+ messages)

[patch] info-fun-opt.exp
 2012-06-05  7:52 UTC  (2+ messages)

[PATCH 00/10] Remove `expout*' globals from parser-defs.h
 2012-06-05  7:39 UTC  (25+ messages)
` [PATCH 01/10] Language independent bits
` [PATCH 02/10] SystemTap integration
` [PATCH 03/10] C language
` [PATCH 10/10] Go programming language
` [PATCH 04/10] Ada language
` [PATCH 05/10] Fortran language
` [PATCH 08/10] Objective-C language
` [PATCH 07/10] Modula-2 language
` [PATCH 09/10] Pascal language
` [PATCH 06/10] Java language

Update the copyright year of gdb.textinfo
 2012-06-05  7:31 UTC 

[PATCH] Memory reads and writes should have size_t length
 2012-06-05  3:16 UTC  (5+ messages)

[RFA] Fix inconsistency in blockvector addrmap vs non-addrmap handling
 2012-06-05  1:15 UTC 

[commit] Add comment to make_blockvector
 2012-06-05  0:24 UTC 

[RFA] remove some subtleties in find_block_in_blockvector
 2012-06-05  0:09 UTC 

[RFC] Extend existing support for evaluating expressions using overloaded operators
 2012-06-04 20:53 UTC  (2+ messages)

Fix GDB crash while trying to display the return type of a JIT frame
 2012-06-04 20:47 UTC 

[RFA 1 of 2] dwarf type unit scaling fix preparatory work
 2012-06-04 20:18 UTC  (2+ messages)

[RFA v3 0/4] Make global symbol objfile search order arch-dependent
 2012-06-04 17:43 UTC  (6+ messages)
` [RFA v3 2/4] Revert "Search global symbols from the expression's block objfile first."
` [RFA v3 1/4] Make ctxobj.exp and print-file-var.exp work on all platforms
` [RFA v3 3/4] New "iterate_over_objfiles_in_search_order" gdbarch method
` [RFA v3 4/4] Windows-specific iterate_over_objfiles_in_search_order

[PATCH] MIPS Linux signals
 2012-06-04 16:26 UTC  (7+ messages)
      ` [PATCH 1/2] gdbarch_gdb_signal_from_target: Mention host independence
      ` [PATCH 2/2] Make gdbarch_gdb_signal_from_target a method with predicate

[RFA] massively speed up "info var foo" on large programs
 2012-06-04 15:03 UTC  (9+ messages)

[PATCH] bfd: Use size_t for length argument totarget_read_memory function passed into bfd_elf_bfd_from_remote_memory
 2012-06-04 14:37 UTC  (13+ messages)
  ` [commit bfd+gdb] "
    ` [patch#2] "
              ` [commit] "

[RFA 0/3] Make global symbol objfile search order arch-dependent
 2012-06-04 13:02 UTC  (10+ messages)
` [RFA 3/3] Windows-specific iterate_over_objfiles_in_search_order
` [RFA 2/3] New "iterate_over_objfiles_in_search_order" gdbarch method
` [RFA/commit 1/3] Revert "Search global symbols from the expression's block objfile first."

[commit 2/2] testsuite: code_elim.exp: Fix false FAIL
 2012-06-04  2:16 UTC  (4+ messages)

[commit 1/2] testsuite: code_elim.exp: unique names
 2012-06-03 17:11 UTC 

[patch, doc RFA] Go language support
 2012-06-02 12:54 UTC  (2+ messages)
` [patch] dejagnu compat. - missing find_go_linker [Re: [patch, doc RFA] Go language support]

[PATCH/obvious] Little optimization on symbol_demangled_name
 2012-06-02  4:36 UTC  (3+ messages)

[PATCH] solib-svr4: Avoid unwanted shlib internal BPs When debugging Linux kernel or u-boot with Abatron BDI emulator an error occurs: .. (gdb) tar remote bdi:2001 Remote debugging using bdi:2001 0xeff80050 in ?? () (gdb) mon reset (gdb) cont Continuing. Warning: Cannot insert breakpoint -1. Error accessing memory address 0xc0000000: Unknown error 4294967295
 2012-06-01 20:25 UTC  (9+ messages)
` [PATCH] solib-svr4: Avoid unwanted shlib internal BPs When debugging Linux kernel or u-boot

[RFC - Python Scripting] Add 'end' attribute to gdb.Symtab_and_line
 2012-06-01 19:57 UTC  (2+ messages)

[RFC patch] non-release srctrees: --enable-targets=all & 64bit & -lmcheck
 2012-06-01 18:21 UTC  (3+ messages)
  ` [gdb commit] "

[patch] gdbserver: variable might be clobbered by ‘longjmp’
 2012-06-01 17:07 UTC  (2+ messages)
` [commit] "

[PATCH] remote: Avoid unwanted shlib internal BPs When debugging Linux kernel or u-boot with Abatron BDI emulator an error occurs:
 2012-06-01 15:01 UTC  (9+ messages)

[PATCH] Add support for Tilera TILE-Gx processor (part 1/3: gdb)
 2012-06-01 14:45 UTC  (13+ messages)
              ` [patch] Compilation regression on older gcc + 32-bit host [Re: [PATCH] Add support for Tilera TILE-Gx processor (part 1/3: gdb)]
                  ` [patch] Require long long for GDB [Re: [patch] Compilation regression on older gcc + 32-bit host]
                    ` [commit] Fix tilegx-linux-tdep.c compilation [Re: [patch] Require long long for GDB]

[testsuite] Really ensure printf/fprintf are available in dprintf.exp
 2012-06-01 13:13 UTC  (3+ messages)

[testsuite] Check 'info proc' supported earlier
 2012-06-01 12:44 UTC 

[PATCH v2] Add the "-info-os" command to MI
 2012-06-01 10:10 UTC  (4+ messages)

[PATCH] Hardware breakpoint error reporting
 2012-05-31 22:43 UTC  (4+ messages)

[PATCH] disable ptrace BookE interface for PowerPC server processors
 2012-05-31 22:09 UTC  (8+ messages)

[PATCH] Whack an old MI hack
 2012-05-31 19:05 UTC 

[RFA] Cleanup some memory leaks
 2012-05-31 18:45 UTC  (3+ messages)

[PATCH] Expand bitpos to LONGEST to allow access to large offsets within a struct
 2012-05-31 18:15 UTC  (11+ messages)
  ` [PATCH v2] Expand bitpos and type.length to LONGEST and ULONGEST
              ` [PATCH v3] "

[RFA] Add scripts to generate ARI web pages to gdb/contrib/ari directory
 2012-05-31 15:59 UTC  (11+ messages)
  ` [RFA-v2] "
          ` [RFA-v3] "

[PATCH 0/3] Basic ITSET
 2012-05-31 15:37 UTC  (8+ messages)
` [PATCH 1/3] define and check itset
` [PATCH 3/3] Doc
` [PATCH 2/3] Test case: gdb.base/itset.exp and gdb.multi/itset.exp

[RFA] Fix uninitialised variable warning in ada-lang.c
 2012-05-31  8:55 UTC  (2+ messages)

[PATCH] Dynamic printf for a target agent
 2012-05-31  6:02 UTC  (2+ messages)

[patch] PR c++/14177 - Fix parsing TYPENAME:: in parentheses
 2012-05-31  1:38 UTC  (2+ messages)
` [patchv2] "

[PATCH] Add support for Tilera TILE-Gx processor (part 3/3: gdbserver)
 2012-05-30 20:06 UTC  (7+ messages)

[PATCH] Add support for Tilera TILE-Gx processor (part 2/3: gdb)
 2012-05-30 20:01 UTC  (7+ messages)

[RFA] Define DT_MIPS_RLD_MAP if not already defined
 2012-05-30 19:52 UTC  (7+ messages)

[RFA] ignore PYTHONHOME environment variable
 2012-05-30 14:37 UTC  (11+ messages)

[PATCH] fix accounting of hw watchpoints on ppc
 2012-05-30 13:45 UTC  (3+ messages)

many typo fixes
 2012-05-30  8:44 UTC 

[patch] Expand tildes in solib-search-path entries
 2012-05-30  3:44 UTC  (3+ messages)

[commit] fix some comments in buildsym.c
 2012-05-29 20:24 UTC 

[commit] Rename cleanup_undefined_types -> cleanup_undefined_stabs_types
 2012-05-29 18:57 UTC 

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox