public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCH v2 0/3] Poison obstack functions
 2018-05-21  3:00 UTC  (2+ messages)

[RFA 0/3] More Ada cleanup removal
 2018-05-21  1:12 UTC  (7+ messages)
` [RFA 2/3] Remove cleanup from ada_collect_symbol_completion_matches
` [RFA 3/3] Change ada_catchpoint::excep_string to be a std::string
` [RFA 1/3] Remove cleanup from ada-lang.c

Important, please!
 2018-05-21  1:11 UTC 

Pointers vs references for out and inout parameters
 2018-05-21  0:20 UTC  (2+ messages)

[RFA] Use std::unique_ptr in dwarf2_read_debug_names
 2018-05-20 23:59 UTC  (2+ messages)

[RFA] Remove a cleanup from trace_dump_actions
 2018-05-20 23:58 UTC  (2+ messages)

[RFA] Use std::string in reread_symbols
 2018-05-20 23:49 UTC  (2+ messages)

[PATCH] gdb: Restore selected frame in print_frame_local_vars
 2018-05-20 23:44 UTC 

[RFA 0/2] Replace one use of VEC in dwarf2read.c
 2018-05-20 23:34 UTC  (3+ messages)
` [RFA 2/2] Use std::vector for dwarf2_per_cu_data
` [RFA 1/2] Allocate dwarf2_per_cu_data and signatured_type with new

[OBVIOUS PATCH] Remove useless variable int i in backtrace_command_1
 2018-05-19 15:18 UTC 

[OBVIOUS PATCH] Fix reference in comment: SRC_AND_LOC instead of LOC_AND_SRC
 2018-05-19 15:17 UTC 

[RFC 0/5] Implenent 'frame apply COMMAND', enhance 'thread apply COMMAND'
 2018-05-19  6:59 UTC  (12+ messages)
` [RFC 2/5] Implement frame apply [all | COUNT | -COUNT] [-FLAGS...] COMMAND
` [RFC 1/5] Add helper functions check_for_flags and check_for_flags_vqcs

[PATCH 00/10] remote: More multi-target preparation
 2018-05-18 21:42 UTC  (23+ messages)
` [PATCH 01/10] remote: struct remote_state, use op new
` [PATCH 09/10] remote: Make vcont_builder a class
` [PATCH 10/10] remote: one struct remote_state per struct remote_target
` [PATCH 02/10] remote: Eliminate remote_hostio_close_cleanup
` [PATCH 05/10] remote: remote_arch_state pointers -> remote_arch_state objects
` [PATCH 03/10] remote: Make readahead_cache a C++ class
` [PATCH 04/10] remote: multiple remote_arch_state instances per arch
` [PATCH 08/10] Handle "show remote memory-write-packet-size" when not connected
` [PATCH 07/10] remote: Move discard_pending_stop_replies call
` [PATCH 06/10] remote: Small cleanup in compare_section_command

[RFA] Allocate dwp_file with new
 2018-05-18 20:50 UTC  (2+ messages)

[RFA] Allocate dwz_file with new
 2018-05-18 20:46 UTC  (2+ messages)

[PATCH RFC 0/5] Add a DWARF index cache
 2018-05-18 20:26 UTC  (15+ messages)
` [PATCH RFC 5/5] Add "
` [PATCH RFC 4/5] Introduce scoped_mmapped_file
` [PATCH RFC 3/5] Make index reading functions more modular
` [PATCH RFC 2/5] Remove mapped_index::total_size
` [PATCH RFC 1/5] Rename some functions, index -> gdb_index

[RFA] Use new to allocate mapped_index
 2018-05-18 20:22 UTC  (2+ messages)

New ARI warning Fri May 18 01:56:48 UTC 2018
 2018-05-18 20:05 UTC  (7+ messages)

[PATCHv2 0/2] Changes to frame selection
 2018-05-18 19:57 UTC  (5+ messages)
` [PATCHv2 1/2] gdb: Split func_command into two parts
` [PATCHv2 2/2] gdb: Change how frames are selected for 'frame' and 'info frame'

time to release soon? GDB 8.1.1 release 2018-05-14 update
 2018-05-18 19:50 UTC  (6+ messages)

[RFA] Show padding in ptype/o output
 2018-05-18 19:03 UTC  (4+ messages)

Backport of patch to gdb 8.0 branch
 2018-05-18 18:50 UTC  (5+ messages)

[PATCH] Do not clear the value of st_dev in File I/O's stat()
 2018-05-18 18:29 UTC  (3+ messages)

[PATCH] gdb: Don't drop SIGSTOP during stop_all_threads
 2018-05-18 15:53 UTC 

[PATCH 0/8] [PowerPC] Miscellaneous fixes for register access
 2018-05-18 15:37 UTC  (23+ messages)
` [PATCH 1/8] [PowerPC] Consolidate linux target description selection
` [PATCH 4/8] [PowerPC] Consolidate linux vector regset sizes
` [PATCH 3/8] [PowerPC] Disable regsets using zero sizes in gdbserver
` [PATCH 8/8] [PowerPC] Recognize isa205 in linux core files
` [PATCH 6/8] [PowerPC] Fix VSX registers "
` [PATCH 2/8] [PowerPC] Consolidate wordsize getter between native and gdbserver
` [PATCH 5/8] [PowerPC] Fix access to VSCR in linux targets
` [PATCH 7/8] [PowerPC] Fix inclusion of dfp pseudoregs in tdep

possible fix for PR symtab/23010
 2018-05-18  1:22 UTC  (7+ messages)

[PATCH v2] Don't elide all inlined frames
 2018-05-17 21:23 UTC  (7+ messages)

[PATCH] Make format_pieces recognize the \e escape sequence
 2018-05-17 17:23 UTC  (3+ messages)

[pushed] value.c: Remove unused variables
 2018-05-17 15:29 UTC 

[PATCH] Remove the restriction of File I/O function open() to regular files only
 2018-05-17 13:53 UTC  (2+ messages)

[RFA] Initialize py_type_printers in ext_lang_type_printers
 2018-05-17 13:40 UTC  (3+ messages)

Home security with Vivint.SmartHome monitoring offer
 2018-05-17  8:22 UTC 

[PATCH] PR gdb/22286: linux-nat-trad: Support arbitrary register widths
 2018-05-16 20:53 UTC  (3+ messages)

[RFA] Make "cbfd" a gdb_bfd_ref_ptr
 2018-05-16 18:10 UTC  (2+ messages)

[RFA] Remove some text from --version output
 2018-05-16 17:39 UTC  (4+ messages)

[pushed] regcache.c: Remove unused typedefs
 2018-05-16 17:17 UTC 

[RFA] Use a distinguishing name for minidebug objfile
 2018-05-16 17:14 UTC  (2+ messages)

[RFC] (windows) GDB/MI crash when using "-list-thread-groups --available"
 2018-05-16 16:44 UTC  (5+ messages)

[committed] MIPS/Linux/native: Supply $zero for the !PTRACE_GETREGS case
 2018-05-16 13:49 UTC 

[committed] MIPS: Make `mask_address_var' static
 2018-05-15 16:59 UTC 

[committed] testsuite: Fix a `server_pid' access crash in gdb.server/server-kill.exp
 2018-05-15 15:28 UTC 

[PATCH] gdb/x86: Fix `-Wstrict-overflow' build error in `i387_collect_xsave'
 2018-05-15 15:04 UTC 

[PATCH] [PR gdb/21695] Fix lost line info for symbol at addr zero
 2018-05-15 14:56 UTC 

[PATCH] Removing lookup_minimal_symbol_and_objfile
 2018-05-15 14:45 UTC 

[PATCH] [PR gdb/23093] Implementation of "gdbarch_gdb_signal_to/from_target" on FreeBSD
 2018-05-15 14:04 UTC  (4+ messages)

[RFA 0/2] Make line tables independent of progspace
 2018-05-14 23:54 UTC  (12+ messages)
` [RFA 1/2] "

[FYI] Clear rust_unions in rust_union_quirks
 2018-05-14 17:38 UTC 

[PATCH] Process record: Fix null deref when loading empty core file
 2018-05-12  6:07 UTC  (2+ messages)

[PATCH] gdb/x86: Fix write out of mxcsr register for xsave targets
 2018-05-11 21:55 UTC  (3+ messages)

[PATCH] Process record: Log %rax after syscall under amd64-linux
 2018-05-11 21:49 UTC  (2+ messages)

[PATCH] gdb: xtensa: drop gdb_target definition
 2018-05-11 19:42 UTC  (3+ messages)

[PATCH 0/3] Torward multiple simultaneous core instances
 2018-05-11 19:40 UTC  (6+ messages)
` [PATCH 3/3] Heap-allocate core_target instances

[RFA] Remove cleanups from mdebugread.c
 2018-05-11 18:15 UTC  (2+ messages)

[PATCH 0/8] Add SVE support for Aarch64 GDB
 2018-05-11 16:46 UTC  (11+ messages)
` [PATCH 2/8] Function for reading the Aarch64 SVE vector length
` [PATCH 4/8] Enable SVE for GDB
` [PATCH 7/8] Add methods to gdbserver regcache and raw_compare
` [PATCH 8/8] Ptrace support for Aarch64 SVE
` [PATCH 6/8] Aarch64 SVE pseudo register support
` [PATCH 1/8] Add Aarch64 SVE target description
` [PATCH 5/8] Add aarch64 psuedo help functions
` [PATCH 3/8] Add SVE register defines

[RFA 00/15] Work toward making psymtabs reusable
 2018-05-11 10:53 UTC  (16+ messages)
` [RFA 08/15] Remove readin and compunit_symtab fields from psymtab
` [RFA 03/15] Remove parameters from start_psymtab_common
` [RFA 10/15] Introduce objfile::reset_psymtabs
` [RFA 04/15] Change add_psymbol_to_list to use an enum
` [RFA 06/15] Change create_demangled_names_hash to take an objfile_per_bfd_storage
` [RFA 01/15] Move some declarations to mdebugread.h
` [RFA 15/15] Move psymtabs to their own obstack
` [RFA 14/15] Make psymtab_storage::free_psymtabs private
` [RFA 11/15] Allocate the address map on the psymtab obstack
` [RFA 07/15] Change symbol_set_names to take an objfile_per_bfd_storage
` [RFA 05/15] Simplify calls to init_psymbol_list
` [RFA 02/15] Remove some unneeded psymtab initializations
` [RFA 09/15] Introduce class psymtab_storage
` [RFA 13/15] Add psymtab_storage::allocate_dependencies
` [RFA 12/15] Move more allocations to psymtab obstack

[RFA] inadvertent language switch during breakpoint_re_set_one
 2018-05-10 20:59 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).