gdb-patches archive
subject index for February, 2020

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 v6 1/3] RISC-V/Linux/native: Determine FLEN dynamically

[committed v8 2/2] gdbserver: Add RISC-V/Linux support

[committed][gdb/testsuite] Be quiet about missing prelink in solib-overlap.exp

[committed][gdb/testsuite] Fix c++/14186 kpass in cpexprs.exp

[committed][gdb/testsuite] Fix gnatmake_version_at_least

[committed][gdb/testsuite] Fix layout next/prev/regs help message

[committed][gdb/testsuite] Fix spawn in tuiterm.exp

[committed][gdb/testsuite] Handle missing gnatmake in gnat_runtime_has_debug_info

[committed][gdb/testsuite] Remove unused globals

[committed][gdb] Fix -Wstrict-null-sentinel warning (--with-iconv-bin)

[PATCH 0/2] All threads not stopped when a process exits

[PATCH 0/2] Line table is_stmt support

[PATCH 0/2] Specialize partial_symtab for DWARF include files

[PATCH 0/6] Improve ptrace-error detection

[PATCH 0/7] refactor and enhance jit testing

[PATCH 0/8] Share DWARF frame information across inferiors

[PATCH 00/14] Fixes for GDB Testsuites

[PATCH 00/14] Share DWARF partial symtabs between objfiles

Re: [PATCH 00/24] Horizontal TUI layout + windows in Python

Re: [PATCH 00/38] Start reorganization of DWARF code

[PATCH 00/58] Turn gdbserver's process_stratum_target into a class

[PATCH 01/14] Fix latent bug in dwarf2_find_containing_comp_unit

[PATCH 01/14] gdb/testsuite: Fix an invalid is_remote check in fileio test

[PATCH 01/58] gdbserver: start turning the target ops vector into a class

[PATCH 02/14] gdb/testsuite: Skip fileio.exp for remote targets

[PATCH 02/14] Simplify setting of reading_partial_symbols

[PATCH 02/58] gdbserver: turn target op 'create_inferior' into a method

[PATCH 03/14] gdb/testsuite: Add exit_is_reliable proc

[PATCH 03/14] Introduce dwarf2_per_objfile::obstack

[PATCH 03/58] gdbserver: turn target op 'post_create_inferior' into a method

[PATCH 04/14] Convert IS_TYPE_UNIT_GROUP to method

[PATCH 04/14] gdb/testsuite: Avoid fake failures when exit is unreliable

[PATCH 04/58] gdbserver: turn target op 'attach' into a method

[PATCH 05/14] gdb/testsuite: Skip a few gdb.base/skip.exp tests for remote targets

[PATCH 05/14] Introduce dwarf2_unshareable and move die_type_hash

[PATCH 05/58] gdbserver: turn target op 'kill' into a method

[PATCH 06/14] Add "objfile" parameter to two partial_symtab methods

[PATCH 06/14] gdb/testsuite: Fix gdb.mi exit function

[PATCH 06/58] gdbserver: turn target op 'detach' into a method

[PATCH 07/14] Add dwarf2_per_cu_data::index

[PATCH 07/14] gdb/testsuite: Fix invalid watchpoint test in mi suite

[PATCH 07/58] gdbserver: turn target op 'mourn' into a method

[PATCH 08/14] gdb/testsuite: Fix bug in break-unload-file

[PATCH 08/14] Remove symtab links from dwarf2_psymtab and dwarf2_per_cu_quick_data

[PATCH 08/58] gdbserver: turn target op 'join' into a method

[PATCH 09/14] Add objfile member to DWARF batons

[PATCH 09/14] gdb/testsuite: Fix break-always.exp for enabled do_reload_on_run

[PATCH 09/58] gdbserver: turn target op 'thread_alive' into a method

Re: [PATCH 1/2] Display ExceptionRecord for $_siginfo

[PATCH 1/2] gdb/testsuite: Add is-stmt support to the DWARF compiler

Re: [PATCH 1/2] gdb: cleanup of displaced_step_inferior_state::reset/displaced_step_clear

[PATCH 1/2] gdb: define convenience function 'exists_non_stop_target'

[PATCH 1/2] gdbsupport: rename source files to .cc

[PATCH 1/2] Print more information in arm_dump_tdep

[PATCH 1/2] Remove casts from dwarf2/index-write.c

[PATCH 1/3] gdbsupport: use AM_GDB_WARNINGS

[PATCH 1/5] gnulib: import count-one-bits module and use it

[PATCH 1/6] Introduce scoped_pipe.h

[PATCH 1/7] [gdb/testsuite] allow more registers in reader test

[PATCH 1/8] Don't forward-declare struct objfile in frame.h

[PATCH 10/14] gdb/testsuite: Fix gdb.base/chng-syms.exp for remote target

[PATCH 10/14] Introduce dwarf2_enter_objfile and use it

[PATCH 10/58] gdbserver: turn target op 'resume' into a method

[PATCH 11/14] gdb/testsuite: Fix dbx.exp for remote targets

[PATCH 11/14] Split type_unit_group

[PATCH 11/58] gdbserver: turn target op 'wait' into a method

[PATCH 12/14] Fix a memory leak and remove an unused member

[PATCH 12/14] gdb/testsuite: Skip on of the interp.exp test for remote targets

[PATCH 12/58] gdbserver: turn target ops 'fetch_registers' and 'store_registers' into methods

[PATCH 13/14] gdb/testsuite: Skip killed-outside when nosignals

[PATCH 13/14] Move signatured_type::type to unshareable object

[PATCH 13/58] gdbserver: turn prepare_to_access_memory & done_accessing_memory into methods

[PATCH 14/14] gdb/testsuite: Skip some compile.exp tests when running with gdb-comm board

[PATCH 14/14] Share DWARF partial symtabs

Re: [PATCH 14/38] Change dwarf2_per_objfile::signatured_types to be htab_up

[PATCH 14/58] gdbserver: turn target ops 'read_memory' and 'write_memory' into methods

[PATCH 15/58] gdbserver: turn target op 'look_up_symbols' into a method

[PATCH 16/58] gdbserver: turn target op 'request_interrupt' into a method

[PATCH 17/58] gdbserver: turn target op 'read_auxv' into a method

[PATCH 18/58] gdbserver: turn target op 'supports_z_point_type' into a method

[PATCH 19/58] gdbserver: turn target ops 'insert_point' and 'remove_point' into methods

[PATCH 2/2] Change booleans to bool in ARM's gdbarch_tdep

[PATCH 2/2] gdb/infrun: stop all threads if there exists a non-stop target

[PATCH 2/2] gdb: Add support for tracking the DWARF line table is-stmt field

Re: [PATCH 2/2] gdb: make gdbarch_displaced_step_copy_insn return an std::unique_ptr

[PATCH 2/2] gdbserver: rename source files to .cc

[PATCH 2/2] Specialize partial_symtab for DWARF include files

Re: [PATCH 2/2] Use enums for human-readable exception information.

Re: [PATCH 2/3 v2] Define _KMEMUSER in arm-nbsd-nat.c

[PATCH 2/3] Move gdb/warning.m4 to gdbsupport

[PATCH 2/5] gdb: fix printing of flag enums with multi-bit enumerators

[PATCH 2/6] Don't reset errno/bfd_error on 'throw_perror_with_name'

[PATCH 2/7] [gdb/testsuite] structured rename of jit test files

[PATCH 2/8] Dont' allow copying of auto_obstack

Re: [PATCH 20/24] Allow TUI windows in Python

[PATCH 20/58] gdbserver: turn target op '{supports_}stopped_by_sw_breakpoint' into a method

[PATCH 21/58] gdbserver: turn target op '{supports_}stopped_by_hw_breakpoint' into a method

[PATCH 22/58] gdbserver: turn target op 'supports_hardware_single_step' into a method

[PATCH 23/58] gdbserver: turn target ops 'stopped_by_watchpoint' and 'stopped_data_address' into methods

[PATCH 24/58] gdbserver: turn target op 'read_offsets' into a method

[PATCH 25/58] gdbserver: turn target op 'get_tls_address' into a method

[PATCH 26/58] gdbserver: turn target op 'hostio_last_error' into a method

[PATCH 27/58] gdbserver: turn target op 'qxfer_osdata' into a method

[PATCH 28/58] gdbserver: turn target op 'qxfer_siginfo' into a method

[PATCH 29/58] gdbserver: turn non-stop and async target ops into methods

[PATCH 3/3] Add -Wstrict-null-sentinel to gdbsupport/warning.m4

[PATCH 3/5] gdb: allow duplicate enumerators in flag enums

[PATCH 3/6] Expand 'fork_inferior' to check whether 'traceme_fun' succeeded

[PATCH 3/7] [gdb/testsuite] share jit-protocol.h by all jit tests

[PATCH 3/8] Change fde table to a vector

[PATCH 30/58] gdbserver: turn target op 'supports_multi_process' into a method

[PATCH 31/58] gdbserver: turn target ops 'supports_{fork,vfork,exec}_events' into methods

[PATCH 32/58] gdbserver: turn target op 'handle_new_gdb_connection' into a method

[PATCH 33/58] gdbserver: turn target op 'handle_monitor_command' into a method

[PATCH 34/58] gdbserver: turn target op 'core_of_thread' into a method

[PATCH 35/58] gdbserver: turn target op 'read_loadmap' into a method

[PATCH 36/58] gdbserver: turn target op 'process_qsupported' into a method

[PATCH 37/58] gdbserver: turn target op 'supports_tracepoints' into a method

Re: [PATCH 38/38] Remove "keep" parameter from cutu_reader constructor

[PATCH 38/58] gdbserver: turn target ops 'read_pc' and 'write_pc' into methods

[PATCH 39/58] gdbserver: turn target op 'thread_stopped' into a method

[PATCH 4/5] gdb: print unknown part of flag enum in hex

[PATCH 4/6] Extend GNU/Linux to check for ptrace error

[PATCH 4/7] [gdb/testsuite] use args as lib list for jit-elf tests

[PATCH 4/8] Store the comp_unit instead of the FDE table

[PATCH 40/58] gdbserver: turn target op 'get_tib_address' into a method

[PATCH 41/58] gdbserver: turn target ops 'pause_all' and 'unpause_all' into methods

[PATCH 42/58] gdbserver: turn target op 'stabilize_threads' into a method

[PATCH 43/58] gdbserver: turn fast tracepoint target ops into methods

[PATCH 44/58] gdbserver: turn target op 'emit_ops' into a method

[PATCH 45/58] gdbserver: turn target op 'supports_disable_randomization' into a method

[PATCH 46/58] gdbserver: turn target op 'qxfer_libraries_svr4' into a method

[PATCH 47/58] gdbserver: turn target op 'supports_agent' into a method

[PATCH 48/58] gdbserver: turn btrace-related target ops into methods

[PATCH 49/58] gdbserver: turn target op 'supports_range_stepping' into a method

[PATCH 5/5] gdb: change print format of flag enums with value 0

[PATCH 5/6] Document Linux-specific possible ptrace restrictions

[PATCH 5/7] [gdb/testsuite] add lib/jit-elf-helpers.exp

[PATCH 5/8] Add per-unit obstack

[PATCH 50/58] gdbserver: turn target op 'pid_to_exec_file' into a method

[PATCH 51/58] gdbserver: turn target ops 'multifs_{open, readlink, unlink}' into methods

[PATCH 52/58] gdbserver: turn breakpoint kind-related target ops into methods

[PATCH 53/58] gdbserver: turn target ops 'thread_name' and 'thread_handle' into methods

[PATCH 54/58] gdbserver: turn target op 'supports_software_single_step' into a method

[PATCH 55/58] gdbserver: turn target op 'supports_catch_syscall' into a method

[PATCH 56/58] gdbserver: turn target op 'get_ipa_tdesc_idx' into a method

[PATCH 57/58] gdbserver: use unique_ptr for 'the_target'

[PATCH 58/58] gdbserver: finish turning the target ops vector into a class

[PATCH 6/6] Fix comment for 'gdb_dlopen'

[PATCH 6/7] [gdb/testsuite] use -Ttext-segment for jit-elf tests

[PATCH 6/8] Remove a use of the comp_unit backlink

[PATCH 7/7] [gdb/testsuite] add jit-elf-util.h and run jit function

[PATCH 7/8] Remove the objfile backlink from comp_unit

[PATCH 8/8] Move the frame data to the BFD when possible

[PATCH ?] Fix gdb build with gcc-4.8.x

Re: [PATCH v1] gdbsupport: Fix setting up 'development' var.

[PATCH v2 0/3] low_new_clone in linux-nat.c and powerpc watchpoint fixes

Re: [PATCH v2 0/4] GDB fixes for the remote end having gone astray

[PATCH v2 0/6] Change gdbserver to use existing gdbsupport

[PATCH v2 00/58] Turn gdbserver's process_stratum_target into a class

[PATCH v2 01/58] gdbserver: start turning the target ops vector into a class

[PATCH v2 02/58] gdbserver: turn target op 'create_inferior' into a method

[PATCH v2 03/58] gdbserver: turn target op 'post_create_inferior' into a method

[PATCH v2 04/58] gdbserver: turn target op 'attach' into a method

[PATCH v2 05/58] gdbserver: turn target op 'kill' into a method

[PATCH v2 06/58] gdbserver: turn target op 'detach' into a method

[PATCH v2 07/58] gdbserver: turn target op 'mourn' into a method

[PATCH v2 08/58] gdbserver: turn target op 'join' into a method

[PATCH v2 09/58] gdbserver: turn target op 'thread_alive' into a method

[PATCH v2 1/2] Display ExceptionRecord for $_siginfo

[PATCH v2 1/3] Add low_new_clone method to linux_nat_target.

Re: [PATCH v2 1/4] Remove stale breakpoint step-over information

[PATCH v2 1/6] Fix CORE_ADDR size assertion in symfile-mem.c

[PATCH v2 10/58] gdbserver: turn target op 'resume' into a method

[PATCH v2 11/58] gdbserver: turn target op 'wait' into a method

[PATCH v2 12/58] gdbserver: turn target ops 'fetch_registers' and 'store_registers' into methods

[PATCH v2 13/58] gdbserver: turn prepare_to_access_memory & done_accessing_memory into methods

[PATCH v2 14/58] gdbserver: turn target ops 'read_memory' and 'write_memory' into methods

[PATCH v2 15/58] gdbserver: turn target op 'look_up_symbols' into a method

[PATCH v2 16/58] gdbserver: turn target op 'request_interrupt' into a method

[PATCH v2 17/58] gdbserver: turn target op 'read_auxv' into a method

[PATCH v2 18/58] gdbserver: turn target op 'supports_z_point_type' into a method

[PATCH v2 19/58] gdbserver: turn target ops 'insert_point' and 'remove_point' into methods

[PATCH v2 2/2] Use enums for human-readable exception information.

[PATCH v2 2/3] [PowerPC] Move up some register access routines

[PATCH v2 2/6] Don't use sprintf_vma for CORE_ADDR

[PATCH v2 20/58] gdbserver: turn target op '{supports_}stopped_by_sw_breakpoint' into a method

[PATCH v2 21/58] gdbserver: turn target op '{supports_}stopped_by_hw_breakpoint' into a method

[PATCH v2 22/58] gdbserver: turn target op 'supports_hardware_single_step' into a method

[PATCH v2 23/58] gdbserver: turn target ops 'stopped_by_watchpoint' and 'stopped_data_address' into methods

[PATCH v2 24/58] gdbserver: turn target op 'read_offsets' into a method

[PATCH v2 25/58] gdbserver: turn target op 'get_tls_address' into a method

[PATCH v2 26/58] gdbserver: turn target op 'hostio_last_error' into a method

[PATCH v2 27/58] gdbserver: turn target op 'qxfer_osdata' into a method

[PATCH v2 28/58] gdbserver: turn target op 'qxfer_siginfo' into a method

[PATCH v2 29/58] gdbserver: turn non-stop and async target ops into methods

[PATCH v2 3/3] [PowerPC] Fix debug register issues in ppc-linux-nat

Re: [PATCH v2 3/4] Remove breakpoint step-over information if failed to resume

[PATCH v2 3/6] Cast to bfd_vma in arm-tdep.c

[PATCH v2 30/58] gdbserver: turn target op 'supports_multi_process' into a method

[PATCH v2 31/58] gdbserver: turn target ops 'supports_{fork,vfork,exec}_events' into methods

[PATCH v2 32/58] gdbserver: turn target op 'handle_new_gdb_connection' into a method

[PATCH v2 33/58] gdbserver: turn target op 'handle_monitor_command' into a method

[PATCH v2 34/58] gdbserver: turn target op 'core_of_thread' into a method

[PATCH v2 35/58] gdbserver: turn target op 'read_loadmap' into a method

[PATCH v2 36/58] gdbserver: turn target op 'process_qsupported' into a method

[PATCH v2 37/58] gdbserver: turn target op 'supports_tracepoints' into a method

[PATCH v2 38/58] gdbserver: turn target ops 'read_pc' and 'write_pc' into methods

[PATCH v2 39/58] gdbserver: turn target op 'thread_stopped' into a method

Re: [PATCH v2 4/4] Unregister the inferior from the event loop if failed to resume

[PATCH v2 4/6] Fix gdbserver build when intl already built

[PATCH v2 40/58] gdbserver: turn target op 'get_tib_address' into a method

[PATCH v2 41/58] gdbserver: turn target ops 'pause_all' and 'unpause_all' into methods

[PATCH v2 42/58] gdbserver: turn target op 'stabilize_threads' into a method

[PATCH v2 43/58] gdbserver: turn fast tracepoint target ops into methods

[PATCH v2 44/58] gdbserver: turn target op 'emit_ops' into a method

[PATCH v2 45/58] gdbserver: turn target op 'supports_disable_randomization' into a method

[PATCH v2 46/58] gdbserver: turn target op 'qxfer_libraries_svr4' into a method

[PATCH v2 47/58] gdbserver: turn target op 'supports_agent' into a method

[PATCH v2 48/58] gdbserver: turn btrace-related target ops into methods

[PATCH v2 49/58] gdbserver: turn target op 'supports_range_stepping' into a method

[PATCH v2 5/6] Change gdbsupport not to rely on BFD

[PATCH v2 50/58] gdbserver: turn target op 'pid_to_exec_file' into a method

[PATCH v2 51/58] gdbserver: turn target ops 'multifs_{open, readlink, unlink}' into methods

[PATCH v2 52/58] gdbserver: turn breakpoint kind-related target ops into methods

[PATCH v2 53/58] gdbserver: turn target ops 'thread_name' and 'thread_handle' into methods

[PATCH v2 54/58] gdbserver: turn target op 'supports_software_single_step' into a method

[PATCH v2 55/58] gdbserver: turn target op 'supports_catch_syscall' into a method

[PATCH v2 56/58] gdbserver: turn target op 'get_ipa_tdesc_idx' into a method

[PATCH v2 57/58] gdbserver: simply copy the pointer in 'set_target_ops'

[PATCH v2 58/58] gdbserver: finish turning the target ops vector into a class

[PATCH v2 6/6] Change gdbserver to use existing gdbsupport

Re: [PATCH v2] Add debuginfod support to GDB

Re: [PATCH v2] Avoid infinite recursion in find_pc_sect_line

[PATCH v2] Cache the Thread Local Base pointer type in the gdbarch

[PATCH v2] Fix arm-netbsd build error: convert from FPA to VFP

[PATCH v2] Fix kill of processes created by win32_create_inferior

Re: [PATCH V2] gdb/arm-tdep: the "strd rd, [sp, #-imm]!" is the part of function prologue

[PATCH v2] gdb/testsuite: Regenerate the testglue if it is not in path

Re: [PATCH v2] gdb: Catch exceptions if the source file is not found

[PATCH v2] gdb: print thread names in thread apply command output

[PATCH v2] New testcase for PR tui/25126 (staled source cache)

[PATCH v2] Rebase executable to match relocated base address

[PATCH v3] Add debuginfod support to GDB

[PATCH v3] Fix arm-netbsd build error: convert from FPA to VFP

Re: [PATCH V3] gdb/arm-tdep: fix to adapt insn "str rd,[sp, #-imm]!"

[PATCH v3] gdb/testsuite: Regenerate the testglue if it is not in

[PATCH v3] gdb: Catch exceptions if the source file is not found

[PATCH v3] Pass thread_info pointer to various inferior control functions

[PATCH v4 0/2] Handling already-exited threads in 'stop_all_threads'

[PATCH v4 0/3] RISC-V/Linux `gdbserver' support and associated fixes

[PATCH v4 0/3] RISC-V: Support more rigorous check for CSR

[PATCH v4 1/2] gdb/infrun: extract out a code piece into 'mark_non_executing_threads' function

[PATCH v4 1/3] RISC-V/Linux/native: Determine FLEN dynamically

[PATCH v4 1/3] RISC-V: Support the ISA-dependent CSR checking.

[PATCH v4 2/2] gdb/infrun: handle already-exited threads when attempting to stop

[PATCH v4 2/3] RISC-V/Linux/native: Factor out target description determination

[PATCH v4 2/3] RISC-V: Disable the CSR checking by default.

[PATCH v4 3/3] gdbserver: Add RISC-V/Linux support

[PATCH v4 3/3] RISC-V: Support the read-only CSR checking.

[PATCH v4] Add debuginfod support to GDB

[PATCH v4] gdb: Catch exceptions if the source file is not found

[PATCH v5 0/3] RISC-V/Linux `gdbserver' support and associated fixes

Re: [PATCH v5 0/3] RISC-V: Support more rigorous check for CSR

[PATCH v5 1/3] RISC-V/Linux/native: Determine FLEN dynamically

[PATCH v5 2/3] RISC-V/Linux/native: Factor out target description determination

[PATCH v5 3/3] gdbserver: Add RISC-V/Linux support

[PATCH v5] Add debuginfod support to GDB

[PATCH v7 0/2] RISC-V/Linux `gdbserver' support and associated fixes

[PATCH v7 1/2] gdb/riscv: Update API for looking up target descriptions

[PATCH v7 2/2] gdbserver: Add RISC-V/Linux support

[PATCH] [AArch64] Fix SVE-related failure in gdb.arch/aarch64-fp.exp

[PATCH] [gdb/testsuite] Fix compilation error with musl in gdb/testsuite/gdb.base/fileio.c

[PATCH] Aarch64-SIM: BLR opcode does not support XLR register properly.

[PATCH] Add -Wstrict-null-sentinel

[PATCH] Add a comment for the ARM_F{0..7}_REGNUM registers

Re: [PATCH] add file desc to gdbserver client_state

Re: [PATCH] Add gdb.fortran/vla-stride.exp and report a bug

[PATCH] Add support for DW_TAG_skeleton_unit

[PATCH] Adding myself to gdb/MAINTAINERS

[PATCH] Adding support to execute gdb.fortran for the flang compiler

[PATCH] Cache .gnu_debugdata BFD

[PATCH] Cache the Thread Local Base pointer type in the gdbarch

[PATCH] Change gdbserver to use existing gdbsupport

[PATCH] Change gdbserver to use existing gnulib and libiberty

[PATCH] Check for null result from gdb_demangle

[PATCH] configure: Re-disable building cross-gdbserver

[PATCH] Disable gdbserver on host != target configurations (Re: [PATCH] Move gdbserver to top level)

Re: [PATCH] Disambiguate info_print_options

Re: [PATCH] Don't override various Makefile variables for gnulib et al

[PATCH] Find tailcall frames before inline frames

[PATCH] Fix arm-netbsd build error

Re: [PATCH] Fix assertion fi->level

Re: [PATCH] Fix build on macOS

[PATCH] Fix gdb.arch/aarch64-dbreg-contents.exp build failures

[PATCH] Fix kill of processes created by win32_create_inferior

[PATCH] Fix null pointer dereference

[PATCH] Fix off-by-one bug in dwarf 5 file indexes.

Re: [PATCH] Fix program invocation by gdbserver on MS-Windows

[PATCH] Fix range end handling of inlined subroutines

[PATCH] Fix sizes and types of x86 segment and x87 registers

RE: [PATCH] Fixed gdb to print arrays with very high indexes

Re: [PATCH] gdb/remote: Ask target for current thread if it doesn't tell us

[PATCH] GDB/testsuite: Fix a catastrophic step-over-no-symbols.exp failure

[PATCH] gdb/testsuite: Regenerate the testglue if it is not in path

Re: [PATCH] gdb/testsuite: Updated includes

[PATCH] gdb: Allow more control over where to find python libraries

Re: [PATCH] gdb: Catch exceptions if the source file is not found

[PATCH] gdb: Check for nullptr when computing srcpath

[PATCH] gdb: dwarf2/read.c: remove unused objfile parameters/variables

[PATCH] gdb: infrun: consume multiple events at each pass in stop_all_threads

[PATCH] gdb: Move defs.h before any system header in debuginfod-support.c

[PATCH] gdb: print thread names in thread apply command output

[PATCH] gdb: Simplification in charset.c

[PATCH] gdb: update gnulib import

[PATCH] gdbsupport: Fix setting up 'development' var.

[PATCH] gnulib: import count-one-bits module and use it

[PATCH] Harden gdb.arch/aarch64-pauth.exp and fix a failure

[PATCH] Have testsuite find gdbserver in new location

[PATCH] Introduce objfile::intern

Re: [PATCH] Link to -lssp when available (fixes mingw build)

[PATCH] Make '{putchar,fputc}_unfiltered' use 'fputs_unfiltered'

[PATCH] Merge changes from GCC for config/ directory

Re: [PATCH] Move gdbserver to top level

[PATCH] New testcase for PR tui/25126 (staled source cache)

[PATCH] Pass correct die_reader_specs in cutu_reader::init_tu_and_read_dwo_dies

[PATCH] Remove field_info::nfields member

[PATCH] Remove some ui_file_* functions

[PATCH] Remove use of deprecated_add_core_fns in cris_tdep.c

[PATCH] Return unique_xmalloc_ptr from call_site_find_chain

[PATCH] rust/25535 Apply embedded offset to enum variant calculation

[PATCH] Search .dwo in the binary directory.

[PATCH] Small clean up of use_displaced_stepping

[PATCH] Speedup lnp_state_machine::handle_special_opcode

Re: [PATCH] Support for DW_AT_loclists_base and DW_FORM_loclistx.

[PATCH] Update ELF auxv entry types and update GDB to use them.

[PATCH][gdb/testsuite] Add unsupported tests in catch_ex_std.exp

[PATCH][gdb/testsuite] Be quiet about untested dtrace-prob.exp

[PATCH][gdb/testsuite] Capture many-headers.exp progress and output in gdb.log

[PATCH][gdb/testsuite] Fix check-read1 FAIL in gdb.tui/corefile-run.exp

[PATCH][gdb/testsuite] Fix corefile-buildid.exp with check-read1

[PATCH][gdb/testsuite] Fix funcall_ref.exp xpass

[PATCH][gdb/testsuite] Fix gdb.go/methods.exp

[PATCH][gdb/testsuite] Fix hello.go xpass

[PATCH][gdb/testsuite] Fix mi-sym-info.exp matching FAILs

[PATCH][gdb/testsuite] Fix psymtab expansion postponement in c-linkage-name.exp

[PATCH][gdb/testsuite] Fix xpass in gdb.python/lib-types.exp

[PATCH][gdb/testsuite] Handle missing gccgo

[PATCH][gdb/testsuite] Ignore pass/fail/unsupported in gdb-caching-proc.exp

[PATCH][gdb/testsuite] Remove stale exec in gdb_compile_ada

[PATCH][gdb/testsuite] Skip multi-target.exp without gdbserver

[PATCH][gdb] Don't set initial language if set manually

[PATCH][gdb] Don't set initial language using previous language

[PATCH][gdb] Ensure listing of unused static var in info locals

[PATCH][gdb] Fix -Wstrict-null-sentinel warnings

[PATCH][gdb] Fix cc-with-dwz regression

[PATCH][gdb] Fix hang after ext sigkill

[PATCH][gdb] Mention CU offset for <artifical> if verbose

[PATCH][PowerPC] Fix powerpc tests

Re: [PATCHv2 1/3] libiberty/hashtab: More const parameters

[PATCHv2] Fix range end handling of inlined subroutines

[PATCHv2] gdb/remote: Restore support for 'S' stop reply packet

[PATCHv2] gdb: Allow GDB to _not_ load a previous command history

[PATCHv2] gdb: Allow more control over where to find python libraries

[PATCHv6 1/2] gdb/riscv: Update API for looking up target descriptions

[PATCHv6 2/2] gdbserver: Add RISC-V/Linux support

[PING] [PATCH] Rebase executable to match relocated base address

[PING][PATCH][gdb/testsuite] Fix UNRESOLVED in gdb.server/server-kill-python.exp

[PING^10][PATCH v2 0/4] GDB fixes for the remote end having gone astray

[PING^2] [PATCH 1/2] Display ExceptionRecord for $_siginfo

RE: [PING^2][PATCH]: DWARFv5: Handle location list for split dwarf

[pushed/gdb-9-branch] libctf: compilation failure on MinGW due to missing errno values

[PUSHED/OBVIOUS] Add missing \n in fprintf

[PUSHED/OBVIOUS] Fix base class function call

[PUSHED/OBVIOUS] Fix header guard name in #endif comment

[pushed] [AArch64] Fix typo in comment

[pushed] [gdb/testsuite] Add note to 'Race detection' entry in README

[pushed] [gdb/testsuite] Make inferior_exited_re match a single line

[pushed] [gdb/testsuite] Use non-capturing parentheses for inferior_exited_re

[pushed] Add a mostlyclean target to gdbserver

[pushed] Change ints to bools around thread_info executing/resumed

Re: [pushed] Consolidate partial symtab dependency reading

[pushed] Fix declaration of mips_pc_is_mips

[pushed] Fix gdbserver-without-gdb build

[pushed] Fix two more mips-tdep.h declarations

[PUSHED] gdb/doc: Fix header alignment of 'info threads' example output

[PUSHED] gdb/fortran: Support negative array stride in one limited case

[PUSHED] gdb/sim: Assert that the simulator ptid is not null_ptid

[PUSHED] gdb/testsuite: Avoid leaking a port number into results summary

[PUSHED] gdb/testsuite: Regenerate the testglue if it is not in

[PUSHED] gdb/testsuite: Remove source file path from test name

[pushed] gdb: Add myself as one of GDB maintainer

[PUSHED] gdb: Catch exceptions if the source file is not found

[pushed] gdb: update email address for Palmer Dabbelt

[PUSHED] gdb: Use std::abs instead of abs on LONGEST types

[pushed] Make dwarf2_compile_expr_to_ax static

[PUSHED] Merge changes from GCC for the config/ directory

[pushed] Move dwarf2_get_die_type declaration to dwarf2/read.h

[pushed] Move dwarf2_read_addr_index declaration to dwarf2/read.h

[pushed] Move more declarations from dwarf2/loc.h to dwarf2/read.h

[pushed] Remove dwarf_expr_baton

[pushed] Remove some dead code from event-loop.c

[pushed] Remove useless NULL check in python.c

[pushed] Style field names in "print"

[pushed] Two compute_and_set_names simplifications

[pushed] Update a comment in psymtab.h

[pushed] Update libinproctrace.so path in lib/trace-support.exp

[pushed] Update partial_symtab comment

[pushed] Use obstack_strdup in ada-lang.c

[Regression] [PATCH] Do not print empty-group regs when printing general ones

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

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

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

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

[review v2] [gdb/testsuite] Fix UNRESOLVED in gdb.server/server-kill-python.exp

[review v2] [gdb/testsuite] Make inferior_exited_re match a single line

[review v2] infrun: extract out a code piece into 'mark_non_executing_threads' fu...

[review v2] infrun: handle already-exited threads when attempting to stop

[review v2] Pass thread_info pointer to various inferior control functions

[review v2] testsuite: add test for handling multiple inferiors exiting

[review v3] [gdb/threads] Fix hang in stop_all_threads after killing inferior

[review v3] infrun: handle already-exited threads when attempting to stop

[review v3] testsuite: add test for handling multiple inferiors exiting

[review v4] [gdb/threads] Fix hang in stop_all_threads after killing inferior

[review] [gdb/testsuite] Add note to 'Race detection' entry in README

[review] [gdb/testsuite] Fix solib-list.exp test-case for exec with debug-info

[review] [gdb/testsuite] Fix UNRESOLVED in gdb.server/server-kill-python.exp

[review] [gdb/testsuite] Make inferior_exited_re match a single line

[review] [gdb/testsuite] Use non-capturing parentheses for inferior_exited_re

[review] gdb/infrun: stop all threads if there exists a non-stop target

[review] gdb: define convenience function 'exists_non_stop_target'

[review] infrun: extract out a code piece into the 'handle_inferior_exit' func...

[review] jit: enhance test suite

Re: [review] Style field names in "print"

Re: [RFA/gdb-9-branch] Abort configure immediately if building GDB in tree

Re: [RFA] gdb/copyright.py: Add generated files in gnulib/ to exclude list

[RFA] gdb/copyright.py: Add generated files in gnulib/ to exclude list (was: "Re: [PATCH] gnulib: import count-one-bits module and use it")

[RFAv4 0/3] Allow the user to define default args for commands and aliases

[RFAv4 1/3] default-args: allow to define default command/alias arguments

[RFAv4 2/3] Add tests for new default-args related commands and arguments.

[RFAv4 3/3] NEWS and documentation for default-args related concept and commands.

[RFC 0/2] Restore previously selected frame when switching thread

Re: [RFC 00/17] Merge event loop implementations

[RFC 1/2] gdb: Unify two copies of restore_selected_frame

[RFC 2/2] gdb: Track the current frame for each thread

[RFC gdb 9] Revert basenames_may_differ patch

[RFC] Add ability to skip demangling partial symbols

[RFC] gdb: Give a better error when a breakpoint can't be placed in a PIE

[RFC][gdb/testsuite] Add -lbl option in gdb_test_multiple

[RFC][gdb/testsuite] Handle -line and -non-empty-line in gdb_test_multiple

[RFC][gdb/testsuite] Ignore pass in gdb_caching_proc

Breakage on builder Solaris11-amd64-m64, revision 0240c8f11b06a33a043bacbe2b9e723ae6ad573c

Breakage on builder Solaris11-sparcv9-m64, revision 0240c8f11b06a33a043bacbe2b9e723ae6ad573c

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

Re: GDB 9 TUI mode broken

GDB 9.2 release status (2020-02-08)

gdb-9 branch FROZEN

gdb-9-branch OPEN again (was: "gdb-9 branch FROZEN")

Multi-target change in gdb/inf-child.c

New ARI warning Thu Feb 13 01:58:56 UTC 2020

note about the git-hooks install for binutils-gdb.git

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

Re: Propose we release GDB 9.1 next weekend (Feb 01-02)

remaining issues before GDB 9.1 release (2020-02-01 update)

RFC: GDB 10.x release target schedule

Using the vcs_to_changelog.py script


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