gdb-patches archive
date index for November, 2017

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]
Search: Limit to:

November 30, 2017
23:53 Re: [RFA 5/6] Change Ada exceptions to use std::string Tom Tromey
23:48 [pushed/Ada] New gdb.ada/repeat_dyn testcase. Joel Brobecker
23:28 Re: [PATCH] Record nested types Keith Seitz
22:59 Re: [RFA 5/6] Change Ada exceptions to use std::string Joel Brobecker
22:03 Re: [RFA 5/6] Change Ada exceptions to use std::string Joel Brobecker
22:02 Re: [RFA 0/6] remove cleanups from Ada Joel Brobecker
20:00 [PATCH v4] Make '{add-,}symbol-file' not care about the position of command line arguments Sergio Durigan Junior
18:52 [RFA] Fix dependency tracking for objects in subdirectories Tom Tromey
17:50 Re: [PATCH v3] Make '{add-,}symbol-file' not care about the position of command line arguments Pedro Alves
17:43 Re: [PATCH v3] Make '{add-,}symbol-file' not care about the position of command line arguments Sergio Durigan Junior
17:39 [spu] Some additional test fixes Ulrich Weigand
17:37 Re: [PATCH v3] Make '{add-,}symbol-file' not care about the position of command line arguments Pedro Alves
17:26 Re: [PATCH v3] Make '{add-,}symbol-file' not care about the position of command line arguments Sergio Durigan Junior
17:09 [PATCH] S390: Add symfile-mem Andreas Arnez
16:44 [PUSHED] Define MPFR_USE_INTMAX_T so that mpfr.h assumes intmax_t is available. John Baldwin
16:41 Re: [PATCH] Use boards/local-board.exp more Simon Marchi
16:37 Re: [PATCH] Use boards/local-board.exp more Pedro Alves
16:35 [pushed] Fix gdb.linespec/cpls-ops.exp on 32-bit (Re: [pushed] Re: [PATCH 36/40] Add comprehensive C++ operator linespec/location/completion tests) Pedro Alves
16:35 [PATCH] Use boards/local-board.exp more Simon Marchi
16:06 Re: [pushed] Re: [PATCH 36/40] Add comprehensive C++ operator linespec/location/completion tests Pedro Alves
15:43 Re: [pushed] Re: [PATCH 36/40] Add comprehensive C++ operator linespec/location/completion tests Yao Qi
15:01 Re: [PATCH v3] Make '{add-,}symbol-file' not care about the position of command line arguments Pedro Alves
14:51 Re: Remove ioctl-based procfs support on Solaris Pedro Alves
13:42 Re: Remove ioctl-based procfs support on Solaris Rainer Orth
13:33 [PATCH v3] Make '{add-,}symbol-file' not care about the position of command line arguments Sergio Durigan Junior
13:06 Re: [PATCH v2] Make '{add-,}symbol-file' not care about the position of command line arguments Sergio Durigan Junior
12:49 Re: [PATCH v2] Make '{add-,}symbol-file' not care about the position of command line arguments Pedro Alves
12:38 Re: [PATCH v2] Make '{add-,}symbol-file' not care about the position of command line arguments Sergio Durigan Junior
11:53 Re: [PATCH v4] Add support for the readnever concept Pedro Alves
10:57 Re: [PATCH v2] Make '{add-,}symbol-file' not care about the position of command line arguments Pedro Alves
05:49 Re: [RFA] C++-ify parser_state Simon Marchi
04:55 Re: [PATCH 2/2] OpenMP: Search ancestor threads for variables Kevin Buettner
04:54 [PATCH 1/2] Add interface for implementing thread parent operation in Python Kevin Buettner
04:51 [PATCH 0/2] OpenMP: Search ancestor threads for variables Kevin Buettner
04:25 [PATCH v2] Make '{add-,}symbol-file' not care about the position of command line arguments Sergio Durigan Junior
04:07 Re: [PATCH] Make 'symbol-file' not care about the position of command line arguments Sergio Durigan Junior
03:54 Re: [RFA] C++-ify parser_state Simon Marchi
03:29 Re: [RFA] C++-ify parser_state Tom Tromey
03:01 [RFA 5/6] Change Ada exceptions to use std::string Tom Tromey
03:01 [RFA 2/6] Remove cleanup from create_excep_cond_exprs Tom Tromey
03:01 [RFA 4/6] Remove some more cleanups from ada-lang.c Tom Tromey
03:01 [RFA 6/6] Remove unnecessary cleanup from ada_collect_symbol_completion_matches Tom Tromey
03:01 [RFA 1/6] Remove cleanup from old_renaming_is_invisible Tom Tromey
03:01 [RFA 3/6] Remove cleanup from print_mention_exception Tom Tromey
03:01 [RFA 0/6] remove cleanups from Ada Tom Tromey
00:34 Re: [PATCH] Make 'symbol-file' not care about the position of command line arguments Pedro Alves
00:27 Re: [RFC v2][2/2] Target FP: Make use of MPFR if available John Baldwin
00:25 [PATCH v4] Add support for the readnever concept Sergio Durigan Junior
00:08 Re: [PATCH] Make 'symbol-file' not care about the position of command line arguments Sergio Durigan Junior

November 29, 2017
23:33 [pushed/Ada] preserve type length in ada-lang.c::to_fixed_range_type Joel Brobecker
23:15 Re: [PATCH] Make 'symbol-file' not care about the position of command line arguments Pedro Alves
22:46 Re: time to create the GDB 8.1.x branch? Joel Brobecker
22:42 Re: [PATCH] Make 'symbol-file' not care about the position of command line arguments Sergio Durigan Junior
22:26 Re: [PATCH] Make 'symbol-file' not care about the position of command line arguments Pedro Alves
22:20 Re: time to create the GDB 8.1.x branch? Joel Brobecker
22:20 Re: time to create the GDB 8.1.x branch? Pedro Alves
21:49 Re: time to create the GDB 8.1.x branch? Pedro Alves
21:45 [PATCH] Make 'symbol-file' not care about the position of command line arguments Sergio Durigan Junior
21:00 Re: time to create the GDB 8.1.x branch? Joel Brobecker
20:58 Re: time to create the GDB 8.1.x branch? Joel Brobecker
20:56 Re: time to create the GDB 8.1.x branch? Joel Brobecker
20:22 Re: [PATCH 1/4] Implement 'set honor-dontdump-flag' command Sergio Durigan Junior
20:02 Re: [PATCH 1/4] Implement 'set honor-dontdump-flag' command Sergio Lopez
19:52 Re: [PATCH v2.1 2/3] Make "break foo" find "A::foo", A::B::foo", etc. [C++ and wild matching] Pedro Alves
19:39 Re: [PATCH 1/4] Implement 'set honor-dontdump-flag' command Sergio Durigan Junior
19:28 Re: [PATCH] Fix setting-breakpoints regression on PPC64 (function descriptors) (was: Re: ppc64 regression: [PATCH 1/2] Fix "list amb Pedro Alves
19:20 Re: [PATCH] Fix setting-breakpoints regression on PPC64 (function descriptors) (was: Re: ppc64 regression: [PATCH 1/2] Fix "list amb Ulrich Weigand
19:08 [PATCH] Fix setting-breakpoints regression on PPC64 (function descriptors) (was: Re: ppc64 regression: [PATCH 1/2] Fix "list ambiguous_variable") Pedro Alves
18:53 Re: [RFA] Fix gdb snapshots Tom Tromey
18:43 Re: [PATCH v3] Add support for the readnever concept Sergio Durigan Junior
18:04 Re: [RFC v2][2/2] Target FP: Make use of MPFR if available Pedro Alves
17:55 Re: [RFC v2][2/2] Target FP: Make use of MPFR if available Ulrich Weigand
17:41 Re: [PATCH v2 4/4] Document the new "-a" command line option for gcore Eli Zaretskii
17:40 Re: [PATCH v2 2/4] Document new {set,show} dump-excluded-mappings commands. Eli Zaretskii
17:38 Re: [RFA] Fix gdb snapshots Simon Marchi
17:27 Re: [RFA] Fix gdb snapshots Tom Tromey
17:06 Re: [RFA] Fix gdb snapshots Simon Marchi
17:04 Re: [RFA] Fix gdb snapshots Tom Tromey
17:00 Re: [RFA] Fix gdb snapshots Tom Tromey
16:42 Re: [RFA] Fix gdb snapshots Simon Marchi
16:35 Re: [patch] Fix Python rbreak tests setting too many breakpoints Pedro Alves
16:32 [patch] Fix Python rbreak tests setting too many breakpoints Phil Muldoon
16:32 [RFA] Fix gdb snapshots Tom Tromey
15:41 Re: Fix sol-thread.c compilation on Solaris Tom Tromey
14:09 Re: Fix sol-thread.c compilation on Solaris Rainer Orth
14:07 Re: Fix sol-thread.c compilation on Solaris Pedro Alves
13:43 Re: [PATCH, gdb/testsuite] Fix wrong return type in tests Thomas Preudhomme
13:26 Re: Fix sol-thread.c compilation on Solaris Rainer Orth
13:20 Re: time to create the GDB 8.1.x branch? Pedro Alves
12:25 Re: [PATCH v3] Add support for the readnever concept Pedro Alves
12:23 Re: [PATCH v2] Add support for the --readnever command-line option (DWARF only) Pedro Alves
12:06 Re: [PATCH, gdb/testsuite] Fix wrong return type in tests Pedro Alves
12:04 Re: [RFA v2 2/2] Update usage text for load, symbol-file Pedro Alves
12:01 Re: [RFA v2 1/2] Fix add-symbol-file usage and errors Pedro Alves
11:59 Re: [PATCH, gdb/testsuite] Fix wrong return type in tests Thomas Preudhomme
11:04 Re: [PATCH, gdb/testsuite] Fix wrong return type in tests Pedro Alves
10:59 Re: [PATCH 1/4] Implement 'set honor-dontdump-flag' command Sergio Lopez
10:56 [PATCH v2 4/4] Document the new "-a" command line option for gcore Sergio Lopez
10:55 [PATCH v2 3/4] Implement "-a" command line option for gcore Sergio Lopez
10:55 [PATCH v2 2/4] Document new {set,show} dump-excluded-mappings commands. Sergio Lopez
10:55 [PATCH v2 1/4] Implement 'set dump-excluded-mappings' command Sergio Lopez
10:55 [PATCH v2 0/4] Enable the user to dump all memory regions Sergio Lopez
10:48 [PATCH, gdb/testsuite] Fix wrong return type in tests Thomas Preudhomme
03:39 Re: [PATCH v3] Add support for the readnever concept Eli Zaretskii
03:28 Re: [PATCH v2] Implement pahole-like 'ptype /o' option Eli Zaretskii
01:35 Re: [PATCH PR gdb/18071] TLS variables can't be resolved on aarch64-linux-gnu Weimin Pan
01:21 [PATCH v3] Add support for the readnever concept Sergio Durigan Junior
00:59 Re: [PATCH v2] Add support for the --readnever command-line option (DWARF only) Sergio Durigan Junior
00:43 [PATCH] Fix displaced-stepping RIP-relative VEX-encoded instructions (AVX) (PR gdb/22499) Pedro Alves
00:37 Re: [RFC v2][2/2] Target FP: Make use of MPFR if available John Baldwin

November 28, 2017
21:21 [PATCH v2] Implement pahole-like 'ptype /o' option Sergio Durigan Junior
20:32 Re: time to create the GDB 8.1.x branch? Pedro Alves
19:44 Re: time to create the GDB 8.1.x branch? Ulrich Weigand
19:31 Re: [PATCH 1/4] Split up s390-linux-tdep.c into two files Ulrich Weigand
18:37 Re: [PATCH 4/4] Document the new "-a" argument for gcore John Baldwin
17:35 Re: [PATCH v2.1 2/3] Make "break foo" find "A::foo", A::B::foo", etc. [C++ and wild matching] Keith Seitz
17:08 Re: time to create the GDB 8.1.x branch? Sergio Durigan Junior
16:39 Re: [PATCH 2/4] Document new 'set honor-dontdump-flag' command Eli Zaretskii
16:36 Re: [PATCH 1/4] Implement 'set honor-dontdump-flag' command Sergio Durigan Junior
16:35 Re: [PATCH 4/4] Document the new "-a" argument for gcore Eli Zaretskii
16:32 Re: [PATCH 2/4] Document new 'set honor-dontdump-flag' command Pedro Alves
16:21 Re: [PATCH 1/4] Implement 'set honor-dontdump-flag' command Pedro Alves
16:08 Re: [PATCH 0/4] Enable the user to dump all memory regions Sergio Durigan Junior
15:57 Re: [PATCH 3/4] Add "-a" argument to gcore.in Sergio Durigan Junior
15:54 Re: [PATCH 4/4] Document the new "-a" argument for gcore Sergio Durigan Junior
15:51 Re: [PATCH 2/4] Document new 'set honor-dontdump-flag' command Sergio Durigan Junior
15:42 Re: [PATCH 1/4] Implement 'set honor-dontdump-flag' command Sergio Durigan Junior
15:06 Re: [PATCH 1/4] Implement 'set honor-dontdump-flag' command Sergio Lopez
14:39 Re: [PATCH] Record nested types Pedro Alves
14:01 Re: Fix sol-thread.c compilation on Solaris Pedro Alves
13:23 Fix sol-thread.c compilation on Solaris Rainer Orth
13:22 [PATCH 4/4] Document the new "-a" argument for gcore Sergio Lopez
13:22 [PATCH 3/4] Add "-a" argument to gcore.in Sergio Lopez
13:22 [PATCH 0/4] Enable the user to dump all memory regions Sergio Lopez
13:22 [PATCH 2/4] Document new 'set honor-dontdump-flag' command Sergio Lopez
13:22 [PATCH 1/4] Implement 'set honor-dontdump-flag' command Sergio Lopez
12:39 Re: [PATCH v2.1 2/3] Make "break foo" find "A::foo", A::B::foo", etc. [C++ and wild matching] Pedro Alves
12:38 Re: time to create the GDB 8.1.x branch? Yao Qi
09:34 Re: [PATCH 1/4] Split up s390-linux-tdep.c into two files Philipp Rudo
03:47 Re: [PATCH v2 3/3] Breakpoints in symbols with ABI tags (PR c++/19436) Keith Seitz
02:50 Re: [PATCH v2.1 2/3] Make "break foo" find "A::foo", A::B::foo", etc. [C++ and wild matching] Keith Seitz
01:42 Re: [PATCH v2 1/3] Handle custom completion match prefix / LCD Keith Seitz
00:53 Re: Add possibility to disable showing search memory access warnings Dominik Czarnota
00:42 Re: [PATCH 32/40] Make "break foo" find "A::foo", A::B::foo", etc. [C++ and wild matching] Keith Seitz
00:39 Re: [PATCH 32/40] Make "break foo" find "A::foo", A::B::foo", etc. [C++ and wild matching] Keith Seitz
00:39 Re: [PATCH] Implement pahole-like 'ptype /o' option Sergio Durigan Junior
00:21 Re: [PATCH 32/40] Make "break foo" find "A::foo", A::B::foo", etc. [C++ and wild matching] Pedro Alves
00:14 [PATCH v2.1 2/3] Make "break foo" find "A::foo", A::B::foo", etc. [C++ and wild matching] Pedro Alves
00:02 Re: [PATCH 32/40] Make "break foo" find "A::foo", A::B::foo", etc. [C++ and wild matching] Keith Seitz
00:01 Re: [PATCH v2 2/3] Make "break foo" find "A::foo", A::B::foo", etc. [C++ and wild matching] Pedro Alves

November 27, 2017
23:57 Re: [RFA 00/13] Makefile simplifications and subdirification Tom Tromey
22:41 Re: time to create the GDB 8.1.x branch? Pedro Alves
22:23 Re: time to create the GDB 8.1.x branch? Joel Brobecker
22:20 Re: [PATCH] Implement pahole-like 'ptype /o' option Tom Tromey
22:20 Re: time to create the GDB 8.1.x branch? Joel Brobecker
22:14 Re: time to create the GDB 8.1.x branch? Joel Brobecker
22:06 Re: time to create the GDB 8.1.x branch? Joel Brobecker
21:55 Re: time to create the GDB 8.1.x branch? Joel Brobecker
19:54 Re: [PATCH] Implement pahole-like 'ptype /o' option Sergio Durigan Junior
19:42 Re: [RFA/doco] (Ada) provide the exception message when hitting an exception catchpoint Joel Brobecker
19:13 Re: [PATCH v2] Add support for the --readnever command-line option (DWARF only) Pedro Alves
17:47 Re: [PATCH v2 2/3] Make "break foo" find "A::foo", A::B::foo", etc. [C++ and wild matching] Eli Zaretskii
17:33 Re: [PATCH v2 0/3] C++ debugging improvements: wild matching and ABI tags Pedro Alves
17:14 Re: [PATCH 39/40] Breakpoints in symbols with ABI tags (PR c++/19436) Pedro Alves
17:14 [PATCH v2 2/3] Make "break foo" find "A::foo", A::B::foo", etc. [C++ and wild matching] Pedro Alves
17:13 [PATCH v2 3/3] Breakpoints in symbols with ABI tags (PR c++/19436) Pedro Alves
17:13 [PATCH v2 1/3] Handle custom completion match prefix / LCD Pedro Alves
17:13 [PATCH v2 0/3] C++ debugging improvements: wild matching and ABI tags Pedro Alves
17:11 Re: [PATCH 31/40] Handle custom completion match prefix / LCD Pedro Alves
16:41 Re: [RFA] C++-ify parser_state Simon Marchi
14:17 Re: [RFA] C++-ify parser_state Sergio Durigan Junior
13:54 [PATCH 2/2] Remove xmethod_worker::clone Simon Marchi
13:54 [PATCH 1/2] C++ify xmethod_worker, get rid of VEC(xmethod_worker_ptr) Simon Marchi
12:11 Re: [RFA/doco] (Ada) provide the exception message when hitting an exception catchpoint Pedro Alves
03:48 Re: Update find command help and search memory docs Simon Marchi
03:26 Re: Update find command help and search memory docs Eli Zaretskii
00:48 [PATCH 1/2] C++ify xmethod_worker, get rid of VEC(xmethod_worker_ptr) Simon Marchi
00:48 [PATCH 2/2] Remove xmethod_worker::clone Simon Marchi
00:36 Re: [PATCH] python: Fix memleak in do_start_initialization Simon Marchi

November 26, 2017
23:01 Add possibility to disable showing search memory access warnings Dominik Czarnota
21:55 Re: [PATCH] python: Fix memleak in do_start_initialization Tom Tromey
20:56 Re: [PATCH] python: Fix memleak in do_start_initialization Simon Marchi
20:41 Re: Update find command help and search memory docs Dominik Czarnota
19:27 Re: [PATCH] Implement pahole-like 'ptype /o' option Tom Tromey
19:00 Re: [PATCH] python: Fix memleak in do_start_initialization Tom Tromey
17:44 Re: Update find command help and search memory docs Eli Zaretskii
17:40 [RFA] C++-ify parser_state Tom Tromey
17:38 Re: [RFA] Return unique_xmalloc_ptr from target_fileio_readlink Tom Tromey
16:51 Re: [PATCH] Define HAVE_NATIVE_GCORE_HOST on NetBSD Kamil Rytarowski
16:41 Re: [PATCH] Define HAVE_NATIVE_GCORE_HOST on NetBSD Ulrich Weigand
16:38 Re: ppc64 regression: [PATCH 1/2] Fix "list ambiguous_variable" Ulrich Weigand
16:30 [spu] Fix various test cases Ulrich Weigand
16:24 [spu] Fix single-stepping regression Ulrich Weigand
15:45 Update find command help and search memory docs Dominik Czarnota
14:41 Re: [RFA] Change maybe_disable_address_space_randomization to a class Simon Marchi
14:21 Re: [RFA] Removes a cleanup from gcore.c Simon Marchi
03:53 [PATCH] python: Fix memleak in do_start_initialization Simon Marchi

November 25, 2017
21:25 Re: [RFA] C++-ify parse_format_string Tom Tromey
21:12 [RFA] Removes a cleanup from gcore.c Tom Tromey
21:11 [RFA] Change maybe_disable_address_space_randomization to a class Tom Tromey
20:35 [RFA v2 1/2] Fix add-symbol-file usage and errors Tom Tromey
20:35 [RFA v2 2/2] Update usage text for load, symbol-file Tom Tromey
20:35 [RFA v2 0/2] small usage updates in symfile.c Tom Tromey
17:16 Re: [PATCH v2] Add support for the --readnever command-line option Eli Zaretskii
16:43 Re: Breakage on builder Fedora-i686, revision 30649c145114fe3aac089bf06e9457238d46341b Sergio Durigan Junior
16:41 Re: [PATCH v2] Add support for the --readnever command-line option Sergio Durigan Junior
15:59 [obvious] Adding ChangeLog entry for the last commit. Sergio Durigan Junior
07:40 ppc64 regression: [PATCH 1/2] Fix "list ambiguous_variable" Jan Kratochvil
07:33 Re: [PATCH v2] Add support for the --readnever command-line option Eli Zaretskii
06:25 [pushed] Fix PR gdb/22491: Regression when setting SystemTap probe semaphores Sergio Durigan Junior
03:12 Breakage on builder Fedora-i686, revision 30649c145114fe3aac089bf06e9457238d46341b gdb-buildbot
03:12 Oh dear. I regret to inform you that commit 30649c145114fe3aac089bf06e9457238d46341b might be unfortunate gdb-buildbot
02:05 Re: [RFA/doco] (Ada) provide the exception message when hitting an exception catchpoint Joel Brobecker
00:35 [pushed] Re: [PATCH 38/40] Use TOLOWER in SYMBOL_HASH_NEXT Pedro Alves
00:28 Re: [PATCH 37/40] Fix completing an empty string Pedro Alves
00:18 [pushed] Re: [PATCH 36/40] Add comprehensive C++ operator linespec/location/completion tests Pedro Alves
00:03 [pushed] Comprehensive C++ linespec/completer tests Pedro Alves

November 24, 2017
23:38 [pushed] Re: [PATCH 34/40] Make strcmp_iw NOT ignore whitespace in the middle of tokens Pedro Alves
23:13 Re: [PATCH] Define HAVE_NATIVE_GCORE_HOST on NetBSD Kamil Rytarowski
23:01 [PATCH v2] Add support for the --readnever command-line option Sergio Durigan Junior
23:00 Re: [RFA/doco] (Ada) provide the exception message when hitting an exception catchpoint Pedro Alves
22:23 Re: [PATCH 1/2] Fix issues with gdb-memory-map.dtd Joel Brobecker
22:17 Re: [RFA/doco] (Ada) provide the exception message when hitting an exception catchpoint Joel Brobecker
22:15 Re: [PATCH 1/2] Fix issues with gdb-memory-map.dtd Simon Marchi
21:57 Re: [PATCH 1/2] Fix issues with gdb-memory-map.dtd Joel Brobecker
21:44 Re: [RFA/doco] (Ada) provide the exception message when hitting an exception catchpoint Eli Zaretskii
21:44 Re: [PATCH] Define HAVE_NATIVE_GCORE_HOST on NetBSD Ulrich Weigand
21:35 Re: [PATCH 1/2] Fix issues with gdb-memory-map.dtd Simon Marchi
21:32 Re: [RFA/doco] (Ada) provide the exception message when hitting an exception catchpoint Joel Brobecker
21:31 Re: [PATCH 1/4] Create private_inferior class hierarchy Joel Brobecker
21:30 Re: [PATCH 1/2] Fix issues with gdb-memory-map.dtd Joel Brobecker
21:09 [spu] Fix spu-linux gdbserver build Ulrich Weigand
21:09 [spu] Fix spu-linux native build Ulrich Weigand
20:27 Re: [PATCH v2] Add support for the --readnever command-line option (DWARF only) Sergio Durigan Junior
19:25 Re: [PATCH 1/4] Split up s390-linux-tdep.c into two files Ulrich Weigand
16:57 Re: [PATCH 32/40] Make "break foo" find "A::foo", A::B::foo", etc. [C++ and wild matching] Pedro Alves
16:55 Re: [PATCH 1/4] Split up s390-linux-tdep.c into two files Philipp Rudo
16:53 Re: [PATCH] Workaround build bug with GCC 6.2.1 Philipp Rudo
16:48 Re: [PATCH 32/40] Make "break foo" find "A::foo", A::B::foo", etc. [C++ and wild matching] Pedro Alves
16:31 Re: [PATCH 1/2] Fix issues with gdb-memory-map.dtd Simon Marchi
16:26 Re: [RFA] C++-ify parse_format_string Simon Marchi
16:25 Re: [PATCH 35/40] Comprehensive C++ linespec/completer tests Pedro Alves
16:21 Re: [PATCH] Workaround build bug with GCC 6.2.1 Sergio Durigan Junior
15:46 Re: [PATCH 1/4] Create private_inferior class hierarchy Simon Marchi
15:44 Re: [PATCH v2 4/4] Poison XNEW and friends for types that should use new/delete Simon Marchi
15:26 [pushed] Document linespec/explicit locations & completion improvements (manual + NEWS) Pedro Alves
14:59 [PATCH OBV] Remove dead code in regcache::dump Yao Qi
14:32 Breakage on builder Ubuntu-AArch64-m64, revision d6d7ce56231ca8c233e64b2ebcb910fe334d6ff8 gdb-buildbot
14:26 Re: [PATCH v2 4/4] Poison XNEW and friends for types that should use new/delete Pedro Alves
14:26 Re: [PATCH v2 3/4] Create private_thread_info hierarchy Pedro Alves
14:26 Re: [PATCH v2 2/4] remote: C++ify thread_item and threads_listing_context Pedro Alves
14:26 Re: [PATCH v2 1/4] Create private_inferior class hierarchy Pedro Alves
14:20 Breakage on builder Ubuntu-AArch64-native-gdbserver-m64, revision d6d7ce56231ca8c233e64b2ebcb910fe334d6ff8 gdb-buildbot
14:19 Oh dear. I regret to inform you that commit d6d7ce56231ca8c233e64b2ebcb910fe334d6ff8 might be unfortunate gdb-buildbot
14:07 Re: [python] Allow explicit locations in breakpoints. Phil Muldoon
14:05 Re: [PATCH] fix aarch64-none-elf build error Yao Qi
13:26 [PATCH] fix aarch64-none-elf build error Alan Hayward
13:18 Re: [PATCH v2] Add support for the --readnever command-line option (DWARF only) Pedro Alves
13:08 Re: [PATCH 3/3] cooked_read test for readonly regcache Yao Qi
13:07 Re: [PATCH 2/3] regcache::cooked_read unit test Yao Qi
12:54 Re: [RFA] C++-ify parse_format_string Pedro Alves
12:49 Re: [PATCH 3/4] Use flexible target descriptors for aarch64 Yao Qi
11:34 Re: [PATCH 3/4] Use flexible target descriptors for aarch64 Alan Hayward
10:49 Re: [PATCH 1/2] Change register_changed_p returns bool Yao Qi
10:06 [PATCH] Workaround build bug with GCC 6.2.1 Philipp Rudo
10:06 Re: [PATCH] Workaround build bug with GCC 6.2.1 Philipp Rudo
09:32 Re: [PATCH] Change tic6x target descriptions Yao Qi
04:54 Re: [PATCH v2] Add support for the --readnever command-line option (DWARF only) Sergio Durigan Junior
04:34 [PATCH v2 3/4] Create private_thread_info hierarchy Simon Marchi
04:34 [PATCH v2 2/4] remote: C++ify thread_item and threads_listing_context Simon Marchi
04:34 [PATCH v2 4/4] Poison XNEW and friends for types that should use new/delete Simon Marchi
04:34 [PATCH v2 1/4] Create private_inferior class hierarchy Simon Marchi
03:17 Re: [RFA] C++-ify parse_format_string Simon Marchi
02:58 Re: [PATCH] C++ify osdata Simon Marchi

November 23, 2017
22:46 Re: [PATCH] C++ify osdata Pedro Alves
22:40 Re: [RFA] C++-ify parse_format_string Pedro Alves
22:17 Re: [python] Allow explicit locations in breakpoints. Simon Marchi
21:14 Re: [RFA] C++-ify parse_format_string Simon Marchi
20:26 Re: [PATCH 1/4] Split up s390-linux-tdep.c into two files Ulrich Weigand
19:51 Re: [PATCH] Fix gdb.threads/process-dies-while-detaching.exp Sergio Durigan Junior
19:39 Re: [PATCH] Workaround build bug with GCC 6.2.1 Sergio Durigan Junior
19:36 Re: [PATCH v2] Add support for the --readnever command-line option (DWARF only) Sergio Durigan Junior
19:33 Re: [RFA] add include guards Simon Marchi
19:29 Re: [RFA] Return unique_xmalloc_ptr from target_fileio_readlink Simon Marchi
18:53 [pushed] Fix clang warnings about copy elision Simon Marchi
18:39 Re: [PATCH] C++ify osdata Simon Marchi
17:53 Re: [PATCH 4/4] Add xml selftests Yao Qi
17:50 Re: [PATCH 3/4] Use flexible target descriptors for aarch64 Yao Qi
17:32 Re: time to create the GDB 8.1.x branch? Pedro Alves
17:31 Re: [PATCH 4/4] Poison XNEW and friends for types that should use new/delete Pedro Alves
17:29 Re: [PATCH v2] Add support for the --readnever command-line option (DWARF only) Pedro Alves
17:27 Re: [PATCH 4/4] Poison XNEW and friends for types that should use new/delete Simon Marchi
17:21 Re: [PATCH v2] Add support for the --readnever command-line option (DWARF only) Sergio Durigan Junior
16:56 Re: [PATCH 3/4] Create private_thread_info hierarchy Simon Marchi
16:54 Re: [PATCH 3/4] Create private_thread_info hierarchy Simon Marchi
16:52 Re: [PATCH 2/4] remote: C++ify thread_item and threads_listing_context Pedro Alves
16:50 Re: time to create the GDB 8.1.x branch? Joel Brobecker
16:48 Re: [PATCH 2/4] remote: C++ify thread_item and threads_listing_context Simon Marchi
16:48 [RFA] add include guards Tom Tromey
16:46 [RFA] C++-ify parse_format_string Tom Tromey
16:39 [RFA] Return unique_xmalloc_ptr from target_fileio_readlink Tom Tromey
16:29 Re: [PATCH 4/4] Add xml selftests Alan Hayward
16:19 Re: [PATCH 3/4] Use flexible target descriptors for aarch64 Alan Hayward
16:17 Re: [PATCH 1/4] Create private_inferior class hierarchy Simon Marchi
16:08 Re: [PATCH 2/4] gdbserver use aarch64_create_target_description Alan Hayward
16:07 [pushed 2/2] Revert unexpected rename in previous patch Simon Marchi
16:07 [pushed 1/2] Change int -> bool where applicable throughout varobj Simon Marchi
15:59 Re: [PATCH v2] Add support for the --readnever command-line option (DWARF only) Eli Zaretskii
15:57 [PATCH] Workaround build bug with GCC 6.2.1 Philipp Rudo
15:38 [PATCH 2/4] Clean up s390-linux-tdep.c Philipp Rudo
15:38 [PATCH 1/4] Split up s390-linux-tdep.c into two files Philipp Rudo
15:37 [PATCH 4/4] Add comments to uncommented functions in s390-linux-tdep.c Philipp Rudo
15:37 [PATCH 3/4] Add comments to uncommented functions in s390-tdep.c Philipp Rudo
15:37 [PATCH 0/4] Split up s390-linux-tdep.c Philipp Rudo
15:33 [pushed] [testsuite] Pass -g3 to clang in gdb.base/macscp.exp Yao Qi
15:16 Re: time to create the GDB 8.1.x branch? Pedro Alves
15:02 Re: [PATCH 4/4] Poison XNEW and friends for types that should use new/delete Pedro Alves
14:41 Re: [PATCH 3/4] Create private_thread_info hierarchy Pedro Alves
14:22 Re: [PATCH 2/4] remote: C++ify thread_item and threads_listing_context Pedro Alves
14:09 Re: [PATCH 1/4] Create private_inferior class hierarchy Pedro Alves
13:25 Re: [RFA 13/13] Redefine REMOTE_OBS in terms of a list of sources Pedro Alves
13:22 Re: [PATCH] linux: Add maintenance commands to test libthread_db Pedro Alves
12:54 Re: [PATCH] C++ify osdata Pedro Alves
12:09 Re: [PATCH v2] Add support for the --readnever command-line option (DWARF only) Pedro Alves
04:04 Re: [Dwarf-Discuss] DWARF: Hierarchies of abstract and concrete DIE instance trees Simon Marchi
04:01 Re: [RFA 13/13] Redefine REMOTE_OBS in terms of a list of sources Tom Tromey
03:44 Re: [RFA 10/13] Simplify COMMON_OBS by using list of sources Tom Tromey
00:54 [PATCH v2] Add support for the --readnever command-line option (DWARF only) Sergio Durigan Junior
00:33 Re: [PATCH v2 1/3] Convert generic probe interface to C++ (and perform some cleanups) Sergio Durigan Junior
00:22 Breakage on builder Fedora-s390x-m64, revision 935676c92feb5f35e4634ef58c20ffdfd0979b07 gdb-buildbot
00:22 Oh dear. I regret to inform you that commit 935676c92feb5f35e4634ef58c20ffdfd0979b07 might be unfortunate gdb-buildbot
00:15 Re: [PATCH v2 1/3] Convert generic probe interface to C++ (and perform some cleanups) Sergio Durigan Junior
00:01 Re: [PATCH v2 1/3] Convert generic probe interface to C++ (and perform some cleanups) Simon Marchi

November 22, 2017
22:38 Re: New ARI warning Wed Nov 22 01:55:48 UTC 2017 Joel Brobecker
22:38 [pushed/ARI] (Ada) ravenscar-thread.c: remove unwanted trailing \n in call to warning Joel Brobecker
22:36 Re: [PATCH v2 1/3] Convert generic probe interface to C++ (and perform some cleanups) Sergio Durigan Junior
22:30 Re: [Ada 1/6] watchpoint regression debugging with remote protocol (bare metal) Joel Brobecker
22:20 Re: [PATCH 1/4] Create private_inferior class hierarchy Joel Brobecker
22:04 Re: [Dwarf-Discuss] DWARF: Hierarchies of abstract and concrete DIE instance trees Michael Eager
21:15 Re: [PATCH] C++ify osdata Simon Marchi
20:58 Re: [PATCH] Show optimized out local variables in "info locals" Simon Marchi
20:57 Re: DWARF: Hierarchies of abstract and concrete DIE instance trees Simon Marchi
20:39 Re: [PATCH v2 1/3] Convert generic probe interface to C++ (and perform some cleanups) Simon Marchi
20:10 Re: [PATCH 0/4] C++ify varobj a little bit Simon Marchi
20:05 Re: [PATCH 1/4] Basic c++ification of varobj Simon Marchi
20:04 Re: [PATCH 1/4] Basic c++ification of varobj Simon Marchi
19:35 Re: [RFC v2][1/2] Target FP: Refactor use of host floating-point arithmetic Simon Marchi
19:31 Re: [PATCH] linux: Add maintenance commands to test libthread_db Simon Marchi
19:03 [pushed] Remove obsolete core-regset.c Ulrich Weigand
18:03 Re: time to create the GDB 8.1.x branch? Sergio Durigan Junior
17:39 Re: [PATCH 0/2 OBV] Fix build with GCC 8 Martin Sebor
16:52 Re: [PATCH] [testsuite] Pass -lpthread in libs Yao Qi
16:48 Re: [PATCH 32/40] Make "break foo" find "A::foo", A::B::foo", etc. [C++ and wild matching] Pedro Alves
16:42 [PATCH 3/4] Create private_thread_info hierarchy Simon Marchi
16:42 [PATCH 4/4] Poison XNEW and friends for types that should use new/delete Simon Marchi
16:42 [PATCH 2/4] remote: C++ify thread_item and threads_listing_context Simon Marchi
16:41 [PATCH 1/4] Create private_inferior class hierarchy Simon Marchi
16:41 [PATCH 0/4] Poison XNEW and friends for non-POD types Simon Marchi
16:00 Re: [PATCH 3/4] Use flexible target descriptors for aarch64 Yao Qi
15:47 Re: [PATCH 3/4] Use flexible target descriptors for aarch64 Yao Qi
15:30 Re: [PATCH] [testsuite] Pass -lpthread in libs Simon Marchi
15:25 Re: [PATCH 2/4] gdbserver use aarch64_create_target_description Yao Qi
15:17 Re: [PATCH] [testsuite] Pass -lpthread in libs Yao Qi
14:50 Re: [PATCH] [testsuite] Don't skip gdb.dwarf2/pr10770.exp for non-gcc compiler Yao Qi
14:42 [PATCH] linux: Add maintenance commands to test libthread_db Gary Benson
14:37 Re: [PATCH] [testsuite] Pass -pie in ldflags Yao Qi
13:07 Re: time to create the GDB 8.1.x branch? Yao Qi
12:57 Re: [RFC v2][1/2] Target FP: Refactor use of host floating-point arithmetic Ulrich Weigand
12:21 [PATCH 2/2 OBV] Fix build with GCC 8: strncpy ->strcpy Yao Qi
12:21 [PATCH 1/2 OBV] Fix build with GCC 8: strncpy -> memcpy Yao Qi
12:21 [PATCH 0/2 OBV] Fix build with GCC 8 Yao Qi
11:16 Re: [Ada 1/6] watchpoint regression debugging with remote protocol (bare metal) Pedro Alves
11:14 Re: [RFA 00/13] Makefile simplifications and subdirification Pedro Alves
11:12 Re: [RFA 13/13] Redefine REMOTE_OBS in terms of a list of sources Pedro Alves
11:06 Re: [RFA 10/13] Simplify COMMON_OBS by using list of sources Pedro Alves
10:44 Re: [PATCH 1/4] Basic c++ification of varobj Pedro Alves
01:55 New ARI warning Wed Nov 22 01:55:48 UTC 2017 GDB Administrator

November 21, 2017
22:34 [Ada 3/6] Add multiple-CPU support in ravenscar-thread.c Joel Brobecker
22:29 [Ada 6/6] ravenscar: update inferior ptid with event ptid Joel Brobecker
22:29 [Ada 5/6] (Ada) crash connecting to TSIM simulator Joel Brobecker
22:29 [Ada 4/6] problem debugging ravenscar programs if runtime is stripped Joel Brobecker
22:29 [Ada 2/6] Provide the "Base CPU" in output of "info task" (if set by runtime). Joel Brobecker
22:29 [Ada 1/6] watchpoint regression debugging with remote protocol (bare metal) Joel Brobecker
22:29 [Ada/commit] various ravenscar-thread enhancements Joel Brobecker
22:12 [RFA 07/13] Move guile object files to guile subdirectory Tom Tromey
22:12 [RFA 12/13] Move target object files to target subdirectory Tom Tromey
22:12 [RFA 03/13] Move mi objects to mi subdirectory Tom Tromey
22:10 [RFA 06/13] Move unittests object files to unittests subdirectory Tom Tromey
22:10 [RFA 01/13] A simpler way to make the "arch" build directory Tom Tromey
22:10 [RFA 02/13] Move cli object files to cli subdirectory Tom Tromey
22:10 [RFA 13/13] Redefine REMOTE_OBS in terms of a list of sources Tom Tromey
22:10 [RFA 04/13] Move compile object files to compile subdirectory Tom Tromey
22:10 [RFA 08/13] Move python object files to python subdirectory Tom Tromey
22:10 [RFA 10/13] Simplify COMMON_OBS by using list of sources Tom Tromey
22:10 [RFA 11/13] Add missing files to COMMON_SFILES Tom Tromey
22:10 [RFA 09/13] Define YYOBJ in terms of YYFILES Tom Tromey
22:10 [RFA 05/13] Move tui object files to tui subdirectory Tom Tromey
22:10 [RFA 00/13] Makefile simplifications and subdirification Tom Tromey
21:36 Re: [PATCH 0/4] C++ify varobj a little bit Yao Qi
21:31 Re: [PATCH 1/4] Basic c++ification of varobj Yao Qi
19:14 Re: [PATCH] Implement pahole-like 'ptype /o' option Eli Zaretskii
17:55 [pushed][PowerPC] Detect different long double floating-point formats Ulrich Weigand
17:29 Re: [PATCH v2] Don't lose language determined from the "main" name (fix gdb.ada/minsyms.exp) Sergio Durigan Junior
17:22 Re: [PATCH 2/2] Don't lose language determined from the "main" name (fix gdb.ada/minsyms.exp) Pedro Alves
17:20 [PATCH v2] Don't lose language determined from the "main" name (fix gdb.ada/minsyms.exp) Pedro Alves
17:15 Re: [PATCH 2/2] Don't lose language determined from the "main" name (fix gdb.ada/minsyms.exp) Sergio Durigan Junior
17:08 Re: [PATCH 1/2] gdb.ada/minsyms.exp: Don't hardcode the variable's address Pedro Alves
17:05 Re: [PATCH 2/2] Don't lose language determined from the "main" name (fix gdb.ada/minsyms.exp) Pedro Alves
17:00 Re: [PATCH] Implement pahole-like 'ptype /o' option Sergio Durigan Junior
16:56 Re: [PATCH 2/2] Don't lose language determined from the "main" name (fix gdb.ada/minsyms.exp) Pedro Alves
16:53 Re: [PATCH 2/2] Don't lose language determined from the "main" name (fix gdb.ada/minsyms.exp) Sergio Durigan Junior
16:50 Re: [PATCH] Implement pahole-like 'ptype /o' option Eli Zaretskii
16:50 Re: [PATCH 1/2] gdb.ada/minsyms.exp: Don't hardcode the variable's address Joel Brobecker
16:42 Re: [PATCH 2/2] Don't lose language determined from the "main" name (fix gdb.ada/minsyms.exp) Pedro Alves
16:25 Re: [PATCH v2 0/3] Convert probe interfaces to C++ (and perform some cleanups) Sergio Durigan Junior
16:24 Re: [PATCH 1/2] gdb.ada/minsyms.exp: Don't hardcode the variable's address Sergio Durigan Junior
16:23 Re: [PATCH 2/2] Don't lose language determined from the "main" name (fix gdb.ada/minsyms.exp) Sergio Durigan Junior
16:16 Re: [PATCH] Implement pahole-like 'ptype /o' option Sergio Durigan Junior
16:11 [PATCH 2/2] Don't lose language determined from the "main" name (fix gdb.ada/minsyms.exp) Pedro Alves
16:11 [PATCH 1/2] gdb.ada/minsyms.exp: Don't hardcode the variable's address Pedro Alves
16:11 [PATCH 0/2] Fix a couple gdb.ada/minsyms.exp problems Pedro Alves
16:07 [PATCH] Implement pahole-like 'ptype /o' option Sergio Durigan Junior
15:36 Re: [PATCH PR gdb/18071] TLS variables can't be resolved on aarch64-linux-gnu Yao Qi
15:16 [PATCH] [testsuite] Remove code setting target_cflags -D_MIT_POSIX_THREADS Yao Qi
12:39 Re: time to create the GDB 8.1.x branch? Pedro Alves
11:32 [RFC] Add support for stopping in Ada exception handler Xavier Roirand
11:10 Re: time to create the GDB 8.1.x branch? Yao Qi
10:50 Re: time to create the GDB 8.1.x branch? Ulrich Weigand
00:11 Re: [PATCH 1/3] 0xff chars in name components table; cp-name-parser lex UTF-8 identifiers Pedro Alves

November 20, 2017
23:11 [pushed] Fix gdb.base/whatis-ptype-typedefs.exp on 32-bit archs (Re: [PATCH] Fix type casts losing typedefs and reimplement "whatis" typedef stripping) Pedro Alves
23:06 Re: [PATCH] Fix type casts losing typedefs and reimplement "whatis" typedef stripping Andreas Schwab
22:35 Re: [PATCH] Fix type casts losing typedefs and reimplement "whatis" typedef stripping Yao Qi
19:15 time to create the GDB 8.1.x branch? Joel Brobecker
18:25 Re: Doc update to mention MPFR (Re: [RFC][00/19] Target FP: Precise target floating-point emulation) Eli Zaretskii
17:39 Re: Doc update to mention MPFR (Re: [RFC][00/19] Target FP: Precise target floating-point emulation) Ulrich Weigand
17:24 Re: Doc update to mention MPFR (Re: [RFC][00/19] Target FP: Precise target floating-point emulation) Eli Zaretskii
17:01 Re: [PATCH] Fix type casts losing typedefs and reimplement "whatis" typedef stripping Simon Marchi
16:50 Re: [PATCH 1/3] 0xff chars in name components table; cp-name-parser lex UTF-8 identifiers Simon Marchi
16:42 Re: [PATCH] Fix type casts losing typedefs and reimplement "whatis" typedef stripping Pedro Alves
16:35 [PATCH 04/19] Remove find_inferior_id Simon Marchi
16:35 [PATCH 19/19] Remove for_each_inferior_with_data Simon Marchi
16:35 [PATCH 17/19] Remove find_inferior Simon Marchi
16:35 [PATCH 18/19] Remove for_each_inferior Simon Marchi
16:35 [PATCH 13/19] Remove usages of find_inferior in stop_all_lwps Simon Marchi
16:35 [PATCH 16/19] Update comments Simon Marchi
16:35 [PATCH 14/19] Remove usage of find_inferior in linux_resume Simon Marchi
16:35 [PATCH 12/19] Remove usage of find_inferior in linux_stabilize_threads Simon Marchi
16:35 [PATCH 15/19] Remove usages of find_inferior that call proceed_one_lwp Simon Marchi
16:35 [PATCH 10/19] Remove usages of find_inferior calling not_stopped_callback Simon Marchi
16:35 [PATCH 11/19] Remove usages of find_inferior in select_event_lwp Simon Marchi
16:35 [PATCH 06/19] Remove usage of find_inferior in last_thread_of_process_p Simon Marchi
16:35 [PATCH 05/19] Remove find_inferior_in_random Simon Marchi
16:35 [PATCH 09/19] Remove usage of find_inferior in find_lwp_pid Simon Marchi
16:35 [PATCH 03/19] Remove usages of find_inferior in linux-mips-low.c Simon Marchi
16:35 [PATCH 08/19] Remove usage of find_inferior in linux_mourn Simon Marchi
16:35 [PATCH 01/19] Remove usage of find_inferior in regcache_invalidate_pid Simon Marchi
16:35 [PATCH 07/19] Remove usage of find_inferior in linux_detach Simon Marchi
16:35 [PATCH 02/19] Remove usage of find_inferior in lynx_mourn Simon Marchi
16:35 [PATCH 00/19] Remove find_inferior* and for_each_inferior* Simon Marchi
15:38 Re: [PATCH 3/4] Use flexible target descriptors for aarch64 Alan Hayward
15:37 Re: [PATCH 2/4] gdbserver use aarch64_create_target_description Alan Hayward
14:17 Re: [PATCH 2/3] Unit test name-component bounds searching directly Pedro Alves
13:44 Doc update to mention MPFR (Re: [RFC][00/19] Target FP: Precise target floating-point emulation) Ulrich Weigand
11:56 Re: [PATCH 1/3] 0xff chars in name components table; cp-name-parser lex UTF-8 identifiers Pedro Alves
03:24 Re: [PATCH 00/11] Remove some usages of find_inferior Simon Marchi
03:17 Re: [PATCH 3/3] Fix mapped_index::find_name_components_bounds upper bound computation Simon Marchi
03:16 Re: [PATCH 2/3] Unit test name-component bounds searching directly Simon Marchi
01:38 Re: [PATCH 1/3] 0xff chars in name components table; cp-name-parser lex UTF-8 identifiers Simon Marchi
00:42 [PATCH 2/3] Unit test name-component bounds searching directly Pedro Alves
00:42 [PATCH 3/3] Fix mapped_index::find_name_components_bounds upper bound computation Pedro Alves
00:42 [PATCH 1/3] 0xff chars in name components table; cp-name-parser lex UTF-8 identifiers Pedro Alves
00:33 Re: [PATCH 26/40] Optimize .gdb_index symbol name searching Pedro Alves

November 19, 2017
19:21 Re: [PATCH 00/11] Remove some usages of find_inferior Sergio Durigan Junior

November 18, 2017
23:38 [PATCH] C++ify osdata Simon Marchi
22:58 Re: [PATCH] Fix type casts losing typedefs and reimplement "whatis" typedef stripping Simon Marchi
21:57 [PATCH 1/4] Basic c++ification of varobj Simon Marchi
21:46 [PATCH 2/4] Make varobj::children an std::vector Simon Marchi
21:46 [PATCH 3/4] Replace VEC (varobj_update_result) with std::vector Simon Marchi
21:46 [PATCH 0/4] C++ify varobj a little bit Simon Marchi
21:46 [PATCH 4/4] Remove DEF_VEC_P (varobj_p) Simon Marchi
20:57 Re: [PATCH] Fix type casts losing typedefs and reimplement "whatis" typedef stripping Yao Qi
05:23 Re: [PATCH 26/40] Optimize .gdb_index symbol name searching Simon Marchi

November 17, 2017
21:20 [RFA/doco] (Ada) provide the exception message when hitting an exception catchpoint Joel Brobecker
19:43 Re: [RFA v2 0/3] Handle dereferencing Rust trait objects Pedro Alves
19:26 [RFA v2 1/3] Handle dereferencing Rust trait objects Tom Tromey
19:26 [RFA v2 3/3] Use an enum to represent subclasses of symbol Tom Tromey
19:26 [RFA v2 2/3] Make template_symbol derive from symbol Tom Tromey
19:26 [RFA v2 0/3] Handle dereferencing Rust trait objects Tom Tromey
19:22 [PATCH] linux-nat: Eliminate custom target_terminal_{inferior,ours}, stop using set_sigint_trap Pedro Alves
18:38 [PATCH] Fix gdb.threads/process-dies-while-detaching.exp Pedro Alves
18:34 [PATCH 11/11] Remove usage of find_inferior when calling kill_one_lwp_callback Simon Marchi
18:34 [PATCH 10/11] Remove usages of find_thread when calling need_step_over_p Simon Marchi
18:34 [PATCH 08/11] Remove usage of find_inferior when calling linux_set_resume_request Simon Marchi
18:34 [PATCH 09/11] Remove usage of find_thread when calling resume_status_pending_p Simon Marchi
18:34 [PATCH 06/11] Remove usage of find_inferior in unsuspend_all_lwps Simon Marchi
18:34 [PATCH 05/11] Remove usage of find_inferior in iterate_over_lwps Simon Marchi
18:34 [PATCH 07/11] Remove usage of find_inferior in linux_stabilize_threads Simon Marchi
18:34 [PATCH 03/11] Remove usages of find_inferior in linux-arm-low.c Simon Marchi
18:34 [PATCH 04/11] Remove usage of find_inferior in reset_lwp_ptrace_options_callback Simon Marchi
18:34 [PATCH 02/11] Remove usage of find_inferior in win32-low.c Simon Marchi
18:33 [PATCH 01/11] Remove usage of find_inferior in win32-i386-low.c Simon Marchi
18:33 [PATCH 00/11] Remove some usages of find_inferior Simon Marchi
18:04 Re: [PATCH 0/4] Get rid of DEF_VEC_I (int) Simon Marchi
17:49 Re: [RFA/Ada] fix handling of minimal symbols (UNOP_CAST and UNOP_ADDR) Joel Brobecker
17:39 Re: [PATCH 0/4] Get rid of DEF_VEC_I (int) Pedro Alves
17:30 Re: [RFA] Handle dereferencing Rust trait objects Tom Tromey
17:19 Re: RFC: problems with minimal symbols (without a type) Joel Brobecker
16:57 Re: [PATCH] [testsuite] Don't skip gdb.dwarf2/pr10770.exp for non-gcc compiler Simon Marchi
16:54 Re: [PATCH] [testsuite] Pass -lpthread in libs Simon Marchi
16:41 Re: [PATCH] [testsuite] Pass -pie in ldflags Simon Marchi
16:27 [PATCH 4/4] Remove DEF_VEC_I (int) Simon Marchi
16:27 [PATCH 3/4] Make process_info::syscalls_to_catch an std::vector Simon Marchi
16:27 [PATCH 2/4] Make open_fds an std::vector Simon Marchi
16:27 [PATCH 1/4] Make output_thread_groups take an std::vector<int> Simon Marchi
16:27 [PATCH 0/4] Get rid of DEF_VEC_I (int) Simon Marchi
15:39 Re: [RFA] Handle dereferencing Rust trait objects Pedro Alves
15:25 [PATCH] [testsuite] Don't skip gdb.dwarf2/pr10770.exp for non-gcc compiler Yao Qi
15:22 [PATCH] [testsuite] Pass -lpthread in libs Yao Qi
15:22 [PATCH] [testsuite] Pass -pie in ldflags Yao Qi
14:02 Re: [python] Allow explicit locations in breakpoints. Phil Muldoon
13:31 Re: [python] Allow explicit locations in breakpoints. Eli Zaretskii
11:47 Re: [RFA/Ada] fix handling of minimal symbols (UNOP_CAST and UNOP_ADDR) Pedro Alves
11:32 Re: RFC: problems with minimal symbols (without a type) Pedro Alves
11:02 Re: [python] Allow explicit locations in breakpoints. Phil Muldoon
00:51 Re: RFC: problems with minimal symbols (without a type) Joel Brobecker
00:48 [RFA/Ada] fix handling of minimal symbols (UNOP_CAST and UNOP_ADDR) Joel Brobecker
00:29 [pushed/Ada] ada-lang.c::ada_value_cast: remove unused parameter noside Joel Brobecker

November 16, 2017
23:26 Re: [RFA] Handle dereferencing Rust trait objects Tom Tromey
23:13 Re: [RFA] Handle dereferencing Rust trait objects Tom Tromey
22:40 Re: [PATCH PR gdb/18071] TLS variables can't be resolved on aarch64-linux-gnu Wei-min Pan
19:26 Re: [RFC][00/19] Target FP: Precise target floating-point emulation Eli Zaretskii
19:06 Re: [RFC][00/19] Target FP: Precise target floating-point emulation Ulrich Weigand
19:00 [RFC v2][2/2] Target FP: Make use of MPFR if available Ulrich Weigand
19:00 [RFC v2][1/2] Target FP: Refactor use of host floating-point arithmetic Ulrich Weigand
18:47 Re: [PATCH 0/5][Resend] Fix multiple Ctrl-C/Quit issues Pedro Alves
18:46 Re: [PATCH] gdb/inflow.c: Move SIGTTOU temporary ignoring to a RAII class Pedro Alves
18:15 Re: [pushed] Fix gdb.base/starti.exp racy test (Re: [PATCH v3] Add a 'starti' command.) Pedro Alves
18:09 Re: [PATCH] Fix testing gdb.rust/modules.exp against gdbserver Pedro Alves
18:00 Re: [pushed] Fix gdb.base/starti.exp racy test (Re: [PATCH v3] Add a 'starti' command.) John Baldwin
17:51 Re: [PATCH] Fix testing gdb.rust/modules.exp against gdbserver Tom Tromey
17:51 [pushed] Refactor endian handling in DFP routines Ulrich Weigand
17:23 [PATCH] Fix testing gdb.rust/modules.exp against gdbserver Pedro Alves
16:40 Re: [RFA] Handle dereferencing Rust trait objects Pedro Alves
16:35 Re: [RFA] Handle dereferencing Rust trait objects Pedro Alves
15:28 OB: Move self to past maintainers Andrew Cagney
15:00 Re: [PATCH] GDBserver: Fix ignored Ctrl-C after reconnection Pedro Alves
14:59 Re: [PATCH PR gdb/18071] TLS variables can't be resolved on aarch64-linux-gnu Yao Qi
14:19 Re: [python][patch] Python rbreak Phil Muldoon
13:04 [PATCH] Change tic6x target descriptions Yao Qi
12:38 [pushed] Fix gdb.base/starti.exp racy test (Re: [PATCH v3] Add a 'starti' command.) Pedro Alves
10:54 Re: [PATCH v3] Add a 'starti' command. Pedro Alves
10:19 [PATCH OBV] Remove non-linux tic6x target descriptions Yao Qi
10:07 Re: [PATCH] Allow osabi to be optional in target descriptors Alan Hayward
10:06 Re: [PATCH] Fix tic6x-uclinux GDBserver build failure Yao Qi
09:55 Re: [PATCH v3] Add a 'starti' command. Yao Qi
09:17 Re: [PATCH] Allow osabi to be optional in target descriptors Yao Qi
09:13 Re: [PATCH PR gdb/18071] TLS variables can't be resolved on aarch64-linux-gnu Yao Qi
08:09 [PATCH] Allow osabi to be optional in target descriptors Alan Hayward
04:38 [PATCH v2 1/3] Convert generic probe interface to C++ (and perform some cleanups) Sergio Durigan Junior
04:38 [PATCH v2 3/3] Convert DTrace probe interface to C++ (and perform some cleanups) Sergio Durigan Junior
04:38 [PATCH v2 2/3] Convert SystemTap probe interface to C++ (and perform some cleanups) Sergio Durigan Junior
04:37 [PATCH v2 0/3] Convert probe interfaces to C++ (and perform some cleanups) Sergio Durigan Junior
04:11 Re: [PATCH 3/3] Convert DTrace probe interface to C++ (and perform some cleanups) Sergio Durigan Junior
01:53 Re: [PING][PATCH PR gdb/18071] TLS variables can't be resolved on aarch64-linux-gnu Wei-min Pan

November 15, 2017
23:32 Re: [PATCH v3] Add a 'starti' command. John Baldwin
22:49 Re: [PATCH 2/3] Convert SystemTap probe interface to C++ (and perform some cleanups) Sergio Durigan Junior
21:28 Re: [RFA] Handle dereferencing Rust trait objects Tom Tromey
21:24 [RFA] Handle dereferencing Rust trait objects Tom Tromey
20:23 Re: [PATCH v3] Add a 'starti' command. Pedro Alves
20:23 Re: [PATCH] Fix tic6x-uclinux GDBserver build failure Simon Marchi
20:11 Re: [PATCH v3] Add a 'starti' command. John Baldwin
19:40 [PUSHED OBV] Include <array> to declare std::array<>. John Baldwin
19:40 [PUSHED OBV] Constify the 'arg' passed to commands in bsd-kvm.c. John Baldwin
18:52 Re: RFC: problems with minimal symbols (without a type) Joel Brobecker
17:20 [PATCH] Fix tic6x-uclinux GDBserver build failure Yao Qi
16:16 Re: [PATCH 6/6] Fix racy output matching in gdb.tui/tui-completion.exp Pedro Alves
16:13 [pushed] tui-win: Replace VEC with std::vector Simon Marchi
16:09 Re: [PATCH 6/6] Fix racy output matching in gdb.tui/tui-completion.exp Simon Marchi
12:17 Re: RFC: problems with minimal symbols (without a type) Pedro Alves
12:03 Re: [PATCH] Remove features/nios2-linux.c Yao Qi
09:17 Re: [PATCH] Better make rules for IPA objects Yao Qi
09:13 [PATCH 2/3] regcache::cooked_read unit test Yao Qi
09:13 [PATCH 3/3] cooked_read test for readonly regcache Yao Qi
09:13 [PATCH 1/3 OBV] Fix M68HC11_NUM_REGS Yao Qi
09:13 [PATCH 0/3] Unit test to regcache::cooked_read and remove Morpho mt port Yao Qi
06:15 Re: [PATCH 1/3] Convert generic probe interface to C++ (and perform some cleanups) Sergio Durigan Junior
06:12 Re: [PATCH 1/3] Convert generic probe interface to C++ (and perform some cleanups) Sergio Durigan Junior
04:54 Re: [PATCH] Show optimized out local variables in "info locals" Simon Marchi
04:40 Re: [PATCH 3/3] Convert DTrace probe interface to C++ (and perform some cleanups) Simon Marchi
03:58 Re: [PATCH 2/3] Convert SystemTap probe interface to C++ (and perform some cleanups) Simon Marchi
03:25 Re: [PATCH 1/3] Convert generic probe interface to C++ (and perform some cleanups) Simon Marchi
02:52 Re: [PATCH 1/3] Convert generic probe interface to C++ (and perform some cleanups) Simon Marchi
01:56 New ARI warning Wed Nov 15 01:56:28 UTC 2017 GDB Administrator
01:35 Re: RFC: problems with minimal symbols (without a type) Joel Brobecker

November 14, 2017
22:44 Re: [PATCH] Show optimized out local variables in "info locals" Yao Qi
22:41 Re: [PATCH] Assertion 'xfered>0' in target.c for remote connection Simon Marchi
22:30 Re: [PATCH] Assertion 'xfered>0' in target.c for remote connection Paul Carroll
22:08 Re: [PATCH] Assertion 'xfered>0' in target.c for remote connection Yao Qi
21:43 Re: [PATCH 2/2] Fix mem region parsing regression and add test Simon Marchi
21:38 Re: [PATCH] Assertion 'xfered>0' in target.c for remote connection Simon Marchi
20:23 Re: [python][patch] Python rbreak Simon Marchi
17:08 [PATCH] Show optimized out local variables in "info locals" Simon Marchi
15:03 Re: [PATCH] Assertion 'xfered>0' in target.c for remote connection Paul Carroll
14:18 Re: [PATCH] Better make rules for IPA objects Alan Hayward
14:12 Re: [PATCH] Modify Aarch64 prologue analyzer to accept 128-bit registers Luis Machado
14:01 Re: [PATCH] Modify Aarch64 prologue analyzer to accept 128-bit registers Paul Carroll
11:14 Re: [PATCH] Better make rules for IPA objects Yao Qi
09:53 Re: [PATCH] Better make rules for IPA objects Alan Hayward
03:09 [pushed] gdb.opt/inline-locals.exp: Remove trailing parentheses in test names Simon Marchi

November 13, 2017
19:29 Re: [python][patch] Python rbreak Phil Muldoon
18:02 [PATCH 2/3] Convert SystemTap probe interface to C++ (and perform some cleanups) Sergio Durigan Junior
18:02 [PATCH 3/3] Convert DTrace probe interface to C++ (and perform some cleanups) Sergio Durigan Junior
17:59 [PATCH 1/3] Convert generic probe interface to C++ (and perform some cleanups) Sergio Durigan Junior
17:59 [PATCH 3/3] Convert DTrace probe interface to C++ (and perform some cleanups) Sergio Durigan Junior
17:59 [PATCH 2/3] Convert SystemTap probe interface to C++ (and perform some cleanups) Sergio Durigan Junior
17:59 [PATCH 0/3] Convert probe interfaces to C++ (and perform some cleanups) Sergio Durigan Junior
17:58 [CANCEL] [PATCH 0/3] Convert probe interfaces to C++ (and perform some cleanups) Sergio Durigan Junior
17:53 [PATCH 1/3] Convert generic probe interface to C++ (and perform some cleanups) Sergio Durigan Junior
17:53 [PATCH 2/2] Convert DTrace probe interface to C++ (and perform some cleanups) Sergio Durigan Junior
17:53 [PATCH 1/2] Convert SystemTap probe interface to C++ (and perform some cleanups) Sergio Durigan Junior
17:53 [PATCH 0/3] Convert probe interfaces to C++ (and perform some cleanups) Sergio Durigan Junior
17:32 Re: [PATCH] Modify Aarch64 prologue analyzer to accept 128-bit registers Andrew Pinski
17:28 [PATCH] Modify Aarch64 prologue analyzer to accept 128-bit registers pcarroll at codesourcery dot c
16:17 Re: [PATCH] Enable hardware single step for m68k in GDBServer Yao Qi
15:10 [PATCH] Enable hardware single step for m68k in GDBServer Andreas Schwab
07:02 Re: Breakage on builder Fedora-ppc64be-cc-with-index, revision 109483d9eec3f0d0c3eaafd5d829435059167c52 Sergio Durigan Junior

November 12, 2017
21:00 Re: [PATCHv4 5/5] gdb: Don't store a thread-id for floating varobj Simon Marchi
20:57 Re: [PATCHv4 4/5] gdb: Remove out of date comment Simon Marchi
20:49 Re: [PATCHv4 3/5] gdb: PR mi/20395: Fix -var-update for registers in frames 1 and up Simon Marchi
18:05 Breakage on builder Fedora-ppc64be-cc-with-index, revision 109483d9eec3f0d0c3eaafd5d829435059167c52 gdb-buildbot
18:05 Oh dear. I regret to inform you that commit 109483d9eec3f0d0c3eaafd5d829435059167c52 might be unfortunate gdb-buildbot
16:26 Re: [PATCHv4 2/5] gdb: New API for tracking innermost block Simon Marchi
16:00 Re: [PATCHv4 1/5] gdb: Remove duplicate declaration of a function Simon Marchi

November 10, 2017
21:01 Re: [PATCH 1/2] Fix issues with gdb-memory-map.dtd Simon Marchi
16:24 Re: [PATCH] gdb/inflow.c: Move SIGTTOU temporary ignoring to a RAII class Simon Marchi
08:01 Re: [PATCH 1/2] Fix issues with gdb-memory-map.dtd Eli Zaretskii
01:07 Re: [PING 2][PATCH PR gdb/21870] aarch64: Leftover uncleared debug registers Wei-min Pan
00:04 [PATCH] gdb/inflow.c: Move SIGTTOU temporary ignoring to a RAII class Pedro Alves

November 09, 2017
23:18 [PATCH 2/2] Fix mem region parsing regression and add test Simon Marchi
23:18 [PATCH 1/2] Fix issues with gdb-memory-map.dtd Simon Marchi
22:50 Re: [PATCH 0/6] Fix several cases of racy output matching Pedro Alves
22:41 Re: [PATCH 0/3] Fix issues with writing Linux core PRSTATUS note on MIPS o32, n32 and n64 into core file Maciej W. Rozycki
22:25 Re: [PATCH 3/3] [AArch64] Remove tag from address for watchpoint Pedro Alves
21:20 Re: [PATCH 3/3] [AArch64] Remove tag from address for watchpoint Yao Qi
21:09 Re: [PATCH 3/3] [AArch64] Remove tag from address for watchpoint Yao Qi
21:08 Re: [PATCH 3/3] [AArch64] Remove tag from address for watchpoint Simon Marchi
20:30 Re: [PATCH 3/3] [AArch64] Remove tag from address for watchpoint Pedro Alves
20:24 Re: [PATCH 1/3] [AArch64 Linux] Get rid of top byte from tagged address on memory access Pedro Alves
20:04 [pushed/obv/Ada] fix typos in ada-lang.c comment Joel Brobecker
18:15 Re: [PING][PATCH] Fix for prologue processing on PowerPC Nikola Prica
17:53 FYI - git-hooks updates to be deployed Joel Brobecker
14:10 Re: [RFA 2/2] Simplify the psymbol hash function Pedro Alves
14:09 Re: [RFA 2/2] Simplify the psymbol hash function Tom Tromey
10:47 Re: RFC: problems with minimal symbols (without a type) Pedro Alves
10:32 Re: [PATCH 0/3] Fix issues with writing Linux core PRSTATUS note on MIPS o32, n32 and n64 into core file Djordje Todorovic
01:25 RFC: problems with minimal symbols (without a type) Joel Brobecker
00:54 [pushed/ada] local variable watchpoint not deleted after leaving scope Joel Brobecker
00:49 Re: [PATCH] Make encode_actions_rsp use std::vector Simon Marchi

November 08, 2017
23:51 Re: [RFA 1/2] Speed up dict_hash Pedro Alves
23:48 [pushed] Avoid expensive complaint calls when complaints are disabled Pedro Alves
23:01 Re: [RFA 1/2] Speed up dict_hash Tom Tromey
22:41 Re: [RFA 1/2] Speed up dict_hash Pedro Alves
22:15 Re: [PATCH 25/40] Introduce lookup_name_info and generalize Ada's FULL/WILD name matching Joel Brobecker
21:26 [committed v7 3/3] Add test for fetching TLS from core file Maciej W. Rozycki
21:24 [committed v7 2/3] BFD: Extract PID from MIPS core dump file Maciej W. Rozycki
21:24 [committed v7 1/3] BFD: Write Linux core PRSTATUS note into MIPS core file Maciej W. Rozycki
21:23 Re: [PATCH 0/3] Fix issues with writing Linux core PRSTATUS note on MIPS o32, n32 and n64 into core file Maciej W. Rozycki
19:08 Re: [RFA 2/2] Simplify the psymbol hash function Tom Tromey
19:06 Breakage on builder Ubuntu-AArch32-native-gdbserver-m32, revision c0e7cef7156b2bc15ba43441ad14c6e83c09df8e gdb-buildbot
19:00 Breakage on builder Ubuntu-AArch32-native-extended-gdbserver-m32, revision c0e7cef7156b2bc15ba43441ad14c6e83c09df8e gdb-buildbot
18:54 Breakage on builder Ubuntu-AArch32-m32, revision c0e7cef7156b2bc15ba43441ad14c6e83c09df8e gdb-buildbot
18:44 Re: [RFA 1/2] Speed up dict_hash Tom Tromey
18:41 Re: [PATCH 0/3] Fix issues with writing Linux core PRSTATUS note on MIPS o32, n32 and n64 into core file Maciej W. Rozycki
16:58 Re: [PING]Fix for prologue processing on PowerPC Kevin Buettner
16:22 Re: [PATCH 33/40] Make the linespec/location completer ignore data symbols Pedro Alves
16:20 Re: [PATCH 30/40] Use search_domain::FUNCTIONS_DOMAIN when setting breakpoints Pedro Alves
16:19 Re: [PATCH 29/40] Simplify completion_list_add_name | remove sym_text / sym_text_len Pedro Alves
16:18 Re: [PATCH 28/40] lookup_name_info::make_ignore_params Pedro Alves
16:16 [pushed] Reorder/reindent dw2_expand_symtabs_matching & friends (Re: [PATCH 26/40] Optimize .gdb_index symbol name searching) Pedro Alves
16:14 Re: [PATCH 26/40] Optimize .gdb_index symbol name searching Pedro Alves
16:10 Re: [PATCH 25/40] Introduce lookup_name_info and generalize Ada's FULL/WILD name matching Pedro Alves
16:08 Re: [PATCH 24/40] Per-language symbol name hashing algorithm Pedro Alves
15:36 [pushed] Fix "make test-cp-name-parser" Pedro Alves
14:54 Breakage on builder Fedora-i686, revision c0e7cef7156b2bc15ba43441ad14c6e83c09df8e gdb-buildbot
14:54 Oh dear. I regret to inform you that commit c0e7cef7156b2bc15ba43441ad14c6e83c09df8e might be unfortunate gdb-buildbot
12:31 Breakage on builder Ubuntu-AArch32-native-gdbserver-m32, revision 85c4be7c83b80acf647e6ffcaed0f0cdbcb8c3eb gdb-buildbot
12:16 Breakage on builder Ubuntu-AArch32-native-extended-gdbserver-m32, revision 85c4be7c83b80acf647e6ffcaed0f0cdbcb8c3eb gdb-buildbot
11:59 Breakage on builder Ubuntu-AArch32-m32, revision 85c4be7c83b80acf647e6ffcaed0f0cdbcb8c3eb gdb-buildbot
11:42 Re: [RFA 2/2] Simplify the psymbol hash function Pedro Alves
11:13 RE: [PATCH v2 1/4] arc: Migrate to new target features Anton Kolesov
11:12 Re: [RFA 2/2] Simplify the psymbol hash function Pedro Alves
10:46 Re: [RFA 1/2] Speed up dict_hash Pedro Alves
10:22 Re: [RFA] Remove symbolp vector Pedro Alves
10:10 Re: [PATCH 0/3] Fix issues with writing Linux core PRSTATUS note on MIPS o32, n32 and n64 into core file Pedro Alves
09:56 Re: [PATCH 0/3] Fix issues with writing Linux core PRSTATUS note on MIPS o32, n32 and n64 into core file Pedro Alves
09:50 Re: [RFA 0/4] finish command constification Pedro Alves
03:57 Breakage on builder Ubuntu-AArch64-m64, revision 85c4be7c83b80acf647e6ffcaed0f0cdbcb8c3eb gdb-buildbot
03:46 Breakage on builder Ubuntu-AArch64-native-gdbserver-m64, revision 85c4be7c83b80acf647e6ffcaed0f0cdbcb8c3eb gdb-buildbot
03:05 Re: Oh dear. I regret to inform you that commit 85c4be7c83b80acf647e6ffcaed0f0cdbcb8c3eb might be unfortunate Tom Tromey
02:29 Breakage on builder Fedora-x86_64-m32, revision 85c4be7c83b80acf647e6ffcaed0f0cdbcb8c3eb gdb-buildbot
02:14 Breakage on builder Fedora-x86_64-cc-with-index, revision 85c4be7c83b80acf647e6ffcaed0f0cdbcb8c3eb gdb-buildbot
02:10 Breakage on builder Fedora-x86_64-native-extended-gdbserver-m32, revision 85c4be7c83b80acf647e6ffcaed0f0cdbcb8c3eb gdb-buildbot
02:06 Breakage on builder Fedora-i686, revision 85c4be7c83b80acf647e6ffcaed0f0cdbcb8c3eb gdb-buildbot
02:04 Breakage on builder Fedora-x86_64-native-extended-gdbserver-m64, revision 85c4be7c83b80acf647e6ffcaed0f0cdbcb8c3eb gdb-buildbot
02:04 Breakage on builder Fedora-x86_64-native-gdbserver-m64, revision 85c4be7c83b80acf647e6ffcaed0f0cdbcb8c3eb gdb-buildbot
01:59 Breakage on builder Fedora-x86_64-native-gdbserver-m32, revision 85c4be7c83b80acf647e6ffcaed0f0cdbcb8c3eb gdb-buildbot
01:55 Breakage on builder Fedora-x86_64-m64, revision 85c4be7c83b80acf647e6ffcaed0f0cdbcb8c3eb gdb-buildbot

November 07, 2017
23:54 Breakage on builder Fedora-s390x-m64, revision 85c4be7c83b80acf647e6ffcaed0f0cdbcb8c3eb gdb-buildbot
23:54 Oh dear. I regret to inform you that commit 85c4be7c83b80acf647e6ffcaed0f0cdbcb8c3eb might be unfortunate gdb-buildbot
22:03 [RFC][PATCH] Consolidate gdbserver global variables Stan Cox
21:59 Re: [PATCH 0/3] Fix issues with writing Linux core PRSTATUS note on MIPS o32, n32 and n64 into core file Maciej W. Rozycki
21:31 Re: [PATCH 0/3] Fix issues with writing Linux core PRSTATUS note on MIPS o32, n32 and n64 into core file Maciej W. Rozycki
20:55 Re: [RFA 0/4] finish command constification Tom Tromey
15:48 Re: [RFA] Convert observers to C++ Pedro Alves
15:04 Re: [RFA 2/2] Update usage text for load, symbol-file Pedro Alves
14:50 Re: [RFA 1/2] Fix add-symbol-file usage and errors Pedro Alves
14:35 Re: [RFA 7/8] Add truncate_repeat_arguments function Pedro Alves
11:24 [pushed] Add some more breakpoint/location range tests Pedro Alves
11:10 Re: [PATCH v5 4/4] Make breakpoint/location number parsing error output consistent Pedro Alves
10:49 Re: [RFA] Fix regression in "commands" Pedro Alves
10:41 [PATCH] Better make rules for IPA objects Alan Hayward
10:25 Re: [RFA] Use gdb::ref_ptr for values Pedro Alves
01:55 New ARI warning Tue Nov 7 01:55:43 UTC 2017 GDB Administrator

November 06, 2017
23:27 [PATCH 5/5] Test breakpoint commands w/ "continue" + Ctrl-C Pedro Alves
23:27 [PATCH 3/5] Don't ever Quit out of resume Pedro Alves
23:27 [PATCH 4/5] Python unwinder sniffer: PyExc_KeyboardInterrupt -> Quit Pedro Alves
23:27 [PATCH 1/5] Fix swallowed "Quit" when inserting breakpoints Pedro Alves
23:27 [PATCH 2/5] Fix stdin ending up not registered after a Quit Pedro Alves
23:27 [PATCH 0/5][Resend] Fix multiple Ctrl-C/Quit issues Pedro Alves
23:26 Re: [PATCH 0/5] Fix multiple Ctrl-C/Quit issues Pedro Alves
23:22 [PATCH 4/5] Don't ever Quit out of resume Pedro Alves
23:22 [PATCH 5/5] Python unwinder sniffer: PyExc_KeyboardInterrupt -> Quit Pedro Alves
23:22 [PATCH 3/5] Fix stdin ending up not registered after a Quit Pedro Alves
23:22 [PATCH 2/5] Fix swallowed "Quit" when inserting breakpoints Pedro Alves
23:22 [PATCH 1/5] Simplify child_terminal_inferior Pedro Alves
23:22 [PATCH 0/5] Fix multiple Ctrl-C/Quit issues Pedro Alves
17:43 [PATCH] Update my e-mail address. Luis Machado
17:05 [pushed v2] Simplify child_terminal_inferior Pedro Alves
16:55 [pushed] Test attaching to a process that isn't a process group leader (Re: [PATCH] Simplify child_terminal_inferior) Pedro Alves
16:39 Re: [RFA 2/4] Remove cmd_cfunc_ftype Tom Tromey
16:38 Re: [RFA 7/8] Add truncate_repeat_arguments function Tom Tromey
16:33 Re: [RFA 4/8] Make strip_bg_char return a unique_xmalloc_ptr Tom Tromey
16:31 [pushed] Don't check termio.h and sgtty.h in common/common.m4 either (Re: [PATCH 1/3] Assume termios is available, remove support for termio and sgtty) Pedro Alves
16:11 Re: [PATCH 1/3] Assume termios is available, remove support for termio and sgtty Pedro Alves
15:07 [pushed] Re: [RFC v2][0/9] Target FP: Refactor floating-point handling Ulrich Weigand
12:58 Re: [PATCH 3/4] Use flexible target descriptors for aarch64 Alan Hayward
12:03 Re: [RFA 0/4] finish command constification Yao Qi
11:58 Re: [RFA 2/4] Remove cmd_cfunc_ftype Yao Qi
11:49 Re: [PATCH 3/4] Use flexible target descriptors for aarch64 Yao Qi
10:43 Re: [PATCH 2/4] gdbserver use aarch64_create_target_description Yao Qi
10:06 Re: [PATCH 3/4] Use flexible target descriptors for aarch64 Alan Hayward
10:06 Re: [PATCH 2/4] gdbserver use aarch64_create_target_description Alan Hayward
10:06 Re: [PATCH 1/4] Add aarch64_create_target_description Alan Hayward

November 05, 2017
16:52 Re: [RFA 0/4] finish command constification Tom Tromey
01:33 [RFA] Convert observers to C++ Tom Tromey

November 04, 2017
22:35 [RFA 1/2] Fix add-symbol-file usage and errors Tom Tromey
22:35 [RFA 2/2] Update usage text for load, symbol-file Tom Tromey
22:35 [RFA 0/2] small usage updates in symfile.c Tom Tromey
16:28 Re: [RFA 00/13] more cleanup removal Tom Tromey
16:25 Re: [RFA 10/13] Remove cleanups from linux-tdep.c Tom Tromey
16:25 Re: [RFA 13/13] Use std::vector in h8300-tdep.c Tom Tromey
16:25 Re: [RFA 06/13] Replace start_rbreak_breakpoints and end_rbreak_breakpoints Tom Tromey
16:14 [RFA 2/2] Simplify the psymbol hash function Tom Tromey
16:14 [RFA 1/2] Speed up dict_hash Tom Tromey
16:14 [RFA 0/2] some minor symbol-reading performance improvements Tom Tromey
16:10 [RFA] Remove symbolp vector Tom Tromey

November 03, 2017
22:04 Re: [patch] aarch64: PR 19806: watchpoints: false negatives + PR 20207 contiguous ones Jan Kratochvil
20:36 Re: [PATCH] Assertion 'xfered>0' in target.c for remote connection Carroll, Paul
19:07 [RFA] Fix regression in "commands" Tom Tromey
17:30 [RFA] Use gdb::ref_ptr for values Tom Tromey
17:28 Re: [RFA 12/13] Introduce gdb_breakpoint_up Tom Tromey
17:20 Re: [RFA 06/13] Replace start_rbreak_breakpoints and end_rbreak_breakpoints Simon Marchi
17:07 Re: [RFA 09/13] Use gdb::def_vector in ppc-linux-tdep.c Tom Tromey
17:05 Re: [RFA 07/13] Use gdb::def_vector in sparc64-tdep.c Tom Tromey
16:58 Re: [RFA 06/13] Replace start_rbreak_breakpoints and end_rbreak_breakpoints Tom Tromey
16:46 Re: [RFA 05/13] Remove directive-searched cleanups Simon Marchi
16:42 Re: [RFA 05/13] Remove directive-searched cleanups Tom Tromey
16:39 Re: [RFA 04/13] Use unique_xmalloc_ptr in find_separate_debug_file_by_debuglink Tom Tromey
15:11 Re: [pushed] Re: [RFC][08/19] Target FP: Use target format throughout expression parsing Ulrich Weigand
15:00 Re: [pushed] Re: [RFC][08/19] Target FP: Use target format throughout expression parsing Yao Qi
13:45 Re: [pushed] Re: [RFC][08/19] Target FP: Use target format throughout expression parsing Ulrich Weigand
13:05 Re: [PATCH 0/3] Fix issues with writing Linux core PRSTATUS note on MIPS o32, n32 and n64 into core file Djordje Todorovic
13:00 Re: [PATCH v3] Add a 'starti' command. Yao Qi
12:53 [PATCH OBV] Skip gdb.mi/list-thread-groups-available.exp if no xml support Yao Qi
12:33 Re: [pushed] Re: [RFC][08/19] Target FP: Use target format throughout expression parsing Yao Qi
10:40 [PATCH OBV] Skip gdb.python/py-thrhandle.exp if python is not enabled. Yao Qi
10:05 Re: [python][patch] Python rbreak Eli Zaretskii
09:46 Re: [python][patch] Python rbreak Phil Muldoon
08:56 [PATCH 2/2] Change value_contents_eq return bool Yao Qi
08:56 [PATCH 1/2] Change register_changed_p returns bool Yao Qi
08:54 Re: [PATCH v5 4/4] Make breakpoint/location number parsing error output consistent Xavier Roirand
03:11 Re: [PATCH] Assertion 'xfered>0' in target.c for remote connection Sergio Durigan Junior
01:59 Re: [RFA 00/13] more cleanup removal Simon Marchi
01:59 Re: [RFA 13/13] Use std::vector in h8300-tdep.c Simon Marchi
01:56 Re: [RFA 12/13] Introduce gdb_breakpoint_up Simon Marchi
01:43 Re: [RFA 10/13] Remove cleanups from linux-tdep.c Simon Marchi
01:31 Re: [RFA 09/13] Use gdb::def_vector in ppc-linux-tdep.c Simon Marchi
01:25 Re: [RFA 07/13] Use gdb::def_vector in sparc64-tdep.c Simon Marchi
01:21 Re: [RFA 06/13] Replace start_rbreak_breakpoints and end_rbreak_breakpoints Simon Marchi
01:09 Re: [RFA 05/13] Remove directive-searched cleanups Simon Marchi
01:02 Re: [RFA 04/13] Use unique_xmalloc_ptr in find_separate_debug_file_by_debuglink Simon Marchi
00:54 [PATCH PR gdb/18071] TLS variables can't be resolved on aarch64-linux-gnu Weimin Pan

November 02, 2017
23:05 [PATCH] Assertion 'xfered>0' in target.c for remote connection pcarroll at codesourcery dot c
22:38 [RFA 04/13] Use unique_xmalloc_ptr in find_separate_debug_file_by_debuglink Tom Tromey
22:36 [RFA 03/13] Use std::vector in compile-loc2c.c Tom Tromey
22:36 [RFA 01/13] Replace really_free_pendings with a scoped_ class Tom Tromey
22:36 [RFA 12/13] Introduce gdb_breakpoint_up Tom Tromey
22:36 [RFA 10/13] Remove cleanups from linux-tdep.c Tom Tromey
22:36 [RFA 08/13] Remove make_cleanup_free_objfile Tom Tromey
22:36 [RFA 09/13] Use gdb::def_vector in ppc-linux-tdep.c Tom Tromey
22:36 [RFA 07/13] Use gdb::def_vector in sparc64-tdep.c Tom Tromey
22:36 [RFA 13/13] Use std::vector in h8300-tdep.c Tom Tromey
22:36 [RFA 11/13] Use unique_xmalloc_ptr in c_type_print_base Tom Tromey
22:36 [RFA 05/13] Remove directive-searched cleanups Tom Tromey
22:36 [RFA 06/13] Replace start_rbreak_breakpoints and end_rbreak_breakpoints Tom Tromey
22:36 [RFA 00/13] more cleanup removal Tom Tromey
22:36 [RFA 02/13] Remove cleanups from link_callbacks_einfo Tom Tromey
20:17 [PATCH] Simplify child_terminal_inferior Pedro Alves
19:32 Re: [PATCH 1/3] Assume termios is available, remove support for termio and sgtty Sergio Durigan Junior
19:27 Re: [PATCH 1/3] Assume termios is available, remove support for termio and sgtty Pedro Alves
18:54 Re: [PATCH 1/3] Assume termios is available, remove support for termio and sgtty Sergio Durigan Junior
18:34 Re: [PATCH 2/3] Don't set terminal flags twice in a row Sergio Durigan Junior
15:20 Re: [PATCH 4/8] Remove regcache_descr::nr_raw_registers Yao Qi
15:12 [PATCH 2/3] Don't set terminal flags twice in a row Pedro Alves
15:12 [PATCH 1/3] Assume termios is available, remove support for termio and sgtty Pedro Alves
15:12 [PATCH 3/3] Eliminate STOP_SIGNAL, use SIGTSTP directly Pedro Alves
15:12 [PATCH 0/3] Some terminal handling TCL Pedro Alves
13:27 Re: [PATCH 09/10] Make tdesc_type::u::u::fields an std::vector Simon Marchi
13:24 Re: [PATCH 06/10] Make tdesc_reg string fields std::string Simon Marchi
13:22 Re: [PATCH 05/10] Make tdesc_feature::registers an std::vector Simon Marchi
13:20 Re: [PATCH 03/10] Make target_desc::features an std::vector Simon Marchi
10:16 Re: [PATCH 00/10] Use std::vector and std::string throughout target-descriptions.c Yao Qi
10:02 Re: [PATCH 09/10] Make tdesc_type::u::u::fields an std::vector Yao Qi
09:43 Re: [PATCH 06/10] Make tdesc_reg string fields std::string Yao Qi
09:32 Re: [PATCH 05/10] Make tdesc_feature::registers an std::vector Yao Qi
09:29 Re: [PATCH 03/10] Make target_desc::features an std::vector Yao Qi

November 01, 2017
17:30 Re: Breakage on builder Fedora-x86_64-cc-with-index, revision 81b42bcab16f4462eb4c91db2cf09cd76e17402e Simon Marchi
17:08 Re: Breakage on builder Fedora-x86_64-cc-with-index, revision 81b42bcab16f4462eb4c91db2cf09cd76e17402e Sergio Durigan Junior
16:45 Question for Randolph Chung Joel Brobecker
15:44 Re: Breakage on builder Fedora-x86_64-cc-with-index, revision 81b42bcab16f4462eb4c91db2cf09cd76e17402e Simon Marchi
15:38 Re: [PATCH 25/40] Introduce lookup_name_info and generalize Ada's FULL/WILD name matching Joel Brobecker
15:37 Oh dear. I regret to inform you that commit 81b42bcab16f4462eb4c91db2cf09cd76e17402e might be unfortunate gdb-buildbot
15:37 Breakage on builder Fedora-x86_64-cc-with-index, revision 81b42bcab16f4462eb4c91db2cf09cd76e17402e gdb-buildbot
15:27 Breakage on builder Fedora-x86_64-m32, revision a67d66eb97e7613a38ffe6622d837303b3ecd31d gdb-buildbot
15:27 Breakage on builder Fedora-i686, revision a67d66eb97e7613a38ffe6622d837303b3ecd31d gdb-buildbot
15:27 Oh dear. I regret to inform you that commit a67d66eb97e7613a38ffe6622d837303b3ecd31d might be unfortunate gdb-buildbot
14:35 Re: [PATCH 6/8] const-fy regcache::m_aspace Yao Qi
14:00 Re: [PATCH 6/8] const-fy regcache::m_aspace Simon Marchi
13:20 Re: [PING][PATCH] Add a note about Debugging Tools devroom at FOSDEM 2018 to gdb's news Joel Brobecker
12:56 Breakage on builder Fedora-x86_64-cc-with-index, revision e0115a844607b280449986e661f551dff49a9031 gdb-buildbot
12:56 Oh dear. I regret to inform you that commit e0115a844607b280449986e661f551dff49a9031 might be unfortunate gdb-buildbot
12:02 Breakage on builder Fedora-x86_64-native-extended-gdbserver-m32, revision ee357486aa87b17782111295c5e7bd4ac9e6970f gdb-buildbot
12:02 Oh dear. I regret to inform you that commit ee357486aa87b17782111295c5e7bd4ac9e6970f might be unfortunate gdb-buildbot
12:02 Breakage on builder Fedora-x86_64-m32, revision ee357486aa87b17782111295c5e7bd4ac9e6970f gdb-buildbot
09:43 Re: [PATCH 6/8] const-fy regcache::m_aspace Yao Qi
03:45 Re: [PATCH] Use console uiout when executing breakpoint commands Eli Zaretskii
01:37 Re: [PATCH] Use console uiout when executing breakpoint commands Simon Marchi


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]
Search: Limit to:

Mail converted by MHonArc