public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCH 0/2] Add AVX512-FP16 support
 2021-09-03 14:00 UTC  (11+ messages)
` [PATCH 1/2] Add half support for AVX512 register view
` [PATCH 2/2] gdb: Enable finish command and inferior calls for _Float16 on amd64 and i386

ptype output for multi-dimensional arrays using CTF
 2021-09-03 14:00 UTC 

[PATCH 1/1] gdb, i386: Enable AVX512-bfloat16 for i386 targets
 2021-09-03 13:05 UTC  (3+ messages)

[PATCH][gdb/testsuite] Add untested case in selftest_setup
 2021-09-03 12:24 UTC  (2+ messages)

[PATCH v2] Test case reproducing PR28030 bug
 2021-09-03 12:23 UTC  (2+ messages)

[PATCH][gdb/testsuite] Reimplement gdb.gdb/python-selftest.exp as unittest
 2021-09-03 11:21 UTC 

[PATCH][gdb/testsuite] Reimplement complaints selftest as unittest
 2021-09-03 11:18 UTC  (2+ messages)

[PATCH] gdb: change thread_info::name to unique_xmalloc_ptr, add helper function
 2021-09-03  2:29 UTC 

[PATCH V7 PING 4] CTF: multi-CU and archive support
 2021-09-02 19:23 UTC  (5+ messages)
` [PATCH V7 PING 5] "
  ` [PATCH V7 PING 6] "

[PATCH] gdb: Enable target rx-*-*linux
 2021-09-02 14:28 UTC  (2+ messages)

[PING 4] [PATCH 0/2] Add AVX512-FP16 support
 2021-09-02 14:20 UTC 

[PING 4] [PATCH 1/1] gdb, i386: Enable AVX512-bfloat16 for i386 targets
 2021-09-02 14:19 UTC 

[PATCH 1/2] gdbtypes.c: Add the case for FIELD_LOC_KIND_DWARF_BLOCK
 2021-09-02  6:32 UTC  (9+ messages)
` [PATCH 2/2] Test case reproducing PR28030 bug

[PATCH 0/3] Changes to thread state tracking
 2021-09-01 15:09 UTC  (7+ messages)
` [PATCH 1/3] gdb: make thread_info::executing private
` [PATCH 2/3] gdb: make thread_suspend_state::stop_pc optional
` [PATCH 3/3] gdb: make thread_info executing and resumed state more consistent

[PATCH] Fix two regressions caused by CU / TU merging
 2021-09-01 13:14 UTC  (2+ messages)

[PATCH] Change how .debug_aranges padding is skipped
 2021-09-01 11:38 UTC  (2+ messages)

[committed, master + 11][gdb/testsuite] Fix gdb.fortran/call-no-debug.exp symbol search
 2021-09-01  9:39 UTC 

[PATCH] gdb: remove breakpoint_find_if
 2021-08-31 14:03 UTC  (3+ messages)

[RFC][gdb/testsuite] Add check-readmore
 2021-08-31 13:45 UTC  (4+ messages)
    ` [PATCH][gdb/testsuite] "

[PATCH 0/6] Display GDB backtrace for internal errors
 2021-08-31 11:17 UTC  (11+ messages)
` [PATCH 3/6] gdb: Add a dependency between gdb and libbacktrace
` [PATCH 4/6] Copy in libbacktrace from gcc

[PING] [PATCH] Fix ptype and print commands for namelist variables(a fortran feature)
 2021-08-31  6:13 UTC 

[PATCH] Use gdbfmt for vprintf_filtered
 2021-08-30 21:21 UTC  (2+ messages)

[PATCH v2] Fixed core dump from incorrect location expression on bad dwarfs
 2021-08-30 20:10 UTC 

[pushed] gdb: fix build error in unittests/parallel-for-selftests.c
 2021-08-30 17:58 UTC 

[PATCH] fbsd-nat: Don't use '%jd' and '%ju' with printf_filtered
 2021-08-30 16:16 UTC  (6+ messages)

[PATCH 1/2] gdb: add field::name / field::set_name
 2021-08-30 15:49 UTC  (2+ messages)
` [PATCH 2/2] gdb: remove TYPE_FIELD_NAME and FIELD_NAME macros

[PATCH] Add some parallel_for_each tests
 2021-08-30 15:45 UTC  (6+ messages)

[PATCH] Fixed core dump from incorrect location expression on bad dwarfs
 2021-08-30 15:30 UTC  (2+ messages)

[PATCH 1/2] gdb/testsuite/dwarf: don't define nested procs for rnglists/loclists
 2021-08-30 15:20 UTC  (2+ messages)
` [PATCH 2/2] gdb/testsuite/dwarf: use options for rnglists/loclists procs

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

[PATCH] Add a show function for "maint show worker-threads"
 2021-08-30 13:39 UTC  (3+ messages)

[PATCH, master + 11][gdb/cli] Don't assert on empty string for core-file
 2021-08-30 11:05 UTC  (2+ messages)

[PATCH][gdb/testsuite] Support .debug_aranges in dwarf assembly
 2021-08-30  8:35 UTC  (16+ messages)

GDB 11.1 release prep update (2021-08-24)
 2021-08-29 15:58 UTC  (2+ messages)

[PATCH v3] gdb: Add new 'print nibbles' feature
 2021-08-29  4:46 UTC  (5+ messages)

[PATCH 0/3] Make lwp_info use intrusive_list
 2021-08-28 14:58 UTC  (4+ messages)
` [PATCH 1/3] gdb: make lwp_info non-POD
` [PATCH 2/3] gdb: add destructor to lwp_info
` [PATCH 3/3] gdb: use intrusive_list for linux-nat lwp_list

[PATCH] PR17917 Lookup remote build-id in remote binaries
 2021-08-28  5:35 UTC 

[PATCH] Add a timeout parameter to gdb_do_one_event
 2021-08-28  0:07 UTC  (7+ messages)

[PATCH 0/8] More gdb styling improvements
 2021-08-27 20:17 UTC  (4+ messages)
` [PATCH 3/8] Introduce gdb-specific %p format suffixes

[PATCH v2] Update btrace data in maintenance btrace commands
 2021-08-27 17:14 UTC  (2+ messages)

[PATCH 0/1] Fix variable length strings array for FORTRAN
 2021-08-27 17:02 UTC  (9+ messages)
` [PATCH 1/1] gdb: Fix arrays of variable length strings "

[PATCH][gdb/testsuite] Generate .debug_aranges entry for dummy CU
 2021-08-27 16:40 UTC  (4+ messages)

[PATCH v2 0/1] Fix variable length strings array for FORTRAN
 2021-08-27 15:43 UTC  (2+ messages)
` [PATCH v2 1/1] gdb: Fix arrays of variable length strings "

[PATCH][gdb/testsuite] Add label option to proc cu
 2021-08-27 14:13 UTC  (5+ messages)

[PATCH][gdb/symtab] Don't write .gdb_index symbol table with empty entries
 2021-08-27 13:52 UTC  (2+ messages)

[PATCH][gdb/testsuite] Add .debug_aranges in more test-cases
 2021-08-27 13:41 UTC  (2+ messages)

[PATCH] Add a timeout parameter to gdb_do_one_event
 2021-08-26 18:30 UTC 

[PATCH] haiku: Upstream operating system support
 2021-08-26 17:31 UTC  (3+ messages)

[PATCH] Replace deprecated_target_wait_hook by observers
 2021-08-26 14:40 UTC 

[RFC][gdb/doc] Document non-stop attach behaviour
 2021-08-26 12:46 UTC  (4+ messages)

[PATCH][gdb/symtab] Fix CU list in .debug_names for dummy CUs
 2021-08-26 11:59 UTC 

[PATCH][gdb/testsuite] Generate .debug_aranges in gdb.dlang/watch-loc.exp
 2021-08-26 11:57 UTC 

[PATCH] Replace deprecated_target_wait_hook by an observer
 2021-08-26 10:53 UTC  (6+ messages)

[PUSHED] gdb: remove some stray newlines in debug output
 2021-08-26 10:32 UTC 

[PATCH] gdb/python: add facility to add values into the history
 2021-08-26  9:40 UTC  (5+ messages)
` [PATCHv2] "

[PING 3] [PATCH 0/2] Add AVX512-FP16 support
 2021-08-26  7:07 UTC 

[PING 3] [PATCH 1/1] gdb, i386: Enable AVX512-bfloat16 for i386 targets
 2021-08-26  7:07 UTC 

[PATCH] gdb: enable target_async around stop_all_threads call in process_initial_stop_replies
 2021-08-26  1:39 UTC  (3+ messages)

[PATCH v3] guile: stop procedures on invalid breakpoints
 2021-08-26  1:38 UTC  (3+ messages)
` [PING] "

[PATCH1/7][LoongArch] GDB support
 2021-08-25  8:33 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).