gdb-patches archive
subject index for December, 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:

[BuildBot] Notifications disabled for Debian-s390x-* and Fedora-ppc64*-* builders

[commit/Ada 2/2] slices of arrays with dynamic strides

[commit] DWARF-5 .debug_names DW_IDX_type_unit fix [Re: [PATCH v3.2 5/5] DWARF-5: .debug_names index consumer]

[Fwd: gdb: FTBFS on hurd-i386]

[FYI/Ada/pushed] crash assigning to record component which is an array

[FYI/Ada/pushed] improved error message when getting an exception printing a variable

[FYI/pushed] Ada: fix bad handling in ada_convert_actual

[PATCH 0/3 v3] [AArch64] Support tagged pointer

[PATCH 0/3] Fix regression: expression completer and scope operator (PR gdb/22584)

[PATCH 0/4] OpenRISC misc updates

[PATCH 0/4] Support for 'info proc' on FreeBSD cores and native

Re: [PATCH 00/19] Remove find_inferior* and for_each_inferior*

[PATCH 01/15] Call cooked_read in ppu2spu_prev_register

[PATCH 02/15] Don't call gdbarch_pseudo_register_read_value in jit.c

[PATCH 03/15] Remove mt port

[PATCH 04/15] Replace regcache_raw_read with regcache->raw_read

[PATCH 05/15] regcache_cooked_read -> regcache->cooked_read

[PATCH 06/15] regcache::cooked_write test

[PATCH 07/15] Class reg_buffer

[PATCH 08/15] class regcache_read and Pass regcache_read to gdbarch methods

[PATCH 09/15] Remove regcache_save and regcache_cpy

[PATCH 1/2] Fix indentation in gdb.mi/mi-stack.exp

[PATCH 1/2] gdb: Fix ia64 defining TRAP_HWBKPT before including gdb_wait.h

[PATCH 1/2] linux-nat: Remove unnecessary xstrdup

Re: [PATCH 1/2] Make make-target-delegates grok namespace scope op and template params

[PATCH 1/2] Replace objfile field in dwarf2_cu and dwarf2_per_cu_data with dwarf2_per_objfile

[PATCH 1/3] Clear non-significant bits of address on memory access

[PATCH 1/3] Factor out final completion match string building

[PATCH 1/3] Remove args from target detach

[PATCH 1/4] Create psuedo sections for FreeBSD NT_PROCSTAT_(PROC|FILES|VMMAP) notes.

[PATCH 1/4] gdb: Add Stafford Horne as or1k maintainer.

[PATCH 10/15] Class regcache_readonly

[PATCH 11/10] Split tdesc_type into multiple classes

[PATCH 11/15] Class reg_buffer_rw

[PATCH 12/15] Replace regcache::dump with class register_dump

[PATCH 13/15] No longer create readonly regcache

[PATCH 14/15] Remove regcache::m_readonly_p

[PATCH 15/15] Move register_dump to regcache-dump.c

[PATCH 2/2] Fix gdb.mi/mi-stack.exp when gcc generates a stack protector

[PATCH 2/2] gdb: Add missing #ifdef USE_THREAD_DB to gdbserver

[PATCH 2/2] Make linux_ptrace_attach_fail_reason return an std::string

[PATCH 2/2] Remove dwarf2_per_objfile global

Re: [PATCH 2/2] Report stop locations in inlined functions.

Re: [PATCH 2/2] target_set_syscall_catchpoint, use gdb::array_view and bool

[PATCH 2/3] Adjust breakpoint address by clearing non-significant bits

[PATCH 2/3] Fix regression: expression completer and scope operator (PR gdb/22584)

[PATCH 2/3] Pass inferior down to target_detach and to_detach

[PATCH 2/4] sim: Add Stafford Horne as or1k maintainer.

[PATCH 2/4] Support 'info proc' for FreeBSD process core dumps.

[PATCH 3/2] Remove dwarf2_cu::dwarf2_per_objfile

[PATCH 3/3] Clear non-significant bits of address in watchpoint

Re: [PATCH 3/3] Fix "Remote 'g' packet reply is too long" problems with multiple inferiors

[PATCH 3/3] Make linux_nat_detach/thread_db_detach use the inferior parameter

[PATCH 3/3] Tighten regexp of lib/completion-support.exp:test_gdb_complete_tab_multiple

[PATCH 3/4] gdb: Add news entries for new or1k target.

[PATCH 3/4] Support 'info proc' for native FreeBSD processes.

Re: [PATCH 3/5] Don't ever Quit out of resume

[PATCH 4/4] Document support for 'info proc' on FreeBSD.

[PATCH 4/4] gdb: Fix function parameter alignments in or1k-tdep.c.

[PATCH OBV] Skip 'maintenance check xml-descriptions' if XML is disabled

[PATCH OBV] Skip parse_memory_map_tests if XML is disabled

[PATCH PUSHED] Replace mail address with the URL in copyright header

[PATCH v2 00/11] Split up s390-linux-tdep.c

[PATCH v2 01/11] s390: Remove duplicate checks for cached gdbarch at init

Re: [PATCH v2 01/11] s390: Remove duplicate checks for cached gdbarch@init

[PATCH v2 02/11] s390: Allocate gdbarch & tdep at start of gdbarch init

[PATCH v2 03/11] s390: gdbarch_tdep.have_* int -> bool

[PATCH v2 04/11] s390: gdbarch_tdep add field tdesc

[PATCH v2 05/11] s390: Move tdesc validation to separate function

[PATCH v2 06/11] s390: if -> gdb_assert for tdesc_has_registers check

[PATCH v2 07/11] s390: Hook s390 into OSABI mechanism

[PATCH v2 08/11] s390: Split up s390-linux-tdep.c into two files

[PATCH v2 09/11] s390: Clean up s390-linux-tdep.c

[PATCH v2 10/11] s390: Add comments to uncommented functions in s390-tdep.c

[PATCH v2 11/11] s390: Add comments to uncommented functions in s390-linux-tdep.c

[PATCH v2] (Ada) New command to stop at start of exception handlers.

[PATCH v2] Compute proper length for dynamic types of TYPE_CODE_TYPEDEF

Re: [PATCH v2] Implement pahole-like 'ptype /o' option

[PATCH v2] python doc: Rework Breakpoint.__init__ doc

[PATCH v3 0/2] Implement pahole-like 'ptype /o' option (and do some code reorg)

[PATCH v3 0/4] Support for arbitrary reggroups

[PATCH v3 0/5] Enable the user to dump all memory regions

[PATCH v3 00/10] Split up s390-linux-tdep.c

[PATCH v3 01/10] s390: Remove duplicate checks for cached gdbarch at init

[PATCH v3 02/10] s390: Allocate gdbarch & tdep at start of gdbarch init

[PATCH v3 03/10] s390: gdbarch_tdep.have_* int -> bool

[PATCH v3 04/10] s390: gdbarch_tdep add field tdesc

[PATCH v3 05/10] s390: Move tdesc validation to separate function

[PATCH v3 06/10] s390: if -> gdb_assert for tdesc_has_registers check

[PATCH v3 07/10] s390: Hook s390 into OSABI mechanism

[PATCH v3 08/10] s390: gdbarch_tdep add hook for syscall record

[PATCH v3 09/10 a] s390: Split up s390-linux-tdep.c into two files

[PATCH v3 09/10 b] s390: Split up s390-linux-tdep.c into two files

[PATCH v3 09/10] s390: Split up s390-linux-tdep.c into two files

[PATCH v3 1/2] Reorganize code to handle TYPE_CODE_{STRUCT,UNION} on 'c_type_print_base'

[PATCH v3 1/4] reggroups: Add test and docs for `info reg $reggroup` feature

[PATCH v3 1/5] Implement 'set dump-excluded-mappings' command

[PATCH v3 10/10] s390: Clean up s390-linux-tdep.c

[PATCH v3 2/2] Implement pahole-like 'ptype /o' option

[PATCH v3 2/4] reggroups: Convert reggroups from post_init to pre_init

[PATCH v3 2/5] Document new {set,show} dump-excluded-mappings commands.

[PATCH v3 3/4] reggroups: Create reggroup_gdbarch_new for dynamic reggroups

Re: [PATCH v3 3/5] Code cleanup: dwarf2_initialize_objfile return value

[PATCH v3 3/5] Implement "-a" command line option for gcore

[PATCH v3 4/4] tdesc: handle arbitrary strings in tdesc_register_in_reggroup_p

[PATCH v3 4/5] Document the new "-a" command line option for gcore

Re: [PATCH v3 4/5] Refactor: Move some generic code out of .gdb_index code

[PATCH v3 5/5] Extend gdb.core/coredump-filter.exp to test dump-excluded-mappings.

Re: [PATCH v3.1 1/5] cc-with-tweaks.sh: Use gdb-add-index.sh

Re: [PATCH v3.2 2/5] DWARF-5: .debug_names index producer

Re: [PATCH v3.2 5/5] DWARF-5: .debug_names index consumer

[PATCH v3] (Ada) New command to stop at start of exception handler.

[PATCH v4 0/2] Implement pahole-like 'ptype /o' option (and do some code reorg)

[PATCH v4 0/4] Support for arbitrary reggroups

[PATCH v4 1/2] Reorganize code to handle TYPE_CODE_{STRUCT,UNION} on 'c_type_print_base'

[PATCH v4 1/4] reggroups: Add test and docs for `info reg $reggroup` feature

[PATCH v4 2/2] Implement pahole-like 'ptype /o' option

[PATCH v4 2/4] reggroups: Convert reggroups from post_init to pre_init

[PATCH v4 3/4] reggroups: Add reggroup_gdbarch_new, reggroup_find for dynamic reggroups

[PATCH v4 4/4] tdesc: handle arbitrary strings in tdesc_register_in_reggroup_p

Re: [PATCH v4] Add support for the readnever concept

Re: [PATCH v4] Make '{add-,}symbol-file' not care about the position of command line arguments

[PATCH v5 0/2] Implement pahole-like 'ptype /o' option (and do some code reorg)

[PATCH v5 1/2] Reorganize code to handle TYPE_CODE_{STRUCT,UNION} on 'c_type_print_base'

[PATCH v5 2/2] Implement pahole-like 'ptype /o' option

[PATCH v5] Add support for the readnever concept

[PATCH v6 0/2] Implement pahole-like 'ptype /o' option (and do some code reorg)

[PATCH v6 1/2] Reorganize code to handle TYPE_CODE_{STRUCT,UNION} on 'c_type_print_base'

[PATCH v6 2/2] Implement pahole-like 'ptype /o' option

[PATCH v7 0/2] Implement pahole-like 'ptype /o' option (and do some code reorg)

[PATCH v7 1/2] Reorganize code to handle TYPE_CODE_{STRUCT,UNION} on 'c_type_print_base'

[PATCH v7 2/2] Implement pahole-like 'ptype /o' option

[PATCH, rs6000]: Remove write-only assignment

[PATCH/RFA] Do not emit "field_type" var if not needed on "maint print c-tdesc"

[PATCH] Avoid indexing std::vector past the end

[PATCH] C++-ify parse_format_string

[patch] DWARF-5 .debug_names DW_IDX_type_unit fix [Re: [PATCH v3.2 5/5] DWARF-5: .debug_names index consumer]

Re: [patch] DWARF-5 .debug_names DW_IDX_type_unit fix [Re: [PATCH v3.2 5/5] DWARF-5: .debug_names index consumer]

[PATCH] dwarf: Make sect_offset 64-bits

Re: [PATCH] Fix gdb.threads/process-dies-while-detaching.exp

[PATCH] Fix gdb.trace/ ftrace tests

[PATCH] Fix regression: cannot start with LD_PRELOAD=libSegFault.so (PR gdb/18653#c7)

Re: [PATCH] Fix setting-breakpoints regression on PPC64 (function descriptors)

[PATCH] gdb: Fix ARI warnings in or1k-tdep.c

[PATCH] hurd: Add enough auxv support for AT_ENTRY for PIE binaries

[PATCH] Ignore warning about using different types of enums in switch

[PATCH] Initialize target description early in IPA

[PATCH] Make dtor of mapped_index_base virtual

[PATCH] Make parse_debug_format_options return an std::string

[PATCH] Per-inferior target_terminal state, fix PR gdb/13211, more

Re: [PATCH] PR gdb/21698: Fix synchronization problems under python interface

[PATCH] PR22576, ppc64_skip_trampoline_code uses wrong r2 for EXEC_REVERSE

[PATCH] Probable boolean logic error

[PATCH] py-breakpoint: Don't use the 'p' PyArg_ParseTupleAndKeywords format specifier

[PATCH] python doc: Rework Breakpoint.__init__ doc

[PATCH] python: Add qualified parameter to gdb.Breakpoint

Re: [PATCH] Record nested types

[PATCH] remote: Return NULL extra_info/name if they are empty

Re: [PATCH] Remove mem_region_vector typedef

[PATCH] Replace gdb_static_assert with static_assert

[PATCH] Replace VEC(converted_character_d) with std::vector

[PATCH] Replace VEC(gdb_xml_value_s) with std::vector

[PATCH] Validate explicit locations with early termination

[PATCH]: Fix PR19061, gdb hangs/spins-on-cpu when debugging any program on Alpha

[PATCH][RFC] Avoid indexing std::vector past the end

Re: [PING][PATCH] Fix for prologue processing on PowerPC

[pushed, MPFR] Fix regression on 32-bit host systems

[pushed/Ada] Add support for task switching when debugging core files

[pushed/Ada] change tagged types base_address computation

[pushed/Ada] Handle same component names when searching in tagged types

[pushed/Ada] unable to compare strings (Attempt to compare array with non-array)

[pushed/obvious] Fix ARI warning on gdb/typeprint.c:whatis_exp

[pushed] (Ada) GDB crash printing expression with type casting

[pushed] Adapt gdb.ada/pkd_arr_elem.exp to accept reordered components

[pushed] Adapt gdb.ada/variant_record_packed_array.exp to accept reordered components

[pushed] Add ATTRIBUTE_PRINTF to printf_field_type_assignment

[pushed] Add gdb::hash_enum (Re: [PATCH v3.2 5/5] DWARF-5: .debug_names index consumer)

[pushed] Add virtual destructor to selftest

[PUSHED] Avoid indexing std::vector past the end

[pushed] dwarf2read.c: Rewrite/simplify mock_mapped_index

[pushed] dwarf2read.c:mapped_index, use gdb::array_view, simplify symbol table

[pushed] dwarf2read: Silence -Wenum-compare-switch warning

[pushed] Fix build with g++ 6.3.1

[pushed] Fix Cell/B.E. regression (Re: [PATCH 1/3] Clear non-significant bits of address on memory access)

[pushed] Fix thinko on dtrace-probe.c:dtrace_process_dof_probe

[pushed] Fix typo in gdb_ari.sh

[pushed] Fix typo in poison.h

[pushed] Fix wrong prefix in py-breakpoint.exp

[pushed] Make mapped_debug_names and mapped_index final

[pushed] Only ignore -Wenum-compare-switch if it exists

[pushed] remote: Make qXfer packets respect corresponding "set remote foo-packet"

[pushed] Remove some unused variables

[pushed] Remove unnecessary call to get_thread_db_info

[pushed] Remove unused HP-UX TARGET_OBJECT_ enums

[pushed] S390: Add symfile-mem

[pushed] Support wildmatching in .debug_names too.

[pushed] Unbreak build for non-ELF ports (Re: [PATCH v3 3/5] Code cleanup: dwarf2_initialize_objfile return value)

[pushed] Update GDB's list of maintainers to reflect today's reality

Re: [python] Allow explicit locations in breakpoints.

Re: [RFA 3/3] Remove cleanups from break-catch-syscall.c

Re: [RFA 5/6] Change Ada exceptions to use std::string

[RFA/commit DWARF 1/2] Add support for dynamic DW_AT_byte_stride.

[RFA/commit/Ada] treat Ada DW_TAG_unspecified_type DIEs as stub types

[RFA/DWARF v2] Fix breakpoint add on inlined function using function name.

[RFA/linespec] wrong line number in breakpoint location

[RFA/v4] (Ada) New command to stop at start of exception handler.

[RFA] (Ada) fix breakpoint add on inlined function using function name.

[RFA] (Ada) New command to stop at start of exception handler.

[RFA] Adjust gdb.arch/i386-sse-stack-align.exp print statement

Re: [RFA] C++-ify parser_state

[RFA] fix "server" command prefix handling (unexpected confirmation queries)

Re: [RFA] Fix dependency tracking for objects in subdirectories

Re: [RFA] Fix regression in "commands"

[RFA] Removes xfree/cleanup and C++fy in two exception functions.

[RFA] Update manual for Rust change

[RFC 00/15] Remove regcache::m_readonly_p

[RFC] regresssion(internal-error) printing subprogram argument

autofoo help requested

Breakage on builder Fedora-s390x-m64, revision 97cbe998d0dd5c13a0317fbb24d745da367d8caa

Breakage on builder Fedora-s390x-m64, revision dce2246a6c934bf35157e8970d0da5a11aefb282

Re: Bug#881569: [Fwd: gdb: FTBFS on hurd-i386]

GDB 8.1 branching 2017-12-04 update

GDB 8.1 branching 2017-12-11 update

GDB 8.1 branching 2017-12-18 update

hurd: PIE support

New ARI warning Sat Dec 16 01:55:51 UTC 2017

New ARI warning Wed Dec 13 01:56:09 UTC 2017

Oh dear. I regret to inform you that commit 97cbe998d0dd5c13a0317fbb24d745da367d8caa might be unfortunate

Oh dear. I regret to inform you that commit dce2246a6c934bf35157e8970d0da5a11aefb282 might be unfortunate

or1k GDB port - upstream now

ppc64* native-gdbserver testsuite hangs on gdb.threads/process-dies-while-handling-bp.exp

Regression on 32-bit: gdb.guile/scm-ports.exp [Re: [RFA 1/2] Fix two regressions in scalar printing]

Regression on i686 host: gdb.base/floatn.exp: [RFC v2][2/2] Target FP: Make use of MPFR if available


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