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

Re: [binutils patch] DWARF-5: readelf: .debug_names

[commit/obvious] Fix possible bug when no args have been provided to the executable

[commit/obvious] Include <signal.h> on gdbserver/fork-child.c (and fix regressions)

[commit/obvious] Update comment on gdb_environ::unset

[commit/obvious] Use '::iterator' instead of '::const_iterator' on environ.c (and fix breakage on early versions of libstdc++)

Re: [gcc patch] DWARF-5: Define DW_IDX_GNU_static and DW_IDX_GNU_external

[OB PATCH] Use obstack_grow_str

[PATCH 0/2] Couple of small fixes to gdb.mi/mi-vla-fortran.exp test

[PATCH 0/2] Support fs_base and gs_base for native FreeBSD/amd64

[PATCH 0/3] Support for arbitrary reggroups

[PATCH 0/3] Third series towards a warning-less clang build

[PATCH 0/4] Get rid of some more warnings given by clang

[PATCH 0/5] Remove a few hurdles of compiling with clang

[PATCH 0/8] Add support for $_siginfo on FreeBSD

Re: [PATCH 00/25 V2] Make GDB builtin target descriptions more flexible

[PATCH 00/25 V2] Make GDB builtin target descriptions more flexible

[PATCH 00/40] C++ debugging improvements: breakpoints, TAB completion, more

[PATCH 01/25] Move initialize_tdesc_mips* calls from mips-linux-nat.c to mips-linux-tdep.c

[PATCH 01/40] Make gdb.base/dmsym.exp independent of "set language ada"

Re: [PATCH 02/25] Adjust the order of 32bit-linux.xml and 32bit-sse.xml in i386/i386-linux.xml

[PATCH 02/25] Adjust the order of 32bit-linux.xml and 32bit-sse.xml in i386/i386-linux.xml

[PATCH 02/40] Eliminate make_cleanup_obstack_free, introduce auto_obstack

[PATCH 03/25] Class-fy tdesc_reg tdesc_type and tdesc_feature

[PATCH 03/40] Fix gdb.base/completion.exp with --target_board=dwarf4-gdb-index

[PATCH 04/25] Centralize i386 linux target descriptions

[PATCH 04/40] Fix TAB-completion + .gdb_index slowness (generalize filename_seen_cache)

[PATCH 05/25] Use visitor pattern for "maint print c-tdesc"

Re: [PATCH 05/40] command.h: Include common/scoped_restore.h

[PATCH 05/40] command.h: Include scoped_restore_command.h

[PATCH 06/25] Generate c for feature instead of tdesc

[PATCH 06/40] Expression completer should not match explicit location options

[PATCH 07/25] Lazily and dynamically create i386-linux target descriptions

[PATCH 07/40] objfile_per_bfd_storage non-POD

[PATCH 08/25] Add "maint check xml-descriptions" to test builtin xml target descriptions

[PATCH 08/40] completion_list_add_name wrapper functions

[PATCH 09/25] Use target_desc fields expedite_regs and xmltarget ifndef IN_PROCESS_AGENT

[PATCH 09/40] Rename make_symbol_completion_list_fn -> symbol_completer

[PATCH 1/1] Adjust fallback definition of DBREG_DRX for netbsd

[PATCH 1/1] Need _KMEMUSER for including sys/proc.h on netbsd

[PATCH 1/2] aix: Add fork-inferior.o to NATDEPFILES

[PATCH 1/2] C++: Sync libiberty with upstream GCC.

[PATCH 1/2] gdb: Fix parameter passing to mi_create_breakpoint

[PATCH 1/2] Include the fs_base and gs_base registers in amd64 target descriptions.

[PATCH 1/3] ada-lex: Ignore warnings about register keyword

[PATCH 1/3] Introduce and use new_breakpoint_from_type

Re: [PATCH 1/3] reggroups: Add test and docs for `info reg $reggroup` feature

Re: [PATCH 1/3] reggroups: Add test and docs for `info reg $reggroup` feature

[PATCH 1/3] reggroups: Add test and docs for `info reg $reggroup` feature

[PATCH 1/4] environ-selftests: Ignore -Wself-move warning

[PATCH 1/5] gdb: Pass -x c++ to the compiler

[PATCH 1/6] Code cleanup: dwarf2read.c:uniquify_cu_indices: Use std::unique

[PATCH 1/8] Implement the "get_siginfo_type" gdbarch method for FreeBSD architectures.

Re: [PATCH 10/11] Add XTENSA_MAX_REGISTER_SIZE

[PATCH 10/25] Adjust code generated by regformats/regdat.sh

[PATCH 10/40] Clean up "completer_handle_brkchars" callback handling

Re: [PATCH 11/11] Add SH_MAX_REGISTER_SIZE and SH64_MAX_REGISTER_SIZE

[PATCH 11/25] Use VEC for target_desc.reg_defs

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

[PATCH 12/25] [GDBserver] Centralize tdesc for i386-linux

[PATCH 12/40] "complete" command and completion word break characters

[PATCH 13/25] Dynamically create tdesc in GDBserver

[PATCH 13/40] Introduce strncmp_iw

[PATCH 14/25] [RFC] GDBserver self test

[PATCH 14/40] Introduce CP_OPERATOR_STR/CP_OPERATOR_LEN and use throughout

[PATCH 15/25] [RFC] GDBserver unit test to i386_tdesc

[PATCH 15/40] Rewrite/enhance explicit locations completer, parse left->right

[PATCH 16/25] Dynamically composite xml in reply to GDB

[PATCH 16/40] Explicit locations -label completer

[PATCH 17/25] Remove features/i386/i386-*linux.c

[PATCH 17/40] Linespec lexing and C++ operators

[PATCH 18/25] [GDBserver] Use pre-generated tdesc as test

[PATCH 18/40] A smarter linespec completer

[PATCH 19/25] GDBserver: remove srv_i386_linux_xmlfiles

[PATCH 19/40] Fix cp_find_first_component_aux bug

Re: [PATCH 2/11] Add IA64_MAX_REGISTER_SIZE

[PATCH 2/2] D: Sync libiberty with upstream GCC.

[PATCH 2/2] darwin: Add fork-inferior.o to NATDEPFILES

[PATCH 2/2] gdb: Make some test names unique

[PATCH 2/2] Support the fs_base and gs_base registers on FreeBSD/amd64 native processes.

[PATCH 2/3 v2] vec: Silence -Wunused-function warnings on clang

[PATCH 2/3] Create struct type for longjmp breakpoint

[PATCH 2/3] reggroups: Convert reggroups from post_init to pre_init

[PATCH 2/3] vec: Silence -Wunused-function warnings on clang

[PATCH 2/4] x86-dregs: Print debug registers one per line

[PATCH 2/5] gdb: Use -Werror when checking for (un)supported warning flags

[PATCH 2/6] Code cleanup: dwarf2read.c: Eliminate ::file_write

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

[PATCH 2/8] Fetch signal information for native FreeBSD processes.

[PATCH 20/25] Centralize amd64-linux target descriptions

[PATCH 20/40] Eliminate block_iter_name_*

[PATCH 21/25] Lazily and dynamically create amd64-linux target descriptions

[PATCH 21/40] Use SYMBOL_MATCHES_SEARCH_NAME some more

[PATCH 22/25] Regenerate two regformats/i386/.dat files

[PATCH 22/40] get_int_var_value

[PATCH 23/25] [GDBserver] Convert amd64-linux target descriptions

[PATCH 23/40] Make language_def O(1)

[PATCH 24/25] [GDBserver] Use pre-generated amd64-linux tdesc as test

[PATCH 24/40] Per-language symbol name hashing algorithm

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

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

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

[PATCH 27/40] Make cp_remove_params return a unique_ptr

[PATCH 28/40] lookup_name_info::make_ignore_params

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

[PATCH 3.1/6] DWARF-5: .debug_names index producer

Re: [PATCH 3/11] Add MIPS_MAX_REGISTER_SIZE (4/4)

[PATCH 3/2] darwin-nat: Add missing include

[PATCH 3/3] C++ify breakpoint class hierarchy (destructors only)

[PATCH 3/3] record-full: Remove unused function netorder16

Re: [PATCH 3/3] tdesc: handle arbitrary strings in tdesc_register_in_reggroup_p

[PATCH 3/3] tdesc: handle arbitrary strings in tdesc_register_in_reggroup_p

Re: [PATCH 3/4] dtrace-probe: Put semicolon after while on its own line

Re: [PATCH 3/4] dtrace-probe: Put semicolon after while on its own line

[PATCH 3/4] dtrace-probe: Put semicolon after while on its own line

[PATCH 3/5] gdb: Add -Wno-mismatched-tags

[PATCH 3/6] Code cleanup: dwarf2read.c: Add data_buf::append_uint

[PATCH 3/8] Move the thread_section_name class to gdbcore.h.

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

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

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

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

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

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

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

[PATCH 37/40] Fix completing an empty string

[PATCH 38/40] Use TOLOWER in SYMBOL_HASH_NEXT

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

Re: [PATCH 4/4] Don't throw an error in 'info registers' for unavailable MIPS GP registers.

[PATCH 4/4] main: Don't add int to string

[PATCH 4/5] linux-low: Remove usage of "register" keyword

[PATCH 4/6] .gdb_index prod perf regression: find before insert in unordered_map

[PATCH 4/8] Add a new gdbarch method to fetch signal information from core files.

[PATCH 40/40] Document breakpoints / linespec & co improvements (manual + NEWS)

[PATCH 5/5] Add ATTRIBUTE_PRINTF to trace_start_error

Re: [PATCH 5/5] Add support for Intel PKRU register to GDB and GDBserver.

Re: [PATCH 5/5] Add support for Intel PKRU register to GDB and GDBserver.

[PATCH 5/6] .gdb_index prod perf regression: Estimate size of psyms_seen

[PATCH 5/8] Use the thread_section_name helper class in fbsd_core_thread_name.

Re: [PATCH 6/11] Add ALPHA_MAX_REGISTER_SIZE

[PATCH 6/6] .gdb_index prod perf regression: mapped_symtab now vector of values

[PATCH 6/8] Recognize the recently-added FreeBSD core dump note for LWP info.

[PATCH 7/8] Create psuedo sections for FreeBSD NT_PTLWPINFO core notes.

[PATCH 8/8] Read signal information from FreeBSD core dumps.

Re: [PATCH 9/11] Add MN10300_MAX_REGISTER_SIZE (2)

[PATCH obv] gdbserver/Makefile.in: Sort IPA_OBJS

[PATCH OBV] Remove declaration of set_register_cache from regdef.h

[PATCH v2 0/4] Support for arbitrary reggroups

[PATCH v2 0/5] DWARF-5: .debug_names index

Re: [PATCH v2 00/19] Various DWARF piece fixes

[PATCH v2 1/4] reggroups: Add test and docs for `info reg $reggroup` feature

[PATCH v2 1/5] cc-with-tweaks.sh: Use gdb-add-index.sh

Re: [PATCH v2 13/19] Fix handling of DWARF register pieces on big-endian targets

Re: [PATCH v2 14/19] read/write_pieced_value: Improve logic for buffer allocation

Re: [PATCH v2 14/19] read/write_pieced_value: Improve logic for buffer allocation

Re: [PATCH v2 16/19] read/write_pieced_value: Remove unnecessary variable copies

Re: [PATCH v2 19/19] read/write_pieced_value: Merge into one function

[PATCH v2 2/4] reggroups: Convert reggroups from post_init to pre_init

[PATCH v2 2/5] DWARF-5: .debug_names index producer

[PATCH v2 3/4] reggroups: Create reggroup_gdbarch_new for dynamic reggroups

[PATCH v2 3/5] Code cleanup: dwarf2_initialize_objfile return value

[PATCH v2 4/4] tdesc: handle arbitrary strings in tdesc_register_in_reggroup_p

[PATCH v2 4/5] Refactor: Move some generic code out of .gdb_index code

[PATCH v2 5/5] DWARF-5: .debug_names index consumer

[PATCH v2] arc: Select CPU model properly before disassembling

[PATCH v2] Don't throw an error in 'info registers' for unavailable MIPS registers.

[PATCH v2] environ-selftests: Ignore -Wself-move warning

[PATCH v2] gdb: ADI support

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

[PATCH v3 0/5] DWARF-5: .debug_names index

[PATCH v3 1/5] cc-with-tweaks.sh: Use gdb-add-index.sh

[PATCH v3 2/5] DWARF-5: .debug_names index producer

[PATCH v3 3/5] Code cleanup: dwarf2_initialize_objfile return value

[PATCH v3 4/5] Refactor: Move some generic code out of .gdb_index code

[PATCH v3 5/5] DWARF-5: .debug_names index consumer

[PATCH v3.1 2/5] DWARF-5: .debug_names index producer

[PATCH v3.1 5/5] DWARF-5: .debug_names index consumer

[PATCH v3.2 2/5] DWARF-5: .debug_names index producer

[PATCH v3] arc: Select CPU model properly before disassembling

[PATCH v3] gdb: ADI support

Re: [PATCH v3] Introduce "set debug separate-debug-file"

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

[PATCH v4] C++ify gdb/common/environ.c

[PATCH v5] C++ify gdb/common/environ.c

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

[PATCH v6] C++ify gdb/common/environ.c

[PATCH v7 0/4] Implement the ability to start inferiors with a shell on gdbserver

Re: [PATCH v7 1/4] gdb: Add OpenRISC or1k and or1knd target support

[PATCH v7 1/4] Move parts of inferior job control to common/

Re: [PATCH v7 2/4] gdb: testsuite: Add or1k l.nop instruction

[PATCH v7 2/4] Share parts of gdb/gdbthread.h with gdbserver

Re: [PATCH v7 3/4] gdb: testsuite: Add or1k tdesc-regs.exp test support

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

[PATCH v7 4/4] Implement proper "startup-with-shell" support on gdbserver

[PATCH v7] C++ify gdb/common/environ.c

[PATCH v8] C++ify gdb/common/environ.c

[patch+8.0] DWARF-5 Fix DW_FORM_implicit_const

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

[PATCH, committed] Update GDB test case for new ppc lnia extended mnemonic.

[PATCH] Add responsible maintainers for Xtensa

[PATCH] arc: Select CPU model properly before disassembling

Re: [PATCH] Change to_xfer_partial doc to use addressable memory units

[PATCH] compile-loc2c: Fix uninitialized variable error

[PATCH] Compute proper length for dynamic types of TYPE_CODE_TYPEDEF

[PATCH] darwin: Do not add a dummy thread

[PATCH] Don't use print_insn_XXX in GDB

Re: [PATCH] Fission support for multiple CUs per DWO file

Re: [PATCH] Fix PR 21337 (v3): segfault when re-reading symbols with remote debugging.

Re: [PATCH] Fix PR 21337 (v4): segfault when re-reading symbols with remote debugging.

[PATCH] Fix PR gdb/21606: SYMBOL_FUNCTIONS_DOMAIN misspelled in documentation

[PATCH] Fix PR/21658: gdbserver doesn't start on some libcs

Re: [PATCH] Fix python compatibility with old gdb versions

Re: [PATCH] Fix python compatibility with old versions of GDB

[PATCH] Fix register selection in var-access.exp

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

Re: [PATCH] Fix usage of to_string() for pretty-printers with children

[PATCH] gdb: ADI support

[PATCH] gdb: Unset PROMPT_COMMAND before testing

[PATCH] gdbarch: Remove displaced_step_free_closure

[PATCH] Implement the ability to transmit environment variables to GDBserver when starting the inferior

Re: [PATCH] Introduce gdb::byte_vector, add allocator that default-initializes

[PATCH] Introduce gdb::byte_vector, add allocator that default-initializes

Re: [PATCH] Look for FIR in the last FreeBSD/mips floating-point register.

Re: [PATCH] Look for FIR in the last FreeBSD/mips floating-point register.

[PATCH] Maxim Grigoriev stepping down as Xtensa maintainer

[PATCH] nat/linux-ptrace.c: add missing gdb_byte* cast

[PATCH] PR cli/21688: Detect aliases when issuing python/compile/guile commands (and fix last commit)

[PATCH] PR cli/21688: Fix multi-line/inline command differentiation

[PATCH] PR gdb/21574: Mention $SHELL and startup-with-shell on "help run"

Re: [PATCH] PR tui/21599: GDB crashes if TUI terminal window is made too small

[PATCH] PR tui/21599: GDB crashes if TUI terminal window is made too small

[PATCH] Record/output access specifiers for class typedefs

[PATCH] Remove a MAX_REGISTER_SIZE from frame.c

[PATCH] Remove an instance of MAX_REGISTER_SIZE from record-full.c

[PATCH] Remove MAX_REGISTER_SIZE from mi/mi-main.c

[PATCH] Remove MAX_REGISTER_SIZE from py-unwind.c

Re: [PATCH] Remove MAX_REGISTER_SIZE from regcache.c

Re: [PATCH] Remove MAX_REGISTER_SIZE from remote-sim.c

[PATCH] Remove one line comment

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

[PATCH] sim: microblaze: breakpoint inst check + a couple of questions

Re: [PATCH] sim: microblaze: target endianess recognition fix

[PATCH] Simplify regcache_cpy and remove regcache::cpy_no_passthrough

[PATCH] TLS access support in cross- Linux GDB

Re: [PATCH] Use delete instead of xfree for gdb_timer

[PATCH] Use getenv instead of gdb_environ on mi-cmd-env.c

Re: [PATCH] Use noncapturing subpattern/parens in gdb_test implementation

[PATCH] Use noncapturing subpattern/parens in gdb_test implementation

[PATCH] xtensa: Properly strdup string when building reggroup

Re: [PATCH][PR python/21460] Avoid segfault during Python cleanup

Re: [PING] Re: [PATCH v2] Define an error function in the PPC simulator library.

Re: [PING][PATCH] Fix PR 21337 (v3): segfault when re-reading symbols with remote debugging.

Re: [PING^2][PATCH] Fix PR 21337 (v3): segfault when re-reading symbols with remote debugging.

[pushed] .gdb_index writer: close the file before unlinking it (Re: [pushed] Re: [PATCH 1/6] Code cleanup: C++ify .gdb_index producer.)

[pushed] ada-lex: Ignore warnings about register keyword

[pushed] Add STRINGIFY to gdb/common/preprocessor.h

[pushed] C++ify breakpoint class hierarchy (destructors only)

[pushed] common/agent.h: Add missing include guards

[pushed] darwin: Do not add a dummy thread

Re: [pushed] Fix double free when running gdb.linespec/ls-errs.exp (PR breakpoints/21553)

[pushed] Fix double free when running gdb.linespec/ls-errs.exp (PR breakpoints/21553)

[pushed] Introduce compiled_regex, eliminate make_regfree_cleanup (Re: [RFA 2/2] C++-ify break-catch-throw)

[pushed] linux-nat: Remove unused parameter

[pushed] Re: [PATCH 1/6] Code cleanup: C++ify .gdb_index producer.

[pushed] x86-linux-nat: Remove unused arch_lwp_info structure

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

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

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

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

[RFA 0/2] C++-ify some breakpoint subclasses a bit more

[RFA 0/5] improve printing of 128 bit ints

Re: [RFA 01/10] Rationalize "backtrace" command line parsing

Re: [RFA 01/23] Introduce and use ui_out_emit_table

Re: [RFA 02/10] Change backtrace_command_1 calling to use flags

Re: [RFA 02/23] Introduce and use gdb_file_up

Re: [RFA 03/10] Allow elision of some filtered frames

Re: [RFA 03/23] Use gdb_file_up in find_and_open_script

Re: [RFA 04/10] Remove EXT_LANG_BT_COMPLETED

Re: [RFA 05/10] Avoid manual resource management in py-framefilter.c

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

Re: [RFA 06/10] Allow C-c to work in backtrace in more cases

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

Re: [RFA 07/10] Throw a "quit" on a KeyboardException in py-framefilter.c

Re: [RFA 07/23] Remove make_cleanup_fclose

Re: [RFA 08/10] Move some code later in backtrace_command_1

Re: [RFA 08/23] Remove an unlink cleanup

Re: [RFA 09/10] Return EXT_LANG_BT_ERROR in one more spot in py-framefilter.c

Re: [RFA 09/23] Remove close cleanup

[RFA 1/2] C++-ify break-catch-sig

[RFA 1/5] Don't always zero pad in print_*_chars

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

Re: [RFA 10/23] Remove make_cleanup_restore_current_language

Re: [RFA 11/23] Remove make_cleanup_free_so

Re: [RFA 12/23] More uses of scoped_restore

Re: [RFA 13/23] Replace tui_restore_gdbout with scoped_restore

Re: [RFA 14/23] Use unique_xmalloc_ptr in jit.c

Re: [RFA 15/23] Use std::vector to avoid cleanups

Re: [RFA 16/23] Remove in_user_command

Re: [RFA 17/23] Use a scoped_restore for user_call_depth

Re: [RFA 18/23] Use a scoped_restore for command_nest_depth

Re: [RFA 19/23] Replace do_restore_instream_cleanup with scoped_restore

[RFA 2/2] C++-ify break-catch-throw

[RFA 2/5] Let print_decimal_chars handle signed values

Re: [RFA 20/23] Avoid some manual memory management in Python

Re: [RFA 21/23] Remove a cleanup in Python

Re: [RFA 22/23] Make gdb_buildargv return a unique pointer

Re: [RFA 23/23] Use gdb_argv_up in Python

[RFA 3/5] Simplify print_scalar_formatted

[RFA 4/5] Remove val_print_type_code_int

[RFA 5/5] Add some 128-bit integer tests

Re: [RFA] Fix size check in dwarf2_evaluate_loc_desc_full

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

[RFC 0/5] New proc_service functionality for Infinity

Re: [RFC 0/5] xtensa: support dynamic configuration

[RFC 1/5] Add FS_BASE and GS_BASE to DWARF register table on amd64

[RFC 2/5] Add NT_GNU_INFINITY

Re: [RFC 2/5] xtensa: make configuration dynamic

Re: [RFC 2/7] Add unit test to builtin tdesc generated by xml

[RFC 3/5] Support ELF Infinity notes

Re: [RFC 3/5] xtensa: support dynconfig on windows

[RFC 4/5] Declare Infinity proc_service functions in gdb_proc_service.h

Re: [RFC 4/5] xtensa: make xtensa_modules dynamic

[RFC 5/5] Implement Infinity proc_service functions in GDB

[RFC v4 0/9] Support for Linux kernel debugging

[RFC v4 1/9] Convert substitute_path_component to C++

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

[RFC v4 3/9] Add basic Linux kernel support

[RFC v4 4/9] Add kernel module support for linux-kernel target

[RFC v4 5/9] Add commands for linux-kernel target

[RFC v4 6/9] Separate common s390-tdep.* from s390-linux-tdep.*

[RFC v4 7/9] Add privileged registers for s390x

[RFC v4 8/9] Link frame_info to thread_info

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

[RFC] LONGEST and ULONGEST function template instantiation

Automatically set the comment style to what we use

File name convention ARCH-OSABI-tdep.c

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

FYI: [PATCH 1/2] C++: Sync libiberty with upstream GCC.

Re: GDB 8.0 release update (2017-05-19)

gdb-8.0 branch FROZEN

gdb-8.0 branch OPEN for commits again

Re: MinGW compilation warnings in libiberty's waitpid.c

New ARI warning Thu Jun 8 01:57:26 UTC 2017

obsolete: [PATCH 0/6] DWARF-5: .debug_names index

obsolete: [PATCH v2 0/5] DWARF-5: .debug_names index

Re: Oh dear. I regret to inform you that commit 'More fixes for bfd_get_section_contents change' might be unfortunate

ping: [gcc patch] DWARF-5: Define DW_IDX_GNU_static and DW_IDX_GNU_external

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

Power/AltiVec question (Re: [RFA 0/5] improve printing of 128 bit ints)

Re: read correct xcoff auxiliary entry & skip reading @fix entries.

Regression: Re: [PATCH 2/6] Code cleanup: dwarf2read.c: Eliminate ::file_write

Remove MAX_REGISTER_SIZE from aarch64-tdep.c

Re: RFC: Add native support for Linux SH


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