public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCH 0/6] Use gdb::array_view some more, plug leaks
 2018-11-26 18:28 UTC  (19+ messages)
` [PATCH 2/6] invoke_xmethod & array_view
` [PATCH 3/6] Eliminate make_symbol_overload_list-related globals & cleanup
` [PATCH 1/6] Use gdb:array_view in call_function_by_hand & friends
` [PATCH 5/6] valops.c: Some more gdb::array_view
` [PATCH 4/6] C++ify badness_vector, fix leaks

[PATCH] Implement timestamp'ed output on "make check"
 2018-11-26 17:22 UTC  (11+ messages)
` [PATCH v2] "

Oh dear. I regret to inform you that commit 970d89d8fdd84b31decaf3bd84e785aad057ea32 might be unfortunate
 2018-11-26 16:51 UTC  (23+ messages)
` Breakage on builder Debian-s390x-native-extended-gdbserver-m64, revision 970d89d8fdd84b31decaf3bd84e785aad057ea32
` Breakage on builder RHEL-s390x-m64, "
` Breakage on builder Fedora-x86_64-native-extended-gdbserver-m64, "
` Breakage on builder Fedora-s390x-m64, "
` Breakage on builder Fedora-x86_64-cc-with-index, "
` Breakage on builder Debian-s390x-native-gdbserver-m64, "
` Breakage on builder Fedora-i686, "
` Breakage on builder Fedora-x86_64-native-extended-gdbserver-m32, "
` Breakage on builder Debian-s390x-m64, "
` Breakage on builder Fedora-x86_64-native-gdbserver-m64, "
` Breakage on builder Ubuntu-Aarch64-native-extended-gdbserver-m64, "
` Breakage on builder Fedora-x86_64-m64, "
` Breakage on builder Fedora-x86_64-native-gdbserver-m32, "
` Breakage on builder Fedora-x86_64-m32, "
` Breakage on builder NetBSD-x86_64-m64, "
` Breakage on builder Ubuntu-Aarch64-native-gdbserver-m64, "
` Breakage on builder Ubuntu-Aarch64-m64, "

[PATCH 0/2] Allow use of out-of-tree CGEN source
 2018-11-26 15:17 UTC  (2+ messages)

Oh dear. I regret to inform you that commit 080363310650c93ad8e93018bcb6760ba5d32d1c might be unfortunate
 2018-11-26 13:26 UTC  (10+ messages)
` Breakage on builder Solaris11-sparcv9-m64, revision 080363310650c93ad8e93018bcb6760ba5d32d1c
` Breakage on builder Solaris11-amd64-m64, "

[PATCH][gdb/python] Add interface to access minimal_symbols
 2018-11-26 11:17 UTC  (4+ messages)
    ` [PING][PATCH][gdb/python] "

[PATCH] gdb/regcache: When saving, ignore registers that can't be read
 2018-11-26  2:48 UTC  (2+ messages)

[RFAv2] Fix leak in linespec parser
 2018-11-26  1:42 UTC  (2+ messages)

[RFA] Factorize killing the children in linux-ptrace.c, and fix a 'process leak'
 2018-11-25 23:13 UTC  (5+ messages)

[FYI] Remove obsolete comments from field_fmt
 2018-11-25 22:35 UTC 

[RFA] Fix leak in linespec parser
 2018-11-25 22:25 UTC  (2+ messages)

[PATCH v2 00/12] Work toward making psymtabs reusable
 2018-11-25 19:22 UTC  (13+ messages)
` [PATCH v2 10/12] Add psymtab_storage::allocate_dependencies
` [PATCH v2 07/12] Introduce objfile::reset_psymtabs
` [PATCH v2 08/12] Allocate the address map on the psymtab obstack
` [PATCH v2 11/12] Make psymtab_storage::free_psymtabs private
` [PATCH v2 09/12] Move more allocations to psymtab obstack
` [PATCH v2 01/12] Remove parameters from start_psymtab_common
` [PATCH v2 04/12] Change create_demangled_names_hash to take an objfile_per_bfd_storage
` [PATCH v2 12/12] Move psymtabs to their own obstack
` [PATCH v2 03/12] Simplify calls to init_psymbol_list
` [PATCH v2 02/12] Change add_psymbol_to_list to use an enum
` [PATCH v2 05/12] Change symbol_set_names to take an objfile_per_bfd_storage
` [PATCH v2 06/12] Introduce class psymtab_storage

[PATCH 00/12] Remove some ALL_* iteration macros
 2018-11-25 16:55 UTC  (13+ messages)
` [PATCH 07/12] Remove ALL_COMPUNITS
` [PATCH 10/12] Remove ALL_OBJFILES and ALL_FILETABS
` [PATCH 11/12] Remove ALL_OBJSECTIONS
` [PATCH 04/12] Remove ALL_OBJFILES_SAFE
` [PATCH 12/12] Remove ALL_OBJFILE_PSYMTABS
` [PATCH 08/12] Remove ALL_COMPUNIT_FILETABS
` [PATCH 01/12] Introduce all_objfiles and next_iterator
` [PATCH 05/12] Remove ALL_MSYMBOLS and ALL_OBJFILE_MSYMBOLS
` [PATCH 09/12] Remove ALL_OBJFILE_FILETABS
` [PATCH 03/12] Remove most uses of ALL_OBJFILES
` [PATCH 06/12] Remove ALL_OBJFILE_COMPUNITS
` [PATCH 02/12] Remove ALL_PSPACE_OBJFILES

[PATCH] Place displaced step data directly in inferior structure
 2018-11-24 13:22 UTC  (5+ messages)

[RFA] Fix tid-reuse sometimes blocks for a very long (infinite?) time
 2018-11-24 12:58 UTC  (2+ messages)
` PING "

[PUSHED/OBVIOUS] Re-fix leak in source.c (open_source_file)
 2018-11-24 11:52 UTC 

[PATCH] Use std::vector for displaced_step_inferior_states
 2018-11-23 18:26 UTC  (5+ messages)

[PUSHED/OBV][PATCH] GDBserver: AArch64: Remove cannot_fetch/store_register
 2018-11-23 14:11 UTC 

[pushed] Remove declarations of is_running/is_stopped/is_exited
 2018-11-23 14:03 UTC 

[PATCH v2 1/7] DWARF: Don't add nameless modules to partial symbol table
 2018-11-23 10:31 UTC  (10+ messages)
` [PATCH v2 4/7] Fortran: Ptype, print type extension
` [PATCH v2 6/7] Fortran: Nested functions, add scope parameter
` [PATCH v2 2/7] Dwarf: Fortran, support DW_TAG_entry_point
` [PATCH v2 5/7] Fortran: Enable setting breakpoint on nested functions
` [PATCH v2 7/7] Fortran: Document scope operator
` [PATCH v2 3/7] Fortran: Accessing fields of inherited types via fully qualified name

New ARI warning Fri Nov 23 01:56:26 UTC 2018
 2018-11-23  1:56 UTC 

[PATCH 0/3] Per-inferior thread list, multi-target prep
 2018-11-22 16:28 UTC  (2+ messages)

[RFC 0/2] add new async events =target-connected and =target-disconnected
 2018-11-22 14:20 UTC  (4+ messages)
` [RFC 2/2] gdb/mi: "

[RFC] Add gdbserver multiclient support for strace
 2018-11-22 14:06 UTC 

[PATCH][PR gdb/8527] Interrupt not functional in Eclipse/CDT on Solaris
 2018-11-22 10:19 UTC  (3+ messages)

New ARI warning Thu Nov 22 01:56:51 UTC 2018
 2018-11-22  1:57 UTC 

[RFC] Remove cleanups from coffread.c
 2018-11-21 21:34 UTC  (2+ messages)

[PATCH] Use std::forward_list for displaced_step_inferior_states
 2018-11-21 17:27 UTC  (6+ messages)

[PATCH][PR python/23714] Make command-repeat work after gdb.execute
 2018-11-21 17:12 UTC  (2+ messages)

[RFC] gdb/riscv: Add target description support
 2018-11-21 13:19 UTC  (6+ messages)
` [PATCH] "

[PATCH 0/2] Changes to cli-out.c for field alignment and formatting
 2018-11-20 22:18 UTC  (5+ messages)
` [PATCH 1/2] gdb: Respect field width and alignment for 'fmt' fields in CLI output
` [PATCH 2/2] gdb: Use string_printf to format int fields instead of a fixed size buffer

[RFAv2 0/5] Use language mode in 'info [functions|variables|types]|rbreak'
 2018-11-20 21:59 UTC  (8+ messages)
` [RFAv2 1/5] Add class scoped_switch_to_sym_language_if_auto
` [RFAv2 4/5] Document language choice in 'info [functions|variables|types]|rbreak' commands
` [RFAv2 5/5] NEWS: Document the language choice by 'info [types|functions|variables]|rbreak'
` [RFAv2 2/5] Use scoped_switch_to_sym_language_if_auto in symtab.c to switch language
` [RFAv2 3/5] Add a test to verify info [functions|variables|types]|rbreak respect language_mode

[RFAv2 0/2] Fix regression 'info variables' does not show minimal symbols
 2018-11-20 21:19 UTC  (5+ messages)
` [RFAv2 2/2] Test case for 'info variables|functions' with "

[PATCH 1/2] GDB: S12Z: Add assertion
 2018-11-20 17:01 UTC  (14+ messages)
` [PATCH 2/2] GDB: S12Z: new function s12z_extract_return_value
    ` [PATCH] "
  ` [PATCH] GDB: S12Z: Add assertion

"Invalid parameter passed to C runtime function" from MinGW GDB
 2018-11-20 16:54 UTC  (4+ messages)

[PATCH] AArch64: Racy: Don't set empty set of hardware BPs/WPs on new thread
 2018-11-20 11:56 UTC 

[pushed] Remove displaced_step_inferior_state::next
 2018-11-20  3:38 UTC 

[PATCH] gdb: xtensa: fix register counters for xtensa-linux
 2018-11-20  2:55 UTC 

[FYI] Change get_filename_and_charpos to return void
 2018-11-19 22:45 UTC 

[PATCH] Fix inaccuracies in "info skip" help
 2018-11-19 22:28 UTC  (3+ messages)

GDB 8.2.1 release -- 2018-11-14 status update
 2018-11-19 18:33 UTC  (2+ messages)

[FYI v2] Handle TYPE_CODE_PTR when printing Rust types
 2018-11-19 18:24 UTC 

[FYI] Handle TYPE_CODE_PTR when printing Rust types
 2018-11-19 18:23 UTC  (4+ messages)

[FYI] Fix gdb.rust/simple.rs for more recent compilers
 2018-11-19 17:55 UTC 

[PATCH] GDB: Add ChangeLog entry inadvertently omitted from commit
 2018-11-19 15:59 UTC  (4+ messages)

[PATCH v2] Avoid crash when calling warning too early
 2018-11-19 15:27 UTC  (6+ messages)

GDB internal error in pc_in_thread_step_range
 2018-11-18 16:37 UTC 

[FYI] Fix ia64-linux-nat.c
 2018-11-18 16:34 UTC 

[PATCH] Fix search of debug files for remote debuggee
 2018-11-17 18:52 UTC  (2+ messages)

[RFA 0/5] Use language mode in 'info [functions|variables|types]|rbreak'
 2018-11-17 12:24 UTC  (8+ messages)
` [RFA 1/5] Add class scoped_switch_auto_to_sym_language
` [RFA 3/5] Add a test to verify info [functions|variables|types]|rbreak respect language_mode
` [RFA 2/5] Use scoped_switch_auto_to_sym_language in symtab.c to switch language

[PATCH v3 0/3] Update FreeBSD's syscall table
 2018-11-16 19:37 UTC  (5+ messages)
` [PATCH v3 2/3] Add an optional "alias" attribute to syscall entries

[PATCH v4 0/3] Aarch64: Fix segfault when casting dummy calls
 2018-11-16 15:00 UTC  (4+ messages)
` [PATCH v4 3/3] "

[PATCH 1/7] DWARF: Don't add nameless modules to partial symbol table
 2018-11-16 14:50 UTC  (7+ messages)
` [PATCH 4/7] Fortran: Ptype, print type extension
` [PATCH 6/7] Fortran: Nested functions, add scope parameter
` [PATCH 5/7] Fortran: Enable setting breakpoint on nested functions
` [PATCH 3/7] Fortran: Accessing fields of inherited types via fully qualified name
` [PATCH 7/7] Fortran: Document scope operator

[RFC PATCH] Introduce dwarf2_cu::get_builder
 2018-11-16 14:39 UTC  (3+ messages)

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).