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

[AArch64][0/6] Support unwinding mangled return address in ARMv8.3-A Pointer Authentication Extension

[AArch64][1/6] Add new "pauth" feature and native support

[AArch64][2/6] "pauth" feature gdbserver support

[AArch64][3/6] DWARF unwinder support for signed return address

[AArch64][4/6] Prologue scan unwinder support for signed return address

[AArch64][5/6] Implement gdbarch_core_read_description

[AArch64][6/6] Core file support for "pauth" feature

[commit+8.0] DWARF-5 Fix DW_FORM_implicit_const

[commit+8.0] DWARF-5: Fix -fdebug-types-section

[commit/Ada] remove param "dispp" from ada-lang.c::ada_lookup_struct_elt_type

[commit/obvious] Fix typo on documentation ("show set startup-with-shell")

[committed, PATCH] gdb: Fix build failure with GCC 7

[committed] MIPS: Consistently use MIPS_FPU_TYPE for `gdbarch' member

[committed] MIPS: Factor out FPU type naming in `gdbarch' debug

[FYI] Fix Rust test suite for 1.20 beta

[FYI] Remove cleanups from Rust parser

[libcc1] Improve detection of triplet on compiler names

[PATCH 0/2] Clean up some x86 non-linux target descriptions

[PATCH 0/2] Initial support for FreeBSD/aarch64

Re: [PATCH 0/3] Create arch_lwp_info class hierarchy

[PATCH 0/3] Introduce gdb::array_view, symtabs_and_lines -> std::vector

[PATCH 0/3] Some C++-ification of the FreeBSD target

[PATCH 0/3] Use selftest.c in GDBserver

[PATCH 0/4] More Fortran Patches

[PATCH 0/4] Try to fix the gdb.multi/multi-arch-exec.exp failure

[PATCH 0/7] Regcache: Split out target regcache functionality

Re: [PATCH 0/9] Centralize unwinder api exceptions handling

[PATCH 00/22 v4] Make GDB builtin target descriptions more flexible

[PATCH 01/22] Use amd64_target_description to get tdesc_amd64

[PATCH 02/22] Use i386_target_description to get tdesc_i386

[PATCH 03/22] Return X86_XSTATE_SSE_MASK instead of 0 in i386fbsd_core_read_xcr0

[PATCH 04/22] Let i386_target_description return tdesc_i386_mmx

[PATCH 05/22] Adjust code generated by regformats/regdat.sh

[PATCH 06/22] Use VEC for target_desc.reg_defs

[PATCH 07/22] Return X86_TDESC_MMX in x86_get_ipa_tdesc_idx

[PATCH 08/22] [GDBserver] Centralize tdesc for i386-linux

[PATCH 09/22] [GDBserver] unit test to i386_tdesc

[PATCH 1/2] [GCC] Improve regexp handling on libc[cp]1::compiler_triplet_regexp::find

[PATCH 1/2] Add FreeBSD/aarch64 architecture.

[PATCH 1/2] Remove x32 non-linux target descriptions

[PATCH 1/3] Fix compile in the !HAVE_KINFO_GETVMMAP case.

[PATCH 1/3] Introduce gdb::array_view

[PATCH 1/3] Put selftests api into selftests namespace

[PATCH 1/4] Fix indentation for printing Fortran types with pointers

[PATCH 1/4] Improve "'g' reply is is to long" error message

RE: [PATCH 1/6] DWARF: Don't add nameless modules to partial symbol table.

[PATCH 1/7] Regcache: Subclass ptid functionality to target_regcache

[PATCH 10/22] Dynamically composite xml in reply to GDB

[PATCH 11/22] Share i386-linux target description between GDB and GDBserver

[PATCH 12/22] Remove features/i386/i386-*linux.c

[PATCH 13/22] [GDBserver] Use pre-generated tdesc as test

[PATCH 14/22] [GDBserver] Shorten srv_i386_linux_xmlfiles

[PATCH 15/22] Update comments in amd64_linux_core_read_description

[PATCH 16/22] Centralize amd64-linux target descriptions

[PATCH 17/22] Lazily and dynamically create amd64-linux target descriptions

[PATCH 18/22] Convert amd64-linux target descriptions

[PATCH 19/22] [GDBserver] Use pre-generated amd64-linux tdesc as test

[PATCH 2/2] [GDB] Add trailing dash on triplet regexp

[PATCH 2/2] Add native target for FreeBSD/aarch64.

[PATCH 2/2] Clean up x86 non-linux GDBserver target descriptions

[PATCH 2/3] Remove some GDB specific stuff from selftest.c

[PATCH 2/3] Replace remaining cleanups in fbsd-nat.c.

[PATCH 2/3] struct symtabs_and_lines -> std::vector<symtab_and_line>

[PATCH 2/4] Fortran: Testsuite, fix differences in type naming.

[PATCH 2/4] Read stop_pc after updating the gdbarch when exec'ing

Re: [PATCH 2/6] Delegate opcodes to select disassembler in GDB

[PATCH 2/7] Regcache: Only target_regcache reads/writes go to the target

[PATCH 20/22] [GDBserver] Shorten srv_amd64_linux_xmlfiles

[PATCH 21/22] Remove features/i386/amd64-*linux.c and features/i386/x32-*linux.c

[PATCH 22/22] Convert the rest x86 target descriptions

Re: [PATCH 25/40] Introduce lookup_name_info and generalize Ada's FULL/WILD name matching

Re: [PATCH 26/40] Optimize .gdb_index symbol name searching

Re: [PATCH 27/40] Make cp_remove_params return a unique_ptr

Re: [PATCH 28/40] lookup_name_info::make_ignore_params

Re: [PATCH 29/40] Simplify completion_list_add_name | remove sym_text / sym_text_len

Re: [PATCH 3/3] Create arch_lwp_info class hierarchy

[PATCH 3/3] GDBserver self tests

[PATCH 3/3] Kill init_sal

[PATCH 3/3] Replace home-grown linked-lists in FreeBSD's native target with std::list.

[PATCH 3/4] Add thread after updating gdbarch when exec'ing

[PATCH 3/4] fortran: Testsuite, fix typos in vla-value.

Re: [PATCH 3/6] Fortran: Ptype, print type extension.

[PATCH 3/7]: Regcache: Remove xmalloc/xfree methods

Re: [PATCH 30/40] Use search_domain::FUNCTIONS_DOMAIN when setting breakpoints

Re: [PATCH 31/40] Handle custom completion match prefix / LCD

Re: [PATCH 32/40] Make "break foo" find "A::foo", A::B::foo", etc. [C++ and wild matching]

Re: [PATCH 33/40] Make the linespec/location completer ignore data symbols

Re: [PATCH 34/40] Make strcmp_iw NOT ignore whitespace in the middle of tokens

Re: [PATCH 35/40] Comprehensive C++ linespec/completer tests

Re: [PATCH 36/40] Add comprehensive C++ operator linespec/location/completion tests

Re: [PATCH 37/40] Fix completing an empty string

Re: [PATCH 38/40] Use TOLOWER in SYMBOL_HASH_NEXT

Re: [PATCH 39/40] Breakpoints in symbols with ABI tags (PR c++/19436)

[PATCH 4/4] Remove C/C++ relevant code in Fortran specific file.

[PATCH 4/4] Test different follow-exec-mode settings in gdb.multi/multi-arch-exec.exp

RE: [PATCH 4/6] Dwarf: Fortran, support DW_TAG_entry_point.

[PATCH 4/7] Regcache: Refactor dup/cpy/save/restore

Re: [PATCH 4/9] Reset *THIS_CACHE in frame_unwind_try_unwinder in case of exception

[PATCH 5/7]: Regcache: Allow writable regcache

[PATCH 6/7]: Regcache: jit should use a writable regcache

[PATCH 7/7]: Regcache: Refactor raw_set_cached_value

[PATCH OBV] Add missing ChangeLog entry in 8.0 branch

Re: [PATCH v1 1/1] list actual code around more than one locations

[PATCH v2 0/2] Initial support for FreeBSD/aarch64

[PATCH v2 0/3] Some C++-ification of the FreeBSD target

[PATCH v2 0/6] Some Fortran Patches

[PATCH v2 1/2] Add FreeBSD/aarch64 architecture.

[PATCH v2 1/3] Fix compile in the !HAVE_KINFO_GETVMMAP case.

[PATCH v2 1/6] DWARF: Don't add nameless modules to partial symbol table.

[PATCH v2 2/2] Add native target for FreeBSD/aarch64.

[PATCH v2 2/3] Replace remaining cleanups in fbsd-nat.c.

[PATCH v2 2/6] Fortran: Accessing fields of inherited types via fully qualified name.

[PATCH v2 3/3] Replace home-grown linked-lists in FreeBSD's native target with STL lists.

[PATCH v2 3/6] Fortran: Ptype, print type extension.

[PATCH v2 4/6] Dwarf: Fortran, support DW_TAG_entry_point.

[PATCH v2 5/6] Fortran: Enable setting breakpoint on nested functions.

[PATCH v2 6/6] Fortran: Nested functions, add scope parameter.

[PATCH v2] Add shortcuts for "nexti" and "stepi" commands in Single-Key mode

[PATCH v2] break gdb build on 32-bit host with ADI support

[PATCH v2] gdbarch: Use an anonymous union for target data in `gdbarch_info'

[PATCH v2] gdbserver: linux_low: elf_64_file_p cache results

Re: [PATCH v2] Implement the ability to set/unset environment variables to GDBserver when starting the inferior

[PATCH v2] PR breakpoints/21886: mem-break: Fix breakpoint insertion location

Re: [PATCH v2] xtensa: Properly strdup string when building reggroup

[PATCH v3 0/6] Some Fortran Patches

[PATCH v3 1/6] DWARF: Don't add nameless modules to partial symbol table.

[PATCH v3 2/6] Fortran: Accessing fields of inherited types via fully qualified name.

[PATCH v3 3/6] Fortran: Ptype, print type extension.

[PATCH v3 4/6] Dwarf: Fortran, support DW_TAG_entry_point.

[PATCH v3 5/6] Fortran: Enable setting breakpoint on nested functions.

[PATCH v3 6/6] Fortran: Nested functions, add scope parameter.

[PATCH v3] Add shortcuts for "nexti" and "stepi" commands in Single-Key mode

[PATCH v3] Implement the ability to set/unset environment variables to GDBserver when starting the inferior

[PATCH v3] Unbreak gdb build on 32-bit host with ADI support

Re: [PATCH v4 0/5] sim port for OpenRISC

[PATCH v4 0/7] Thread handle to thread info mapping

Re: [PATCH v4 1/5] sim: cgen: add remainder functions (needed for OR1K lf.rem.[sd])

Re: [PATCH v4 1/7] Add target method for converting thread handle to thread_info struct pointer

Re: [PATCH v4 2/7] Add `thread_from_thread_handle' method to (Python) gdb.Inferior

Re: [PATCH v4 3/7] Documentation for Inferior.thread_from_thread_handle

Re: [PATCH v4 4/7] Test case for Inferior.thread_from_thread_handle

Re: [PATCH v4 5/7] Add thread_db_notice_clone to gdbserver

Re: [PATCH v4 6/7] Add thread_handle_to_thread_info support for remote targets

Re: [PATCH v4 7/7] Documentation for qXfer:threads:read handle attribute

Re: [PATCH v4] gdb: ADI support

[PATCH v4] Implement the ability to set/unset environment variables to GDBserver when starting the inferior

[PATCH v5] Implement the ability to set/unset environment variables to GDBserver when starting the inferior

[PATCH v6] gdb: ADI support

[PATCH v7] gdb: ADI support

[PATCH v8] gdb: ADI support

[patch+8.0.1] Fix T-stopped detach regression on old kernels

Re: [patch+8.0] DWARF-5 Fix DW_FORM_implicit_const

Re: [patch+80] DWARF-5: Fix -fdebug-types-section

Re: [PATCH, MIPS] Extract PID from core dump file

[PATCH/RFC] Implement the ability to set the current working directory in GDBserver

[PATCH] [ARM] Mark USER_SPECIFIED_MACHINE_TYPE in disassemble_info.flags

[PATCH] Add a 'starti' command.

[PATCH] break gdb build on 32-bit host with ADI support

[PATCH] Clarify "list" output when specified lines are ambiguous

Re: [PATCH] define_command: Don't convert command name to lower case

Re: [PATCH] doc: Fix copy-pasto in Z0 packet documentation

[PATCH] fix bug PR 21213 and add test case

[PATCH] Fix dwarf2_string_attr for -gsplit-dwarf

[PATCH] Fix leak of auto_obstack objfile_per_bfd_storage->storage_obstack;

[PATCH] Fix memory leak in cp-support.c (cp_canonicalize_string)

[PATCH] Fix PR remote/21852: Remote run without specifying a local binary crashes GDB

Re: [PATCH] Fix type casts losing typedefs and reimplement "whatis" typedef stripping

[PATCH] Free synthsyms and member names in function elf_read_minimal_symbols.

[PATCH] GDB testsuite: Suppress GCC's colored output

[PATCH] GDB/opcodes: Remove arch/mach/endian disassembler assertions

[PATCH] gdbserver: linux_low: elf_64_file_p cache results

Re: [PATCH] Handle function aliases better (PR gdb/19487, errno printing)

[PATCH] Honor an existing CC_FOR_BUILD in the environment for sim.

[PATCH] Introduce dw2_linkage_name and dw2_linkage_name_attr.

[PATCH] Make target_waitstatus_to_string return an std::string

[PATCH] mem-break: Fix breakpoint insertion location

[PATCH] Mention new TUI Single-Key mode shortcuts for nexti and stepi in NEWS

[PATCH] More gdb/skip.c C++ification

[PATCH] Plug line_header leaks (Re: Synthetic symbol leak in in elf_x86_64_get_synthetic_symtab and elf_read_minimal_symbols)

[PATCH] PR21985: set inferior-tty doesn't work for remote or sim

[PATCH] remote-sim.c: Fix arg variables conflicts

[PATCH] Rename some command functions

Re: [PATCH] Replace regbuf with regcache in record-full.c

[PATCH] testsuite: Exclude end-of-line characters from get_valueof result

[PATCH] Use an array type (lwpid_t[]) for the array of lwp IDs.

[patchv2+8.0] DWARF-5 Fix DW_FORM_implicit_const

[PING] [PATCH v1 1/1] list actual code around more than one locations

[PING][PATCH v3] Add shortcuts for "nexti" and "stepi" commands in Single-Key mode

Re: [PING][PATCH] Add shortcuts for "nexti" and "stepi" commands in Single-Key mode

[PUSHED 1/2] compile: set debug compile: Display GCC driver filename

[PUSHED 2/2] compile: Add 'set compile-gcc'

[PUSHED obv] Fix compile on big-endian platforms in siginfo_t converter.

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

[PUSHED] Add shortcuts for "nexti" and "stepi" commands in Single-Key mode

[pushed] Add test for "List actual code around more than one location" change (Re: [PATCH v1 1/1] list actual code around more than one locations)

[pushed] Allow gdb::unique_xmalloc_ptr<T[]>

[pushed] gdb.base/commands.exp: Remove unused global references

[pushed] gdbserver: Rename some functions, thread -> inferior

[PUSHED] Mention new TUI Single-Key mode shortcuts for nexti and stepi in NEWS

[pushed] Plug source_command leak

[pushed] Remove unused function set_inferior_target_data

Re: [pushed] s390-vregs.exp: Fix Tcl error after non-zero-pad patch

[PUSHED] Unbreak GDBserver build for x32

[python] Allow explicit locations in breakpoints.

[RFA 0/2] small clean ups in breakpoint allocation

[RFA 0/3] some C++-ification in breakpoint.c

[RFA 0/5] simple string changes

[RFA 00/10] some string cleanup removal

[RFA 01/10] Return std::string from memory_error_message

[RFA 02/10] Use std::string thread.c

[RFA 03/10] Use unique_xmalloc_ptr in env_execute_cli_command

[RFA 04/10] Use std::string in mi_cmd_interpreter_exec

[RFA 05/10] Use unique_xmalloc_ptr in cd_command

[RFA 06/10] Use std::string in do_set_command

[RFA 07/10] Use std::string and unique_xmalloc_ptr in demangle_command

[RFA 08/10] Return std::string from perror_string

[RFA 09/10] Use std::string and unique_xmalloc_ptr in compile/ code

Re: [RFA 09/23] Remove close cleanup

[RFA 1/2] Fix erroneous cleanup use in add_solib_catchpoint

Re: [RFA 1/2] Fix two regressions in scalar printing

[RFA 1/3] Allocate bpstats with new

[RFA 1/5] Change gdb_abspath to return a unique_xmalloc_ptr

[RFA 10/10] Use std::string in reopen_exec_file

[RFA 2/2] Change install_breakpoint to take a std::unique_ptr

[RFA 2/3] Use function_view in a couple of places in breakpoint.c

[RFA 2/5] Change gdb_realpath_keepfile to return a unique_xmalloc_ptr

[RFA 3/3] Change counted_command_line to a shared_ptr

[RFA 3/5] Change gdb_realpath to return a unique_xmalloc_ptr

[RFA 4/5] Change rewrite_source_path to return a unique_xmalloc_ptr

[RFA 5/5] Change psymtab_search_name to return a unique_xmalloc_ptr

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

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

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

[RFA v2 03/13] Allow elision of some filtered frames

[RFA v2 04/13] Remove EXT_LANG_BT_COMPLETED

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

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

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

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

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

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

Re: [RFA v2 10/24] Remove make_cleanup_restore_current_language

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

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

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

[RFA v3 00/23] More miscellaneous C++-ification

[RFA v3 01/23] Introduce and use ui_out_emit_table

[RFA v3 02/23] Introduce and use gdb_file_up

[RFA v3 03/23] Change return type of find_and_open_script

[RFA v3 04/23] Use gdb_file_up in fbsd-nat.c

[RFA v3 05/23] Use gdb_file_up in source.c

[RFA v3 06/23] Change open_terminal_stream to return a gdb_file_up

[RFA v3 07/23] Remove make_cleanup_fclose

[RFA v3 08/23] Remove an unlink cleanup

[RFA v3 09/23] Remove make_cleanup_restore_current_language

[RFA v3 10/23] Remove make_cleanup_free_so

[RFA v3 11/23] More uses of scoped_restore

[RFA v3 12/23] Replace tui_restore_gdbout with scoped_restore

[RFA v3 13/23] Use unique_xmalloc_ptr in jit.c

[RFA v3 14/23] Use containers to avoid cleanups

[RFA v3 15/23] Remove in_user_command

[RFA v3 16/23] Remove user_call_depth

[RFA v3 17/23] Use a scoped_restore for command_nest_depth

[RFA v3 18/23] Replace do_restore_instream_cleanup with scoped_restore

[RFA v3 19/23] Avoid some manual memory management in Python

[RFA v3 20/23] Remove a cleanup in Python

[RFA v3 21/23] Introduce gdb_argv, a class wrapper for buildargv

[RFA v3 22/23] Use gdb_argv in Python

[RFA v3 23/23] Remove make_cleanup_freeargv and gdb_buildargv

[RFA] C++-ify skip.c

[RFA] enable/disable sub breakpoint range

[RFA] Fix memory leak in add_symbol_file_command

Re: [RFA] Make "bt N" print correct number of frames when using a frame filter

[RFA] Remove save_inferior_ptid

[RFA] Use gdb::unique_xmalloc_ptr when calling tilde_expand

[RFA] Use std::move in a few places

Re: Check for truncated registers in process_g_packet

Garbarge collector eats gdb.selected_thread().inferior

heads up: one week to 8.0.1 planned release time

hurd: fix RPC stubs names

hurd: update RPC prototypes

Memory leak: d_growable_string_resize..cp_canonicalize_string

Re: Oh dear. I regret to inform you that commit 'PR22048, Incorrect .eh_frame section in libc.so' might be unfortunate

Re: Oh dear. I regret to inform you that commit 'remove param "dispp" from ada-lang.c::ada_lookup_struct_elt_type' might be unfortunate

patch pings

ping: [PATCH v3] Unbreak gdb build on 32-bit host with ADI support

Synthetic symbol leak in in elf_x86_64_get_synthetic_symtab and elf_read_minimal_symbols

test2


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