public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCH 0/3] Improve inline frame debug experience
 2020-01-24 17:40 UTC  (3+ messages)
` [PATCH 2/3] gdb: Don't reorder line table entries too much when sorting

[PATCH] Harden gdb.base/step-over-syscall.exp
 2020-01-24 17:35 UTC  (9+ messages)
` [PING] "
` [PATCH,v2] "

[PATCH] Fix re-runs of a second inferior (PR gdb/25410)
 2020-01-24 17:15 UTC  (6+ messages)

[PATCH] gdb: Catch exceptions if the source file is not found
 2020-01-24 17:05 UTC  (5+ messages)
` [PATCH v2] "

[PATCH 0/3] Fix some ARM NetBSD compile errors
 2020-01-24 16:45 UTC  (20+ messages)
` [PATCH 3/3] Make the class name in the definition match the declaration
` [PATCH 1/3] Support the NetBSD version of pthread_setname_np
` [PATCH 2/3] Define _KMEMUSER in arm-nbsd-nat.c
  ` [PATCH 2/3 v2] "
        ` [PATCH v3 2/3] Define _KERNTYPES "

[PATCH] Move gdbserver to top level
 2020-01-24 16:35 UTC  (10+ messages)

[PATCH 0/4] RISC-V/Linux `gdbserver' support and associated fixes
 2020-01-24 14:15 UTC  (12+ messages)
` [PATCH 1/4] RISC-V/Linux/native: Determine FLEN dynamically
` [PATCH 2/4] gdbserver: Remove a stale TAGS recipe for config files
` [PATCH 3/4] gdbserver: Make `make TAGS' actually work
` [RFC][PATCH 4/4] gdbserver: Add RISC-V/Linux support

[PATCH] Update comments about removed function
 2020-01-24 13:01 UTC  (3+ messages)

[PATCH 0/2] gdb/tui: Assembler window scrolling fixes
 2020-01-24 11:22 UTC  (8+ messages)
` [PATCHv2 "
  ` [PATCHv2 2/2] gdb/tui: asm window handles invalid memory and scrolls better

Discrepancy between Python and Guile wrt exiting the interpreter
 2020-01-24 10:26 UTC  (15+ messages)

[PATCH 00/55] Remove val_print
 2020-01-24  1:03 UTC  (19+ messages)
` [PATCH 09/55] Use common_val_print in c-valprint.c
` [PATCH 14/55] Introduce value_print_array_elements
` [PATCH 28/55] Convert Pascal to value-based API
` [PATCH 12/55] Introduce value_print_scalar_formatted
` [PATCH 40/55] Introduce c_value_print_ptr
` [PATCH 44/55] Introduce cp_print_value_fields and c_value_print_struct

[PATCH] gdb: introduce objfile text_section_offset and data_section_offset methods
 2020-01-23 22:53 UTC  (3+ messages)

[PATCH] gdb: fix variable shadowing error in darwin-nat.c
 2020-01-23 22:49 UTC  (3+ messages)

[PATCH] Support for DW_AT_loclists_base and DW_FORM_loclistx
 2020-01-23 22:34 UTC  (2+ messages)

[PATCH 0/3] Fix gdb's BFD cache
 2020-01-23 22:30 UTC  (18+ messages)
` [PATCH 2/3] Consistently use BFD's time
` [PATCH 3/3] Further simplify gdb BFD caching

[RFAv2 0/3] New option 'set exec-file-mismatch (ask|warn|off)'. Fixes PR gdb/17626
 2020-01-23 21:23 UTC  (3+ messages)
` PING "

[PATCH] Fix ravenscar-thread.c for multi-target
 2020-01-23 21:19 UTC 

[PATCH] gdb: fix darwin-nat.c build / adapt to multi-target
 2020-01-23 20:59 UTC  (5+ messages)

[PATCH 0/3] More TUI improvements
 2020-01-23 19:54 UTC  (5+ messages)
` [PATCH 2/3] Make "disassemble" always use TUI disassembly window

[PING][PATCH] Support for DW_AT_loclists_base and DW_FORM_loclistx
 2020-01-23 19:39 UTC 

[PING] [PATCH] Cache the text section offset of shared libraries
 2020-01-23 17:55 UTC  (5+ messages)

[PATCH v2 0/4] GDB fixes for the remote end having gone astray
 2020-01-23 16:59 UTC  (14+ messages)
` [PATCH v2 1/4] Remove stale breakpoint step-over information
` [PATCH v2 2/4] Unregister the last inferior from the event loop
` [PATCH v2 3/4] Remove breakpoint step-over information if failed to resume
` [PING^8][PATCH v2 0/4] GDB fixes for the remote end having gone astray

[PATCH 00/38] Start reorganization of DWARF code
 2020-01-23  2:34 UTC  (39+ messages)
` [PATCH 01/38] Create dwarf2/leb.[ch]
` [PATCH 08/38] Remove die_info_ptr typedef
` [PATCH 11/38] Move DWARF code to dwarf2/ subdirectory
` [PATCH 26/38] Change line_table methods to return unique_xmalloc_ptr
` [PATCH 06/38] Change some attribute functions to be methods
` [PATCH 15/38] Change dwarf2_per_objfile::type_unit_groups to htab_up
` [PATCH 36/38] Move two more functions to dwarf2/leb.h
` [PATCH 21/38] Use htab_up in abbrev_table
` [PATCH 34/38] Convert read_offset to method on comp_unit_head
` [PATCH 02/38] Create dwarf2/section.[ch]
` [PATCH 33/38] Create dwarf2/comp-unit.[ch]
` [PATCH 23/38] Change dwarf2_per_objfile::quick_file_names_table to htab_up
` [PATCH 38/38] Remove "keep" parameter from cutu_reader constructor
` [PATCH 05/38] Create dwarf2/attribute.[ch]
` [PATCH 27/38] Move DWARF line_header to new file
` [PATCH 13/38] Remove DWARF queue-related globals
` [PATCH 22/38] Minor simplification in abbrev_table::read
` [PATCH 32/38] Move read_offset_1 to leb.c
` [PATCH 16/38] Change dwarf2_per_objfile::line_header_hash to htab_up
` [PATCH 07/38] Change attr_form_is_block to be a method
` [PATCH 35/38] Convert read_address to a method on comp_unit_head
` [PATCH 19/38] Change dwarf2_per_objfile::die_type_hash to htab_up
` [PATCH 31/38] Convert dwarf2_section_size to a method
` [PATCH 17/38] Don't allocate DWO file hash on obstack
` [PATCH 24/38] Move dwarf_always_disassemble to dwarf2/loc.c
` [PATCH 09/38] Don't declare die_info in dwarf2read.h
` [PATCH 30/38] Unify read_initial_length implementations
` [PATCH 20/38] Minor cleanups in abbrev_table
` [PATCH 12/38] Introduce die_info::has_children
` [PATCH 04/38] Create dwarf2/abbrev.[ch]
` [PATCH 28/38] Move dwarf2_per_cu_data::imported_symtabs earlier
` [PATCH 10/38] Remove die_reader_specs::comp_dir
` [PATCH 25/38] Change file_full_name and file_file_name methods
` [PATCH 14/38] Change dwarf2_per_objfile::signatured_types to be htab_up
` [PATCH 18/38] Change dwp_file to use htab_up
` [PATCH 03/38] Change section functions to be methods of dwarf2_section_info
` [PATCH 29/38] Add some methods to dwarf2_per_cu_data
` [PATCH 37/38] Simplify "want_partial_unit" handling

[COMMITTED][MSP430][SIM] Fix simulation of RRUX instruction
 2020-01-23  0:57 UTC 

[PATCH 0/2] Re-enable stdin in various places
 2020-01-22 21:57 UTC  (5+ messages)
` [PATCH 1/2] gdb: Re-enable stdin for all UIs from start_event_loop
` [PATCH 2/2] gdb: Enable stdin on exception in execute_gdb_command

[PATCH 1/2] gdb: cleanup of displaced_step_inferior_state::reset/displaced_step_clear
 2020-01-22 15:20 UTC  (2+ messages)
` [PATCH 2/2] gdb: make gdbarch_displaced_step_copy_insn return an std::unique_ptr

[PATCH] riscv: add gdbserver support
 2020-01-22 14:08 UTC  (16+ messages)

[PATCH] Modify python-config.py or replace it with official one to support python3
 2020-01-22  6:12 UTC  (7+ messages)

[PATCH] gdb: remove uses of iterate_over_inferiors in remote-sim.c
 2020-01-22  1:56 UTC  (7+ messages)

[pushed] gdb: add declaration for _initialize_gdbarch in gdbarch.sh
 2020-01-21 23:49 UTC 

[RFC][PATCH v2] Rebase executable to match relocated base address
 2020-01-21 23:27 UTC  (3+ messages)

[PATCH v2] Add debuginfod support to GDB
 2020-01-21 21:27 UTC 

[pushed] gdb: fix indentation in infrun.c
 2020-01-21 21:22 UTC 

[PATCH] Fix Python probe breakpoints
 2020-01-21 20:23 UTC  (2+ messages)

[PATCH] Fix toplevel types with -fdebug-types-section
 2020-01-21 19:56 UTC  (5+ messages)

[PATCH] Allow use of Pygments to colorize source code
 2020-01-21 19:51 UTC  (2+ messages)

[PATCH,v2][AArch64] Add more debugging output to aarch64_displaced_step_fixup
 2020-01-21 13:30 UTC  (5+ messages)
` [PATCH,v2][AArch64] Fix step-over-syscall.exp failure

Oh dear. I regret to inform you that commit cf1d9e092f871df3b34a58cfcde915c689ac9067 might be unfortunate
 2020-01-21 12:57 UTC  (2+ messages)
` Breakage on builder Fedora-x86_64-w64-mingw32, revision cf1d9e092f871df3b34a58cfcde915c689ac9067

[PATCH 0/2,v3][AArch64]Handle additional brk instruction patterns
 2020-01-21 11:57 UTC  (5+ messages)
` [PATCH 1/2,v3] [AArch64] Recognize more program breakpoint patterns
` [PATCH 2/2,v3] [AArch64] Test handling of additional brk instruction patterns

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).