gdb-patches archive
subject index for April, 2019

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:

8.3 regression: terminate called after throwing an instance of 'gdb_exception_error'

[committed] [gdb/contrib] Remove superfluous .alt file after dwz invocation in cc-with-tweaks.sh

[committed][gdb/testsuite] Fix gdb.btrace/reconnect.exp with native-gdbserver

[committed][gdb/testsuite] Fix regexp in skip_opencl_tests

[FYI] Add myself to gdb/MAINTAINERS

[FYI] Fix Rust lexer buglet

[FYI] Fix Rust testing

[FYI] Make "msg" const in internal_vproblem

[FYI] Remove unused overload of line_header::file_name_at

[FYI] Revert the header-sorting patch

[FYI] Sort includes for files gdb/[a-f]*.[chyl].

[OBV/PUSHED][PATCH] AArch64: Ensure regcache is reset between tests

[obvious/pushed] Use "pulongest" on aarch64-tdep.c:aarch64_gdbarch_init

[PATCH + 8.3] Don't derive partial_symbol from general_symbol_info

[PATCH 0/2] Fix two Ada assignment bugs

[PATCH 0/2] More type_align fixes

[PATCH 0/2] Remove two VECs

[PATCH 0/2] two ptype/o changes

[PATCH 0/3] More use of type_align function

[PATCH 0/3] some minor objfile iteration improvements

[PATCH 0/4] Capture GDB debug when running the testsuite

[PATCH 0/4] gdbserver/testsuite : Capture gdbserver debug output during testing

[PATCH 0/4] Remove common/queue.h

[PATCH 0/5] More exception-handling improvements

Re: [PATCH 0/6] OpenRISC orfpx64a32 support

[PATCH 0/8] Fix inferior call for C++ pass-by-reference arguments

[PATCH 00/13] Remove parser-related globals

[PATCH 00/14] Add a type-safe API to registries

Re: [PATCH 00/25] Make use of default gdbarch methods for some more targets

[PATCH 01/13] Make increase_expout_size static

[PATCH 01/14] Add a type-safe C++ interface to a registry

[PATCH 02/13] Remove parser_state "initial_size" parameter

[PATCH 02/14] Convert main_info to type-safe registry API

[PATCH 03/13] Turn parse_gdbarch into a method

[PATCH 03/14] Convert symbol_cache to type-safe registry API

[PATCH 04/13] Turn parse_language into a method

[PATCH 04/14] Convert target dcache to type-safe registry API

[PATCH 05/13] Make base class for parser_state

[PATCH 05/14] Convert inflow to type-safe registry API

[PATCH 06/13] Move expression_context_* globals to parser_state

[PATCH 06/14] Convert break-catch-syscall.c to type-safe registry API

[PATCH 07/13] Remove paren_depth global

[PATCH 07/14] Convert objfiles.c to type-safe registry API

[PATCH 08/13] Move comma_terminates global to parser_state

[PATCH 08/14] Convert auto-load.c to type-safe registry API

[PATCH 09/13] Move lexptr and prev_lexptr to parser_state

[PATCH 09/14] Convert dwarf2_per_objfile to type-safe registry API

[PATCH 1/2] Fix big-endian aggregate assignment in Ada

[PATCH 1/2] Fix ptype/o comment formatting

[PATCH 1/2] gdb: Fix alignment computation for structs with only static fields

[PATCH 1/2] Remove a VEC from ppc-linux-nat.c

[PATCH 1/3] gdb/aarch64: Use type_align instead of aarch64_type_align

[PATCH 1/3] Remove some uses of "object_files"

[PATCH 1/4] Add debug redirect option

[PATCH 1/4] gdbserver: Move remote_debug to a single place

[PATCH 1/4] Use std::list for event notifications in gdbserver

[PATCH 1/5] Remove exception_none

[PATCH 1/8] gdb: recognize new DWARF attributes: defaulted, deleted, calling conv.

[PATCH 10/13] Move arglist_len et al to parser_state

[PATCH 10/14] Convert symfile-debug.c to type-safe registry API

[PATCH 11/13] Move completion parsing to parser_state

[PATCH 11/14] Convert auxv.c to type-safe registry API

[PATCH 12/13] Move type stack handling to a new class

[PATCH 12/14] Convert linux-tdep.c to type-safe registry API

[PATCH 13/13] Move innermost_block_tracker global to parse_state

[PATCH 13/14] Convert breakpoint.c to type-safe registry API

[PATCH 14/14] Convert remote.c to type-safe registry API

[PATCH 2/2] Change ptype/o to print bit offset

[PATCH 2/2] Fix bug in assignment to nested packed structure

[PATCH 2/2] gdb/riscv: Remove riscv_type_alignment function

Re: [PATCH 2/2] gdbserver: Add linux_get_hwcap

[PATCH 2/2] Remove a VEC from aarch64-tdep.c

[PATCH 2/3] Fix a couple of comments

[PATCH 2/3] gdb/arm: Use type_align instead of arm_type_align

[PATCH 2/4] gdbserver: Add debug-file option

[PATCH 2/4] testsuite: Add option to capture GDB debug

[PATCH 2/4] Use std::list for remote_notif_state::notif_queue

[PATCH 2/5] Make SJLJ exceptions more efficient

[PATCH 2/8] infcall, c++: allow more info to be computed for pass-by-reference values

[PATCH 3/3] gdb/nds32: Use type_align instead of nds32_type_align

[PATCH 3/3] Introduce a separate debug objfile iterator

[PATCH 3/4] gdbserver: Ensure all debug output uses debug functions

[PATCH 3/4] Remove an include of common/queue.h

[PATCH 3/4] testsuite: Disable tests when logging

[PATCH 3/5] Avoid undefined behavior in Guile exception handling

[PATCH 3/8] infcall, c++: collect more pass-by-reference information

[PATCH 4/4] Remove common/queue.h

[PATCH 4/4] testsuite: Add option to capture gdbserver debug

[PATCH 4/5] Make exception handling more efficient

[PATCH 4/8] infcall: refactor 'call_function_by_hand_dummy'

[PATCH 5/5] Fix memory leak in exception code

[PATCH 5/8] infcall: move assertions in 'call_function_by_hand_dummy' to an earlier spot

[PATCH 6/8] infcall: remove unused parameter in 'value_arg_coerce'

[PATCH 7/8] infcall: handle pass-by-reference arguments appropriately

[PATCH 8/8] testsuite, cp: increase the coverage of testing pass-by-ref arguments

[PATCH v2 0/4] Capture GDB debug when running the testsuite

[PATCH v2 0/6] OpenRISC orfpx64a32 support

[PATCH v2 1/4] Change file close behavior for tee_file

[PATCH v2 1/6] cpu: Add support for orfp64a32 spec

Re: [PATCH v2 14/22] Simplify exception handling

Re: [PATCH v2 15/22] Make exceptions use std::string and be self-managing

Re: [PATCH v2 16/22] Rewrite TRY/CATCH

Re: [PATCH v2 18/22] Remove some now-dead exception code

Re: [PATCH v2 19/22] Make exception throwing a bit more efficient

[PATCH v2 2/4] Add debug redirect option

[PATCH v2 2/6] opcodes: Regenerate opcodes for orfp64a32 spec

Re: [PATCH v2 20/22] Replace throw_exception with throw in some cases

[PATCH v2 3/4] testsuite: Add option to capture GDB debug

[PATCH v2 3/6] sim/or1k: Regenerate sim for orfp64a32 spec

[PATCH v2 4/4] testsuite: Disable some tests when logging

[PATCH v2 4/6] sim/common: Wire in df/di conversion

[PATCH v2 5/6] sim/or1k: Add test for 64-bit fpu operations

[PATCH v2 6/6] sim/common: Fix issue with wrong byte order on BE targets

Re: [PATCH v2] gdb/configure.ac: add --enable-source-highlight

[PATCH v2] testsuite: Add option to capture gdbserver debug

[PATCH v3 0/7] Make exceptions self-managing

[PATCH v3 1/7] Simplify exception handling

Re: [PATCH v3 2/2] MI: Add new command -complete

[PATCH v3 2/7] Make exceptions use std::string and be self-managing

[PATCH v3 3/7] Rewrite TRY/CATCH

[PATCH v3 4/7] Rename gdb exception types

[PATCH v3 5/7] Remove some now-dead exception code

[PATCH v3 6/7] Make exception throwing a bit more efficient

[PATCH v3 7/7] Replace throw_exception with throw in some cases

Re: [PATCH v3] [amd64] Fix AMD64 return value ABI in expression evaluation

[PATCH v4 0/2] MI: Add new command -complete

[PATCH v4 0/6] Add python method gdb.InferiorThread.handle

[PATCH v4 1/2] MI: extract command completion logic from complete_command()

[PATCH v4 1/6] Introduce target_ops method thread_info_to_thread_handle

[PATCH v4 2/2] MI: Add new command -complete

[PATCH v4 2/6] Add python method InferiorThread.handle

[PATCH v4 3/6] Support buffer objects as handles in Inferior.thread_from_thread_handle()

[PATCH v4 4/6] Tests for gdb.InferiorThread.handle

[PATCH v4 5/6] Documentation for python method InferiorThread.handle

[PATCH v4 6/6] Rename python function thread_from_thread_handle to thread_from_handle

[PATCH v5 0/2] MI: Add new command -complete

[PATCH v5 1/2] MI: extract command completion logic from complete_command()

[PATCH v5 2/2] MI: Add new command -complete

[PATCH+8.3?] Implement dump of mappings with ELF headers by gcore

[PATCH, testsuite] Add cc-with-dwz.exp add cc-with-dwz-m.exp

[PATCH] [gdb/contrib] Remove superfluous .alt file after dwz invocation in cc-with-tweaks.sh

[PATCH] AArch64: Add half float view to V registers

[PATCH] Add "thread-exited" annotation

[PATCH] Add timestamps to "maint time" output

[PATCH] c++/24367: Infinite recursion of typedef substitution

[PATCH] Consistently use bool for fake_pid_p

Re: [PATCH] Destroy allocated values when exiting GDB

[PATCH] Fix "catch exception" with dynamic linking

[PATCH] Fix "list" when control characters are seen

[PATCH] Fix "nosharedlibrary + continue + shared lib event" crash

Re: [PATCH] Fix amd64->i386 linux syscall restart problem

[patch] Fix CVE-2017-9778

[PATCH] Fix VLA printing for Ada

[PATCH] Force array coercion in c_get_string

[PATCH] GDB (s12z): Improve reliability of the stack unwinder.

[PATCH] gdb/riscv: Handle empty C++ structs during argument passing

[PATCH] gdb: Remove LANG_MAGIC

Re: [PATCH] Handle DW_AT_ranges when reading partial symtabs

[PATCH] Handle vfork in thread with follow-fork-mode child

[PATCH] Make "all" depend on "info"

[PATCH] Make copy_name return std::string

[PATCH] Make objfile::static_links an htab_up

[PATCH] Make process_stratum_target::stratum "final"

[PATCH] Make SJLJ exceptions more efficient

[PATCH] Print non-Ada unions without crashing

[PATCH] RISC-V: Allow setting breakpoints at invalid addresses.

Re: [PATCH] solib-svr4: Pass down svr4_info as much as possible

[PATCH] solib-svr4: Pass down svr4_info as much as possible (was: [PATCH] Fix "nosharedlibrary + continue + shared lib event" crash)

[PATCH] Some gdb_exception{,error,quit} tweaks

[PATCH] Support DW_FORM_strx1, _strx2, _strx3, _strx4 forms.

[PATCH] Support for DW_FORM_strx tag

[PATCH] Support for DW_OP_addrx and DW_FORM_addrx tags

[PATCH] Testsuite: Add gdbserver sysroot test

[PATCH] testsuite: Record all gdb input to gdb.in

[PATCH] Testsuite: Remove pie from trace tests

[PATCH] Use -qualified flag when setting temporary breakpoint in start command

[PATCH] Use find_thread_in_random in select_event_lwp

[PATCH] Use upper-case for metasyntactic in gdbserver help

Re: [PATCH] x86-64: fix unused register determination for displaced stepping

[PATCH][gdb/testsuite] Fix break-probes.exp with native-gdbserver

[PATCH][gdb/testsuite] Fix gdb.btrace/reconnect.exp with native-gdbserver

Re: [PATCH][PR server/24377] Fix mixing English and system default languages in error messages on Windows

[PATCHv2 0/5] Add new 'print max-depth' feature

[PATCHv2 0/8] Series of Fortran type printing patches

[PATCHv2 1/5] gdb/ada: Update some predicate functions to return bool

[PATCHv2 1/8] gdb: Remove an unbalanced stray double quote from a comment

[PATCHv2 2/5] gdb/testsuite: Don't add gcc flags when compiling rust tests

[PATCHv2 2/8] gdb/fortran: Introduce fortran-operator.def file

[PATCHv2 3/5] gdb: Introduce new language field la_struct_too_deep_ellipsis

[PATCHv2 3/8] gdb/fortran: Additional builtin procedures

[PATCHv2 4/5] gdb: Introduce new language field la_is_string_type_p

[PATCHv2 4/8] gdb/fortran: better types for components of complex numbers

[PATCHv2 5/5] gdb: Introduce 'print max-depth' feature

[PATCHv2 5/8] gdb/fortran: Print 'void' type in lower case

[PATCHv2 6/8] gdb/fortran: print function arguments when printing function type

[PATCHv2 7/8] gdb/fortran: Update rules for printing whitespace in types

[PATCHv2 8/8] gdb/fortran: Add allocatable type qualifier

[PING][PATCH 0/3] AArch64 SVE: Support for changing vector length

[PING][RFC][gdb/testsuite] Fix base address selection entry encoding in dw2-skip-prologue.S

Re: [PP?] Re: [PATCH] Use -qualified flag when setting temporary breakpoint in start command

[PUSHED] OBVIOUS move add_comm_alias "!" <=> "shell" near the add_com "shell"

[RFA 0/2] Add completion for COMMAND for frame|thread apply

[RFA 0/3] / command : fast way to change setting(s) to run a command

[RFA 0/3] Convenience functions $_gdb_setting/$_gdb_int_setting

[RFA 0/4] Implement | (pipe) command.

[RFA 1/2] Add completion for COMMAND in 'thread apply all|ID... COMMAND'

[RFA 1/2][master+8.3] (Windows) fix thr != nullptr assert failure in delete_thread_1

[RFA 1/3] / command : fast way to change setting(s), run a command, reset settings(s).

[RFA 1/3] Implement convenience functions to examine GDB settings.

[RFA 1/4] Add previous_saved_command_line to allow a command to repeat a previous command.

[RFA 2/2] Add completion for COMMAND in 'frame apply all|level|COUNT... COMMAND'

[RFA 2/2][master only] gdb/windows-nat.c: Get rid of main_thread_id global

[RFA 2/3] Test for slash_command.

[RFA 2/3] Test the convenience functions $_gdb_setting and $_gdb_int_setting.

[RFA 2/4] Implement | (pipe) command.

[RFA 3/3] NEWS and documentation for $_gdb_setting and $_gdb_int_setting.

[RFA 3/3] NEWS and documentation for / (slash) command.

[RFA 3/4] Test the | (pipe) command.

[RFA 4/4] NEWS and documentation for | (pipe) command.

[RFA 8.3] Fix crash in dwarf2read.c with template parameters

[RFA v2 1/2][master+8.3] (Windows) fix thr != nullptr assert failure in delete_thread_1

[RFA v2 2/2][master only] gdb/windows-nat.c: Get rid of main_thread_id global

[RFA] Fix GDB 8.3 regression crash when registers cannot be modified.

Re: [RFA] Have 'thread|frame apply' style their output.

[RFA] Implement show | set can-call-inferior-functions [on|off]

[RFAv2 0/6] Implement | (pipe) command.

[RFAv2 1/6] Add previous_saved_command_line to allow a command to repeat a previous command.

[RFAv2 2/6] Improve process exit status macros on MinGW

[RFAv2 3/6] Add function execute_command_to_ui_file

[RFAv2 4/6] Implement | (pipe) command.

[RFAv2 5/6] Test the | (pipe) command.

[RFAv2 6/6] NEWS and documentation for | (pipe) command.

Re: [RFAv2] Fix internal error and improve 'set debug infrun 1'/target wait kind trace

[RFAv2] Implement show | set may-call-functions [on|off]

[RFC 0/8] Create MI commands using python

[RFC 1/8] Use std::map for MI commands in mi-cmds.c

[RFC 2/8] Use classes to represent MI Command instead of structures

[RFC 3/8] Create MI commands using python.

[RFC 4/8] mi/python: C++ify python MI command handling code

[RFC 5/8] mi/python: Polish MI output of python commands

[RFC 6/8] mi/python: Handle python exception when executiong python-defined MI commands

[RFC 7/8] mi/python: Add tests for python-defined MI commands

[RFC 8/8] mi/python: Allow redefinition of python MI commands

Re: [RFC PATCH] c++/24367: Infinite recursion of typedef substitution

[RFC/PATCH] / command : fast way to change option(s), run a command, reset option(s).

[RFC] fix thread.c assertion after stepping past end of program

Re: [RFC] Sort #includes in gdb

[v2] Windows native GDB event handling enhancement

Autopilot Users List

Breakage on builder NetBSD-x86_64-m64, revision 154eab6dec772e705b4eefe34ebfefec8808c2cf [gdb-8.3-branch]

Breakage on builder NetBSD-x86_64-m64, revision 2e62ab400ff96334c92e5acf0a462cb9dc0d19a7

Breakage on builder NetBSD-x86_64-m64, revision 595915c1c135a77afa01d30a888a48fcc55a08ec

Breakage on builder NetBSD-x86_64-m64, revision e432ccf1cb4685b990f9cf10cb84626f52239806

Check out the rates on 15-year fixed - Wow!

Don't Apply for a Payday Loan

Fix compilation using mingw.org's MinGW

Fix lookup of separate debug file on MS-Windows

GDB 8.3 release update (2019-04-08)

GDB 8.3 release update (2019-04-30)

New ARI warning Tue Apr 9 01:55:46 UTC 2019

Re: New FAIL on gdb.base/complex-parts.exp - unix/-m32

New FAIL on gdb.base/complex-parts.exp - unix/-m32 (was: Re: [PATCH 1/8] gdb: Add $_cimag and $_creal internal functions)

New failures on gdb.python/py-format-string.exp - unix/-m32 (was: Re: [PATCH v4] Add gdb.Value.format_string ())

NEWS entry needed ? 'thread|frame apply' style their output.'

Obsolete Cell Broadband Engine debugging support

Oh dear. I regret to inform you that commit 154eab6dec772e705b4eefe34ebfefec8808c2cf might be unfortunate [gdb-8.3-branch]

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

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

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

PING Re: [RFA 0/3] new arguments [-d | -b] [--] [REGEXP] to info sources

PING Re: [RFC] Have an option to tell GDB to detect and possibly handle mismatched exec-files.

PING^2 Re: [RFC] Have an option to tell GDB to detect and possibly handle mismatched exec-files.

Re: PING^2 Re: [RFC] Have an option to tell GDB to detect and possibly handle mismatched exec-files.

PING^3 Re: [RFA] Have 'thread|frame apply' style their output.

pushed(master+8.3): [v2] Windows native GDB event handling enhancement

Reduce your debt going back to school!

Regression on gdb.base/break-probes.exp - native-{,extended-}gdbserver (was: Re: [RFC/PATCH] Testsuite: set sysroot when using gdbserver)

Re: Regressions on gdb.base/call-{ar,rt}-st.exp on x86_64 native

Regressions on gdb.base/call-{ar,rt}-st.exp on x86_64 native (was: Re: [PATCH v3] [amd64] Fix AMD64 return value ABI in expression evaluation)

reverse execution part of the manual is written backwards

Re: Still some style problems with 8.3 branch

Stop worrying about getting stuck in your bathtub

This is what a Socialist president will do

Treat Pain And Inflammation Naturally

Treat Pain Naturally With Miracle CBD Gummies

Warning when using separate debug info file

Windows native GDB event handling enhancement

Xponential 2019

Your Source for Printer Ink at a Discount! Free Shipping 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