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

[committed] gdbarch: Remove duplicate `struct objfile' declaration

[COMMITTED]: Update my email address

[FYI 0/3] fix a few slice-related bugs in Rust support

[FYI 1/3] Allow indexing of &str in Rust

[FYI 2/3] Fix ptype of Rust slices

[FYI 3/3] Fix &str printing in Rust

[FYI] Add missing "extern" in rust-lang.h

[FYI] Remove obsolete assertion from regcache.c

[ob/pushed] Fix gdb.base/print-file-var-main.c value check logic

[PATCH 0/2] Eliminate catch_{errors|exceptions|exceptions_with_msg}

[PATCH 0/2] Make make-target-delegates grok C++ type names better

[PATCH 0/2] More read-registers-with-wrong-architecture fixing

[PATCH 0/2] Revive sim common tests

[PATCH 0/3 v2] [AArch64] Support tagged pointer

[PATCH 0/3] Fix "Remote 'g' packet reply is too long" problems with multiple inferiors

[PATCH 0/3] Fix issues with writing Linux core PRSTATUS note on MIPS o32, n32 and n64 into core file

[PATCH 0/3] Get rid of inferior_list

[PATCH 0/4] Fix issues with handling of Linux core notes on MIPS o32, n32 and n64

Re: [PATCH 0/4] S390: Guarded storage register set support

[PATCH 0/6] Fix several cases of racy output matching

[PATCH 0/6] Fix several cases of unstable test names

[PATCH 0/8] regcache misc cleanup and refactor

[PATCH 00/10] Use std::vector and std::string throughout target-descriptions.c

[PATCH 01/10] Make target_desc::properties an std::vector

[PATCH 02/10] Make target_desc::compatible an std::vector

[PATCH 03/10] Make target_desc::features an std::vector

[PATCH 04/10] Make tdesc_feature::name an std::string

[PATCH 05/10] Make tdesc_feature::registers an std::vector

[PATCH 06/10] Make tdesc_reg string fields std::string

[PATCH 07/10] Make tdesc_feature::types an std::vector

[PATCH 08/10] Make tdesc_type::name an std::string

[PATCH 09/10] Make tdesc_type::u::u::fields an std::vector

[PATCH 1/2] Add tests for filename_language

[PATCH 1/2] Allocate breakpoint_objfile_data with new

[PATCH 1/2] const-fy function parameter struct address_space *aspace

[PATCH 1/2] Eliminate catch_errors

Re: [PATCH 1/2] Fix "list ambiguous_variable"

[PATCH 1/2] Fix broken recursion detection when printing static members

Re: [PATCH 1/2] GDB test suite: Add helper for locating core files

[PATCH 1/2] In cp_print_value_fields() obey dont_print_statmem=1 explicitly passed from cp_print_static_field()

[PATCH 1/2] Introduce string_appendf/string_vappendf (Re: [RFA 4/6] Simple cleanup removals in remote.c)

Re: [PATCH 1/2] lwp_info; Make the arch code free arch_lwp_info

[PATCH 1/2] Make make-target-delegates grok namespace scope op and template params

[PATCH 1/2] Multi-arch exec, more register reading avoidance

Re: [PATCH 1/2] Report call site for inlined functions

[PATCH 1/2] sim: testsuite: Get common tests compiling again

[PATCH 1/3] [AArch64 Linux] Get rid of top byte from tagged address on memory access

[PATCH 1/3] arc: Add XML target descriptions for Linux targets

[PATCH 1/3] BFD: Write Linux core PRSTATUS note into MIPS core file

[PATCH 1/3] gdbserver: Use std::list for all_dlls

[PATCH 1/3] Redesign mock environment for gdbarch selftests

[PATCH 1/3] Remove usages of find_inferior in handle_status

[PATCH 1/4] [GDBserver] Replicate src dir in build dir

[PATCH 1/4] Add aarch64_create_target_description

[PATCH 1/4] GDB: Add test for fetching TLS from core file

Re: [PATCH 1/4] Handle FreeBSD-specific AT_EHDRFLAGS and AT_HWCAP auxiliary vector types.

[PATCH 1/4] Rename traceframe_info variable to current_traceframe_info

[PATCH 1/6] Fix racy output matching in gdb.asm/asm-source.exp

[PATCH 1/6] Fix unstable test names in gdb.arch/arc-tdesc-cpu.exp

[PATCH 1/8] Remove regcache_descr fields sizeof_raw_register_status and sizeof_cooked_register_status

[PATCH 10/10] Make tdesc_arch_data::arch_regs an std::vector

Re: [PATCH 2/2] Add a signal frame unwinder for FreeBSD/mipsn32.

[PATCH 2/2] Add unit test for bug 13669 "Infinite recursion in cp_print_value_fields"

[PATCH 2/2] const-fy breakpoint_ops->breakpoint_hit parameter aspace

[PATCH 2/2] Eliminate catch_exceptions/catch_exceptions_with_msg

Re: [PATCH 2/2] GDB test suite: Get core files on targets with systemd-coredump

[PATCH 2/2] gdb.multi/multi-arch-exec.exp: Also test -m32 => -m64

[PATCH 2/2] Get rid of VEC(filename_language)

[PATCH 2/2] Get rid of VEC(probe_p)

[PATCH 2/2] Merge "print recursive static member" unit test into classes.exp

[PATCH 2/2] remote.c, QCatchSyscalls: Build std::string instead of unique_xmalloc_ptr (Re: [RFA 4/6] Simple cleanup removals in remote.c)

Re: [PATCH 2/2] Report stop locations in inlined functions.

[PATCH 2/2] sim: testsuite: Add configure.ac and configure

[PATCH 2/2] target_set_syscall_catchpoint, use gdb::array_view and bool

[PATCH 2/3] [AArch64] Adjust breakpoint on tagged address

[PATCH 2/3] arc: Recognize registers available on Linux targets

[PATCH 2/3] BFD: Extract PID from MIPS core dump file

[PATCH 2/3] gdbserver: Use std::list for all_processes

[PATCH 2/3] Reimplement support for "maint print registers" with no running inferior yet

[PATCH 2/3] Remove usage of find_inferior in resume

[PATCH 2/4] [GDBserver] Move arm.o to arch/arm.o

[PATCH 2/4] BFD: Write Linux core PRSTATUS note into MIPS core file

[PATCH 2/4] gdbserver use aarch64_create_target_description

Re: [PATCH 2/4] Handle the NT_ARM_VFP core dump note on FreeBSD.

[PATCH 2/4] Use std::vector for traceframe_info::tvars

[PATCH 2/6] Fix racy output matching in gdb.base/completion.exp

[PATCH 2/6] Fix unstable test names in gdb.base/startup-with-shell.exp

[PATCH 2/8] Remove code wrapped by "#if 0"

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

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

[PATCH 3/3] [AArch64] Remove tag from address for watchpoint

[PATCH 3/3] Add test for fetching TLS from core file

[PATCH 3/3] arc: Add GNU/Linux support for ARC

[PATCH 3/3] Fix "Remote 'g' packet reply is too long" problems with multiple inferiors

[PATCH 3/3] gdbserver: use std::list for all_threads

[PATCH 3/3] Remove find_inferior usage for thread_search

[PATCH 3/4] [GDBserver] Move arm-linux.o and arm-get-next-pcs.o to arch/

Re: [PATCH 3/4] Add FreeBSD/arm architecture.

[PATCH 3/4] BFD: Fix reading Linux core PRSTATUS note for MIPS n32

[PATCH 3/4] Use flexible target descriptors for aarch64

[PATCH 3/4] Use std::vector for traceframe_info::memory

[PATCH 3/6] Fix racy output matching in gdb.base/memattr.exp

[PATCH 3/6] Fix unstable test names in gdb.gdb/unittest.exp

[PATCH 3/8] New method regcache::assert_regnum

[PATCH 4/4] [GDBserver] Move aarch64-insn.o to arch/ and remove one Makefile rule

Re: [PATCH 4/4] Add native target for FreeBSD/arm.

[PATCH 4/4] Add xml selftests

[PATCH 4/4] BFD: Extract PID from MIPS core dump file

[PATCH 4/4] Make to_traceframe_info return a unique_ptr

[PATCH 4/6] Fix racy output matching in gdb.base/cpcompletion.exp

[PATCH 4/6] Fix unstable test names in gdb.python/py-objfile.exp

[PATCH 4/8] Remove regcache_descr::nr_raw_registers

[PATCH 5/6] Fix racy output matching in gdb.base/multi-attach.exp, gdb.server/ext-{attach, restart, ext-run}.exp

[PATCH 5/6] Fix unstable test names in gdb.threads/attach-into-signal.exp

[PATCH 5/8] s/get_regcache_aspace (regcache)/regcache->aspace ()/g

[PATCH 6/6] Drop /proc/PID/status polling from gdb.threads/attach-into-signal.exp

[PATCH 6/6] Fix racy output matching in gdb.tui/tui-completion.exp

[PATCH 6/8] const-fy regcache::m_aspace

[PATCH 7/6] More gdb.threads/attach-into-signal.exp stale stopped bits (Re: [PATCH 6/6] Drop /proc/PID/status polling from gdb.threads/attach-into-signal.exp)

[PATCH 7/8] const-fy regcache::m_readonly_p

[PATCH 8/8] Construct readonly regcache without address space

[PATCH OBV] Regenerate features/s390-gs-linux64.c and features/s390x-gs-linux64.c

[PATCH OBV] Regenerate gdbserver/configure

[PATCH OBV] Remove features/tic6x-c62x-linux.c

[PATCH OBV] Remove regformats/tic6x-{c62x,c64x,c64xp}.dat

[PATCH OBV] Remove regular_breakpoint_inserted_here_p declaration

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

Re: [PATCH v2 0/4] Initial support for FreeBSD/arm in GDB

[PATCH v2 1/4] arc: Migrate to new target features

[PATCH v2 2/4] arc: Add XML target features for Linux targets

[PATCH v2 3/4] arc: Recognize registers available on Linux targets

[PATCH v2 4/4] arc: Add GNU/Linux support for ARC

[PATCH v2] arc: Pass proper CPU value to the disassembler

[PATCH v2] gdbserver: Use std::list for all_dlls

[PATCH v2] symlookup: improves symbol lookup when a file is specified.

[PATCH v2] Use SaL symbol name when reporting breakpoint locations

[PATCH v3] Fix -list-thread-groups --available logic and add test

[PATCH V3] symlookup: improves symbol lookup when a file is specified.

Re: [PATCH v4 3/3] Extend "set cwd" to work on gdbserver

[PATCH V4] symlookup: improves symbol lookup when a file is specified.

[PATCH v5 0/4] Allow enabling/disabling breakpoint location ranges

[PATCH v5 0/6] sim port for OpenRISC

Re: [PATCH v5 1/3] Introduce gdb_tilde_expand

[PATCH v5 1/4] Allow enabling/disabling breakpoint location ranges

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

Re: [PATCH v5 2/3] Implement "set cwd" command on GDB

[PATCH v5 2/4] Breakpoint location parsing: always error instead of warning

[PATCH v5 2/6] sim: cgen: add MUL2OFSI and MUL1OFSI macros (needed for OR1K l.mul[u])

Re: [PATCH v5 3/3] Extend "set cwd" to work on gdbserver

[PATCH v5 3/4] Add base 'enable/disable invalid location range' tests

[PATCH v5 3/6] sim: or1k: add or1k target to sim

[PATCH v5 4/4] Make breakpoint/location number parsing error output consistent

[PATCH v5 6/6] sim: testsuite: add testsuite for or1k sim

[PATCH v6 0/6] sim port for OpenRISC

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

[PATCH v6 2/6] sim: cgen: add MUL2OFSI and MUL1OFSI functions (needed for OR1K l.mul[u])

[PATCH v6 3/6] sim: or1k: add or1k target to sim

Re: [PATCH v6 4/6] sim: or1k: add cgen generated files

Re: [PATCH v6 5/6] sim: or1k: add autoconf generated files

[PATCH v6 6/6] sim: testsuite: add testsuite for or1k sim

[PATCH, SIM] update my email address

[PATCH] [AArch64 Linux] Get rid of top byte from tagged address

[PATCH] [AARCH64] Fix decoding of neon memory hint insns

[PATCH] [AArch64] Mark LR clobbered by BL in inline asm

[PATCH] [Bug gdb/13669] Infinite recursion in cp_print_value_fields

[PATCH] ada: Use std::string in print_dynamic_range_bound

[PATCH] Add a note about Debugging Tools devroom at FOSDEM 2018 to gdb's news

[PATCH] Add overloads of for_each_thread/find_thread that filter on pid

[PATCH] Add several "quit with live inferior" tests

[PATCH] arc: Pass proper CPU value to disassembler

[PATCH] C++ify xml-syscall.c

[PATCH] Canonicalize conversion operators

[PATCH] commonize AARCH64 REGNUM/REGNO defines

[PATCH] Create a displaced_step_closure class hierarchy

[PATCH] Don't try building gdb against guile-2.2

[PATCH] Enhance gdb.base/print-file-var.exp testcase (Re: [PATCH V4] symlookup: improves symbol lookup when a file is specified.)

[PATCH] Fix 'gdb.base/quit.exp hangs forever' if the test fails

[PATCH] Fix -list-thread-groups --available logic and add test

[PATCH] Fix broken recursion detection when printing static members

[PATCH] fix bug PR 21213 and add test case

[PATCH] Fix dwarf2_string_attr for -gsplit-dwarf

[PATCH] Fix faulty use of obstack_free() to *shrink* dont_print_statmem_obstack. Instead use obstack_blank_fast() with a "negative" size. A real stack data structured would be appropriate here. Added unit test gdb/testsuite/gdb.cp/printstaticrecursion.exp.

[PATCH] Fix inferior deadlock with "target remote | CMD"

[PATCH] Fix PR 8841 for nios2-linux

[PATCH] FT32: support for FT32B processor - part 1

[PATCH] FT32: support for FT32B processor - part 2/2

[PATCH] gdb/Makefile.in: fix 'make tags' failure

[PATCH] gdb: Remove hard-coded line number from test

[PATCH] gdb_compile_shlib: Only consider shlib= options when building executables

[PATCH] GDBserver: Fix ignored Ctrl-C after reconnection

[PATCH] Get rid of VEC (mem_region)

[PATCH] Get rid of VEC(loaded_script_ptr)

[PATCH] Get rid of VEC(mem_range_s)

[PATCH] get_integer_valueof: Don't output value in test name

[PATCH] Introduce in_inclusive_range, fix -Wtautological-compare warnings

[PATCH] Issue complaint instead of assert for invalid/unhandled DW_AT_accessibility

[PATCH] Make encode_actions_rsp use std::vector

[PATCH] Make gdb.selected_thread().inferior return a new reference

[PATCH] Make native gdbserver boards no longer be "remote" (in DejaGnu terms)

[PATCH] Merge/shared string_printf and string_vprintf unit tests

[PATCH] Move aarch64-insn.o to arch/aarch64-insn.o and Remove a rule for arch/*.c

[PATCH] Move arm.o arm-get-next-pcs.o arm-linux.o to arch/

[PATCH] Move i386.o to arch/i386.o

Re: [PATCH] nto & lynx x86: call init_target_desc

[PATCH] Re: Flash memory size not aligned to address

[PATCH] Record and output access specifiers for nested typedefs

[PATCH] Record nested types

[PATCH] Remove features/nios2-linux.c

[PATCH] Remove features/tic6x-*.c files

[PATCH] Remove mem_region_vector typedef

[Patch] Remove unnecessary parentheses in declarations.

[PATCH] Replace psymbol_allocation_list with std::vector

[PATCH] Report call site for inlined functions

[PATCH] review request: implementing DW_AT_endianity

[PATCH] s/get_regcache_arch (regcache)/regcache->arch ()/g

[PATCH] sim: common: Fix pointer sign warnings

[PATCH] Simplify regcache::xfer_part

[PATCH] Simplify tic6x and s390x expedite registers

Re: [PATCH] symlookup: improves symbol lookup when a file is specified.

[PATCH] Use console uiout when executing breakpoint commands

[PATCH] Use dlsym to check if libdl is needed for plugin

[PATCH] Use gdbarch_long_bit to determine layout of FreeBSD siginfo_t.

[PATCH] Use std::string in memory_map_parsing_data

[PATCH] Use std::vector for symtab_fns

[PATCH] Use std::vector in linux_xfer_osdata_processgroups

[PATCH] Validate that the languages array matches the language enum

[PATCH] xml_fetch_content_from_file: Read in whole file in one go (Re: [pushed] Fix double-free corruption)

[PATCHv4 0/5] Fix -var-update for registers in frames 1 and up

[PATCHv4 1/5] gdb: Remove duplicate declaration of a function

[PATCHv4 2/5] gdb: New API for tracking innermost block

[PATCHv4 3/5] gdb: PR mi/20395: Fix -var-update for registers in frames 1 and up

[PATCHv4 4/5] gdb: Remove out of date comment

[PATCHv4 5/5] gdb: Don't store a thread-id for floating varobj

[PING] [PATCH] FT32: support for FT32B processor - part 1

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

[PING][PATCH] Add a note about Debugging Tools devroom at FOSDEM 2018 to gdb's news

RE: [ping][PATCH] symlookup: improves symbol lookup when a file is specified.

[PING]Fix for prologue processing on PowerPC

[PING^2][PATCH 0/4] Fix issues with Linux core PRPSINFO note definitions

[pushed 8.0-branch] [Bug server/22137] gdbserver crashes on hosts with pkru register

Re: [pushed 8.0-branch] [Bug server/22137] gdbserver crashes on hosts with pkru register

[pushed] Add missing-END_CATCH detection/protection (to gdb's TRY/CATCH/END_CATCH)

[pushed] checkpoint.exp: Check for non-"target native" instead of isnative/is_remote

[pushed] common-utils-selftests.c: Add ATTRIBUTE_PRINTF

[pushed] darwin-nat: Remove gdb.h include

[pushed] Don't run gdb.gdb/ selftests if use_gdb_stub is true

[pushed] Eliminate is_remote check in gdb.base/scope.exp

[pushed] Eliminate is_remote check in gdb.base/shlib-call.exp

[pushed] Enable gdb.base/inferior-died.exp on is_remote target boards

[pushed] Enable gdb.threads/non-ldr-exc-*.exp on is_remote target boards

[pushed] Fix broken recursion detection when printing static members

[pushed] Fix build breakage in gdb/xml-support.c

[pushed] Fix build failure in linux-osdata.c

[pushed] Fix double-free corruption

[pushed] Fix fork-related regressions on GNU/Linux

[pushed] Fix GDB build under msys+mingw gcc 32bit (Re: [PATCH v5 2/3] Implement "set cwd" command on GDB)

[pushed] Fix GDB build without expat

[pushed] Fix gdb.base/term.exp on non-"target native" boards

[pushed] Fix gdb.base/testenv.exp against --target_board=native-extended-gdbserver

[pushed] Fix gdb.gdb/ selftest tests when testing optimized GDB builds

[pushed] Fix gdb.python/py-evthreads.exp with --target_board=native-extended-gdbserver

[pushed] Fix is_remote check in gdb.base/remote.exp

[pushed] Fix more GDB build breakage on mingw32 (Re: [PATCH v5 2/3] Implement "set cwd" command on GDB)

[pushed] Fix racy test in gdb.base/new-ui.exp

[pushed] Garbage collect reattach_breakpoints

[pushed] Garbage collect remote.c:remote_async_terminal_ours_p

[pushed] gdb.base/remote.exp: Fix typo and add missing return

[pushed] Get rid of VEC(interp_factory_p)

[pushed] kfail gdb.python/py-evsignal.exp on RSP targets properly

[pushed] Make gdb.base/auvx.exp work with --target_board=native-extended-gdbserver

[pushed] Make gdb.base/find-unmapped.exp pass on remote targets

[pushed] Make gdb.base/solib-nodir.exp work with --target_board=native-extended-gdbserver

[pushed] Move code out of 'between TRY and CATCH'

[pushed] Re: [RFA 1/6] Use std::vector in end_symtab_get_static_block

[pushed] Re: [RFC][08/19] Target FP: Use target format throughout expression parsing

[pushed] Really make the native-stdio-gdbserver board non-remote

[pushed] Reindent gdb.threads/attach-into-signal.exp (Re: [PATCH 6/6] Drop /proc/PID/status polling from gdb.threads/attach-into-signal.exp)

[pushed] Remove is_remote check in labels.exp

[pushed] Remove is_remote kfail from gdb.python/py-evthreads.exp

[pushed] Remove is_remote target check from gdb.base/dprintf-non-stop.exp

[pushed] Remove leftover declarations in interps.h

[pushed] Remove references to gdb64 in the testsuite

[pushed] Remove simple_displaced_step_copy_insn

[pushed] Run gdb.base/catch-fork-static.exp on remote target boards

[pushed] Skip a few tests on targets that can't use the "run" commmand.

[pushed] Skip gdb.threads/thread_events.exp on RSP targets properly

[pushed] Tighten remote check in gdb.base/argv0-symlink.exp

[pushed] tracepoint: Remove unnecessary const_cast

[pushed] Tweak gdb.base/corefile.exp is_remote check

[pushed] Use const reference for decimal_from_string argument

[pushed] Use proc_with_prefix in py-breakpoint.exp

[pushed] Work around GCC 6.3.1 bug

[pushed] xtensa-xtregs: Constify field

[pushed][RFC v2][3/3] Target FP printing: Use floatformat_to_string in tdep code

Re: [python] Allow explicit locations in breakpoints.

[python][patch] Python rbreak

[RFA 0/2] some simple cleanup removal in breakpoint.c

[RFA 0/2] splay-tree cleanup removal

[RFA 0/3] C++-ify gdb_bfd

[RFA 0/3] C++-ify pv_area

[RFA 0/4] finish command constification

[RFA 0/6] more cleanup removals

[RFA 0/8] Constify many commands

[RFA 0/8] more cleanup removal

Re: [RFA 09/11] Use std::set in mi-main.c

Re: [RFA 1/2] PR gdb/20604 - fix "quit" when an invalid expression is used

[RFA 1/2] Remove "do_nothing"

[RFA 1/2] Remove some cleanups from breakpoint.c

[RFA 1/3] C++-ify prologue-value's pv_area

[RFA 1/3] Introduce new_bfd_ref

[RFA 1/3] Remove cleanups from prepare_execute_command

[RFA 1/4] Constify add_info

[RFA 1/6] Use std::vector in end_symtab_get_static_block

[RFA 1/8] Change record_full_gdb_operation_disable_set not to return a cleanup

[RFA 1/8] Constify add_abbrev_prefix_cmd

[RFA 2/2] Remove free_splay_tree cleanup

[RFA 2/2] Remove prepare_re_set_context

[RFA 2/3] Remove cleanup from call_function_by_hand_dummy

[RFA 2/3] Use "new" to allocate gdb_bfd_data

[RFA 2/3] Use bool in pv_area

[RFA 2/4] Remove cmd_cfunc_ftype

[RFA 2/6] Remove some cleanups from probe.c

[RFA 2/8] Constify add_com_suppress_notification

[RFA 2/8] Remove set_batch_flag_and_make_cleanup_restore_page_info

[RFA 3/3] Remove cleanups from break-catch-syscall.c

[RFA 3/3] Use gdb::function_view in pv_area

[RFA 3/3] Use std::vector in gdb_bfd_data

[RFA 3/4] Constify add_setshow_*

[RFA 3/6] Remove cleanup from ppc-linux-nat.c

[RFA 3/8] Make set_cmd_cfunc private

[RFA 3/8] Use std::string in utils.c

[RFA 4/4] Constify execute_command

[RFA 4/6] Simple cleanup removals in remote.c

Re: [RFA 4/7] Use ui_out_emit_tuple in disasm.c

[RFA 4/8] Make strip_bg_char return a unique_xmalloc_ptr

[RFA 4/8] Remove unused declarations

[RFA 5/6] Return unique_xmalloc_ptr from target_read_stralloc

[RFA 5/8] Constify add_path and friends

[RFA 5/8] Use gdb::byte_vector in load_progress

[RFA 6/6] Return unique_xmalloc_ptr from target_fileio_read_stralloc

[RFA 6/8] Remove cleanup from backtrace_command

[RFA 6/8] Remove make_delete_ui_cleanup

[RFA 7/8] Add truncate_repeat_arguments function

[RFA 7/8] Use std::string in gdb_safe_append_history

[RFA 8/8] Constify add_com

[RFA 8/8] Use std::string in info_symbol_command

[RFA v2 0/3] C++-ify gdb_bfd

[RFA v2 1/3] Introduce new_bfd_ref

[RFA v2 2/3] Use "new" to allocate gdb_bfd_data

[RFA v2 3/3] Use std::vector in gdb_bfd_data

[RFA v3] enable/disable sub breakpoint range

[RFA v4] enable/disable sub breakpoint range

[RFA] Change objfile to use new/delete

[RFA] Change search_symbols to return std::vector

[RFA] Constify add_prefix_cmd

[RFA] Fix automatic dependency tracking

[RFA] Fix incorrect string_printf use in utils.c

[RFA] Remove cleanup from frame_prepare_for_sniffer

[RFA] Remove cleanups from TUI

[RFA] Remove make_cleanup_value_free

[RFA] Remove some cleanups from dwarf2read.c

Re: [RFC 2/3] Record function descriptor address instead of function address in value

[RFC v2][0/9] Target FP: Refactor floating-point handling

[RFC v2][1/3] Target FP printing: Simplify and fix print_floating

[RFC v2][1/9] Target FP: Introduce target-float.{c,h}

[RFC v2][2/3] Target FP printing: Simplify and fix ui_printf

[RFC v2][2/9] Target FP: Add string routines to target-float.{c,h}

[RFC v2][3/3] Target FP printing: Use floatformat_to_string in tdep code

[RFC v2][3/9] Target FP: Add conversion routines to target-float.{c,h}

[RFC v2][4/9] Target FP: Add binop and compare routines to target-float.{c,h}

[RFC v2][5/9] Target FP: Perform Ada fixed-point scaling in target format

[RFC v2][6/9] Target FP: Handle interfaces to scripting languages

[RFC v2][7/9] Target FP: Remove convert_typed_floating from tdep files

[RFC v2][8/9] Target FP: Remove unused floating-point routines

[RFC v2][9/9] Target FP: Merge doublest.c and dfp.c into target-float.c

Re: [RFC] Replicate src dir in build dir

Re: [RFC][01/19] Target FP: Clean up includes of doublest.h and floatformat.h

Re: [RFC][04/19] Target FP: Clean up some DFP interfaces

Re: [RFC][06/19] Target FP: Use print_floating in tdep code

Re: [RFC][08/19] Target FP: Use target format throughout expression parsing

Re: [RFC][13/19] Target FP: Perform Ada fixed-point scaling in target format

Re: [RFC][16/19] Target FP: Remove unused union

[RFC][PATCH] fix gdb segv when objfile can't be opened

[testsuite, committed] skip gdb.mi/mi-threads-interrupt.exp if nointerrupts

ARC disassembler Valgrind error

Breakage on builder Fedora-i686, revision d3037ba6a398d37585b3d34ff9ed439848ba98a1

Breakage on builder Fedora-i686, revision ff1982d53a1fba573e7f9a3b455f7644440cb336

Breakage on builder Fedora-s390x-m64, revision b392b304b92ddd81ecfb4902c3fc3501ff90e999

Breakage on builder Fedora-s390x-m64, revision d3037ba6a398d37585b3d34ff9ed439848ba98a1

Breakage on builder Fedora-s390x-m64, revision ff1982d53a1fba573e7f9a3b455f7644440cb336

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

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

Breakage on builder Fedora-x86_64-m32, revision d3037ba6a398d37585b3d34ff9ed439848ba98a1

Breakage on builder Fedora-x86_64-m32, revision ff1982d53a1fba573e7f9a3b455f7644440cb336

Breakage on builder Fedora-x86_64-m64, revision d3037ba6a398d37585b3d34ff9ed439848ba98a1

Breakage on builder Fedora-x86_64-m64, revision ff1982d53a1fba573e7f9a3b455f7644440cb336

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

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

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

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

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

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

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

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

Breakage on builder Ubuntu-AArch32-m32, revision 2edf834e298b15c882678db22e86745f701807fa

Breakage on builder Ubuntu-AArch32-m32, revision b129dcac882da87767cb863ad8b2572f90e9e5bc

Breakage on builder Ubuntu-AArch32-m32, revision ff1982d53a1fba573e7f9a3b455f7644440cb336

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

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

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

Breakage on builder Ubuntu-AArch32-native-gdbserver-m32, revision 2edf834e298b15c882678db22e86745f701807fa

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

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

Breakage on builder Ubuntu-AArch64-m64, revision 2edf834e298b15c882678db22e86745f701807fa

Breakage on builder Ubuntu-AArch64-m64, revision b129dcac882da87767cb863ad8b2572f90e9e5bc

Breakage on builder Ubuntu-AArch64-m64, revision ff1982d53a1fba573e7f9a3b455f7644440cb336

Breakage on builder Ubuntu-AArch64-native-gdbserver-m64, revision 2edf834e298b15c882678db22e86745f701807fa

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

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

Re: Breakpoint commands in MI mode and "backtrace"

ezmlm warning

Re: Fix for prologue processing on PowerPC

Flash memory size not aligned to address

gcore support for AIX

New ARI warning Sun Oct 1 01:56:38 UTC 2017

New ARI warning Thu Oct 12 01:55:31 UTC 2017

New ARI warning Tue Oct 31 01:56:15 UTC 2017

Re: Obsolete/remove Solaris < 10 [was: Re: Fix gdb 8.1 Solaris compilation]

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

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

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

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

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

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

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

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

Opinion about -Wtautological-compare

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

question for Orjan Friberg

Question for Qinwei

question for Sakamoto Kei

review request [FT32] support for FT32B processor - part 1

review request: implementing DW_AT_endianity

Sporadic failures of selftest tests


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