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

[FYI] Fix new py-value.exp test case

[FYI] Fix typo in "show remotelogfile" docs

[FYI] Hoist assertion in target_stack::unpush

[gdb, hurd] Adjust to Hurd "proc" interface changes (was: proc_task2proc prototype change)

[PATCH 0/2] Changes in type_align

[PATCH 0/2] Fix memory leaks in create_ada_exception_catchpoint

[PATCH 0/2] Styling + memory management in macro commands

[PATCH 0/4] Define gdb.Value(val, type) constructor

[PATCH 0/7] Use warn_unused_result on release methods

[PATCH 0/8] Clean up ravenscar-thread.c

[PATCH 00/11] Fortran Parser Cleanup, KIND Support, and Intrinsic Functions

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

[PATCH 00/13] Splut rank_one_type in smaller functions

[PATCH 00/20] Remove cleanups

[PATCH 01/11] gdb/fortran: Remove some duplicate tests

[PATCH 01/13] Split rank_one_type_parm_ptr from rank_one_type

[PATCH 01/20] Remove cleanups from coffread.c

[PATCH 02/11] gdb/fortran: Cleanup code for parsing logical constants

[PATCH 02/13] Split rank_one_type_parm_array from rank_one_type

[PATCH 02/20] Update two cleanup comments

[PATCH 03/11] gdb/fortran: Simplify handling of Fortran dot operations and keywords

[PATCH 03/13] Split rank_one_type_parm_func from rank_one_type

[PATCH 03/20] Change displaced_step_clear_cleanup with a forward_scope_exit

[PATCH 04/11] gdb/fortran: Add new function to evaluate Fortran expressions

[PATCH 04/13] Split rank_one_type_parm_int from rank_one_type

[PATCH 04/20] C++ify remote notification code

[PATCH 05/11] gdb/fortran: Enable debugging of the Fortran parser

[PATCH 05/13] Split rank_one_type_parm_enum from rank_one_type

[PATCH 05/20] Remove last cleanup from gdbserver

[PATCH 06/11] gdb/fortran: Add Fortran 'kind' intrinsic and keyword

[PATCH 06/13] Split rank_one_type_parm_char from rank_one_type

[PATCH 06/20] Remove cleanup from solib-svr4.c

[PATCH 07/11] gdb/fortran: Expand the set of types that support (kind=N)

[PATCH 07/13] Split rank_one_type_parm_range from rank_one_type

[PATCH 07/20] Remove last cleanups from solib-svr4.c

[PATCH 08/11] gdb/fortran: Add builtin 8-byte integer type with (kind=8) support

[PATCH 08/13] Split rank_one_type_parm_bool from rank_one_type

[PATCH 08/20] Remove last cleanup solib-aix.c

[PATCH 09/11] gdb/fortran: Use TYPE_CODE_CHAR for character types

[PATCH 09/13] Split rank_one_type_parm_float from rank_one_type

[PATCH 09/20] Remove last cleanup from linux-namespaces.c

[PATCH 1/2] Add styling to macro commands

[PATCH 1/2] C++-ify bp_location

[PATCH 1/2] gdb: Restructure type_align and gdbarch_type_align

Re: [PATCH 1/2] Look for separate debug files in debug directories under a sysroot.

[PATCH 1/4] Define unique_ptr specialization for Py_buffer

[PATCH 1/7] Introduce ATTRIBUTE_UNUSED_RESULT and use it

[PATCH 1/8] Fix some typos in ravenscar-thread.c

Re: [PATCH 1/9] Support the fs_base and gs_base registers on i386.

[PATCH 10/11] gdb/fortran: Add support for the ABS intrinsic function

[PATCH 10/13] Split rank_one_type_parm_complex from rank_one_type

[PATCH 10/20] Remove last cleanups from stabsread.c

[PATCH 11/11] gdb/fortran: Handle older TYPE*SIZE typenames

[PATCH 11/13] Split rank_one_type_parm_struct from rank_one_type

[PATCH 11/20] Remove basic cleanup code

[PATCH 12/13] Split rank_one_type_parm_set from rank_one_type

[PATCH 12/20] Remove free_current_contents

[PATCH 13/13] Remove unnecessary cases from rank_one_type's switch

[PATCH 13/20] Simplify exception handling

[PATCH 14/20] Make exceptions use std::string and be self-managing

[PATCH 15/20] Rewrite TRY/CATCH

[PATCH 16/20] Remove some now-dead exception code

[PATCH 17/20] Make exception throwing a bit more efficient

Re: [PATCH 18/18] -Wwrite-strings: Remove -Wno-write-strings

[PATCH 18/20] Replace throw_exception with throw in some cases

[PATCH 19/20] Use SCOPE_EXIT in write_gcore_file

[PATCH 2/2] Change macro_source_fullname to return a std::string

[PATCH 2/2] Fix memory leak in create_ada_exception_catchpoint

[PATCH 2/2] gdb: Handle alignment for C++ structures with static members

[PATCH 2/2] Make 'show width/height' display "unlimited" when capped, for readline (Re: [PATCH] Prevent overflow in rl_set_screen_size)

Re: [PATCH 2/3] include/dis-asm.h: Fix warning: Include "string.h" for strchr

[PATCH 2/4] Define gdb.Value(bufobj, type) constructor

[PATCH 2/7] Add ATTRIBUTE_UNUSED_RESULT to parser_state

[PATCH 2/8] Exception safety in ravenscar-thread.c

Re: [PATCH 2/9] Support fs_base and gs_base on FreeBSD/i386.

[PATCH 20/20] Introduce and use bcache_up

[PATCH 3/4] Add tests for gdb.Value(bufobj, type) constructor

[PATCH 3/7] Add ATTRIBUTE_UNUSED_RESULT to scoped_fd

[PATCH 3/8] C++-ify ravenscar_arch_ops

Re: [PATCH 3/9] Handle TLS variable lookups when using separate debug object files.

[PATCH 4/4] Document two argument form of gdb.Value constructor

[PATCH 4/7] Add ATTRIBUTE_UNUSED_RESULT to scoped_mmap

[PATCH 4/8] Fix formatting in ravenscar-thread.c

[PATCH 5/7] Add ATTRIBUTE_UNUSED_RESULT to macro_buffer

[PATCH 5/8] Minor C++-ification in ravenscar-thread.c

Re: [PATCH 5/9] Add a helper function to resolve TLS variable addresses for FreeBSD.

[PATCH 6/7] Add ATTRIBUTE_UNUSED_RESULT to scoped_remote_fd::release

[PATCH 6/8] Add push_target overload

[PATCH 7/7] Add ATTRIBUTE_UNUSED_RESULT to ref_ptr::release

[PATCH 7/8] Make the ravenscar thread target multi-target-ready

[PATCH 8/8] Special-case wildcard requests in ravenscar-thread.c

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

Re: [PATCH v2 0/3] Read pseudo registers from frame instead of regcache

[PATCH v2 0/4] Define gdb.Value(val, type) constructor

[PATCH v2 0/5] Add python method gdb.InferiorThread.thread_handle

[PATCH v2 00/11] Support for thread-local variables on FreeBSD

[PATCH v2 00/22] Remove cleanups

[PATCH v2 01/11] Support the fs_base and gs_base registers on i386.

[PATCH v2 01/22] Remove cleanups from coffread.c

[PATCH v2 02/11] Support fs_base and gs_base on FreeBSD/i386.

[PATCH v2 02/22] Update two cleanup comments

[PATCH v2 03/11] Handle an edge case for minisym TLS variable lookups.

[PATCH v2 03/22] Change displaced_step_clear_cleanup with a forward_scope_exit

[PATCH v2 04/11] Add a new gdbarch method to resolve the address of TLS variables.

[PATCH v2 04/22] C++ify remote notification code

[PATCH v2 05/11] Remove code disabled since at least 1999 from lookup_struct_elt_type.

[PATCH v2 05/22] Remove last cleanup from gdbserver

[PATCH v2 06/11] Add a more general version of lookup_struct_elt_type.

[PATCH v2 06/22] Remove cleanup from solib-svr4.c

[PATCH v2 07/11] Add a helper function to resolve TLS variable addresses for FreeBSD.

[PATCH v2 07/22] Remove last cleanups from solib-svr4.c

[PATCH v2 08/11] Support TLS variables on FreeBSD/amd64.

[PATCH v2 08/22] Remove last cleanup solib-aix.c

[PATCH v2 09/11] Support TLS variables on FreeBSD/i386.

[PATCH v2 09/22] Remove last cleanup from linux-namespaces.c

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

Re: [PATCH v2 1/3] Extract register_reader and register_readwriter interfaces from regcache

[PATCH v2 1/4] Define unique_ptr specialization for Py_buffer

[PATCH v2 1/5] Introduce target_ops method thread_info_to_thread_handle

[PATCH v2 10/11] Support TLS variables on FreeBSD/riscv.

[PATCH v2 10/22] Remove last cleanups from stabsread.c

[PATCH v2 11/11] Support TLS variables on FreeBSD/powerpc.

[PATCH v2 11/22] Use unique_xmalloc_ptr in remote.c

[PATCH v2 12/22] Remove basic cleanup code

[PATCH v2 13/22] Remove free_current_contents

[PATCH v2 14/22] Simplify exception handling

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

[PATCH v2 16/22] Rewrite TRY/CATCH

[PATCH v2 17/22] Rename gdb exception types

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

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

Re: [PATCH v2 2/3] Read pseudo registers from frame instead of regcache

Re: [PATCH v2 2/4] Add a new function child_path.

[PATCH v2 2/4] Define gdb.Value(bufobj, type) constructor

[PATCH v2 2/5] Add python method InferiorThread.thread_handle

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

[PATCH v2 21/22] Use SCOPE_EXIT in write_gcore_file

[PATCH v2 22/22] Introduce and use bcache_up

[PATCH v2 3/4] Add tests for gdb.Value(bufobj, type) constructor

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

Re: [PATCH v2 3/7] Fortran: Accessing fields of inherited types via fully qualified name.

[PATCH v2 4/4] Document two argument form of gdb.Value constructor

[PATCH v2 4/5] Tests for gdb.InferiorThread.thread_handle

Re: [PATCH v2 4/7] Fortran: Ptype, print type extension.

[PATCH v2 5/5] Documentation for python method InferiorThread.thread_handle

[PATCH v2] [amd64] Fix AMD64 return value ABI in expression evaluation

[PATCH v2] Fortran function calls with arguments

Re: [PATCH v2] gdbserver short-circuit-argument-list failures

[PATCH v2] gdbserver: When attaching, add process before lwps

[PATCH V2] Testsuite: Ensure changing directory does not break the log file

Re: [PATCH v2] Testsuite: Ensure stack protection is off for GCC

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

[PATCH v4] Dwarf: Don't add nameless modules to partial symbol table.

Re: [PATCH v5 12/12] [PowerPC] Add support for HTM registers

Re: [PATCH v7 3/4] Share fork_inferior et al with gdbserver

[PATCH/RFC] gdbserver: Add command line option to not use SO_REUSEADDR

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

[PATCH] [dwarf2read] Fix crash when loading dwp files: calculate num_sections based on actual section indices, not just the number of sections.

[PATCH] AArch64: Add default reggroups

Re: [PATCH] AArch64: Detect exit from execve syscall

[PATCH] Apply substitute-path to relative filenames as well

Re: [PATCH] C++-ify struct thread_fsm

[PATCH] Change pid_to_str to return std::string

[PATCH] Document style behavior in batch mode.

[PATCH] Fix coff_start_symtab resource leak found by Coverity

[PATCH] Fix error message and use-after-free on errors in nested source files

[PATCH] Fix some valgrind errors in the TUI

Re: [PATCH] Fix symtab/23853: symlinked default symtab

[PATCH] Fix typos in symtab_symbol_info

Re: [PATCH] gdb/riscv: Add target description support

[PATCH] gdb: Allow gdbarch to override alignment for method and member pointers

[PATCH] gdb: Don't flush line wrap buffer before adding newline

Re: [PATCH] gdbserver: When attaching, add process before lwps

[PATCH] Handle \r\n in gdbreplay

[PATCH] Make gdb.base/corefile.exp work on terminals with few rows

[PATCH] Minor Ada task cleanups

Re: [PATCH] Please define thread_info as struct thread_info (and other stuff)

Re: [PATCH] Prevent overflow in rl_set_screen_size

Re: [PATCH] Readline: Cleanup some warnings

[PATCH] Remove excess calls to gdb_flush

[PATCH] Remove Python 2.4 and 2.5 support

Re: [PATCH] review request: implementing DW_AT_endianity

[PATCH] RISC-V: Add FP register core file support.

[PATCH] Test "set width/height -1" (Re: [PATCH 2/2] Make 'show width/height' display "unlimited" when capped for readline)

[PATCH] Testsuite: Catch gdbserver socket listen errors

[PATCH] Testsuite: Ensure changing directory does not break the log file

[PATCH] thread_fsm: Make data fields private (Re: [PATCH] C++-ify struct thread_fsm)

[PATCH] Use '--readnever' when invoking GDB from gcore.in

Re: [PATCH] Use new Darwin operating system names

[PATCH] Use Python 2.[67] / 3.X / PEP 3118 buffer protocol

Re: [PATCH] Use thread_info and inferior pointers more throughout

[PATCH] Use upper case for metasyntactic variables in "help find"

[PATCH] x86-64: fix displaced stepping for VEX, XOP, and EVEX encoded insns

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

Re: [PATCH][PR gdb/8527] Interrupt not functional in Eclipse/CDT on Solaris

Re: [PING] [PATCH v2 0/4] Some fixes for debug files and sysroots

[PING] Re: [PATCH v3] Dwarf: Don't add nameless modules to partial symbol table.

Re: [PING][PATCH v2 00/11] Support for thread-local variables on FreeBSD

Re: [PING][PATCH v2 PR gdb/21870] aarch64: Leftover uncleared debug registers

[pushed/gdb-8.3-branch] change section name in gdb/NEWS for changes in GDB 8.3

[pushed] (gdb/sim) Move Mike Frysinger to past maintainers section

[pushed] Fix build errors in aix-thread.c

[PUSHED] gdb: Update copyright year range generated by gdbarch.sh

[pushed] Update copyright year range in gdb.ada/mi_ref_changeable testcase

[pushed] Update copyright year range in gdb.texinfo and refcard.tex

[pushed] Update my email address

Re: [pushed][PATCH v3 1/4] Extended-remote follow exec

[release/branch 1/2] Bump version to 8.2.90.DATE-git.

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

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

[release/branch] Document the GDB 8.2.90 release in gdb/ChangeLog

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

[release/HEAD 1/2] Bump version to 8.3.50.DATE-git.

[release/HEAD 2/2] Update NEWS post GDB 8.3 branch creation.

Re: [RESEND][PATCH 01/40] Convert struct target_ops to C++

[RFA/commit] (Ada) fix GDB crash printing packed array

[RFA/commit] (Windows) remove thread notification for main thread of inferior

[RFA] (riscv/ada) fix error when calling functions with range argument

[RFA] Fix leaks in ada catch command

[RFA] Fix leaks of 'per program space' and 'per inferior' ada task data.

[RFA] Fix regcache leak, and avoid possible regcache access after detach.

Re: [RFA] Fix splay tree KEY leak detected in GDB test gdb.base/macscp.exp

[RFA] Fix type_stack leaks in c expression parsing.

Re: [RFAv2 3/3] Make symtab.c better styled.

Re: [RFAv3 1/2] Fix leak of identifier in macro definition.

Re: [RFAv3 2/2] Factorize macro definition code in macrotab.c

[RFC 00/17] Merge event loop implementations

[RFC 01/17] Remove include from event-loop.c

[RFC 02/17] Move gdb-specific code out of start_event_loop

[RFC 03/17] Move event-loop configury to common.m4

[RFC 04/17] Move gdb_select.h to common/

[RFC 05/17] Remove gdb_usleep.c

[RFC 06/17] Include <chrono> in event-loop.c

[RFC 07/17] Use warning in event-loop

[RFC 08/17] Introduce and use flush_streams

[RFC 09/17] Introduce async-event.[ch]

[RFC 10/17] Move event-loop.[ch] to common/

[RFC 11/17] Implement event-loop glue for gdbserver

[RFC 12/17] Add the ability to stop the event loop

[RFC 13/17] Switch gdbserver to common event loop

[RFC 14/17] Remove some dead code from event-loop.c

[RFC 15/17] Move gdb_notifier comment

[RFC 16/17] Remove gdb_fildes_t

[RFC 17/17] Simplify gdbserver's serial event handling

Re: [RFC PATCH 0/6] Support for Linux kernel thread aware debug

Re: [RFC PATCH 4/6] Linux kernel debug infrastructure and target Linux kernel

[RFC/PATCH] Disable styling when running in batch mode

[RFC] Fix BFD leak in solib-darwin.c

[RFC] Fix pager bugs with style output

Re: [RFC] nm header removal: Get rid of config/i386/nm-i386gnu.h header

Re: [RFC] Normalize include guards in gdb

Re: [RFC] Sort #includes in gdb

AArch64 Buildbot moved to new hardware

Add Andrew Burgess as global maintainer of gdb/ and sim/

Re: binutils/gdb vs compressed debug ELF sections

Document fact that mininum Python version is now 2.6

Feedback sought: patch to enable gdb to build on macOS Mojave

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

FYI/HEAD: Patches applied to branch master

GDB 8.2.90 available for testing

GDB 8.3 release update: branch creation on Tuesday!

gdb-8.3 branch FROZEN

Re: gdb-8.3-branch now open again

gdb-8.3-branch now open again (was: "gdb-8.3 branch FROZEN")

Re: MinGW build of GDB 8.2.90

MinGW build of GDB 8.2.90 (was: GDB 8.2.90 available for testing)

New ARI warning Thu Feb 28 02:11:32 UTC 2019 in gdb-8.3-branch

Ping: [PATCH] x86-64: fix displaced stepping for VEX, XOP, and EVEX encoded insns

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

pushed: [RFA/commit] (Ada) -var-update crash for variable whose type is a reference to changeable

Stay positive this Tax Season! Get Your Money by Tomorrow!

withdrawn: [release/branch] Set GDB version number to 8.2.90.


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