public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[RFC] gdb: introduce limited array lengths while printing values
 2021-11-09 16:44 UTC  (2+ messages)
` [PING^2][RFC] "

[PATCH][gdb/testsuite] Work around skip_prologue problems in gdb.threads/process-dies-while-detaching.exp
 2021-11-09 16:35 UTC  (5+ messages)
    ` [PATCH][gdb/testsuite] Add gdb.opt/break-on-_exit.exp

[PATCH] gdb.debuginfod/fetch_src_and_symbols.exp: fix when GDB is built with AddressSanitizer
 2021-11-09 16:16 UTC  (2+ messages)

[PATCH v3] Update btrace data in maintenance btrace commands
 2021-11-09 16:02 UTC  (2+ messages)

[PATCH] Correctly handle DW_LLE_start_end
 2021-11-09 15:25 UTC  (4+ messages)

[PATCH] Fix build on rhES5
 2021-11-09 15:20 UTC  (3+ messages)

gdb: Implement the init_reg dwarf2_frame_ops for amd64
 2021-11-09 13:35 UTC  (2+ messages)

[PATCH] gdb: throw OPTIMIZED_OUT_ERROR rather than GENERIC_ERROR
 2021-11-09 13:32 UTC 

[PATCH] gdb/remote: handle attach when stop packet lacks thread-id
 2021-11-09 10:06 UTC  (2+ messages)

[PATCHv4 0/4] Python API for target connections, and packet sending
 2021-11-09 10:04 UTC  (3+ messages)
` [PATCHv5 "

[PATCH] sim: sh: simplify testsuite a bit
 2021-11-09  6:27 UTC 

[PATCH] sim: cris: clean up missing func prototype warnings
 2021-11-09  3:48 UTC 

[PATCH 2/2] Improve gdb::array_view ctor from contiguous containers
 2021-11-08 23:02 UTC  (4+ messages)
` [PATCH v2 "

[PATCH] gdb: fix "set scheduler-locking" thread exit hang
 2021-11-08 21:49 UTC 

[PATCH] gdb: tweak scoped_disable_commit_resumed uses when resuming all threads in non-stop
 2021-11-08 21:43 UTC  (3+ messages)

[PATCH] gdb: make dwarf2_find_containing_comp_unit take a dwarf2_per_bfd
 2021-11-08 21:41 UTC  (3+ messages)

[PATCH] gdb: remove bpstat typedef, rename bpstats to bpstat
 2021-11-08 21:37 UTC  (3+ messages)

feature branch for creating MI commands with python (was: How to create new mi commands via python / get current interpreter in python)
 2021-11-08 21:28 UTC  (8+ messages)
          ` [PATCH 0/5] refactoring towards Python MI command API
            ` [PATCH 1/5] gdb/mi: rename mi_lookup to mi_cmd_lookup
            ` [PATCH 2/5] gdb/mi: use std::map for MI commands in mi-cmds.c
            ` [PATCH 3/5] gdb/mi: int to bool conversion in mi_execute_cli_command
            ` [PATCH 4/5] gdb/mi: use separate classes for different types of MI command
            ` [PATCH 5/5] gdb/mi: rename mi_cmd to mi_command

[PATCH v3 0/2] [gdb] untie and validate inheritance location
 2021-11-08 21:16 UTC  (5+ messages)
` [PING][PATCH "
  ` [PING*2][PATCH "
    ` [PING*3][PATCH "

[PATCH 1/4] gdb: fix length of array view returned by some value_contents functions
 2021-11-08 21:11 UTC  (5+ messages)
` [PATCH 2/4] gdbsupport: add array_view copy function
` [PATCH 3/4] gdb: make extract_integer take an array_view
` [PATCH 4/4] gdb: trivial changes to use array_view

[PATCH 0/2] Make "set disable-randomization" work on Windows
 2021-11-08 18:52 UTC  (5+ messages)
` [PATCH 2/2] Allow ASLR to be disabled "

[PATCH v2] PR gdb/28480: Improve ambiguous member detection
 2021-11-08 18:27 UTC 

[PATCH] Fix for the gdb.base/sigstep.exp test
 2021-11-08 18:26 UTC 

[PATCH 0/2] make xstrprintf and xstrvprintf return a unique_ptr
 2021-11-08 18:11 UTC  (4+ messages)
` [PATCH 1/2] gdbsupport: move xfree into its own file
` [PATCH 2/2] gdb/gdbsupport: make xstrprintf and xstrvprintf return a unique_ptr

[PATCH v2 00/32] Rewrite the DWARF "partial" reader
 2021-11-08 17:41 UTC  (40+ messages)
` [PATCH v2 01/32] Introduce make_unique_xstrndup
` [PATCH v2 02/32] Split create_addrmap_from_aranges
` [PATCH v2 03/32] Add dwarf2_per_cu_data::addresses_seen
` [PATCH v2 04/32] Refactor dwarf2_get_pc_bounds
` [PATCH v2 05/32] Allow ada_decode not to decode operators
` [PATCH v2 06/32] Let skip_one_die not skip children
` [PATCH v2 07/32] Add name splitting
` [PATCH v2 08/32] Add new overload of dwarf5_djb_hash
` [PATCH v2 09/32] Refactor build_type_psymtabs_reader
` [PATCH v2 10/32] Add batching parameter to parallel_for_each
` [PATCH v2 11/32] Return vector of results from parallel_for_each
` [PATCH v2 12/32] Specialize std::hash for gdb_exception
` [PATCH v2 13/32] Introduce DWARF abbrev cache
` [PATCH v2 14/32] Statically examine abbrev properties
` [PATCH v2 15/32] Update skip_one_die for new "
` [PATCH v2 16/32] Introduce the new DWARF index class
` [PATCH v2 17/32] The new DWARF indexer
` [PATCH v2 18/32] Implement quick_symbol_functions for cooked DWARF index
` [PATCH v2 19/32] Wire in the new DWARF indexer
` [PATCH v2 20/32] Introduce thread-safe handling for complaints
` [PATCH v2 21/32] Pre-read DWARF section data
` [PATCH v2 22/32] Parallelize DWARF indexing
` [PATCH v2 23/32] "Finalize" the DWARF index in the background
` [PATCH v2 24/32] Rename write_psymtabs_to_index
` [PATCH v2 25/32] Change the key type in psym_index_map
` [PATCH v2 26/32] Change parameters to write_address_map
` [PATCH v2 27/32] Genericize addrmap handling in the DWARF index writer
` [PATCH v2 28/32] Adapt .gdb_index writer to new DWARF scanner
` [PATCH v2 29/32] Adapt .debug_names "
` [PATCH v2 30/32] Enable the new DWARF indexer
` [PATCH v2 31/32] Delete DWARF psymtab code
` [PATCH v2 32/32] Remove dwarf2_per_cu_data::v

[PATCH 1/7] sim: ppc: switch to libiberty environ.h
 2021-11-07  1:12 UTC  (7+ messages)
` [PATCH 2/7] sim: arm/bfin/rx: undefine page size from system headers
` [PATCH 3/7] sim: sh: fix isnan redefinition with mingw targets
` [PATCH 4/7] sim: sh: drop errno extern
` [PATCH 5/7] sim: sh: break utime logic out of _WIN32 check
` [PATCH 6/7] sim: sh: clean up time(NULL) call
` [PATCH 7/7] sim: sh: fix conversion of PC to an integer

[PATCH 1/6] sim: sh: rework register layout with anonymous unions & structs
 2021-11-07  0:32 UTC  (6+ messages)
` [PATCH 2/6] sim: sh: fix unused-value warnings
` [PATCH 3/6] sim: sh: fix various parentheses warnings
` [PATCH 4/6] sim: sh: constify a few read-only lookup tables
` [PATCH 5/6] sim: sh: fix uninitialized variable usage with pdmsb
` [PATCH 6/6] sim: sh: enable -Werror everywhere

[PATCH] sim: mips: use sim_fpu_to{32,64}u to fix build warnings
 2021-11-06 16:22 UTC  (2+ messages)

[PATCH] sim: clarify license text via COPYING file
 2021-11-06  5:46 UTC 

[PATCH] PR gdb/28480: Improve ambiguous member detection
 2021-11-05 18:26 UTC  (3+ messages)

[PATCH] Avoid /proc/pid/mem races (PR 28065)
 2021-11-05 18:20 UTC  (2+ messages)

[PATCH] gdb/testsuite: set ASAN_OPTIONS=detect_leaks=0 while running tests
 2021-11-05 17:07 UTC  (7+ messages)
    ` [gdb/build] Fix Wimplicit-exception-spec-mismatch in clang build

[PATCH 0/2] Fix PR 28308 - dprintf breakpoints not working when run from script
 2021-11-05 16:21 UTC  (5+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] Test case for Bug 28308

[PATCH] [gdb/testsuite] Fix gdb.arch/i386-avx.exp with clang
 2021-11-05 13:54 UTC  (12+ messages)

[PATCH 1/1] gdb: Print cv qualifiers if class attributes are substituted
 2021-11-05 12:35 UTC  (2+ messages)

[PUSHED] gdb/testsuite: use gdb_get_line_number
 2021-11-05 12:31 UTC 

[PATCH v3 00/28] Allow location description on the DWARF stack
 2021-11-05 11:58 UTC  (25+ messages)
` [PATCH v3 06/28] Add read method to location description classes
` [PATCH v3 08/28] Add deref "
` [PATCH v3 16/28] Change DWARF stack to use new dwarf_entry classes
` [PATCH v3 23/28] Add support for any location description in CFI
` [PATCH v3 27/28] Add DW_OP_LLVM_extend DWARF operation
` [PATCH v3 28/28] Add DW_OP_LLVM_select_bit_piece "

[PATCH v4 00/28] Allow location description on the DWARF stack
 2021-11-05 11:38 UTC  (29+ messages)
` [PATCH v4 01/28] Add new register access interface to expr.c
` [PATCH v4 02/28] Add new memory "
` [PATCH v4 03/28] Add new classes that model DWARF stack element
` [PATCH v4 04/28] Add to_location method to dwarf_value class
` [PATCH v4 05/28] Add to_value method to dwarf_location class
` [PATCH v4 06/28] Add read method to location description classes
` [PATCH v4 07/28] Add write "
` [PATCH v4 08/28] Add deref "
` [PATCH v4 09/28] Add read_from_gdb_value method to dwarf_location
` [PATCH v4 10/28] Add write_to_gdb_value "
` [PATCH v4 11/28] Add is_implicit_ptr_at "
` [PATCH v4 12/28] Add indirect_implicit_ptr to dwarf_location class
` [PATCH v4 13/28] Add is_optimized_out "
` [PATCH v4 14/28] Add new computed struct value callback interface
` [PATCH v4 15/28] Add to_gdb_value method to DWARF entry class
` [PATCH v4 16/28] Change DWARF stack to use new dwarf_entry classes
` [PATCH v4 17/28] Remove old computed struct value callbacks
` [PATCH v4 18/28] Comments cleanup between expr.h and expr.c
` [PATCH v4 19/28] Remove dwarf_expr_context from expr.h interface
` [PATCH v4 20/28] Move read_addr_from_reg function to frame.c
` [PATCH v4 21/28] Add frame info check to DW_OP_reg operations
` [PATCH v4 22/28] Remove DWARF expression composition check
` [PATCH v4 23/28] Add support for any location description in CFI
` [PATCH v4 24/28] Add DWARF operations for byte and bit offset
` [PATCH v4 25/28] Add support for DW_OP_LLVM_undefined operation
` [PATCH v4 26/28] Add support for nested composite locations
` [PATCH v4 27/28] Add DW_OP_LLVM_extend DWARF operation
` [PATCH v4 28/28] Add DW_OP_LLVM_select_bit_piece "

[PATCH] gdb: enable -Wmissing-prototypes warning
 2021-11-04 20:18 UTC  (6+ messages)
` gdb: disable -Wmissing-prototypes warning w/gcc

[PATCH 0/5] Change some index-cache commands
 2021-11-04 19:51 UTC  (17+ messages)
` [PATCH 1/5] gdb: pass/return setting setter/getter scalar values by value
` [PATCH 2/5] gdb: remove unnecessary cmd_list_element::aliases nullptr checks
` [PATCH 3/5] gdb: remove command_class enum class_deprecated
` [PATCH 4/5] gdb: add "info index-cache stats", deprecate "show index-cache stats"
` [PATCH 5/5] gdb: introduce "set index-cache enabled", deprecate "set index-cache on/off"

[RFC PATCH] [gdb] Fix std::unique_ptr printing regression (PR 28480)
 2021-11-04 19:10 UTC  (3+ messages)

[PATCH 0/2] Two Ada task improvements
 2021-11-04 18:52 UTC  (5+ messages)
` [PATCH 1/2] Add "task" keyword to the "watch" command
` [PATCH 2/2] Implement 'task apply'

[pushed] gdbserver: re-generate configure
 2021-11-04 18:14 UTC 

[PATCH 00/30] Rewrite the DWARF "partial" reader
 2021-11-04 18:03 UTC  (7+ messages)
` [PATCH 13/30] Statically examine abbrev properties
` [PATCH 15/30] Introduce the new DWARF index class

[PATCH] Fix ptype and print commands for namelist variables(a fortran feature)
 2021-11-04 15:50 UTC  (6+ 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).