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

[commit+8.0] [patch+8.0] release branch: Fix: --enable-werror

[commit/obvious] Fix PR 21352: Command tsave does not support -r argument

[ob/pushed] breakpoint.c: bp_location (the array) shadows bp_location (the type)

[ob/pushed] gdb/Makefile.in: Re-sort SUBDIR_UNITTESTS_SRCS/SUBDIR_UNITTESTS_OBS

[ob/pushed] gdb/thread.c: Fix whitespace throughout

[ob/pushed] Missed ChangeLog entries for last commit in March

[ob/pushed] Remove unnecessary set_gdbarch_gnu_triplet_regexp calls

[ob/pushed] struct breakpoint: Fix indentation

[ob/pushed] thread.c: ptid_equal -> operator==

[obv/commit] Fix build breakage from last commit (window-nat.c:windows_create_inferior)

[obv/commit] Fix build breakage on Cygwin (PR gdb/21385)

[obv/commit] Fix PR gdb/21364: Dead code due to an unreachable condition in osdata.c

[PATCH 0/2] Don't delete thread_info if refcount isn't zero

[PATCH 0/4 v2] Class-fy regcache in GDB

[PATCH 0/4] Cleanups for MIPS registers (mostly FreeBSD-specific)

[PATCH 0/4] Poison non-POD memset & non-trivially-copyable memcpy/memmove

[PATCH 0/4] Remove VEC (CORE_ADDR)

[PATCH 0/6] Class-fy regcache in GDB

[PATCH 0/7] C++fy xml-support.c and more gdb::optional

[PATCH 0/8] Fix removing inferiors from within "thread apply" commands

[PATCH 0/8] Python bindings for GDB record

[PATCH 0/9] Unit test to gdbarch methods register_to_value and value_to_register

[PATCH 0/9] Various DWARF piece fixes

[PATCH 00/10] Make lm_info class hierarchy

Re: [PATCH 00/18] gdb: Enable -Wwrite-strings (aka remove -Wno-write-strings)

[PATCH 00/18] gdb: Enable -Wwrite-strings (aka remove -Wno-write-strings)

[PATCH 01/10] Standardize darwin's lm_info

[PATCH 01/18] -Wwrite-strings: Constify struct disassemble_info's disassembler_options field

[PATCH 02/10] Make various lm_info implementations inherit from a base class

[PATCH 02/18] -Wwrite-strings: Constify macroexp.c:init_shared_buffer

[PATCH 03/10] Class-ify lm_info_aix

[PATCH 03/18] -Wwrite-strings: Don't initialize string command variables to empty string

[PATCH 04/10] Class-ify lm_info_dsbt

[PATCH 04/18] -Wwrite-strings: Constify shell_escape and plug make_command leak

[PATCH 05/10] Fix indentation of lm_info_frv

[PATCH 05/18] -Wwrite-strings: Constify warning_pre_print

[PATCH 06/10] Class-ify lm_info_frv

[PATCH 06/18] -Wwrite-strings: Constify target_pid_to_str and target_thread_extra_thread_info

[PATCH 07/10] Class-ify lm_info_target

[PATCH 07/18] -Wwrite-strings: Constify work break character arrays

[PATCH 08/10] Class-ify lm_info_svr4

[PATCH 08/18] -Wwrite-strings: Constify mi_cmd_argv_ftype's 'command' parameter

[PATCH 09/10] Class-ify lm_info_darwin

[PATCH 09/18] -Wwrite-strings: MI -info-os

[PATCH 1/11] Add ARM_MAX_REGISTER_SIZE

[PATCH 1/2] Hoist code on marking thread as exited

[PATCH 1/2] ptid_{lwp,tid}_p: Remove unnecessary checks

[PATCH 1/2] Remove dead code and "current" field from MI thread output doc

Re: [PATCH 1/2] RISC-V GDB Port

Re: [PATCH 1/2] This patch fixes GDBServer's run control for single stepping

[PATCH 1/3] btrace: work directly on begin and end pointers

[PATCH 1/4] Change field separator in gdbarch.sh

[PATCH 1/4] Class-fy regcache

[PATCH 1/4] Cleanups to FreeBSD/mips native register operations.

[PATCH 1/4] Make gdb_breakpoint return the breakpoint number

Re: [PATCH 1/5] dwarf2read.c: Some C++fycation, use std::vector, std::unique_ptr

Re: [PATCH 1/5] Poison non-POD memset & non-trivially-copyable memcpy/memmove

Re: [PATCH 1/5] Poison non-POD memset & non-trivially-copyable memcpy/memmove

[PATCH 1/5] Poison non-POD memset & non-trivially-copyable memcpy/memmove

[PATCH 1/6 OBV] Change readonly_p to bool

[PATCH 1/7] C++-ify gdb/xml-support.c a bit to eliminate cleanups

[PATCH 1/8] Python: Fix indentation in py-record-btrace.c

[PATCH 1/8] watch_command_1: Fix dangling frame access

[PATCH 1/9] Add test for modifiable DWARF locations

[PATCH 1/9] Clear GDB internal state after each unit test

[PATCH 10/10] Class-ify lm_info_windows

[PATCH 10/11] Add XTENSA_MAX_REGISTER_SIZE

[PATCH 10/18] -Wwrite-strings: gdbserver's 'port' parsing

[PATCH 11/11] Add SH_MAX_REGISTER_SIZE and SH64_MAX_REGISTER_SIZE

[PATCH 11/18] -Wwrite-strings: gdbserver/win32-low.c and TARGET_WAITKIND_EXECD

[PATCH 12/18] -Wwrite-strings: More fix-old-Python-API wrappers

[PATCH 13/18] -Wwrite-strings: Wrap PyGetSetDef for construction with string literals

[PATCH 14/18] -Wwrite-strings: Add a PyArg_ParseTupleAndKeywords "const char *" overload

[PATCH 15/18] -Wwrite-strings: execute_command calls with string literals

[PATCH 16/18] -Wwrite-strings: Some constification in gdb/breakpoint.c

[PATCH 17/18] -Wwrite-strings: The Rest

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

[PATCH 2/11] Add IA64_MAX_REGISTER_SIZE

[PATCH 2/2] Class-ify ptid_t

[PATCH 2/2] doc: Improve documentation about MI thread output

[PATCH 2/2] Don't delete thread_info if refcount isn't zero

[PATCH 2/3] config, btrace: check for pt_insn_event in libipt

Re: [PATCH 2/4] Change return type of gdbarch_software_single_step to vector<CORE_ADDR>

[PATCH 2/4] Change return type of gdbarch_software_single_step to vector<CORE_ADDR>

[PATCH 2/4] Make gdb_continue_to_breakpoint accept an expected breakpoint number

[PATCH 2/4] Simplify regcache_dup

[PATCH 2/4] Use mips_regnum instead of constants for FreeBSD/mips register operations.

Re: [PATCH 2/5] Don't memcpy non-trivially-copyable types: Make enum_flags triv. copyable

[PATCH 2/5] Don't memcpy non-trivially-copyable types: Make enum_flags triv. copyable

[PATCH 2/6] Add constructor and destructor to regcache

[PATCH 2/7] xml-support.c: Use std::vector

[PATCH 2/8] Fix follow-fork latent bug

[PATCH 2/8] Python: Fix exception handling in py-record-btrace.c

[PATCH 2/9] Fix size capping in write_pieced_value

[PATCH 3/11] Add MIPS_MAX_REGISTER_SIZE

[PATCH 3/3] btrace: support decoder events

[PATCH 3/4] Consistently use fprintf_filtered when displaying MIPS registers.

[PATCH 3/4] Handle thread-specific breakpoints on remote targets

[PATCH 3/4] Use std::vector in solib-target lm_info

[PATCH 3/4] Use tag dispatch regcache ctor in regcache_dup

[PATCH 3/5] Don't memset non-POD types: struct bp_location

Re: [PATCH 3/5] dwarf2read.c: Make dir_index and file_name_index strong typedefs

[PATCH 3/6] Class-fy regcache

[PATCH 3/7] More gdb::optional features

[PATCH 3/8] C++fy thread_apply_all_command

[PATCH 3/8] Python: Use correct ptid in btrace recording

Re: [PATCH 3/9] PR gdb/21226: Take DWARF stack value pieces from LSB end

[PATCH 3/9] PR gdb/21226: Take DWARF stack value pieces from LSB end

[PATCH 4/11] Add PPC_MAX_REGISTER_SIZE

[PATCH 4/4] Add new test for thread-specific breakpoints with conditions

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

[PATCH 4/4] Remove cleanup in get_return_value

[PATCH 4/4] Remove definition of VEC (CORE_ADDR)

[PATCH 4/5] Don't memset non-POD types: struct btrace_insn

Re: [PATCH 4/5] Make sect_offset and cu_offset strong typedefs instead of structs

[PATCH 4/6] Simplify regcache_dup

[PATCH 4/7] gdb::optional unit tests

[PATCH 4/8] Improve coverage of the PR threads/13217 regression test

[PATCH 4/8] Python: Remove ptid from gdb.Record interface

[PATCH 4/9] Remove addr_size field from struct piece_closure

[PATCH 4/9] Use XCNEW gdbarch_tdep

[PATCH 5/11] Add M32R_MAX_REGISTER_SIZE

[PATCH 5/5] Don't memset non-POD types: struct breakpoint

[PATCH 5/6] Use copy ctor in regcache_dup

Re: [PATCH 5/7] xml-support.c: Use std::string for growing string buffer

Re: [PATCH 5/7] xml-support.c: Use std::string for growing string buffer

[PATCH 5/7] xml-support.c: Use std::string for growing string buffer

[PATCH 5/8] GC inferior.c:init_inferior_list

[PATCH 5/8] Python: Introduce gdb.RecordGap class

Re: [PATCH 5/9] Fix issues in write_pieced_value when targeting bit-fields

[PATCH 5/9] Fix issues in write_pieced_value when targeting bit-fields

[PATCH 5/9] Restrict m68k_convert_register_p

[PATCH 6/11] Add ALPHA_MAX_REGISTER_SIZE

[PATCH 6/6] Remove cleanup in get_return_value

[PATCH 6/7] gdb_xml_parser: make data fields private and make more functions methods

[PATCH 6/8] Make inferior a class with cdtors, and use new/delete

[PATCH 6/8] Python: Move and rename gdb.BtraceInstruction

Re: [PATCH 6/9] Fix handling of DWARF register pieces on big-endian targets

[PATCH 6/9] Fix handling of DWARF register pieces on big-endian targets

[PATCH 6/9] Restrict ia64_convert_register_p

[PATCH 7/11] Add BFIN_MAX_REGISTER_SIZE

[PATCH 7/7] Eliminate obstack_printf

[PATCH 7/8] Make inferior::detaching a bool, and introduce scoped_restore::release()

[PATCH 7/8] Python: Move and rename gdb.BtraceFunction

Re: [PATCH 7/9] Improve logic for buffer allocation in read/write_pieced_value

[PATCH 7/9] Improve logic for buffer allocation in read/write_pieced_value

[PATCH 7/9] Restrict alpha_convert_register_p

[PATCH 8/11] Add FRV_MAX_REGISTER_SIZE

[PATCH 8/8] Fix removing inferiors from within "thread apply" commands

[PATCH 8/8] Python: Introduce gdb.Instruction class

[PATCH 8/9] Respect piece offset for DW_OP_bit_piece

[PATCH 8/9] Restrict i387_convert_register_p

[PATCH 9/11] Add MN10300_MAX_REGISTER_SIZE

Re: [PATCH 9/9] Add unit test to gdbarch methods register_to_value and value_to_register

Re: [PATCH 9/9] Add unit test to gdbarch methods register_to_value and value_to_register

[PATCH 9/9] Add unit test to gdbarch methods register_to_value and value_to_register

Re: [PATCH 9/9] Remove unnecessary copies of variables in read/write_pieced_value

[PATCH 9/9] Remove unnecessary copies of variables in read/write_pieced_value

[PATCH master/8.0] Change gdbarch_wchar_bit for AArch64 and ARM

[PATCH OBV 2/9] XCNEW gdbarch_tdep in rl78 and rx

[PATCH OBV 3/9] Fix a typo in rx_fpsw_type

[PATCH obv] Fix build error in aix-thread.c

[PATCH obv] remote.c: Use ptid_t instead of struct ptid

[PATCH OBV] Use floatformat_totalsize_bytes

[PATCH obv] windows-nat.c: Fix bad initialization of ptid

[PATCH pushed] gdbserver: Clear .deps on clean

Re: [PATCH v2 0/2] PR c++/21323: char16_t/char32_t/wchar_t built-in C++ types

[PATCH v2 0/4] Cleanups for MIPS registers (mostly FreeBSD-specific)

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

[PATCH v2 0/8] Python bindings for GDB record

[PATCH v2 1/4] Cleanups to FreeBSD/mips native register operations.

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

[PATCH v2 1/8] Python: Fix indentation in py-record-btrace.c

[PATCH v2 2/4] Use mips_regnum instead of constants for FreeBSD/mips register operations.

[PATCH v2 2/7] Add `thread_from_thread_handle' function to (Python) gdb module

[PATCH v2 2/8] Python: Fix exception handling in py-record-btrace.c

[PATCH v2 3/4] Consistently use fprintf_filtered when displaying MIPS registers.

[PATCH v2 3/7] Documentation for gdb.thread_from_thread_handle

[PATCH v2 3/8] Python: Use correct ptid in btrace recording

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

[PATCH v2 4/7] Test case for gdb.thread_from_thread_handle

[PATCH v2 4/8] Python: Remove ptid from gdb.Record interface

[PATCH v2 5/7] Add thread_db_notice_clone to gdbserver

[PATCH v2 5/8] Python: Introduce gdb.RecordGap class

[PATCH v2 6/7] Add thread_handle_to_thread_info support for remote targets

[PATCH v2 6/8] Python: Move and rename gdb.BtraceInstruction

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

[PATCH v2 7/8] Python: Move and rename gdb.BtraceFunction

[PATCH v2 8/8] Python: Introduce gdb.Instruction class

[PATCH v2] Add "inferior id" and "id in inferior" info to -thread-info output

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

[PATCH v2] Class-ify ptid_t

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

Re: [PATCH v2] Fix PR18360 - internal error when using "interrupt -a"

Re: [PATCH v2] Fix read after xfree in linux_nat_detach

Re: [PATCH v2] gdbserver: Suffix generated C files with -generated

[PATCH v2] Make environ.exp run on all platforms (and create info-program.exp)

Re: [PATCH v2] PR threads/20743: Don't attempt to suspend or resume exited threads.

Re: [PATCH v2] PR threads/20743: Don't attempt to suspend or resume exited threads.

[PATCH v2] PR threads/20743: Don't attempt to suspend or resume exited threads.

[PATCH v2] RAII-fy make_cleanup_restore_current_thread & friends

[PATCH v2] Remove support for FreeBSD/alpha.

[PATCH v2] Use std::vector in solib-target lm_info

[PATCH v3 0/8] Python bindings for GDB record

[PATCH v3 1/8] Python: Fix indentation in py-record-btrace.c

[PATCH v3 2/8] Python: Use correct ptid in btrace recording

[PATCH v3 3/8] Python: Remove ptid from gdb.Record interface

[PATCH v3 4/8] Python: Introduce gdb.RecordGap class

[PATCH v3 5/8] Python: Move and rename gdb.BtraceInstruction

[PATCH v3 6/8] Python: Move and rename gdb.BtraceFunction

[PATCH v3 7/8] Python: Introduce gdb.Instruction class

[PATCH v3 8/8] Python: Fix exception handling in py-record-btrace.c

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

[PATCH v3] Make environ.exp run on all platforms (and create info-program.exp)

[PATCH v3] Use std::vector in lm_info_target

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

Re: [PATCH v5 1/5] Move parts of inferior job control to common/

Re: [PATCH v5 2/4] gdb: provide openrisc target description XML files.

Re: [PATCH v5 2/5] Share parts of gdb/gdbthread.h with gdbserver

Re: [PATCH v5 3/4] gdb: testsuite: Add or1k l.nop inscruction

Re: [PATCH v5 3/5] C++-fy and prepare for sharing fork_inferior

Re: [PATCH v5 4/4] Add gdb for or1k build

[PATCH v6 0/5] OpenRISC gdb port

[PATCH v6 1/5] tdesc: handle arbitrary strings in tdesc_register_in_reggroup_p

Re: [PATCH v6 11/11] Add rvalue reference tests and NEWS entry

[PATCH v6 2/5] gdb: Add OpenRISC or1k and or1knd target support

[PATCH v6 3/5] gdb: testsuite: Add or1k l.nop instruction

[PATCH v6 4/5] gdb: testsuite: Add or1k tdesc-regs.exp test support

[PATCH v6 5/5] Add gdb for or1k build

[patch+8.0] release branch: Fix: --enable-werror

[PATCH, GDB] Fix Windows gdb build failure with python support

Re: [PATCH] [mips] Fix PR 21337 v1: segfault when re-reading symbols with remote debugging.

[PATCH] [MIPS] Use lwpid from lwp_info instead of inferior_ptid

[PATCH] aarch64 sim add support for fcvtl

[PATCH] aarch64 sim fcmXX zero instructions

[PATCH] aarch64 sim load/store multiple instruction fixes

Re: [PATCH] Add proper single-step support for arm-none-eabi

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

[PATCH] Create gdb_termios.h (and cleanup gdb/{,gdbserver/}terminal.h)

[PATCH] Fix overload resolution involving rvalue references and cv qualifiers.

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

[PATCH] Fix PR 21337 v2: segfault when re-reading symbols with remote debugging.

[PATCH] Fix racy test in gdb.threads/thread-specific-bp.exp

[PATCH] For broken exception handling in GDB on AIX platform

[PATCH] fork-child.c: Avoid unnecessary heap-allocation / string copying (Re: [PATCH v5 3/5] C++-fy and prepare for sharing fork_inferior)

Re: [PATCH] gdb passes and returns incorrect values when dealing with small array on Sparc

[PATCH] gdb: Move DJGPP/go32 bits to their own tdep file

[PATCH] Introduce "gdb/configure.nat" (and delete "gdb/config/*/*.mh" files)

Re: [PATCH] Make environ.exp run on all platforms (and create info-program.exp)

[PATCH] msp430: Don't use REG_UNKNOWN

[PATCH] nds32: Abort instead of returning REG_UNKNOWN

[Patch] New gdbarch method "dwarf_cfa_op" and migrate SPARC to it

[PATCH] Only use 32-bit thumb-2 breakpoint instruction if necessary

[PATCH] RAII-fy make_cleanup_restore_current_thread & friends

Re: [PATCH] Read corrrect auxiliary entry in AIX.

Re: [PATCH] Remove MAX_REGISTER_SIZE from frame.c

Re: [PATCH] Remove MAX_REGISTER_SIZE from regcache.c

[PATCH] Remove support for "set osabi SVR4"?

[PATCH] Remove support for FreeBSD/alpha.

Re: [PATCH] Remove support for using the bsd-uthread target on FreeBSD.

[PATCH] Remove support for using the bsd-uthread target on FreeBSD.

[PATCH] Use ptid from regcache instead of inferior_ptid.

[pushed Initialize gdb::optional empty payload to quiet false -Wmaybe-uninitialized warnings (Re: Oh dear. I regret to inform you that commit 'dwarf2read.c: Make dir_index and file_name_index strong typedefs' might be unfortunate)

[pushed master+8.0] Add missing incref when creating Inferior Python object

[pushed/gdb-8.0-branch] Bump version to 7.99.90.DATE-git.

[pushed] -Wwrite-strings: Fix Solaris "set procfs-file"

[pushed] -Wwrite-strings: More Solaris

[pushed] Bump version to 8.0.50.DATE-git

[pushed] Class-ify ptid_t

[pushed] GC gdb/thread.c:current_thread_cleanup_chain (Re: [PATCH 2/2] Don't delete thread_info if refcount isn't zero)

[pushed] ptid-selftests: Fix erroneous assert messages

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

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

[RFA 0/2] Fix PR cli/19551

[RFA 0/5] some cleanup removal for ui_out

[RFA 00/10] various frame filter fixes and cleanups

[RFA 00/14] miscellaneous C++-ificiation

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

[RFA 01/14] Introduce event_location_up

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

[RFA 02/14] Introduce command_line_up

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

Re: [RFA 03/14] Change find_pcs_for_symtab_line to return a std::vector

[RFA 03/14] Change find_pcs_for_symtab_line to return a std::vector

[RFA 04/10] Remove EXT_LANG_BT_COMPLETED

[RFA 04/14] Introduce gdb_dlopen_up

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

Re: [RFA 05/14] Change increment_reading_symtab to return a scoped_restore

[RFA 05/14] Change increment_reading_symtab to return a scoped_restore

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

[RFA 06/14] Remove cleanup_iconv

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

[RFA 07/14] Fix up wchar_iterator comment

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

[RFA 08/14] Remove some cleanups from gnu-v3-abi.c

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

[RFA 09/14] Remove some cleanups from location.c

[RFA 1/2] Use a distinguishing name for minidebug objfile

[RFA 1/5] Use ui_out_emit_tuple

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

[RFA 10/14] C++ify mi_parse

[RFA 11/14] Use scoped_restore in more places

[RFA 12/14] Use std::vector in reread_symbols

[RFA 13/14] Use std::vector in find_instruction_backward

[RFA 14/14] Use std::vector in compile-loc2c.c

Re: [RFA 2/2] PR cli/19551 - change formatting of "Reading symbols" messages

Re: [RFA 2/2] PR cli/19551 - change formatting of "Reading symbols" messages

[RFA 2/2] PR cli/19551 - change formatting of "Reading symbols" messages

[RFA 2/5] More uses of ui_out_emit_tuple

[RFA 3/5] Use ui_out_emit_tuple in tracepoint.c

[RFA 4/5] Use ui_out_emit_tuple in more places in MI

[RFA 5/5] Use ui_out_emit_list

[RFA v2 00/17] miscellaneous C++-ification

[RFA v2 01/17] Introduce event_location_up

[RFA v2 02/17] Introduce command_line_up

[RFA v2 03/17] Change find_pcs_for_symtab_line to return a std::vector

[RFA v2 04/17] Introduce gdb_dlhandle_up

[RFA v2 05/17] Change increment_reading_symtab to return a scoped_restore

[RFA v2 06/17] Remove cleanup_iconv

[RFA v2 07/17] Fix up wchar_iterator comment

[RFA v2 08/17] Remove some cleanups from gnu-v3-abi.c

[RFA v2 09/17] Remove some cleanups from location.c

[RFA v2 10/17] C++ify mi_parse

[RFA v2 11/17] Use scoped_restore in more places

[RFA v2 12/17] Use std::vector in reread_symbols

[RFA v2 13/17] Use std::vector in find_instruction_backward

[RFA v2 14/17] Use std::vector in compile-loc2c.c

Re: [RFA v2 15/17] Change breakpoint event locations to event_location_up

[RFA v2 15/17] Change breakpoint event locations to event_location_up

Re: [RFA v2 16/17] Add a constructor and destructor to linespec_result

[RFA v2 16/17] Add a constructor and destructor to linespec_result

Re: [RFA v2 17/17] Change linespec_result::location to be an event_location_up

[RFA v2 17/17] Change linespec_result::location to be an event_location_up

[RFA] Change frame_filter_flags to use DEF_ENUM_FLAGS_TYPE

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

[RFA] Use rust_demangle

Re: [RFC v3 1/8] Convert substitute_path_component to C++

Re: [RFC v3 3/8] Add basic Linux kernel support

[RFC] Deprecate ARM FPA in GDB

Deprecate ARM FPA in GDB

Re: extract_unsigned_integer API (Re: [PATCH] Remove MAX_REGISTER_SIZE from frame.c)

GDB 8.0 branch created, now stabilizing...

GDB 8.0 release / imminent branching? (2017-04-10)

RE: GDB 8.0 release/branching 2017-03-20 update

New ARI warning Fri Apr 28 01:58:14 UTC 2017

New ARI warning Sat Apr 8 01:58:51 UTC 2017

New ARI warning Thu Apr 6 01:58:13 UTC 2017

New ARI warning Tue Apr 18 02:19:37 UTC 2017 in gdb-8.0-branch

New ARI warning Wed Apr 5 01:59:13 UTC 2017

Re: New ARI warning Wed Apr 5 01:59:13 UTC 2017

New global maintainer - Simon Marchi

Re: Oh dear. I regret to inform you that commit 'Add support for disassembling WebAssembly opcodes.' might be unfortunate

Re: Oh dear. I regret to inform you that commit 'ELF: Check ELF_COMMON_DEF_P for common symbols' might be unfortunate

Out-of-date lm_info in nto-tdep.c

Re: Reg : gdb crash is seen while attaching a process to gdb.

Re: RISC-V GDB Port v3

Spurious warnings about construction vtables.

Support multiple CUs in a single DWO file


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