gdb-patches archive
subject index for January, 2018

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:

Re: [ANNOUNCEMENT] GDB 8.1 release branch created!

[BuildBot] Notifications re-enabled for the Debian-s390x-* builders (was: Re: [BuildBot] Notifications disabled for Debian-s390x-* and Fedora-ppc64*-* builders)

[committed master/8.1] Don't pass -m64 to libcc1 on aarch64-linux.

[committed] Don't pass -m32 to libcc1 on arm-linux

[committed] Fix gdb.texinfo for old makeinfo

[committed] Fix gdb.texinfo for old makeinfo (again)

[committed] Fix gdb.texinfo more

[committed] MAINTAINERS: Update my company e-mail address

[fix gdb segfault when it is working with incorrect debug info] Skip loop iteration after catch error

[FYI] Fix qualified name lookup for Rust

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

[PATCH 0/5] improve btrace enable error reporting

[PATCH 0/6] : Remove XML files from gdbserver

[PATCH 0/7] Class-fy partial_die_info

Re: [PATCH 01/15] Call cooked_read in ppu2spu_prev_register

Re: [PATCH 06/15] regcache::cooked_write test

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

[PATCH 1/2 master/8.1] Fix GDB build failure when $development is false

Re: [PATCH 1/2] C++ify xmethod_worker, get rid of VEC(xmethod_worker_ptr)

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

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

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

[PATCH 1/3] Add gdb.ada/info_addr_mixed_case new testcase

Re: [PATCH 1/3] Remove args from target detach

[PATCH 1/4] (Ada) Add testcase for catch assert with condition

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

[PATCH 1/5] btrace: prepare for throwing exceptions when enabling btrace

[PATCH 1/6] : Commonise various target-descriptions.c functions

[PATCH 1/7] Re-write partial_die_info allocation in load_partial_dies

Re: [PATCH 10/15] Class regcache_readonly

[PATCH 2/2 master/8.1] Fix GDBserver build failure when $development is false

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

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

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

[PATCH 2/3] Add "complete break ada" test to gdb.ada/complete.exp

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

[PATCH 2/4] (Ada/MI) Add testcase for mi catch assert with condition

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

[PATCH 2/5] btrace, gdbserver: use exceptions to convey btrace enable/disable errors

[PATCH 2/5] Update copyright year in version message of GDB, GDBserver and GDBreplay

[PATCH 2/6]: gdbserver use common tdesc functions

[PATCH 2/7] Don't check abbrev is NULL in read_partial_die

[PATCH 3/3] Add new gdb.ada/bp_c_mixed_case testcase for PR gdb/22670

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

[PATCH 3/4] (Ada) C++fy conditional string when catching exception.

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

[PATCH 3/5] btrace, gdbserver: remove the to_supports_btrace target method

[PATCH 3/5] gdb/copyright.py: Do not forget to remind about MULTIPLE_COPYRIGHT_HEADERS

[PATCH 3/6] : Update dat files with arch and osabi

[PATCH 3/7] Change find_partial_die_in_comp_unit to dwarf2_cu::find_partial_die

[PATCH 4/4] (Ada) Add gdb-mi support for stopping at start of exception handler.

[PATCH 4/5] btrace: improve enable error messages

[PATCH 4/5] gdb/copyright.py: Remove testsuite/gdb.base/step-line.{c,inp} special handling

[PATCH 4/6]: Create xml from target descriptions

[PATCH 4/7] Class-fy partial_die_info

[PATCH 5/5] btrace: check perf_event_paranoid

[PATCH 5/6] : Remove xml file references from target descriptions.

[PATCH 5/7] Remove one argument abbrev_len in read_partial_die

[PATCH 6/6]: Remove xml files from gdbserver

[PATCH 6/7] Move fixup_partial_die to partial_die_info::fixup

[PATCH 7/7] Move read_partial_die to partial_die_info::read

[PATCH master/8.1] Relax gdb.compile/compile.exp to match the address printed for frame

[PATCH OBV] Add myself as a write-after-approval GDB maintainer.

[PATCH OBV] Make abbrev_table::abbrevs private

[PATCH PR gdb/20057] Internal error on trying to set {char[]}$pc="string"

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

[PATCH v2 0/7] improve btrace enable error reporting

[PATCH v2 0/8] Remove XML files from gdbserver

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

[PATCH v2 1/3] Remove args from target detach

[PATCH v2 1/5] Support 'info proc' for FreeBSD process core dumps.

[PATCH v2 1/7] common: add scoped_fd

[PATCH v2 1/8] Move tdesc header funcs to c file

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

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

[PATCH v2 2/5] Don't return stale data from fbsd_pid_to_exec_file for kernel processes.

[PATCH v2 2/7] common: add scoped_mmap

[PATCH v2 2/8] Use tdesc_reg in gxdbserver tdesc

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

[PATCH v2 3/5] Use gdb::unique_xmalloc_ptr<> instead of a deleter that invokes free().

[PATCH v2 3/7] btrace: prepare for throwing exceptions when enabling btrace

[PATCH v2 3/8] Use tdesc_feature in gdbserver tdesc

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

[PATCH v2 4/7] btrace, gdbserver: use exceptions to convey btrace enable/disable errors

[PATCH v2 4/8] Move make_gdb_type functions within file

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

[PATCH v2 5/7] btrace, gdbserver: remove the to_supports_btrace target method

[PATCH v2 5/8] Use tdesc types in gdbserver tdesc

[PATCH v2 6/7] btrace: improve enable error messages

[PATCH v2 6/8] Create xml from target descriptions

[PATCH v2 7/7] btrace: check perf_event_paranoid

[PATCH v2 7/8]: Remove xml file references from target descriptions.

[PATCH v2 8/8] Remove xml files from gdbserver

[PATCH v2] Do not classify C struct members as a filename

[PATCH v2] Enable 'set print inferior-events' and cleanup attach/detach messages

[PATCH v2] Fix segfault when using 'set print object on' + whatis <struct> (Re: [PATCH] Fix segfault when using 'set print object on' + whatis <struct>)

[PATCH v2] Install and generate docs for gdb-add-index

[PATCH v3] Align natural-format register values to the same column

[PATCH v3] Do not classify C struct members as a filename

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

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

[PATCH v4 02/11] s390: Allocate gdbarch & tdep at start of gdbarch_init

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

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

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

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

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

[PATCH v4 08/11] s390: gdbarch_tdep add hook for syscall record

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

[PATCH v4 10/11] s390: Move record-replay to s390-tdep

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

[PATCH v4] Do not classify C struct members as a filename

[PATCH] Adding support for reading signal hanlder frame in AIX

[PATCH] Always print "Detaching after fork from child..."

[PATCH] Check for ncursesw first when searching for "tgetent"

[PATCH] configure: Fix test for fs_base/gs_base in <sys/user.h>

[PATCH] Do not classify C struct members as a filename

Re: [PATCH] dwarf: Make sect_offset 64-bits

[PATCH] Find arm-linux-gnueabihf-gcc in compile

[PATCH] Fix backwards compatibility with old GDBservers (PR remote/22597) (Re: GDB 8.1 release -- 2018-01-08 update)

[PATCH] Fix breakpoint add on inlined function using function name.

[PATCH] Fix for GDB failing to interrupt after run when no PID issued by stub

[PATCH] Fix GCC PR83906 - [8 Regression] Random FAIL: libstdc++-prettyprinters/80276.cc whatis p4

[PATCH] Fix GDB hang with remote after error from resume

[PATCH] Fix gdb.ada/complete.exp's "complete break ada" test (PR, gdb/22670) (Re: [PATCH 2/3] Add "complete break ada" test to gdb.ada/complete.exp)

[PATCH] Fix gdb.base/attach.exp fails when gdb is configured --with-sysroot=/

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

[PATCH] Fix segfault when using 'set print object on' + whatis <struct>

[PATCH] Fix unitialized warning on gdb/typeprint.c:whatis_exp

[PATCH] Fix warning on gdb/compile/compile.c (C++-ify "triplet_rx")

[PATCH] GDB testsuite: Re-enable -fdiagnostics-color=never

[PATCH] gdb/testsuite: Don't attempt tests if they fail to compile

[PATCH] gdb: Add test for some error cases of @entry usage

Re: [PATCH] gdb_compile_shlib: Only consider shlib= options when building executables

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

[PATCH] Install and generate docs for gdb-add-index

Re: [PATCH] Make parse_debug_format_options return an std::string

[PATCH] Make tests expect [ \t]+ pattern instead of \t for "info reg" command

[PATCH] MI: Allow non-raw varobj evaluation

[PATCH] Move arch/tdesc.h to common/common-tdesc.h

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

[PATCH] Remove dwarf2_per_objfile_free and use after free of dwarf2_per_objfile

[PATCH] Remove some $ARCH_read_pc and $ARCH_write_pc

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

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

[PATCH] Run gdb.compile/*.exp on {x86,x86_64,s390}-linux only

[PATCH] s390: Fix gdb.base/all-architectures.exp with --enable-targets=all

[PATCH] Treat OP_F77_UNDETERMINED_ARGLIST as OP_FUNCALL

[PATCH] Use visitors for make_gdb_type

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

[PATCHv2 1/4] (Ada) Add testcase for catch assert with condition

[PATCHv5 0/5] Fix -var-update for registers in frames 1 and up

[PATCHv5 1/5] gdb: Remove duplicate declaration of global innermost_block

[PATCHv5 2/5] gdb: New API for tracking innermost block

[PATCHv5 3/5] gdb: PR mi/20395: Fix -var-update for registers in frames 1 and up

[PATCHv5 4/5] gdb: Remove out of date comment

[PATCHv5 5/5] gdb: Don't store a thread-id for floating varobj

[PATCHv6 0/5] Fix -var-update for registers in frames 1 and up

[PATCHv6 1/5] gdb: Remove duplicate declaration of global innermost_block

[PATCHv6 2/5] gdb: New API for tracking innermost block

[PATCHv6 3/5] gdb: PR mi/20395: Fix -var-update for registers in frames 1 and up

[PATCHv6 4/5] gdb: Remove out of date comment

[PATCHv6 5/5] gdb: Don't store a thread-id for floating varobj

Re: [PING 2][PATCH PR gdb/18071] TLS variables can't be resolved on aarch64-linux-gnu

Re: [PING 3][PATCH PR gdb/18071] TLS variables can't be resolved on aarch64-linux-gnu

[PING] Make tests expect [ \t]+ pattern instead of \t for "info reg" command

Re: [PING][PATCH PR gdb/18071] TLS variables can't be resolved on aarch64-linux-gnu

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

Re: [PP?] [RFA] internal-error using '@' (repeat) operator on array of dynamic objects

[pushed + testcase] Re: [PATCH] Fix GDB hang with remote after error from resume

[pushed master+8.1] gdb.base/breakpoint-in-ro-region.exp regression on sss targets (PR gdb/22583)

[pushed master+8.1] language_get_symbol_name_matcher -> get_symbol_name_matcher

[PUSHED OBV] Use the correct value for the offset of 'kve_protection'.

[pushed/8.1] gdb/NEWS: Rename "Changes since 8.0" into "Changes in 8.1".

[pushed/Ada] Fix print of array using non-contiguous enumeration indexes

[pushed/Ada] memory error printing component of record from convenience variable

[pushed/Ada] Relax expected output in gdb.ada/access_tagged_param.exp test

[pushed/PATCH] Fix breakpoint add on inlined function using function name.

[pushed] (Ada) Fix Length attribute on array access

[pushed] (Ada) problem printing renaming which references a subprogram parameter

[pushed] (Ada) Remove printing of array's first index when unneeded

[pushed] Fix gdb/spu-tdep.c build breakage

[pushed] gdb.ada/maint_with_ada.exp: New testcase

[pushed] gdb: Fix remote-sim/MinGW/Darwin builds (Re: [PATCH] Per-inferior target_terminal state, fix PR gdb/13211, more)

[PUSHED] Make tests expect [ \t]+ pattern instead of \t for "info reg" command

[pushed] Re: [RFA/v5] (Ada) New command to stop at start of exception handler.

[pushed] S390: Fix infcalls in s390-vregs test case

[pushed] S390: Use soft float in s390-tdbregs test case

[pushed] Unbreak spurious fails in gdb.base/step-line.exp

Re: [Regression] Segfault on native-extended-gdbserver + fork

[Regression] Segfault on native-extended-gdbserver + fork (was: Re: [PATCH v2 3/3] Make linux_nat_detach/thread_db_detach use the inferior parameter)

[release/branch 1/2] Document the GDB 8.0.91 release in gdb/ChangeLog

[release/branch 1/2] Document the GDB 8.1 release in gdb/ChangeLog

[release/branch 2/2] Bump GDB version number to 8.0.91.DATE-git.

[release/branch 2/2] Bump GDB version number to 8.1.0.DATE-git.

[release/branch] Set GDB version number to 8.0.91.

[release/branch] Set GDB version number to 8.1.

[release/HEAD] Document the GDB 8.1 release in gdb/ChangeLog

[RFA 0/6] Some DWARF reader polishing

[RFA 1/6] Unify new_symbol and new_symbol_full

[RFA 2/6] Allocate abbrev_table with new

[RFA 3/6] Allocate dwarf2_cu with new

[RFA 4/6] Change dwarf2_cu::method_info to be a std::vector

[RFA 5/6] Remove objfile argument from add_dyn_prop

[RFA 6/6] Remove symbolp typedef

[RFA/commit] Ada/DWARF: Assume the Ada compiler produces descriptive type attributes

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

Re: [RFA/linespec] wrong line number in breakpoint location

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

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

[RFA] (Ada) Add gdb-mi support for stopping at start of exception handler.

[RFA] Fix scm-ports.exp regression

[RFA] internal-error using '@' (repeat) operator on array of dynamic objects

[RFAv2] (Ada) Add gdb-mi support for stopping at start of exception handler.

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

Re: [RFC 00/15] Remove regcache::m_readonly_p

[RFC PR guile/21104] Fix GDB build failure with Guile 2.2

[RFC] expected behavior for "bt" command used with "set language ..." ?

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

Re: [RFC][PATCH] Consolidate gdbserver global variables

Re: [RFC][PATCH] fix gdb segv when objfile can't be opened

Breakage on builder Fedora-i686, revision 7a9dac5b3cc3b50f9733deef0a606c28b099ed1f [gdb-8.1-branch]

Breakage on builder Fedora-i686, revision de63c46b549d1cf4f7851e47872cb759a12983f4

Breakage on builder Fedora-x86_64-cc-with-index, revision 7a9dac5b3cc3b50f9733deef0a606c28b099ed1f [gdb-8.1-branch]

Breakage on builder Fedora-x86_64-cc-with-index, revision de63c46b549d1cf4f7851e47872cb759a12983f4

Breakage on builder Fedora-x86_64-m32, revision 7a9dac5b3cc3b50f9733deef0a606c28b099ed1f [gdb-8.1-branch]

Breakage on builder Fedora-x86_64-m32, revision de63c46b549d1cf4f7851e47872cb759a12983f4

Breakage on builder Fedora-x86_64-m64, revision 7a9dac5b3cc3b50f9733deef0a606c28b099ed1f [gdb-8.1-branch]

Breakage on builder Fedora-x86_64-m64, revision de63c46b549d1cf4f7851e47872cb759a12983f4

Breakage on builder Fedora-x86_64-native-extended-gdbserver-m32, revision 7a9dac5b3cc3b50f9733deef0a606c28b099ed1f [gdb-8.1-branch]

Breakage on builder Fedora-x86_64-native-extended-gdbserver-m32, revision de63c46b549d1cf4f7851e47872cb759a12983f4

Breakage on builder Fedora-x86_64-native-extended-gdbserver-m64, revision 6181e9c2c5ba252ac016f51903dc35d7bfbbca71

Breakage on builder Fedora-x86_64-native-extended-gdbserver-m64, revision 7a9dac5b3cc3b50f9733deef0a606c28b099ed1f [gdb-8.1-branch]

Breakage on builder Fedora-x86_64-native-extended-gdbserver-m64, revision de63c46b549d1cf4f7851e47872cb759a12983f4

Breakage on builder Fedora-x86_64-native-gdbserver-m32, revision 7a9dac5b3cc3b50f9733deef0a606c28b099ed1f [gdb-8.1-branch]

Breakage on builder Fedora-x86_64-native-gdbserver-m32, revision de63c46b549d1cf4f7851e47872cb759a12983f4

Breakage on builder Fedora-x86_64-native-gdbserver-m64, revision 7a9dac5b3cc3b50f9733deef0a606c28b099ed1f [gdb-8.1-branch]

Breakage on builder Fedora-x86_64-native-gdbserver-m64, revision de63c46b549d1cf4f7851e47872cb759a12983f4

Breakage on builder Ubuntu-AArch32-m32, revision 7a9dac5b3cc3b50f9733deef0a606c28b099ed1f [gdb-8.1-branch]

Breakage on builder Ubuntu-AArch32-m32, revision 9e390558cef76767a98123994c422d0642d86cf8

Breakage on builder Ubuntu-AArch32-m32, revision de63c46b549d1cf4f7851e47872cb759a12983f4

Breakage on builder Ubuntu-AArch32-native-extended-gdbserver-m32, revision 7a9dac5b3cc3b50f9733deef0a606c28b099ed1f [gdb-8.1-branch]

Breakage on builder Ubuntu-AArch32-native-extended-gdbserver-m32, revision 9e390558cef76767a98123994c422d0642d86cf8

Breakage on builder Ubuntu-AArch32-native-extended-gdbserver-m32, revision de63c46b549d1cf4f7851e47872cb759a12983f4

Breakage on builder Ubuntu-AArch32-native-gdbserver-m32, revision 7a9dac5b3cc3b50f9733deef0a606c28b099ed1f [gdb-8.1-branch]

Breakage on builder Ubuntu-AArch32-native-gdbserver-m32, revision 9e390558cef76767a98123994c422d0642d86cf8

Breakage on builder Ubuntu-AArch32-native-gdbserver-m32, revision de63c46b549d1cf4f7851e47872cb759a12983f4

Breakage on builder Ubuntu-AArch64-m64, revision 7a9dac5b3cc3b50f9733deef0a606c28b099ed1f [gdb-8.1-branch]

Breakage on builder Ubuntu-AArch64-m64, revision de63c46b549d1cf4f7851e47872cb759a12983f4

Breakage on builder Ubuntu-AArch64-native-gdbserver-m64, revision 7a9dac5b3cc3b50f9733deef0a606c28b099ed1f [gdb-8.1-branch]

Breakage on builder Ubuntu-AArch64-native-gdbserver-m64, revision de63c46b549d1cf4f7851e47872cb759a12983f4

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

Compilation warning in simple-object-xcoff.c

Fix gdb.ada/bp_c_mixed_case.exp (PR gdb/22670) (Re: [PATCH 3/3] Add new gdb.ada/bp_c_mixed_case testcase for PR gdb/22670)

FYI/BRANCH: Patches applied to branch gdb-8.1-branch

FYI/HEAD: Patches applied to branch master

FYI/pushed: Additional tests showing regression post C++ wild matching

FYI: GDB 8.1 release imminent (Wed, Jan 31st 2018)!!!!

GDB "Start of New Year Procedure" -- 2018 edition

GDB 8.0.91 available for testing

GDB 8.1 branching 2018-01-02 update

GDB 8.1 release -- 2018-01-08 update

GDB 8.1 release candidate on Friday (2018-01-12)

GDB 8.1 release RSN (Real Soon Now)? (2018-01-25)

gdb-8.1 branch FROZEN

Re: gdb-8.1 branch OPEN again

gdb-8.1 branch OPEN again (was: "gdb-8.1 branch FROZEN")

gdb-8.1-branch OPEN again (was: "gdb-8.1 branch FROZEN")

Match speculative execution barriers in PowerPC PLT stubs

New ARI warning Sat Jan 6 02:11:13 UTC 2018 in gdb-8.1-branch

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

Oh dear. I regret to inform you that commit 7a9dac5b3cc3b50f9733deef0a606c28b099ed1f might be unfortunate [gdb-8.1-branch]

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

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

PowerPC PLT stub matching

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

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

pushed: [PATCH 1/4] (Ada) Add testcase for catch assert with condition

pushed: [PATCH 2/4] (Ada/MI) Add testcase for mi catch assert with condition

pushed: [PATCH 3/4] (Ada) C++fy conditional string when catching exception.

pushed: [PATCH 4/4] (Ada) Add gdb-mi support for stopping at start of exception handler.

pushed: [PATCH] (Ada) Add gdb-mi support for stopping at start of exception handler.

pushed: [release/branch 1/2] Bump version to 8.0.90.DATE-git.

pushed: [release/branch 2/2] Set development mode to "off" by default.

pushed: [release/HEAD 1/2] Bump version to 8.1.50.DATE-git.

pushed: [release/HEAD 2/2] Update NEWS post GDB 8.1 branch creation.

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

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

pushed: [RFA/commit] Ada/DWARF: Assume the Ada compiler produces descriptive type attributes

pushed: [RFA/linespec] wrong line number in breakpoint location


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