gdb-cvs archive
date index for July, 2017

This is the mail archive of the gdb-cvs@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:

July 31, 2017
13:01 [binutils-gdb] Update ChangeLog (missed that in my previous commit) Xavier Roirand
09:28 [binutils-gdb] Fix documentation about rot agent expression bytecode Simon Marchi
09:10 [binutils-gdb] darwin: handle recent version of dyld Xavier Roirand

July 27, 2017
14:25 [binutils-gdb] Add myself as a write-after-approval GDB maintainer. Xavier Roirand

July 26, 2017
13:55 [binutils-gdb] Add "maint check xml-descriptions" to test builtin xml target descriptions Yao Qi
13:40 [binutils-gdb] Lazily and dynamically create i386-linux target descriptions Yao Qi
13:25 [binutils-gdb] Generate c for feature instead of tdesc Yao Qi
13:04 [binutils-gdb] Use visitor pattern for "maint print c-tdesc" Yao Qi
11:37 [binutils-gdb] Centralize i386 linux target descriptions Yao Qi
11:04 [binutils-gdb] Add optional argument to command "maint prints c-tdesc" Yao Qi
09:46 [binutils-gdb] Class-fy target_desc Yao Qi
08:59 [binutils-gdb] Add enum for result of fast_tracepoint_collecting Simon Marchi

July 25, 2017
16:46 [binutils-gdb] Fix two NetBSD-specific typos in the configure.nat conversion. John Baldwin
14:45 [binutils-gdb/binutils-2_28-branch] Version 2.28.1 Tristan Gingold
14:27 [binutils-gdb] Make amd64_x32_init_abi and amd64_init_abi argument constant Yao Qi
10:55 [binutils-gdb/gdb-8.0-branch] Catch exceptions thrown from gdbarch_skip_prologue Yao Qi
10:39 [binutils-gdb] Catch exceptions thrown from gdbarch_skip_prologue Yao Qi
09:16 [binutils-gdb/gdb-8.0-branch] [ARM] Access FPSCR on vfpv2 Yao Qi
09:07 [binutils-gdb] [ARM] Access FPSCR on vfpv2 Yao Qi

July 24, 2017
16:35 [binutils-gdb] s390-vregs.exp: Fix Tcl error after non-zero-pad patch Andreas Arnez
10:32 [binutils-gdb] Created tag binutils-2_29 Tristan Gingold

July 22, 2017
22:20 [binutils-gdb] Use std::vector in struct catch_syscall_inferior_data Tom Tromey
22:20 [binutils-gdb] Use std::vector in syscall_catchpoint Tom Tromey
22:20 [binutils-gdb] C++-ify break-catch-throw Tom Tromey
22:20 [binutils-gdb] C++-ify break-catch-sig Tom Tromey

July 21, 2017
22:03 [binutils-gdb] gdb.python/py-unwind: Disable stack protection Simon Marchi

July 20, 2017
17:33 [binutils-gdb] Make language_def O(1) Pedro Alves
17:14 [binutils-gdb] get_int_var_value Pedro Alves
17:06 [binutils-gdb] Use SYMBOL_MATCHES_SEARCH_NAME some more Pedro Alves
17:05 [binutils-gdb] Eliminate block_iter_name_* Pedro Alves
17:01 [binutils-gdb] Fix cp_find_first_component_aux bug Pedro Alves
16:57 [binutils-gdb] Make gdb.base/dmsym.exp independent of "set language ada" Pedro Alves

July 18, 2017
15:14 [binutils-gdb] Fix Fission (broken by my previous patch) Pedro Alves
12:01 [binutils-gdb] Remove one line comment Yao Qi
11:49 [binutils-gdb] Simplify regcache_cpy and remove regcache::cpy_no_passthrough Yao Qi
11:40 [binutils-gdb] Improve doc about "maint print c-tdesc" Yao Qi
10:41 [binutils-gdb] Fix GDB builds that include the simulator Pedro Alves

July 17, 2017
19:38 [binutils-gdb] A smarter linespec completer Pedro Alves
19:29 [binutils-gdb] Linespec lexing and C++ operators Pedro Alves
19:27 [binutils-gdb] Explicit locations -label completer Pedro Alves
19:23 [binutils-gdb] Rewrite/enhance explicit locations completer, parse left->right Pedro Alves
19:14 [binutils-gdb] Introduce strncmp_iw Pedro Alves
14:55 [binutils-gdb] Introduce CP_OPERATOR_STR/CP_OPERATOR_LEN and use throughout Pedro Alves
14:35 [binutils-gdb] "complete" command and completion word break characters Pedro Alves
13:55 [binutils-gdb] Introduce class completion_tracker & rewrite completion<->readline interaction Pedro Alves
11:09 [binutils-gdb] Clean up "completer_handle_brkchars" callback handling Pedro Alves
10:59 [binutils-gdb] Rename make_symbol_completion_list_fn -> symbol_completer Pedro Alves
10:49 [binutils-gdb] Fix TAB-completion + .gdb_index slowness (generalize filename_seen_cache) Pedro Alves
10:32 [binutils-gdb] C++ify dwarf2_per_objfile Pedro Alves

July 15, 2017
00:05 [binutils-gdb] gdb: Make some test names unique Andrew Burgess

July 14, 2017
18:34 [binutils-gdb] Handle sizeof(type) in Rust Tom Tromey
16:17 [binutils-gdb] Make gdb.lookup_typename work for Rust types Tom Tromey
16:00 [binutils-gdb] Fix gdb.base/completion.exp with --target_board=dwarf4-gdb-index Pedro Alves
10:49 [binutils-gdb] ax-gdb: Remove more unused arguments Simon Marchi
10:49 [binutils-gdb] ax-gdb: Remove unnecessary gdbarch parameters Simon Marchi
10:49 [binutils-gdb] ax-gdb: Remove two unused agent_expr *ax parameters Simon Marchi
10:49 [binutils-gdb] ax-gdb: Use ax->gdbarch instead of exp->gdbarch, remove unused parameters Simon Marchi

July 13, 2017
20:07 [binutils-gdb] gdb: Fix more parameter passing to mi_create_breakpoint Andrew Burgess
19:57 [binutils-gdb] Fix x86-64 GNU/Linux crashes Pedro Alves
19:45 [binutils-gdb] gdb: Fix parameter passing to mi_create_breakpoint Andrew Burgess
18:17 [binutils-gdb] S390: Add record/replay support for arch12 instructions Andreas Arnez

July 11, 2017
16:58 [binutils-gdb] Support the fs_base and gs_base registers on FreeBSD/amd64 native processes. John Baldwin
16:58 [binutils-gdb] Include the fs_base and gs_base registers in amd64 target descriptions. John Baldwin
11:01 [binutils-gdb/users/hjl/linux/release/2.28.51.0.1] Remove release.binutils-2.26.51.0.2 H . J . Lu
11:01 [binutils-gdb/users/hjl/linux/release/2.28.51.0.1] Merge remote-tracking branch 'origin/users/hjl/linux/master' into users/hjl/linux/applied H . J . Lu
11:01 [binutils-gdb] Created tag users/hjl/linux/release/2.28.51.0.1 H . J . Lu
08:01 [binutils-gdb] Sync dlang demangling tests from upstream libiberty testsuite. Iain Buclaw

July 10, 2017
17:51 [binutils-gdb] Add missing ChangeLog etries Anton Kolesov
11:02 [binutils-gdb] Re-generate i386/amd64-avx-avx512-linux.c and i386/amd64-avx-mpx-avx512-pku-linux.c Yao Qi
10:54 [binutils-gdb] Re-indent the code Yao Qi
10:24 [binutils-gdb] Import setenv and unsetenv from gnulib Anton Kolesov

July 09, 2017
18:28 [binutils-gdb] compile-loc2c: Fix uninitialized variable error Simon Marchi
17:18 [binutils-gdb] Fix size check in dwarf2_evaluate_loc_desc_full Tom Tromey

July 07, 2017
23:49 [binutils-gdb] Read signal information from FreeBSD core dumps. John Baldwin
23:49 [binutils-gdb] Use the thread_section_name helper class in fbsd_core_thread_name. John Baldwin
23:48 [binutils-gdb] Add a new gdbarch method to fetch signal information from core files. John Baldwin
23:48 [binutils-gdb] Move the thread_section_name class to gdbcore.h. John Baldwin
23:48 [binutils-gdb] Fetch signal information for native FreeBSD processes. John Baldwin
23:48 [binutils-gdb] Implement the "get_siginfo_type" gdbarch method for FreeBSD architectures. John Baldwin

July 06, 2017
18:59 [binutils-gdb] Fission support for multiple CUs per DWO file David Blaikie

July 05, 2017
23:50 [binutils-gdb] Fix Python unwinder frames regression Pedro Alves

July 04, 2017
17:43 [binutils-gdb] Garbage collect TYPE_STATIC and several TYPE_FN_FIELD_x Pedro Alves
09:07 [binutils-gdb] Created branch 'binutils-2_29-branch' Tristan Gingold

July 03, 2017
11:59 [binutils-gdb] buffer.h: Fix spelling mistakes Simon Marchi

July 02, 2017
20:11 [binutils-gdb] Import include/+libiberty/ r249883 from upstream GCC. Jan Kratochvil

July 01, 2017
15:47 [binutils-gdb] Setup .dir-locals.el to use C-style comments by default Eli Zaretskii


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