gdb-patches archive
subject index for March, 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: [commit] ppc64: Fix stwux encoding

[COMMITTED PATCH] Update my email address

[FYI] Formatting fixes in rust-exp.y

[FYI] Include <cmath> in dwarf-index-write.c

[FYI] Support bare-identifier field initializers in Rust

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

[PATCH 0/2] Test fix in gdb.arch/* tests

[PATCH 0/3] S390: Some gdbserver fixes

[PATCH 0/3] Some gdbserver test suite fixes

[PATCH 00/11] Fixing GNU ifunc support

[PATCH 01/11] eval.c: reverse minsym and sym

[PATCH 02/11] Fix breakpoints in ifunc after inferior resolved it (@got.plt symbol creation)

[PATCH 03/11] Fix calling ifunc functions when resolver has debug info and different name

[PATCH 04/11] Calling ifunc functions when target has no debug info but resolver has

[PATCH 05/11] Calling ifunc functions when resolver has debug info, user symbol same name

[PATCH 06/11] Fix setting breakpoints on ifunc functions after they're already resolved

[PATCH 07/11] Breakpoints, don't skip prologue of ifunc resolvers with debug info

[PATCH 08/11] Eliminate find_pc_partial_function_gnu_ifunc

[PATCH 09/11] Factor out minsym_found/find_function_start_sal overload

[PATCH 1/2] gdb/riscv: Additional print format string fixes

[PATCH 1/2] gdb: Minor cleanup in some gdb.arch/* tests

[PATCH 1/2] Make "set osabi none" really work

[PATCH 1/2] Make find_separate_debug_file* return std::string

Re: [PATCH 1/2] Make parse_static_tracepoint_marker_definition work with multiple static tracepoint definitions

[PATCH 1/2] Update ax_cv_cxx_compile_cxx.m4

[PATCH 1/3] btrace: Remove btrace disable cleanup

[PATCH 1/3] Fix tspeed test case: copy libinproctrace to target

[PATCH 1/3] gdb/riscv: Remove use of pseudo registers

Re: [PATCH 1/3] Implement "to_stopped_by_hw_breakpoint" for x86 debug registers.

[PATCH 1/3] S390: Enable re-attaching with native-extended-gdbserver

[PATCH 1/3] Use std::vector in uploaded_tp

Re: [PATCH 1/5] Make delim_string_to_char_ptr_vec return an std::vector

[PATCH 10/11] Extend GNU ifunc testcases

[PATCH 11/11] Fix resolving GNU ifunc bp locations when inferior runs resolver

Re: [PATCH 11/40] Introduce class completion_tracker & rewrite completion<->readline interaction

[PATCH 2 PR gdb/16959] gdb hangs in infinite recursion

[PATCH 2/2] Add gdb::string_view

RE: [PATCH 2/2] btrace: set/show record btrace cpu

[PATCH 2/2] Fix generation of x86-64 gdbarch with osabi none

[PATCH 2/2] gdb/riscv: Fix type when reading register from regcache

[PATCH 2/2] gdb: Fix testsuite issue in gdb.arch/amd64-disp-step-avx.exp

[PATCH 2/2] Use std::string to simplify build_id_to_debug_bfd

Re: [PATCH 2/3] Add a new debug knob for the FreeBSD native target.

[PATCH 2/3] btrace: Remove VEC cleanups

[PATCH 2/3] gdb/riscv: Remove 'Contributed by....' comments

[PATCH 2/3] S390: gdbserver: Don't write guarded storage registers

[PATCH 2/3] Testsuite: Rename "end()" to avoid libinproctrace C++ symbol clash

[PATCH 2/3] Use std::vector and std::string instead of VEC(char_ptr) in gdbserver tdesc

[PATCH 3 PR gdb/16959] gdb hangs in infinite recursion

[PATCH 3/3] btrace: Remove ui_out cleanups

[PATCH 3/3] Fix a FAIL in attach.exp under native-extended-gdbserver

[PATCH 3/3] gdb/riscv: Remove partial target description support

[PATCH 3/3] Remove usage of VEC(char_ptr) in gdbscm_parse_function_args

[PATCH 3/3] S390: Make IPA recognize tdescs with guarded storage

Re: [PATCH 3/3] Use signal information to determine SIGTRAP type for FreeBSD.

[PATCH 4 PR gdb/16959] gdb hangs in infinite recursion

[PATCH PR gdb/16959] gdb hangs in infinite recursion

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

[PATCH PR gdb/22736] [aarch64] gdb crashes on a conditional breakpoint with cast return type

[PATCH v2 00/15] Fixing GNU ifunc support

[PATCH v2 01/15] Fix breakpoints in ifunc after inferior resolved it (@got.plt symbol creation)

[PATCH v2 02/15] Fix calling ifunc functions when resolver has debug info and different name

[PATCH v2 03/15] Calling ifunc functions when target has no debug info but resolver has

[PATCH v2 04/15] Calling ifunc functions when resolver has debug info, user symbol same name

[PATCH v2 05/15] Fix elf_gnu_ifunc_resolve_by_got buglet

[PATCH v2 06/15] Fix setting breakpoints on ifunc functions after they're already resolved

[PATCH v2 07/15] Breakpoints, don't skip prologue of ifunc resolvers with debug info

[PATCH v2 08/15] Eliminate find_pc_partial_function_gnu_ifunc

[PATCH v2 09/15] Factor out minsym_found/find_function_start_sal overload

[PATCH v2 1/2] btrace: fix output of "set record btrace"

[PATCH v2 1/5] Update ax_cv_cxx_compile_cxx.m4

[PATCH v2 10/15] For PPC64: elf_gnu_ifunc_record_cache: handle plt symbols in .text section

[PATCH v2 11/15] Fix stepping past GNU ifunc resolvers (introduce lookup_msym_prefer)

[PATCH v2 12/15] For PPC64/ELFv1: Introduce mst_data_gnu_ifunc

[PATCH v2 13/15] PPC64: always make synthetic .text symbols for GNU ifunc symbols

[PATCH v2 14/15] Extend GNU ifunc testcases

[PATCH v2 15/15] Fix resolving GNU ifunc bp locations when inferior runs resolver

[PATCH v2 2/2] btrace: set/show record btrace cpu

[PATCH v2 2/5] Copy string_view files from libstdc++

[PATCH v2 3/5] Add gdb::string_view

[PATCH v2 4/5] Copy string_view tests from libstdc++

[PATCH v2 5/5] Adapt and integrate string_view tests

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

[PATCH v2] Add silent Makefile rules

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

[PATCH v2] This patch replaces the linear search in find_pc_sect_line with a binary search for faster performance.

Re: [PATCH v3 0/2] Make gdbserver work with filename-only binaries

[PATCH V3 0/8] Remove gdbserver dependency on xml files

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

[PATCH v3 2/8] Commonise tdesc_reg

[PATCH v3 3/8] Commonise tdesc_feature

[PATCH v3 4/8] Commonise tdesc types

[PATCH v3 5/8] Add tdesc osabi and architecture functions

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

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

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

[PATCH v3] Enable 'set print inferior-events' and improve detach/fork/kill/exit messages

[PATCH v4 00/10] Remove gdbserver dependency on xml files

[PATCH v4 01/10] Move tdesc header funcs to c file

[PATCH v4 02/10] Make gdbserver reg_defs a vector of objects

[PATCH v4 03/10] Commonise tdesc_reg

[PATCH v4 04/10] Commonise tdesc_feature

[PATCH v4 05/10] Commonise tdesc types

[PATCH v4 06/10] Add tdesc osabi and architecture functions

[PATCH v4 07/10] Add feature reference in .dat files

[PATCH v4 08/10] Create xml from target descriptions

[PATCH v4 09/10] Remove xml file references from target descriptions.

[PATCH v4 10/10] Remove xml files from gdbserver

[PATCH, gdb/testsuite] Use %progbits in watch-loc.c

[PATCH2 PR gdb/18071] aarch64: "info addr" command can't resolve TLS variables

[PATCH5 PR gdb/16959] gdb hangs in infinite recursion

[PATCH] (x86) Fix watchpoint using hardware breakpoint for some distro

[PATCH] [PowerPC] Detect when LR is saved through frame pointer

[PATCH] [PowerPC] Fix stwux and stdux masks in skip_prologue

[PATCH] Add psymbols for nested types

[PATCH] Add silent Makefile rules

[PATCH] Add test case for a known hang in infrun

[PATCH] Add xml_escape_text_append and use it

Re: [PATCH] btrace, gdbserver: check btrace target pointers

[PATCH] Conditionally include "<windows.h>" on common/pathstuff.c (and unbreak build on mingw*)

[PATCH] Defer breakpoint reset when cloning progspace for fork child

[PATCH] Don't redefine upload/download/file in gdbserver-base

[PATCH] Fix gdb.base/fork-running-state.exp race

[patch] Fix gdb/doc/ PDF build on Fedora Rawhide==F-29

[PATCH] Fix ia64 GDB build

[PATCH] Fix printing flags field

[PATCH] Fix seg fault with --write PR gdb/20948

Re: [PATCH] Fix watching structs in C++

[PATCH] gdb/x86: Handle kernels using compact xsave format

[PATCH] gdb: Add a default_unwind_pc method for gdbarch

[PATCH] gdb: Add riscv to list of architectures with a save_reggroup

[PATCH] gdb: Fix riscv ARI issues

[PATCH] gdbarch: Add pc_signed field and use it when adjusting BP addresses

[PATCH] Implement write_async_safe for mi_console_file (PR 22299)

Re: [PATCH] Improve gcore shell quoting and portability

Re: [PATCH] infrun: step through indirect branch thunks

[PATCH] linux_qxfer_libraries_svr4: Use std::string

[PATCH] Make "info proc cmdline" show args on GNU/Linux

[PATCH] Make arm_record_test work on big-endian machines

[PATCH] Make target_read_alloc & al return vectors

[PATCH] mips: set significant_addr_bit to number of bits in CORE_ADDR

[PATCH] Move DWARF index-related things to a separate file

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

[PATCH] Propagate record_print_flags

[PATCH] remote-stdio-gdbserver: Pass "target" to remote_exec to delete file

[PATCH] Remove MAX_REGISTER_SIZE define

[PATCH] Remove stale file i386-avx.dat

[PATCH] Remove struct keyword from section_addr_info

[PATCH] Replace finish_thread_state_cleanup with a RAII class

[PATCH] target debug: Improve printing of flags

[PATCH] This patch replaces the linear search in find_pc_sect_line with a binary search for faster performance.

Re: [PATCH] Workaround a FreeBSD ptrace() bug with clearing thread events.

[PATCHv2 0/4] Supply additional default gdbarch methods

[PATCHv2 1/4] gdb: Add a default_unwind_pc method for gdbarch

[PATCHv2 2/4] gdb: Remove more targets unwind_pc methods

[PATCHv2 3/4] gdb: Supply a default for gdbarch_dummy_id

[PATCHv2 4/4] gdb: Supply default gdbarch_unwind_sp and use where possible

[PATCHv3 0/2] Initial RiscV Support

[PATCHv3 1/2] gdb/amd64: Ignore zero sized fields when calling functions

[PATCHv3 2/2] gdb: Initial baremetal riscv support

[PATCHv4 2/2] gdb: Initial baremetal riscv support

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

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

[ping] [PATCH] Fix watching structs in C++

[ping] [PATCH] infrun: step through indirect branch thunks

[PUSHED OBV] Fixed Fix misleading indentation error.

[PUSHED] [PATCH 0/2] Further regression fixes after riscv target

[PUSHED] [PATCH 0/3] riscv cleanups

[PUSHED] [PATCH] gdb/riscv: Fixes to printf format strings

[pushed] Add include guard to filename-seen-cache.h

[pushed] Add selftest for substitute_path_component

[pushed] handle_general_set: Remove useless xstrdup

[pushed] Propagate gdb_disassembly_flags to btrace_print_lines

[pushed] Remove DEF_VEC_I(offset_type)

[RFA 0/2] Make line tables independent of progspace

[RFA 0/2] more cleanup removal

[RFA 0/2] Remove some cleanups from dwarf2read

[RFA 0/2] two simple cleanup removals

Re: [RFA 0/3] a few minor printf fixes

[RFA 0/3] remove last cleanups from dwarf2read.c

[RFA 1/2] Change target_read_string to use unique_xmalloc_ptr

[RFA 1/2] Make line tables independent of progspace

[RFA 1/2] Remove cleanup from build_type_psymtabs_1

[RFA 1/2] Remove cleanups from gdb_readline_wrapper

[RFA 1/3] Remove free_cached_comp_units cleanups

[RFA 2/2] Constify the line table

[RFA 2/2] Remove cleanups from prompt_for_continue

[RFA 2/2] Remove some clanups from solib-svr4.c

[RFA 2/2] Use std::vector for field lists in dwarf2read.c

[RFA 2/3] Remove parameter from free_dwo_file

[RFA 3/3] Remvoe free_dwo_file_cleanup

[RFA v2] (x86) Fix watchpoint using hardware breakpoint for some distro

[RFA v3 00/13] various frame filter fixes and cleanups

[RFA v3 01/13] Rationalize "backtrace" command line parsing

[RFA v3 02/13] Change backtrace_command_1 calling to use flags

[RFA v3 03/13] Allow hiding of some filtered frames

[RFA v3 04/13] Remove EXT_LANG_BT_COMPLETED

[RFA v3 05/13] Avoid manual resource management in py-framefilter.c

[RFA v3 06/13] Allow C-c to work in backtrace in more cases

[RFA v3 07/13] Throw a "quit" on a KeyboardException in py-framefilter.c

[RFA v3 08/13] Move some code later in backtrace_command_1

[RFA v3 09/13] Return EXT_LANG_BT_ERROR in one more spot in py-framefilter.c

[RFA v3 10/13] Call wrap_hint in one more spot in py-framefilter.c

[RFA v3 11/13] Improve "backtrace" help text

[RFA v3 12/13] Simplify exception handling in py-framefilter.c

[RFA v3 13/13] Remove verbose code from backtrace command

[RFA v3] Convert observers to C++

Re: [RFA v3] Return gdb::optional<std::string> from target_fileio_readlink

[RFA v6] (Ada) Fix frame argument printing when using auto language mode

[RFA/Darwin v2] Avoid a crash when working on OSO without symbol.

[RFA/Darwin] Fix section relocation addresses when base address is not 0.

[RFA/Darwin] Fix starting address scan for binary with only one section

[RFA/Darwin] Recognize .plt section

Re: [RFA/doco] set varsize-limit: New GDB setting for maximum dynamic object size

[RFA] (x86) Fix watchpoint using hardware breakpoint for some distro

[RFA] Add inclusive range support for Rust

[RFA] C++-ify typedef hash

[RFA] Change auto_load_objfile_script_1 to use std::string

[RFA] Change enable_thread_stack_temporaries to an RAII class

[RFA] Change machoread.c to use std::vector

[RFA] Fix crash in quirk_rust_enum

[RFA] Fix FrameDecorator.function help string

[RFA] Remove make_cleanup_free_section_addr_info

[RFA] Remove make_cleanup_unpush_target

[RFA] Remove some cleanups from record-full.c

[RFA] Remove some cleanups from solib.c

[RFA] Remove target_fileio_close_cleanup

[RFA] Remove two cleanups using std::string

[RFA] Use gdb::byte_vector when reading section data

[RFA] Use scoped_fd in more places

[RFC PATCH v5 1/9] Convert substitute_path_component to C++

[RFC PATCH v5 2/9] Add libiberty/concat styled concat_path function

[RFC PATCH v5 3/9] Add scoped_restore_regcache_ptid

[RFC PATCH v5 4/9] Add basic Linux kernel support

[RFC PATCH v5 5/9] Add kernel module support for linux-kernel target

[RFC PATCH v5 6/9] Add commands for linux-kernel target

[RFC PATCH v5 7/9] Add privileged registers for s390x

[RFC PATCH v5 8/9] Link frame_info to thread_info

[RFC PATCH v5 9/9] Add S390 support for linux-kernel target

[RFC v5 0/9] Add support for Linux kernel debugging

Re: [v2] Fix Rust enum test failures

Breakage on builder Fedora-i686, revision 4ee89e903de920496a69c01df70db13a70a2a0be

Breakage on builder Fedora-i686, revision cd4fb1b2ffc88911e4109444ff729e31920d01ec

Breakage on builder Fedora-i686, revision dbbb1059e62e9fed10b429c030f76f782cbc1fc4

Breakage on builder Fedora-s390x-m64, revision 4ee89e903de920496a69c01df70db13a70a2a0be

Breakage on builder Fedora-s390x-m64, revision cd4fb1b2ffc88911e4109444ff729e31920d01ec

Breakage on builder Fedora-x86_64-cc-with-index, revision 4ee89e903de920496a69c01df70db13a70a2a0be

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

Breakage on builder Fedora-x86_64-m32, revision 4ee89e903de920496a69c01df70db13a70a2a0be

Breakage on builder Fedora-x86_64-m32, revision cd4fb1b2ffc88911e4109444ff729e31920d01ec

Breakage on builder Fedora-x86_64-m64, revision 4ee89e903de920496a69c01df70db13a70a2a0be

Breakage on builder Fedora-x86_64-m64, revision cd4fb1b2ffc88911e4109444ff729e31920d01ec

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

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

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

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

Breakage on builder Fedora-x86_64-native-gdbserver-m32, revision 4ee89e903de920496a69c01df70db13a70a2a0be

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

Breakage on builder Fedora-x86_64-native-gdbserver-m64, revision 4ee89e903de920496a69c01df70db13a70a2a0be

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

Breakage on builder NetBSD-x86_64-m64, revision cd4fb1b2ffc88911e4109444ff729e31920d01ec

Breakage on builder Ubuntu-AArch32-m32, revision dbbb1059e62e9fed10b429c030f76f782cbc1fc4

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

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

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

edit your images

Re: FYI - RFC about making GMP a required dep for GDB

Re: ia64 build failure against master

New ARI warning Wed Mar 7 01:56:02 UTC 2018

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

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

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

PATCH for minor buglet in remote.c misreporting REMOTE_DEBUG_MAX_CHAR messages

patch for search bug in gdbserver

ping: [patch] aarch64: PR 19806: watchpoints: false negatives + PR 20207 contiguous ones

Re: PING^2: [RFA/RFC] fix PR gdb/22670 (pb looking up some symbols when they have a linkage name)

PING^2: [RFA/RFC] fix PR gdb/22670 (pb looking up some symbols when they have a linkage name) (was: "Re: [RFC] regresssion(internal-error) printing subprogram argument")

Pointers vs references for out and inout parameters

RFC: making GMP a required dependency of GDB

Update "gdb --configuration"


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