[PATCHv2 0/3] Add Python API for the disassembler
2022-04-05 14:32 UTC (10+ messages)
` [PATCHv3 0/6] "
` [PATCHv3 1/6] gdb: move gdb_disassembly_flag into a new disasm-flags.h file
` [PATCHv3 2/6] gdb: add new base class to gdb_disassembler
` [PATCHv3 3/6] gdb: add extension language print_insn hook
` [PATCHv3 4/6] gdb/python: implement the print_insn extension language hook
` [PATCHv3 5/6] gdb: refactor the non-printing disassemblers
` [PATCHv3 6/6] gdb: unify two dis_asm_read_memory functions in disasm.c
[PATCH] Don't call init_thread_list in windows-nat.c
2022-04-05 14:31 UTC (4+ messages)
[PATCH] gdb: make timestamped_file implement can_emit_style_escape
2022-04-05 14:25 UTC (5+ messages)
[PATCH] gdb: skip objfiles with no BFD in DWARF unwinder
2022-04-05 14:19 UTC (2+ messages)
[PATCH v2] gdb: prune inferiors at end of fetch_inferior_event, fix intermittent failure of gdb.threads/fork-plus-threads.exp
2022-04-05 14:17 UTC
[PATCH] gdb: prune inferiors at end of fetch_inferior_event, fix intermittent failure of gdb.threads/fork-plus-threads.exp
2022-04-05 14:17 UTC (3+ messages)
gdb/dwarf2/read.c:read_file_scope() lowpc adjustment
2022-04-05 14:14 UTC (4+ messages)
[PATCH] Debug support for global alias variable
2022-04-05 14:02 UTC (9+ messages)
[PATCH] gdb/stack.c: avoid stale pointers when printing frame arguments
2022-04-05 13:58 UTC (4+ messages)
[PATCH][gdb/testsuite] Make gdb.base/annota1.exp more robust
2022-04-05 13:47 UTC
[PATCH 1/2] [gdb/testsuite] Fix FAIL in gdb.threads/fork-and-threads.exp
2022-04-05 12:48 UTC (6+ messages)
[PATCH] Use current_inferior ()->pid for AIX
2022-04-05 12:47 UTC (5+ messages)
[PATCH] gdb/testsuite: fix intermittent failure in gdb.base/vfork-follow-parent.exp
2022-04-05 12:17 UTC (4+ messages)
[PATCH v2] gdb/testsuite: fix intermittent failures in gdb.mi/mi-cmd-user-context.exp
2022-04-05 12:13 UTC (3+ messages)
gdb symbol relocation
2022-04-05 10:00 UTC (5+ messages)
[PATCH] Updated, fix reverse stepping multiple contiguous PC ranges
2022-04-05 8:36 UTC (4+ messages)
` [PATCH, v2] Fix reverse stepping multiple contiguous PC ranges over the line table
[PATCH 00/16] Default register groups, and general related cleanup
2022-04-05 8:24 UTC (4+ messages)
` [PATCH 03/16] gdb: make gdbarch_register_reggroup_p take a const reggroup *
[PATCH] Fix qRcmd error code parsing
2022-04-05 7:45 UTC (3+ messages)
[PATCH v2 0/9] Some fixes for handling vfork by multi-threaded programs
2022-04-05 2:13 UTC (2+ messages)
[pushed] gdb: make timestamped_file implement write_async_safe
2022-04-05 0:58 UTC
Fwd: Fix for v850e divq instruction
2022-04-04 22:49 UTC
Fwd: Fix "bins" simulation for v850e3v5
2022-04-04 22:48 UTC
[PATCH] gdb/testsuite: fix timeout in server-pipe.exp test
2022-04-04 22:23 UTC (3+ messages)
[PATCH] Handle TLS variable lookups when using separate debug files
2022-04-04 22:15 UTC (3+ messages)
[PATCH v3 0/3] Add support for DWARF's prologue_end flag in line-table
2022-04-04 22:08 UTC (8+ messages)
` [PATCH v3 1/3] gdb/buildsym: Line record use a record flag
` [PATCH v3 2/3] gdb: Add support for DW_LNS_set_prologue_end in line-table
` [PATCH v3 3/3] gdb: Add maint set ignore-prologue-end-flag
[PATCH] gdb: remove assertion in psymbol_functions::expand_symtabs_matching
2022-04-04 21:49 UTC (3+ messages)
[PUSHED] sim: fixes for libopcodes styled disassembler
2022-04-04 21:46 UTC
[PATCH] gdb: don't copy entirely optimized out values in value_copy
2022-04-04 21:45 UTC
[PATCH 0/5] Some windows-nat cleanups and globals reduction
2022-04-04 19:58 UTC (13+ messages)
` [PATCH 1/5] Simplify windows-nat.c solib handling
` [PATCH 2/5] Use auto_obstack in windows-nat.c
` [PATCH 3/5] Use unique_ptr in the Windows thread list
` [PATCH 4/5] Remove windows_thread_info destructor
` [PATCH 5/5] Remove some globals from nat/windows-nat.c
[PATCH v4 00/34] Rewrite the DWARF "partial" reader
2022-04-04 19:53 UTC (35+ messages)
` [PATCH v4 01/34] Allow thread-pool.h to work without threads
` [PATCH v4 02/34] Split create_addrmap_from_aranges
` [PATCH v4 03/34] Fix latent bug in read_addrmap_from_aranges
` [PATCH v4 04/34] Add dwarf2_per_cu_data::addresses_seen
` [PATCH v4 05/34] Refactor dwarf2_get_pc_bounds
` [PATCH v4 06/34] Allow ada_decode not to decode operators
` [PATCH v4 07/34] Let skip_one_die not skip children
` [PATCH v4 08/34] Add name splitting
` [PATCH v4 09/34] Add new overload of dwarf5_djb_hash
` [PATCH v4 10/34] Refactor build_type_psymtabs_reader
` [PATCH v4 11/34] Add batching parameter to parallel_for_each
` [PATCH v4 12/34] Return vector of results from parallel_for_each
` [PATCH v4 13/34] Specialize std::hash for gdb_exception
` [PATCH v4 14/34] Add "fullname" handling to file_and_directory
` [PATCH v4 15/34] Introduce DWARF abbrev cache
` [PATCH v4 16/34] Statically examine abbrev properties
` [PATCH v4 17/34] Update skip_one_die for new "
` [PATCH v4 18/34] Introduce the new DWARF index class
` [PATCH v4 19/34] The new DWARF indexer
` [PATCH v4 20/34] Implement quick_symbol_functions for cooked DWARF index
` [PATCH v4 21/34] Wire in the new DWARF indexer
` [PATCH v4 22/34] Introduce thread-safe handling for complaints
` [PATCH v4 23/34] Pre-read DWARF section data
` [PATCH v4 24/34] Parallelize DWARF indexing
` [PATCH v4 25/34] "Finalize" the DWARF index in the background
` [PATCH v4 26/34] Rename write_psymtabs_to_index
` [PATCH v4 27/34] Change the key type in psym_index_map
` [PATCH v4 28/34] Change parameters to write_address_map
` [PATCH v4 29/34] Genericize addrmap handling in the DWARF index writer
` [PATCH v4 30/34] Adapt .gdb_index writer to new DWARF scanner
` [PATCH v4 31/34] Adapt .debug_names "
` [PATCH v4 32/34] Enable the new DWARF indexer
` [PATCH v4 33/34] Delete DWARF psymtab code
` [PATCH v4 34/34] Remove dwarf2_per_cu_data::v
[PATCH v2 0/2] Fix a couple undefined behaviors flagged by UBSan
2022-04-04 19:50 UTC (8+ messages)
` [PATCH v2 1/2] gdb: Avoid undefined shifts
` [PATCH v2 2/2] Avoid undefined behavior in gdbscm_make_breakpoint
[PATCH] Allow thread-pool.h to work without threads
2022-04-04 19:10 UTC (2+ messages)
[PATCH 0/9] Context-sensitive completion for Ada
2022-04-04 18:49 UTC (2+ messages)
[PATCH v2] gdb/python: Add BreakpointLocation type
2022-04-04 18:30 UTC
[PATCH] Handle ghost entities in symbol lookup
2022-04-04 18:28 UTC (2+ messages)
Branch for poke integration
2022-04-04 17:56 UTC (3+ messages)
[PATCH 1/3] gdb/ctf: don't create a buildsym_compunit when building partial symbols
2022-04-04 17:08 UTC (2+ messages)
[PATCH 1/2] gdb: remove some unused buildsym-legacy functions
2022-04-04 16:58 UTC (5+ messages)
` [PATCH 2/2] gdb: rename start_symtab/end_symtab to start_compunit_symtab/end_compunit_symtab
[PATCH] gdb: LoongArch: prepend tramp frame unwinder for signal
2022-04-04 16:43 UTC (2+ messages)
[PATCH] gdb/testsuite: fix intermittent failure in gdb.mi/mi-cmd-user-context.exp
2022-04-04 16:11 UTC (4+ messages)
[PUSHED] gdb: remove use of vfprintf_filtered
2022-04-04 15:46 UTC
[PATCH v2 0/2] gdb/fortran: add support for accessing fields of extended types
2022-04-04 15:08 UTC (5+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] gdb/fortran: print fortran extended types with ptype
[PATCH v2 0/4] gdbserver/linux: access memory while threads are running without pausing
2022-04-04 14:37 UTC (5+ messages)
` [PATCH v2 1/4] gdbserver/qXfer::threads, prepare_to_access_memory=>target_pause_all
` [PATCH v2 2/4] gdbserver: special case target_write_memory len==0
` [PATCH v2 3/4] gdbserver/linux: Access memory even if threads are running
` [PATCH v2 4/4] gdbserver: Eliminate prepare_to_access_memory
[PATCH 0/3] gdbserver/linux: access memory while threads are running without pausing
2022-04-04 14:34 UTC (5+ messages)
` [PATCH 2/3] gdbserver/linux: Access memory even if threads are running
[PATCH + 12.1] Fix regression on Windows with WOW64
2022-04-04 13:02 UTC
[PATCH 00/12] * Support for Thread Local Storage (TLS) variables on FreeBSD arm and aarch64 architectures
2022-04-04 12:18 UTC (8+ messages)
` [PATCH 04/12] Add an arm-tls feature which includes the tpidruro register from CP15
` [PATCH 08/12] Add an aarch64-tls feature which includes the tpidr register
[PATCH 0/2] Fix a couple undefined behaviors flagged by UBSan
2022-04-04 12:16 UTC (4+ messages)
` [PATCH 1/2] gdb: Avoid undefined shifts
` [PATCH 2/2] Avoid undefined behavior in gdbscm_make_breakpoint
[PATCH] Allow non-ASCII characters in Rust identifiers
2022-04-04 9:48 UTC (7+ messages)
[PATCH] Remove more Python 2 code
2022-04-04 9:38 UTC (5+ messages)
[PATCH] [ARM] Enable ARMv8.1-m PACBTI support
2022-04-04 9:13 UTC (4+ messages)
[committed][gdb/testsuite] Fix KPASS in gdb.ada/arrayptr.exp
2022-04-04 8:57 UTC
[PING][PATCH v2 0/2] gdb/fortran: add support for accessing fields of extended types
2022-04-04 8:13 UTC (2+ messages)
[PATCH 0/3] Minor pager fixes
2022-04-03 17:10 UTC (6+ messages)
` [PATCH 1/3] Allow word wrapping even when paging is disabled
` [PATCH 2/3] Handle "set height 1"
` [PATCH 3/3] Return void from gdb_putc
[PATCH] Support for Fortran's ASSUMED RANK
2022-04-03 16:21 UTC (5+ messages)
` [PATCH 0/3] Fortran assumed rank array support
` [PATCH 3/3] gdb: add support for Fortran's ASSUMED RANK arrays
[PUSHED] gdb/testsuite: resolve some duplicate test names in gdb.base
2022-04-03 15:53 UTC
[PUSHED] gdb/testsuite: resolve a duplicate test name in a gdb.mi test
2022-04-03 15:40 UTC
GDB 12.0.90 available for testing
2022-04-03 15:38 UTC (18+ messages)
A couple of trivial fixes
2022-04-03 14:50 UTC (3+ messages)
` [PATCHv2 0/3] Fix for 'make tags' build rule
[PATCHv2 00/15] TUI changes, new winwidth command and resizing changes
2022-04-03 14:43 UTC (5+ messages)
` [PATCHv3 "
[pushed] gdb: fix gdb_print -> gdb_printf typo
2022-04-03 13:56 UTC
[PATCH] gdb/python: Add BreakpointLocation type
2022-04-02 21:37 UTC (3+ messages)
[PATCH] Fix C++ cast of derived class to base class
2022-04-02 16:15 UTC
[PUSHED OBV] Remove unused variable
2022-04-01 22:22 UTC
[OB PATCH] gdb/debuginfod-support.c: Always display debuginfod errors
2022-04-01 20:37 UTC
[PATCH v2] gdb: rename floatformats_ia64_quad to floatformats_ieee_quad
2022-04-01 20:19 UTC (2+ messages)
[PATCH 0/4] Some Rust value-printing improvements
2022-04-01 20:08 UTC (3+ messages)
` [PATCH 3/4] Reimplement Rust slice printing
` [PATCH 4/4] Implement value_print for Rust
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox