gdb-cvs archive
date index for December, 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:

December 31, 2017
08:57 [binutils-gdb] Avoid indexing std::vector past the end Ruslan Kabatsayev
04:33 [binutils-gdb] Only ignore -Wenum-compare-switch if it exists Simon Marchi
02:26 [binutils-gdb] dwarf2read: Silence -Wenum-compare-switch warning Simon Marchi
00:10 [binutils-gdb] C++-ify parser_state Tom Tromey

December 30, 2017
05:11 [binutils-gdb] Make mapped_debug_names and mapped_index final Simon Marchi
04:33 [binutils-gdb] Ignore warning about using different types of enums in switch Simon Marchi
02:57 [binutils-gdb] Remove unnecessary call to get_thread_db_info Simon Marchi

December 28, 2017
17:30 [binutils-gdb] Remove unused HP-UX TARGET_OBJECT_ enums Simon Marchi

December 27, 2017
14:41 [binutils-gdb] tdesc: handle arbitrary strings in tdesc_register_in_reggroup_p Stafford Horne
14:41 [binutils-gdb] reggroups: Add reggroup_gdbarch_new, reggroup_find for dynamic reggroups Stafford Horne
14:41 [binutils-gdb] reggroups: Convert reggroups from post_init to pre_init Stafford Horne
14:41 [binutils-gdb] reggroups: Add test and docs for `info reg $reggroup` feature Stafford Horne

December 23, 2017
21:28 [binutils-gdb] Add ATTRIBUTE_PRINTF to printf_field_type_assignment Simon Marchi

December 21, 2017
23:22 [binutils-gdb] Do not emit "field_type" var if not needed on "maint print c-tdesc" Simon Marchi
01:43 [binutils-gdb] Remove write-only assignment in rs6000-tdep.c Simon Marchi

December 20, 2017
13:00 [binutils-gdb] [Cell/B.E.] Fix regression due to gdbarch_significant_addr_bit Ulrich Weigand
03:13 [binutils-gdb] Fix ChangeLog formatting Simon Marchi

December 18, 2017
03:40 [binutils-gdb] improved error message when getting an exception printing a variable Joel Brobecker
03:12 [binutils-gdb] (Ada) crash assigning to record component which is an array Joel Brobecker
03:02 [binutils-gdb] Ada: fix bad handling in ada_convert_actual Joel Brobecker

December 16, 2017
22:22 [binutils-gdb] gdb: Fix function parameter alignments in or1k-tdep.c. Stafford Horne
22:22 [binutils-gdb] gdb: Add news entries for new or1k target. Stafford Horne
03:34 [binutils-gdb] Fix ARI warning on gdb/typeprint.c:whatis_exp Sergio Durigan Junior

December 15, 2017
20:09 [binutils-gdb] Implement pahole-like 'ptype /o' option Sergio Durigan Junior
20:09 [binutils-gdb] Reorganize code to handle TYPE_CODE_{STRUCT, UNION} on 'c_type_print_base' Sergio Durigan Junior
18:21 [binutils-gdb] Fix PR19061, gdb hangs/spins-on-cpu when debugging any program on Alpha Pedro Alves
10:45 [binutils-gdb] Skip 'maintenance check xml-descriptions' if XML is disabled Yao Qi
10:45 [binutils-gdb] Skip parse_memory_map_tests if XML is disabled Yao Qi
04:36 [binutils-gdb] (Ada) Handle same component names when searching in tagged types Joel Brobecker

December 14, 2017
20:47 [binutils-gdb] py-breakpoint: Don't use the 'p' PyArg_ParseTupleAndKeywords format specifier Simon Marchi
12:50 [binutils-gdb] Update the address of the FSF in the copyright notice of files which were using the old address. Nick Clifton
09:02 [binutils-gdb] DWARF-5 .debug_names DW_IDX_type_unit fix Jan Kratochvil
05:20 [binutils-gdb] Ada: unable to compare strings (Attempt to compare array with non-array) Joel Brobecker
04:09 [binutils-gdb] (Ada) Add support for task switching when debugging core files Joel Brobecker

December 13, 2017
16:45 [binutils-gdb] python: Add qualified parameter to gdb.Breakpoint Simon Marchi
16:41 [binutils-gdb] Tighten regexp of lib/completion-support.exp:test_gdb_complete_tab_multiple Pedro Alves
16:40 [binutils-gdb] Fix regression: expression completer and scope operator (PR gdb/22584) Pedro Alves
16:40 [binutils-gdb] Factor out final completion match string building Pedro Alves
16:29 [binutils-gdb] python doc: Rework Breakpoint.__init__ doc Simon Marchi
15:04 [binutils-gdb] gdb: Fix ARI warnings in or1k-tdep.c Stafford Horne
14:35 [binutils-gdb] Fix typo in gdb_ari.sh Simon Marchi
03:23 [binutils-gdb] fix "server" command prefix handling (unexpected confirmation queries) Joel Brobecker

December 12, 2017
14:58 [binutils-gdb] sim: testsuite: add testsuite for or1k sim Stafford Horne
14:58 [binutils-gdb] sim: or1k: add autoconf generated files Stafford Horne
14:58 [binutils-gdb] sim: or1k: add cgen generated files Stafford Horne
14:58 [binutils-gdb] sim: or1k: add or1k target to sim Stafford Horne
14:58 [binutils-gdb] sim: cgen: add MUL2OFSI and MUL1OFSI functions (needed for OR1K l.mul[u]) Stafford Horne
14:58 [binutils-gdb] sim: cgen: add remainder functions (needed for OR1K lf.rem.[sd]) Stafford Horne
14:58 [binutils-gdb] Add gdb for or1k build Stafford Horne
14:58 [binutils-gdb] gdb: testsuite: Add or1k tdesc-regs.exp test support Stafford Horne
14:57 [binutils-gdb] gdb: testsuite: Add or1k l.nop instruction Stafford Horne
14:57 [binutils-gdb] gdb: Add OpenRISC or1k and or1knd target support Stafford Horne
12:55 [binutils-gdb] PR22576, ppc64_skip_trampoline_code uses wrong r2 for EXEC_REVERSE Alan Modra
02:06 [binutils-gdb] remote: Return NULL extra_info/name if they are empty Simon Marchi

December 11, 2017
15:07 [binutils-gdb] Unbreak build for non-ELF ports Pedro Alves
14:27 [binutils-gdb] [MPFR] Fix regression on 32-bit host systems Ulrich Weigand
05:59 [binutils-gdb] Adapt gdb.ada/variant_record_packed_array.exp to accept reordered components Joel Brobecker
05:25 [binutils-gdb] (Ada) change tagged types base_address computation Joel Brobecker
05:20 [binutils-gdb] Adapt gdb.ada/pkd_arr_elem.exp to accept reordered components Joel Brobecker

December 08, 2017
23:40 [binutils-gdb] dwarf2read.c: Rewrite/simplify mock_mapped_index Pedro Alves
23:40 [binutils-gdb] Support wildmatching in .debug_names too. Pedro Alves
23:40 [binutils-gdb] dwarf2read.c:mapped_index, use gdb::array_view, simplify symbol table Pedro Alves
23:40 [binutils-gdb] DWARF-5: .debug_names index consumer Pedro Alves
23:40 [binutils-gdb] Add gdb::hash_enum Pedro Alves
23:40 [binutils-gdb] Refactor: Move some generic code out of .gdb_index code Pedro Alves
23:40 [binutils-gdb] Change dwarf2_initialize_objfile's return value Pedro Alves
23:40 [binutils-gdb] DWARF-5: .debug_names index producer Pedro Alves
23:40 [binutils-gdb] cc-with-tweaks.sh: Use gdb-add-index.sh Pedro Alves
20:39 [binutils-gdb] Fix thinko on dtrace-probe.c:dtrace_process_dof_probe Sergio Durigan Junior
17:28 [binutils-gdb] Clear non-significant bits of address in watchpoint Yao Qi
17:27 [binutils-gdb] Adjust breakpoint address by clearing non-significant bits Yao Qi
17:27 [binutils-gdb] Clear non-significant bits of address on memory access Yao Qi
17:24 [binutils-gdb] C++-ify parse_format_string Tom Tromey
16:27 [binutils-gdb] Adjust gdb.arch/i386-sse-stack-align.exp print statement Sergio Durigan Junior
15:47 [binutils-gdb] Fix PR 22567: set SAL .section in minsym_found Yao Qi
13:26 [binutils-gdb] S390: Add symfile-mem Andreas Arnez

December 07, 2017
23:39 [binutils-gdb] Validate explicit locations with early termination Keith Seitz
23:02 [binutils-gdb] Record nested types Keith Seitz
22:37 [binutils-gdb] Fix wrong prefix in py-breakpoint.exp Simon Marchi
21:53 [binutils-gdb] Fix regression in "commands" Tom Tromey
18:38 [binutils-gdb] Fix build with g++ 6.3.1 Pedro Alves
17:07 [binutils-gdb] Initialize target description early in IPA Yao Qi
16:49 [binutils-gdb] Add virtual destructor to selftest Simon Marchi
16:48 [binutils-gdb] Implement explicit locations for Python breakpoints. Phil Muldoon
13:14 [binutils-gdb] gdb/MAINTAINERS: restore m68hc11, score and xstormy16 entries Joel Brobecker

December 06, 2017
22:50 [binutils-gdb] target_set_syscall_catchpoint, use gdb::array_view and bool Simon Marchi
21:38 [binutils-gdb] Fix syscall group completion Simon Marchi
12:16 [binutils-gdb] remote: Make qXfer packets respect corresponding "set remote foo-packet" Pedro Alves

December 05, 2017
21:40 [binutils-gdb] Address review comments for the previous series Simon Marchi
21:32 [binutils-gdb] Split tdesc_type into multiple classes Simon Marchi
21:32 [binutils-gdb] Make tdesc_arch_data::arch_regs an std::vector Simon Marchi
21:32 [binutils-gdb] Make tdesc_type::u::u::fields an std::vector Simon Marchi
21:32 [binutils-gdb] Make tdesc_type::name an std::string Simon Marchi
21:32 [binutils-gdb] Make tdesc_feature::types an std::vector Simon Marchi
21:31 [binutils-gdb] Make tdesc_reg string fields std::string Simon Marchi
21:31 [binutils-gdb] Make tdesc_feature::registers an std::vector Simon Marchi
21:31 [binutils-gdb] Make tdesc_feature::name an std::string Simon Marchi
21:31 [binutils-gdb] Make target_desc::features an std::vector Simon Marchi
21:31 [binutils-gdb] Make target_desc::compatible an std::vector Simon Marchi
21:31 [binutils-gdb] Make target_desc::properties an std::vector Simon Marchi
21:20 [binutils-gdb] Redefine gdb_static_assert as static_assert Simon Marchi
21:08 [binutils-gdb] Remove some unused variables Simon Marchi
10:53 [binutils-gdb] Created tag users/ARM/embedded-binutils-master-2017q4 Thomas Preud'homme
10:53 [binutils-gdb] Created tag users/ARM/embedded-gdb-master-2017q4 Thomas Preud'homme

December 04, 2017
17:07 [binutils-gdb] Extend gdb.core/coredump-filter.exp to test dump-excluded-mappings. Sergio Durigan Junior
17:06 [binutils-gdb] Document the new "-a" command line option for gcore Sergio Durigan Junior
17:06 [binutils-gdb] Implement "-a" command line option for gcore Sergio Durigan Junior
17:06 [binutils-gdb] Document new {set, show} dump-excluded-mappings commands. Sergio Durigan Junior
17:06 [binutils-gdb] Implement 'set dump-excluded-mappings' command Sergio Durigan Junior
16:21 [binutils-gdb] Update manual for Rust change Tom Tromey
16:19 [binutils-gdb] Fix displaced-stepping RIP-relative VEX-encoded instructions (AVX) (PR gdb/22499) Pedro Alves

December 03, 2017
18:06 [binutils-gdb] Remove mem_region_vector typedef Simon Marchi
18:00 [binutils-gdb] Make make-target-delegates grok namespace scope op and template params Simon Marchi
15:32 [binutils-gdb] Fix gdb.threads/process-dies-while-detaching.exp Pedro Alves
01:50 [binutils-gdb] Remove for_each_inferior_with_data Simon Marchi
01:49 [binutils-gdb] Remove for_each_inferior Simon Marchi
01:49 [binutils-gdb] Remove find_inferior Simon Marchi
01:49 [binutils-gdb] Update comments Simon Marchi
01:49 [binutils-gdb] Remove usages of find_inferior that call proceed_one_lwp Simon Marchi
01:49 [binutils-gdb] Remove usage of find_inferior in linux_resume Simon Marchi
01:49 [binutils-gdb] Remove usages of find_inferior in stop_all_lwps Simon Marchi
01:49 [binutils-gdb] Remove usage of find_inferior in linux_stabilize_threads Simon Marchi
01:48 [binutils-gdb] Remove usages of find_inferior in select_event_lwp Simon Marchi
01:48 [binutils-gdb] Remove usages of find_inferior calling not_stopped_callback Simon Marchi
01:48 [binutils-gdb] Remove usage of find_inferior in find_lwp_pid Simon Marchi
01:48 [binutils-gdb] Remove usage of find_inferior in linux_mourn Simon Marchi
01:48 [binutils-gdb] Remove usage of find_inferior in linux_detach Simon Marchi
01:48 [binutils-gdb] Remove usage of find_inferior in last_thread_of_process_p Simon Marchi
01:48 [binutils-gdb] Remove find_inferior_in_random Simon Marchi
01:47 [binutils-gdb] Remove find_inferior_id Simon Marchi
01:47 [binutils-gdb] Remove usages of find_inferior in linux-mips-low.c Simon Marchi
01:47 [binutils-gdb] Remove usage of find_inferior in lynx_mourn Simon Marchi
01:47 [binutils-gdb] Remove usage of find_inferior in regcache_invalidate_pid Simon Marchi
01:29 [binutils-gdb] Fix typo in poison.h Simon Marchi

December 02, 2017
02:30 [binutils-gdb] Add support for the readnever concept Sergio Durigan Junior

December 01, 2017
22:02 [binutils-gdb] Make '{add-, }symbol-file' not care about the position of command line arguments Sergio Durigan Junior
21:59 [binutils-gdb] Revert "Add support for the readnever concept" Sergio Durigan Junior
21:18 [binutils-gdb] (Ada) GDB crash printing expression with type casting Joel Brobecker
17:27 [binutils-gdb] Add support for the readnever concept Sergio Durigan Junior
14:56 [binutils-gdb] Fix dependency tracking for objects in subdirectories Tom Tromey
13:36 [binutils-gdb] Update GDB's list of maintainers to reflect today's reality Joel Brobecker
11:35 [binutils-gdb] Replace mail address with the URL in copyright header Yao Qi


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