Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
RFC: remove the symtab "last resort" hack
 2013-02-15 21:47 UTC  (2+ messages)

[RFC - Python Scripting] New method gdb.Architecture.disassemble
 2013-02-15 21:01 UTC  (20+ messages)

[rfc 0/8] refactor record
 2013-02-15 20:43 UTC  (18+ messages)
` [rfc 6/8] record disas: omit function names by default
` [rfc 7/8] record: add "record backtrace" command
` [rfc 8/8] record: add "record list" command
` [rfc 5/8] record: add "record disassemble" command
` [rfc 4/8] record: default target methods
` [rfc 2/8] record-full.c: rename record_ in record_full_
` [rfc 3/8] record-full.h: rename record_ into record_full_
` [rfc 1/8] record: make it build again

[patch] comment: cc-with-tweaks.sh -p: add -gsplit-dwarf
 2013-02-15 20:31 UTC  (2+ messages)
` [commit] "

[patch] gdb-gdb.gdb vs. .gdbinit multi-bpt regression
 2013-02-15 20:29 UTC  (2+ messages)
` [commit] "

[patch+doc 2/2] filename-display: default *-sepdebug to absolute
 2013-02-15 20:26 UTC 

[patch+doc 1/2] filename-display: 1->4 options {inferior,libs}{,-sepdebug}
 2013-02-15 20:25 UTC 

[patchv2 13/11] Make relative-with-system-absolute the default
 2013-02-15 19:58 UTC  (10+ messages)
` [patchv3 "
                ` [patch FYI not for commit] Attempt to properly relativize executable's filenames

[RFC PATCH] Linux: No need to set ptrace event options in fork/clone children
 2013-02-15 19:11 UTC 

[5/5] RFC filter label symbols in linespec
 2013-02-15 18:00 UTC 

[4/5] RFC remove unused "quick" method
 2013-02-15 17:56 UTC 

[1/5] RFC fix derivation.exp regressions
 2013-02-15 17:55 UTC  (2+ messages)

[3/5] RFC look up "main" symbol, not its file name
 2013-02-15 17:55 UTC 

[RFC][PATCH] GDB kills itself instead of interrupting inferior
 2013-02-15 17:34 UTC 

[2/5] RFC fix latent bug with dwz -m
 2013-02-15 17:20 UTC 

[0/5] RFC - fix some "dwz -m" regressions
 2013-02-15 17:12 UTC 

[PATCH] clang: fix implicit enum conversion
 2013-02-15 17:05 UTC  (2+ messages)

[patch]remove whitespace in frame.c
 2013-02-15 15:01 UTC 

[PATCH 0/2] Use zuinteger_unlimited
 2013-02-15 13:29 UTC  (3+ messages)
` [PATCH 1/2] use zuinteger_unlimited for some remote commands
` [PATCH 2/2] use zuinteger_unlimited for heuristic-fence-post

[Patch] Get trace file name when using 'target tfile'
 2013-02-15 10:15 UTC  (9+ messages)

[obv] Fix a typo in comment
 2013-02-15  3:33 UTC 

[RFC/TileGX 2/6] simplify the handling of skip prologue for plt stub
 2013-02-15  3:22 UTC  (5+ messages)

[3/3] RFC: fix PR exp/15109
 2013-02-14 21:34 UTC 

[2/3] RFC: add token debugging to c-exp.y
 2013-02-14 21:29 UTC 

[1/3] RFC: remove unused fields from c-exp.y %union
 2013-02-14 21:25 UTC 

New ARI warning Tue Feb 5 02:01:10 UTC 2013 in -D 2013-02-05-gmt
 2013-02-14 21:09 UTC  (8+ messages)
  ` [RFC/RFA] Remove ARI warning for set_gdbarch_write_pc use
    ` [RFC] Remove ARI GNU/Linux rule (was: New ARI warning Tue Feb 5 02:01:10 UTC 2013 in -D 2013-02-05-gmt)

[COMMIT PATCH 1/2] savestring: Rename parameter 'size' to 'len'
 2013-02-14 21:05 UTC  (12+ messages)
` [COMMIT PATCH 2/2] Move savestring to common/common-utils.c, make gdbserver use it

[RFC PATCH] Appease Valgrind over ptrace calls
 2013-02-14 18:41 UTC  (2+ messages)

[3/3] unconditionally call via SYMBOL_COMPUTED_OPS
 2013-02-14 18:24 UTC  (5+ messages)

[COMMIT PATCH] gdbserver: QTNotes, plug memory leak
 2013-02-14 18:07 UTC 

[COMMIT PATCH] gdbserver:tracepoint.c:cmd_qtdpsrc use savestring
 2013-02-14 17:29 UTC 

[patch] testsuite: pthread_cond_wait.exp: Avoid a race
 2013-02-14 15:25 UTC  (7+ messages)
      ` [commit] "

[PATCH] Fix ARI _() gripe in aarch64-linux-nat.c
 2013-02-14 14:23 UTC  (4+ messages)

[PATCH] [RFC] Fix ptype bug actually exercised in userdef.exp
 2013-02-14 12:53 UTC  (4+ messages)

New ARI warning Thu Feb 14 01:59:49 UTC 2013 in -D 2013-02-14-gmt
 2013-02-14 11:27 UTC  (3+ messages)

[PATCH] [native x86 GNU/Linux] Access debug register mirror from the corresponding inferior
 2013-02-14 10:13 UTC  (14+ messages)
            ` [native AAarch64 GNU/Linux] Access debug register mirror from the corresponding process

[PATCH] Make tracepoint pseudocommand functions static
 2013-02-14  3:57 UTC  (3+ messages)
  ` committed: "

[RFA] fix disassemble foo::bar::~bar
 2013-02-14  0:14 UTC 

RFC: fix PR symtab/11462
 2013-02-13 21:12 UTC  (3+ messages)

[PATCH] [RFC v2] Fix ptype bug actually exercised in userdef.exp
 2013-02-13 20:36 UTC 

[patch+doc] New gdbinit.5 man page
 2013-02-13 17:42 UTC  (5+ messages)

[PATCH] Remove breakpoint_proceeded in infcmd.c
 2013-02-13 17:42 UTC  (2+ messages)

[PATCH] Remove unnecessary declaration of "cmdlist"
 2013-02-13 17:40 UTC  (2+ messages)

[patch[ Improve the error messages of tvariable command
 2013-02-13 17:07 UTC  (5+ messages)

[RFC/TileGX 5/6]show registers in columns
 2013-02-13 14:42 UTC  (7+ messages)

[PATCH] Fix %llx ARI gripe in aarch64-linux-nat
 2013-02-13 14:36 UTC  (3+ messages)

[PATCH] Fix ARI warning for long long in aarch64-linux-nat
 2013-02-13 13:03 UTC 

[rfc 0/5] record-btrace
 2013-02-13  8:08 UTC  (18+ messages)
` [rfc 5/5] record, disas: add record disassemble command
` [rfc 1/5] target: add add_deprecated_target_alias
` [rfc 3/5] record: make it build again
        ` [draft patch] <unavailable> unwinder for btrace [Re: [rfc 3/5] record: make it build again]
` [rfc 4/5] record: default target methods
` [rfc 2/5] record: split record

RFC: fix PR symtab/11464
 2013-02-12 20:20 UTC  (10+ messages)

[patch] Missing UNOP_PLUS handler in c-lang.c
 2013-02-12 19:56 UTC  (2+ messages)

[PATCH] Consistent use of (C) after "Copyright"
 2013-02-12 19:04 UTC 

[PATCH] Update some copyright years
 2013-02-12 18:28 UTC 

[PATCH] Fix some pastos in the testsuite
 2013-02-12 17:55 UTC 

[PATCH] Tweak intro comments to some MI test files
 2013-02-12 16:36 UTC 

RFC: ppc-aix shared object support in GDB
 2013-02-12 15:30 UTC  (3+ messages)

[PATCH] null ptr check to prevent gdbserver from crashing
 2013-02-12 15:06 UTC  (3+ messages)

[RFC] Add support for ui_out data destructor and provide a ui_out destructor
 2013-02-12  1:51 UTC  (3+ messages)

[RFA] split up ui_printf, fix decfloat printing bugs
 2013-02-11 22:28 UTC  (3+ messages)

[5/5] RFC: add the checker scripts
 2013-02-11 18:37 UTC  (2+ messages)

[PATCH] Handle bitfields inside inner structs for internalvars
 2013-02-11 18:11 UTC  (6+ messages)

[PATCH] Add CTF support to GDB [3/4] ctf target
 2013-02-11 12:55 UTC  (9+ messages)

[PATCH] Add CTF support to GDB [5] Add test for CTF function
 2013-02-11 12:55 UTC  (10+ messages)

[PATCH] Add CTF support to GDB [1/4] Add "-ctf" to tsave command
 2013-02-11 12:54 UTC  (6+ messages)

[PATCH,HURD] Fix reading core
 2013-02-11  2:01 UTC 

[commit] testsuite: py-prompt.exp: Add test kill
 2013-02-10  8:06 UTC 

Patch: Simulator for 64-bit CPU now writes correct gmon.out files
 2013-02-09 16:40 UTC 

New ARI warning Sat Feb 9 02:05:37 UTC 2013 in -D 2013-02-09-gmt
 2013-02-09  9:01 UTC  (2+ messages)

[commit] fix whitespace in common/format.c
 2013-02-08 22:53 UTC 

[PATCH] Allow struct 'return' on 32-bit sparc
 2013-02-08 19:13 UTC  (4+ messages)

[RFC/TileGX 1/2] fix hand-written backtracer bug
 2013-02-08 19:12 UTC  (2+ messages)

[RFC/TileGX 4/6]use skip_prologue_using_sal for skipping prologue
 2013-02-08 18:49 UTC  (4+ messages)

[RFC/TileGX 3/6]fix syscall restart for hand call
 2013-02-08 18:43 UTC  (4+ messages)

[RFC/TileGX 1/6] fix args alignment bug
 2013-02-08 18:33 UTC  (4+ 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