public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCH v4 00/19] Index DWARF in the background
 2023-12-10 21:41 UTC  (18+ messages)
` [PATCH v4 01/19] Don't use objfile::intern in DWO code
` [PATCH v4 02/19] Pre-read DWZ section data
` [PATCH v4 03/19] Add a couple of bfd_cache_close calls
` [PATCH v4 04/19] Add thread-safety to gdb's BFD wrappers
` [PATCH v4 05/19] Refactor complaint thread-safety approach
` [PATCH v4 06/19] Add deferred_warnings parameter to read_addrmap_from_aranges
` [PATCH v4 07/19] Add quick_symbol_functions::compute_main_name
` [PATCH v4 08/19] Add gdb::task_group
` [PATCH v4 09/19] Move cooked_index_storage to cooked-index.h
` [PATCH v4 10/19] Add "maint set dwarf synchronous"
` [PATCH v4 11/19] Change how cooked index waits for threads
` [PATCH v4 12/19] Do more DWARF reading in the background
` [PATCH v4 13/19] Simplify the public DWARF API
` [PATCH v4 14/19] Remove two quick_symbol_functions methods
` [PATCH v4 15/19] Change current_language to be a macro
` [PATCH v4 17/19] Optimize lookup_minimal_symbol_text
` [PATCH v4 18/19] Avoid language-based lookups in startup path

[PATCH] Add some new DW_IDX_* constants
 2023-12-10 20:59 UTC  (3+ messages)

Improve performance of the H8 simulator
 2023-12-10 18:30 UTC  (3+ messages)

[PATCH 00/17] Rewrite .debug_names reader and writer
 2023-12-10 17:37 UTC  (19+ messages)
` [PATCH 01/17] Refactor 'maint set dwarf synchronous' handling
` [PATCH 02/17] Refactor quick-function installation in DWARF reader
` [PATCH 03/17] Remove IS_ENUM_CLASS from cooked_index_flag
` [PATCH 04/17] Add some new DW_IDX_* values
` [PATCH 05/17] Document GDB extensions to DWARF .debug_names
` [PATCH 06/17] Add language to cooked_index_entry
` [PATCH 07/17] Move cooked_index_functions to cooked-index.h
` [PATCH 08/17] Do not write the index cache from an index
` [PATCH 09/17] Change cooked_index_worker to abstract base class
` [PATCH 10/17] Remove cooked_index_worker::start_reading
` [PATCH 11/17] Empty hash table fix in .debug_names reader
` [PATCH 12/17] Fix dw2-zero-range.exp when an index is in use
` [PATCH 13/17] Explicitly expand CUs in dw2-inline-with-lexical-scope.exp
` [PATCH 14/17] Remove some .debug_names tests
` [PATCH 15/17] Rewrite .debug_names reader
` [PATCH 16/17] Export dwarf5_augmentation
` [PATCH 17/17] Rewrite .debug_names writer

[PATCH v3 00/18] Index DWARF in the background
 2023-12-10 17:19 UTC  (2+ messages)

[PATCH 0/2] Use unique_xmalloc_ptr in location.[ch]
 2023-12-10 15:20 UTC  (3+ messages)
` [PATCH 1/2] Use unique_xmalloc_ptr in linespec_location_spec
` [PATCH 2/2] Use unique_xmalloc_ptr in explicit_location_spec

[PATCH] Fix raw-frame-arguments in combination with frame-filters
 2023-12-10 15:18 UTC 

[PATCH] Support dynamically computed convenience variables in get_internalvar_integer
 2023-12-10 12:12 UTC 

[PATCH 00/13] [gdb/symtab, cc-with-dwz] Fix gdb.cp/breakpoint-locs.exp
 2023-12-10  8:10 UTC  (5+ messages)
` [PATCH 07/13] [gdb/symtab] Resolve deferred entries, inter-shard case
` [PATCH 09/13] [gdb/symtab] Keep track of processed DIEs in shard

[PATCH] [gdb/tui] Assert on tui_refreshing_registers recursion
 2023-12-09 16:06 UTC  (2+ messages)

[PATCH] [gdb/tui] Handle shared border in fixed-sized layout
 2023-12-09 13:47 UTC  (3+ messages)

[RFC] Adding a SECURITY policy for GDB
 2023-12-09 10:55 UTC  (3+ messages)

[PATCH v2] [gdb/tui] Show regs when switching to regs layout
 2023-12-09 10:01 UTC  (4+ messages)

[PATCH 0/2] A few minor testsuite cleanups
 2023-12-09  6:59 UTC  (6+ messages)
` [PATCH 2/2] gdb/testsuite: tighten up some end-of-line patterns

[PATCH htdocs] logo: set max-width of 25%
 2023-12-09  4:50 UTC 

[PATCH] Fix dynamic_cast
 2023-12-08 21:00 UTC 

[PATCH v2] [gdb/tui] Show focus window in status line
 2023-12-08 19:25 UTC  (3+ messages)

[PATCH] [gdb/tui] add SingleKey bindings for reverse execution commands
 2023-12-08 19:23 UTC  (4+ messages)
` [PATCH v2] "

[PATCH 00/19] Add hash table to gdbsupport
 2023-12-08 18:28 UTC  (2+ messages)

[PATCH] Fix printing of global variable stubs if no inferior is running
 2023-12-08 18:15 UTC  (3+ messages)

[PATCH 1/2] gdb: move gdbpy_gil into python-internal.h
 2023-12-08 18:04 UTC  (4+ messages)
` [PATCH 2/2] gdb/python: avoid use of _PyOS_ReadlineTState

[PATCH 0/3] Improve debug output support in gdbserver
 2023-12-08 18:03 UTC  (12+ messages)
` [PATCH 2/3] gdbserver: allow the --debug command line option to take a value
` [PATCHv2 0/3] Improve debug output support in gdbserver

[PATCH 0/2] Rename TUI status code to follow the docs
 2023-12-08 17:43 UTC  (3+ messages)
` [PATCH 1/2] Rename tui-stack -> tui-status
` [PATCH 2/2] Rename TUI locator window -> status

[PATCH] Use pretty printers for struct member stubs
 2023-12-08 17:24 UTC  (3+ messages)

[PATCH 2/2] [gdb/tui] Show focus window in status line
 2023-12-08 16:51 UTC  (3+ messages)

[PATCH] gdb: improve error reporting for 'save gdb-index'
 2023-12-08 16:26 UTC  (4+ messages)
` [PATCHv2] "

[PATCH htdocs] add meta viewport settings for mobile devices
 2023-12-08 16:10 UTC  (2+ messages)

[RFC] [gdb/tui] Fix TUI with editing off
 2023-12-08 16:01 UTC  (2+ messages)

[PATCH] [gdb/tui] Fix displaying main after resizing
 2023-12-08 15:20 UTC  (4+ messages)

[PATCH] Fix dynamic type resolution for LOC_CONST and LOC_CONST_BYTES symbols
 2023-12-08 15:17 UTC  (2+ messages)

[PATCH] Allow cast of 128-bit integer to pointer
 2023-12-08 15:15 UTC  (2+ messages)

[PATCH 0/6] Add vDefaultInferiorFd feature
 2023-12-08 13:06 UTC  (5+ messages)

[PATCH] gdb: Guarantee that an SAL's end is right before the next statement
 2023-12-08  9:09 UTC  (4+ messages)
` [PINGv4][PATCH] "

[PATCH 1/3 committed] sim: m32r: add more cgen prototypes for traps
 2023-12-08  4:42 UTC  (3+ messages)
` [PATCH 2/3 committed] sim: m32r: include more glibc headers for the funcs we use [PR sim/29752]
` [PATCH 3/3 committed] sim: m32r: fix syslog call

[PATCH v7] gdb: add git trailer information on gdb/MAINTAINERS
 2023-12-07 18:19 UTC  (2+ messages)

[PATCH v2] gdb: register frame_destroyed function for amd64 gdbarch
 2023-12-07 17:36 UTC  (3+ messages)
` [PATCH v3] "
  ` [PING][PATCH "

[PATCH] gdbserver/win32: fix crash on detach
 2023-12-07 16:36 UTC  (2+ messages)

[PATCH/committed] sim: m32r: add more cgen prototypes to enable -Werror in most files
 2023-12-07 13:24 UTC 

[PATCH/committed] sim: warnings: disable -Wenum-conversion fow now [PR sim/29752]
 2023-12-07 13:00 UTC 

[PATCH] Use function entry point record only for entry values
 2023-12-07 12:47 UTC 

[PATCH] gdb/record: Support for rdtscp in i386_process_record
 2023-12-07 10:58 UTC  (4+ messages)

[PATCH 01/17] sim: arm: fix -Wunused-but-set-variable warnings
 2023-12-07  3:59 UTC  (17+ messages)
` [PATCH 02/17] sim: bfin: gui: "
` [PATCH 03/17] sim: bfin: "
` [PATCH 04/17] sim: cris: "
` [PATCH 05/17] sim: d10v: "
` [PATCH 06/17] sim: erc32: "
` [PATCH 07/17] sim: frv: "
` [PATCH 08/17] sim: ft32: "
` [PATCH 09/17] sim: h8300: "
` [PATCH 10/17] sim: m68hc11: "
` [PATCH 11/17] sim: mcore: "
` [PATCH 12/17] sim: mips: "
` [PATCH 13/17] sim: mn10300: "
` [PATCH 14/17] sim: msp430: "
` [PATCH 15/17] sim: sh: "
` [PATCH 16/17] sim: v850: "
` [PATCH 17/17] sim: warnings: enable -Wunused-but-set-variable

[PATCH/committed] sim: support dlopen in -lc
 2023-12-07  3:56 UTC 

[PATCH/committed] sim: cris: move generated file to right place
 2023-12-07  3:10 UTC 

[PATCH/committed] sim: warnings: add more flags
 2023-12-07  3:10 UTC 

[PATCH] Fix DLL export forwarding
 2023-12-06 20:16 UTC  (3+ messages)

[pushed] Fix minor grammar error in gdb.texinfo
 2023-12-06 19:37 UTC 

[PATCH] gettext: disable install, docs targets, libasprintf, threads
 2023-12-06 17:33 UTC  (5+ messages)

[PATCH 0/4] Improve Ada name lookup performance
 2023-12-06 17:04 UTC  (3+ messages)

[PATCH] gdb/testsuite: make gdb_get_worker_threads reads default number of threads
 2023-12-06 16:35 UTC  (7+ messages)

[PATCH] Start abbrevs at 1 in DWARF assembler
 2023-12-06 16:27 UTC  (4+ messages)

[PATCH v3] Fix hardware watchpoints in replay mode
 2023-12-06 12:49 UTC  (4+ messages)

[PATCH v4 2/2] gdb: Enable early init of thread pool size
 2023-12-06 11:26 UTC  (2+ messages)
` [PUSHED] gdb: fix libstdc++ assert caused by invalid use of std::clamp

[PATCH][gdb/symtab] Redo "Fix assert in set_length"
 2023-12-06  9:34 UTC  (3+ messages)

[pushed v2] [gdb/symtab] Redo "Fix assert in set_length"
 2023-12-06  9:29 UTC 

[PATCH/committed] sim: warnings: sync some build logic from gdbsupport
 2023-12-06  6:12 UTC 

[PATCH 0/3] Fix "attach" infinite loop
 2023-12-05 19:27 UTC  (4+ messages)

[PATCH] gdb: remove casts to long in dwarf2/loc.c
 2023-12-05 19:21 UTC  (4+ messages)

gdb.threads/attach-many-short-lived-threads.exp FAIL
 2023-12-05 18:07 UTC  (2+ messages)

[PATCH] Fix breakpoints on symbols with multiple trampoline symbols
 2023-12-05 17:48 UTC  (5+ messages)

[PATCHv5 00/10] thread-specific breakpoints in just some inferiors
 2023-12-05 16:05 UTC  (14+ messages)
` [PATCHv6 "
  ` [PATCHv6 01/10] gdb: create_breakpoint: add asserts and additional comments
  ` [PATCHv6 02/10] gdb: create_breakpoint: asserts relating to extra_string/parse_extra
  ` [PATCHv6 04/10] gdb: build dprintf commands just once in code_breakpoint constructor
  ` [PATCHv6 05/10] gdb: don't display inferior list for pending breakpoints
  ` [PATCHv6 06/10] gdb: parse pending breakpoint thread/task immediately
  ` [PATCHv6 07/10] gdb: don't set breakpoint::pspace for in create_breakpoint

[PATCH] Remove some DAP helper functions
 2023-12-05 15:44 UTC  (2+ messages)

[PATCH 0/2] Improve Ada overload handling
 2023-12-05 15:37 UTC  (3+ messages)
` [PATCH 1/2] Boolify ada_type_match
` [PATCH 2/2] Refine Ada overload matching

[PATCH v4] gdb: Enable early init of thread pool size
 2023-12-05 14:39 UTC  (6+ messages)

Coding style for parameterless functions
 2023-12-05 14:36 UTC  (2+ messages)

[PATCH] gdb : Signal to pstack/gdb kills the attached process
 2023-12-05 13:13 UTC  (7+ messages)
  ` [External] : "
    ` [External] : Re: [PATCH v2] "
        ` [External] : Re: [PATCH v3] "

[PATCH/committed] sim: mips: fix sim_fpu usage
 2023-12-05 13:12 UTC 

[PATCH/committed] sim: sh: trim trailing whitespace in generated code
 2023-12-05 13:06 UTC 

[PATCH/committed] sim: mn10300: fix sim_engine_halt call
 2023-12-05 12:58 UTC 

[PATCH/committed] sim: m32c: use UTF-8 encoding
 2023-12-05 12:51 UTC 

[PATCH 0/6] Implement DAP cancellation
 2023-12-05  9:17 UTC  (2+ messages)

[PATCH/committed 1/2] sim: rx: constify some read-only global vars
 2023-12-05  4:50 UTC  (2+ messages)
` [PATCH/committed 2/2] sim: rx: mark unused static var as unused

[PATCH/committed] sim: warnings: enable only for development builds
 2023-12-05  4:47 UTC 

[PATCH 1/3 committed] sim: ppc: cleanup getrusage decls
 2023-12-05  4:46 UTC  (3+ messages)
` [PATCH 2/3 committed] sim: ppc: fix -Wmisleading-indentation warnings
` [PATCH 3/3 committed] sim: ppc: fix implicit enum conversion

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