public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
impossible to resolve symbols in same binary loaded twice with dlmopen
 2011-01-31 17:50 UTC  (10+ messages)

gdb: Incorrect stack unwinding if compressed debug info is used
 2011-01-31 16:57 UTC 

[patch] Fix PR tdep/12352: Handle str pc, [Rd, #imm] in displaced stepping
 2011-01-31 15:56 UTC  (7+ messages)
` [Ping : patch] "
  ` [Ping 2: "

[rfa] Update PC without side effect in displaced stepping
 2011-01-31 15:40 UTC  (10+ messages)
          ` [try 3rd] arm_pc_is_thumb takes displaced stepping into account
            ` [Ping 1: try "
              ` [Ping 2: "

Faster stepping amidst breakpoints
 2011-01-31 15:39 UTC  (5+ messages)

FYI: add some breakpoint setter methods
 2011-01-31 15:12 UTC  (4+ messages)

FYI: add user_breakpoint_p
 2011-01-31 15:11 UTC  (3+ messages)

[PATCH/RFC] Move the cmdarg before load execarg
 2011-01-31 15:05 UTC  (6+ messages)

Allow building GDB with Python support on Windows/MinGW
 2011-01-31  4:50 UTC  (9+ messages)
` [RFA 2/2] allow building GDB with Python support on MinGW
` [RFA 1/2] do not use python<version> subdir when including Python .h file

[commit] Add missing i18n markup in tracepoint.c:traceframe_walk_blocks
 2011-01-31  4:43 UTC 

[RFA/commit/doco] move handing of "set interactive-mode" to gdb_has_a_terminal
 2011-01-31  3:15 UTC  (7+ messages)

[PATCH] Disassemble over end of line table sequence
 2011-01-31  3:14 UTC  (5+ messages)

rietveld for code reviews?
 2011-01-31  2:05 UTC  (2+ messages)

[rfa/rfc] Build libcommon.a for gdb and gdbserver
 2011-01-31  2:01 UTC  (9+ messages)

s/regcache_valid_p/regcache_register_status; add enum register_status
 2011-01-30 23:31 UTC  (4+ messages)

[patch] testcase: PR 8210 corefiles threads
 2011-01-30 23:14 UTC 

[patch 0/4] hw watchpoints across fork() + multi-inf
 2011-01-30  0:32 UTC  (3+ messages)

[patch] Fix debug printing of TYPE_INSTANCE
 2011-01-29 17:36 UTC 

[commit] Fix crash on static method with no parameters
 2011-01-29 15:54 UTC 

[patch] Fix leak of bp_jit_event breakpoints
 2011-01-28 20:38 UTC  (10+ messages)

FYI: fix PR python/12216
 2011-01-28 17:48 UTC 

Move myself to Authorized Committer
 2011-01-28 16:57 UTC 

tfile target, no selected traceframe, no stack or registers
 2011-01-28 16:43 UTC 

[patch] Support inferior events in python
 2011-01-28 16:21 UTC  (6+ messages)

s/print_scalar_formatted/val_print_scalar_formatted/, mostly
 2011-01-28 16:01 UTC  (3+ messages)
` TUI, always pass a value to val_print & co (Re: s/print_scalar_formatted/val_print_scalar_formatted/, mostly)
` [mips-tdep] Re: s/print_scalar_formatted/val_print_scalar_formatted/, mostly

[ob] No need to restore shadows if we haven't read anything
 2011-01-28 16:01 UTC 

teach gdbserver's regcache about unavailable registers, and reply 'x's to g/p packets, indicating unavailableness
 2011-01-28 14:10 UTC 

[gdbserver] make regcache_supply (..., NULL) use more obvious
 2011-01-28 13:38 UTC 

[patch] Fix debug printing of OP_* names
 2011-01-28 13:03 UTC  (2+ messages)

[patch] namespace tests
 2011-01-28 12:11 UTC  (2+ messages)

[RFA v2] valprint.c / *-valprint.c: Don't lose `embedded_offset'
 2011-01-28 11:35 UTC  (8+ messages)

FYI: WIP patch to build GDB with Python on MinGW
 2011-01-28 11:21 UTC  (4+ messages)

[patch] Add an evaluation function hook to Python breakpoints
 2011-01-28 10:42 UTC  (8+ messages)

[RFA] Implement support for PowerPC BookE ranged breakpoints
 2011-01-28  9:39 UTC  (2+ messages)

[PATCH] tracepoint: add new trace command "printf"[1] gdbserver
 2011-01-28  6:41 UTC  (2+ messages)

[PATCH] tracepoint: add new trace command "printf"[0] gdb
 2011-01-28  5:54 UTC  (7+ messages)

New ARI warning Fri Jan 28 01:54:29 UTC 2011
 2011-01-28  2:40 UTC 

clean up "target tfile"
 2011-01-27 21:51 UTC 

RFC: change MI event channel to use ui-out
 2011-01-27 17:36 UTC 

[RFC] remote-mips.c: i18n mark up
 2011-01-27  9:42 UTC  (2+ messages)

[RFA] c++/11734 revisited
 2011-01-26 23:14 UTC  (5+ messages)

FYI: fix two pretty-printing buglets
 2011-01-26 22:35 UTC 

FYI: fix int/long/longest confusion in python
 2011-01-26 20:46 UTC 

[patch] Fix DWARF-3+ DW_AT_accessibility default assumption
 2011-01-26  1:58 UTC  (2+ messages)

m2-valprint.c, pass correct value and valaddr to m2_print_array_contents
 2011-01-25 18:02 UTC 

[commit] fix symtab/12302
 2011-01-25 17:36 UTC  (4+ messages)
` .gdb_index version 4? [Re: [commit] fix symtab/12302]

[patch] Fix `info addr' for complex DWARF
 2011-01-25 17:26 UTC 

MI, always pass a value to val_print & co
 2011-01-25 17:06 UTC 

m68k-elf return value registers
 2011-01-25 17:01 UTC  (3+ messages)

<value optimized out>, <optimized out>
 2011-01-25 16:49 UTC  (3+ messages)

[patch] Changes to the OpenCL testsuite
 2011-01-25 16:26 UTC  (7+ messages)

info reg, always pass a value to val_print & co
 2011-01-25 16:12 UTC 

cp-valprint.c, always pass valaddr == value->contents to val_print & co
 2011-01-25 15:50 UTC 

[RFC] Fix variable lifetime related problem in gdb.base/store.exp
 2011-01-25 15:14 UTC  (5+ messages)

stop overallocating write-through regcaches
 2011-01-25 12:49 UTC 

stop gdb/remote.c from handling partial memory reads itself
 2011-01-25 12:21 UTC 

simplify/refactor gdbserver's qXfer:$object handling
 2011-01-25 11:56 UTC 

Simplify XML parsing a bit
 2011-01-25 10:10 UTC 

New ARI warning Tue Jan 25 01:55:01 UTC 2011
 2011-01-25  9:50 UTC  (4+ messages)
` deprecated_throw_reason? (was Re: New ARI warning Tue Jan 25 01:55:01 UTC 2011)

New ARI warning Tue Jan 25 02:06:09 UTC 2011
 2011-01-25  3:55 UTC 

[RFC] configure.tgt: Update mips*-*-* to use remote-mips.o
 2011-01-24 23:01 UTC  (14+ messages)

[Ada] Make sure we pass the correct struct value to val_print & co
 2011-01-24 21:41 UTC  (3+ messages)

[Patch v2] Add mips*-linux* catch syscall support
 2011-01-24 20:20 UTC 

[Patch] Add mips*-linux* catch syscall support
 2011-01-24 19:11 UTC  (3+ messages)

Build GDB exe
 2011-01-21 18:58 UTC  (3+ messages)

[patch] OpenCL testsuite fix
 2011-01-21 15:13 UTC  (3+ messages)

Use AS_HELP_STRING throughout in top-level configure.ac
 2011-01-21 14:07 UTC 

[rfc][2/2] Signal delivery + software single-step is broken
 2011-01-20 23:28 UTC  (5+ messages)

[patch] Add tests for JIT debugging interface
 2011-01-19 21:09 UTC  (7+ messages)

[patch, testsuite] General ARM target triplet
 2011-01-19 20:43 UTC  (10+ messages)
      ` PING: "
        ` PING 2: "
          ` PING 3: "

[RFA/NEWS] Add entry for native ia64-hpux support
 2011-01-19 20:43 UTC  (4+ messages)

[rfc][1/2] Signal delivery + software single-step is broken
 2011-01-19 16:43 UTC 

RFA: display thread names
 2011-01-19 16:00 UTC  (6+ 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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).