This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.
Indexes: [Date Index] [Subject Index] [Author Index] [Thread Index] Site Nav: [Browse other archives for this mailing list]
[Browse other mailing lists at this site]
January 31, 2013
January 30, 2013
January 29, 2013
January 28, 2013
| 19:57 | Re: [RFC patch] testsuite: Workaround issues with GCC 4.8.0pre + gdb.trace new KFAIL | Yao Qi |
| 18:16 | Re: RFC: fix race in py-explore.exp | Doug Evans |
| 18:05 | [commit] Fix dwo loclist handling | Doug Evans |
| 16:47 | [patch] gdb-gdb.gdb vs. .gdbinit multi-bpt regression | Jan Kratochvil |
| 16:14 | record-btrace | Metzger, Markus T |
| 09:58 | [PATCH] aarch64-linux-tdep support | Marcus Shawcroft |
| 09:54 | [PATCH] aarch64-tdep basic port | Marcus Shawcroft |
| 03:42 | Re: [patchv2 6/11] New option 'set filename-display' | Eli Zaretskii |
January 27, 2013
| 22:38 | [patchv2 11/11] Fix macros for relative filenames | Jan Kratochvil |
| 22:37 | [patchv2 10/11] Fix .gdb_index for real and absolute filenames | Jan Kratochvil |
| 22:37 | [patchv2 9/11] Fix psymtab.c for real and absolute filenames | Jan Kratochvil |
| 22:36 | [patchv2 8/11] TUI: source "file" -> "fullname" | Jan Kratochvil |
| 22:36 | [patchv2 7/11] Mechanical symtab->filename -> symtab_to_filename | Jan Kratochvil |
| 22:34 | [patchv2 6/11] New option 'set filename-display' | Jan Kratochvil |
| 22:33 | [patchv2 5/11] TUI: Use internally fullname | Jan Kratochvil |
| 22:33 | [patchv2 4/11] Code cleanup: Renaming to "fullname" for expand | Jan Kratochvil |
| 22:32 | [patchv2 3/11] Code cleanup: Drop IS_ABSOLUTE_PATH checks | Jan Kratochvil |
| 22:32 | [patchv2 2/11] bp_location.source_file -> bp_location.symtab | Jan Kratochvil |
| 22:31 | [patchv2 1/11] Remove xfullpath (use gdb_realpath instead) | Jan Kratochvil |
| 22:31 | [patchv2 0/11] Absolute filenames v2 | Jan Kratochvil |
| 07:29 | Re: RFC: cache the CRC in the BFD | Sergio Durigan Junior |
January 26, 2013
| 20:27 | [RFC patch] testsuite: Workaround issues with GCC 4.8.0pre + gdb.trace new KFAIL | Jan Kratochvil |
| 18:45 | [commit] testsuite: Code cleanup: prepare_for_testing | Jan Kratochvil |
| 16:24 | Re: [RFC] patch to refactor ppc64 specific code from ppc-linux-tdep | Andreas Tobler |
| 02:53 | Re: RFA: share debug-link function with BFD | Alan Modra |
| 02:22 | Re: RFA: V850: Add simulator support for E3V5 instructions | DJ Delorie |
| 02:07 | New ARI warning Sat Jan 26 02:07:27 UTC 2013 in -D 2013-01-26-gmt | GDB Administrator |
January 25, 2013
January 24, 2013
January 23, 2013
January 22, 2013
January 21, 2013
January 20, 2013
| 10:49 | [RFA] Fix a few errors in explore.py | Siva Chandra |
| 10:43 | Re: RFC: fix race in py-explore.exp | Siva Chandra |
January 19, 2013
| 22:46 | [patch] Fix gdb.fortran/common-block.exp crash in PIE mode | Jan Kratochvil |
| 19:34 | Re: RFC: fix PR c++/14999 | Tom Tromey |
| 16:02 | Re: [patch 2/9] Code cleanup: Drop IS_ABSOLUTE_PATH checks | Eli Zaretskii |
| 15:54 | Re: RFC: fix PR c++/14999 | Joel Brobecker |
| 15:27 | Re: [patch 2/9] Code cleanup: Drop IS_ABSOLUTE_PATH checks | Jan Kratochvil |
| 15:18 | Re: [patch 2/9] Code cleanup: Drop IS_ABSOLUTE_PATH checks | Eli Zaretskii |
| 14:09 | Re: [patch 2/9] Code cleanup: Drop IS_ABSOLUTE_PATH checks | Jan Kratochvil |
| 13:46 | Re: [RFC] patch to refactor ppc64 specific code from ppc-linux-tdep | Andreas Tobler |
| 06:50 | Re: [patch 2/9] Code cleanup: Drop IS_ABSOLUTE_PATH checks | Eli Zaretskii |
| 03:24 | Re: [FYI] Adding myself to MAINTAINERS(Commit After Approval) | Sergio Durigan Junior |
January 18, 2013
January 17, 2013
January 16, 2013
January 15, 2013
January 14, 2013
January 13, 2013
| 21:58 | Re: [PATCH 3/3] Add a test case for the jit-reader interface. | Sanjoy Das |
| 18:57 | [commit] [patchv2] Fix C++ regression for bpt conditionals | Jan Kratochvil |
| 18:54 | [commit] [patch] Fix absolute filenames for MI fullname of non-existing files | Jan Kratochvil |
| 18:53 | [commit] [patch] Fix substitution for MI fullname of non-existing files | Jan Kratochvil |
| 08:25 | Re: [PATCH] Python 3 support, part 2 (testsuite part) | Joel Brobecker |
| 07:55 | Re: [PATCH 4/5] aarch64-linux-nat. | Joel Brobecker |
| 07:40 | Re: [PATCH 3/5] aarch64-newlib-tdep patch | Joel Brobecker |
| 07:30 | Re: [PATCH 2/5] aarch64-linux-tdep patch | Joel Brobecker |
| 07:07 | Re: [PATCH 1/5] aarch64-tdep basic port. | Joel Brobecker |
| 06:48 | Re: [PATCH 1/5] aarch64-tdep basic port. | Joel Brobecker |
January 12, 2013
| 11:48 | Re: [PATCH, gdbserver] Pass tracepoint to 'add_traceframe_block'. | Yao Qi |
January 11, 2013
January 10, 2013
| 21:17 | [obv] Code cleanup: char * -> const char * | Jan Kratochvil |
| 20:59 | RFC: fix PR c++/9197 | Tom Tromey |
| 19:51 | RFC: fix PR symtab/11464 | Tom Tromey |
| 19:47 | Re: [PATCH/RFC 01/02 v2] Refactor PRPSINFO handling on Binutils | Sergio Durigan Junior |
| 18:44 | Re: [PATCH/RFC 02/02 v2] Refactor PRPSINFO handling on GDB | Pedro Alves |
| 18:26 | Re: [PATCH/RFC 01/02 v2] Refactor PRPSINFO handling on Binutils | Pedro Alves |
| 16:24 | Re: [RFA/commit+doco 2/2] Windows x64 SEH unwinder. | Pedro Alves |
| 14:55 | Re: [PATCH 1/3] Test of breakpoint output for dprintf | Tom Tromey |
| 14:53 | Re: [PATCH 1/3] Test of breakpoint output for dprintf | Yao Qi |
| 12:28 | RE: [RFA] (cli/cli-cmds.c) ARI fix: Avoid assignment inside if statement | Pierre Muller |
| 05:58 | FYI: src/.gitignore... | Joel Brobecker |
| 05:43 | Re: [PATCH 1/3] Test of breakpoint output for dprintf | Joel Brobecker |
| 05:32 | Re: [1/2] RFC: add a DWARF assembler | Joel Brobecker |
January 09, 2013
January 08, 2013
January 07, 2013
January 06, 2013
| 20:43 | [patch] Fix absolute filenames for MI fullname of non-existing files | Jan Kratochvil |
| 13:59 | Re: FYI: copyright years updated... | Joel Brobecker |
| 13:31 | Re: FYI: copyright years updated... | Frank Ch. Eigler |
| 09:29 | [patch] Fix substitution for MI fullname of non-existing files | Jan Kratochvil |
| 07:33 | Re: [PATCH] Add extern of output_command to utils.h | Hui Zhu |
| 06:54 | Re: FYI: copyright years updated... | Joel Brobecker |
| 06:50 | Re: [PATCH] Add extern of output_command to utils.h | Joel Brobecker |
January 05, 2013
| 05:37 | Re: [PATCH] Add extern of output_command to utils.h | Hui Zhu |
| 00:44 | Re: RFC: add completion for "set gnutarget" | Yao Qi |
January 04, 2013
January 03, 2013
January 02, 2013
January 01, 2013
| 19:22 | Re: [RFA] Remove pre_expand_symtabs_matching quick_symbol_functions API | Jan Kratochvil |
| 16:35 | Re: [patch v6 00/12] branch tracing support for Atom | Jan Kratochvil |
| 14:54 | GDB 7.6 branching tentative date: Feb 4th, 2013 | Joel Brobecker |
| 14:37 | Re: as is: mips-tdep long doubles... | Joel Brobecker |
| 14:30 | Re: [PATCH/RFC 01/02 v2] Refactor PRPSINFO handling on Binutils | Jan Kratochvil |
| 14:03 | as is: mips-tdep long doubles... | Joel Brobecker |
| 10:12 | Re: [RFC] Debug Operators with GDB Python | Siva Chandra |
| 08:38 | Re: [RFA/patch] ppc-aix: .bss relocation problem when overlapping with the .data section | Joel Brobecker |
| 07:40 | [commit] Add make_cleanup_free_command_lines declaration "extern". | Joel Brobecker |
| 06:51 | FYI: copyright years updated... | Joel Brobecker |
| 05:42 | [commit] Update copyright year in gdb/gdbserver/gdbreplay version output. | Joel Brobecker |
| 05:41 | 2013: ChangeLog rotated | Joel Brobecker |
Indexes: [Date Index] [Subject Index] [Author Index] [Thread Index] Site Nav: [Browse other archives for this mailing list]
[Browse other mailing lists at this site]