public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCHv3 0/6] Add Python API for the disassembler
 2022-04-25  9:15 UTC  (5+ messages)
` [PATCHv4 0/5] "
  ` [PATCHv4 1/5] gdb: add new base class to gdb_disassembler
  ` [PATCHv4 2/5] gdb: add extension language print_insn hook
  ` [PATCHv4 4/5] gdb: refactor the non-printing disassemblers

GDB 12.0.90 available for testing
 2022-04-25  8:48 UTC  (12+ messages)

GDB/Fortran: Support for Assumed Rank Zero
 2022-04-25  8:47 UTC  (19+ messages)

[PATCH] gdb/infrum: assert !step_over_info_valid_p in restart_threads
 2022-04-25  8:32 UTC  (7+ messages)
` [PATCH v2] gdb/infrun: "

[PATCH 0/1] btrace: get page size using sysconf (_SC_PAGESIZE) instead of PAGE_SIZE
 2022-04-25  7:36 UTC  (7+ messages)
` [PATCH 1/1] "

[PATCH 00/36] C++-ify breakpoints
 2022-04-24 19:35 UTC  (6+ messages)
` [PATCH 01/36] Move "catch load" to a new file

[PATCH 0/2] Add recording support for the ISA 3.1 Powerpc instructions
 2022-04-24 16:56 UTC  (22+ messages)
` [PATCH 1/2] "
    ` [PATCH 1/2 Version 2] "
        ` [PATCH 1/2 Version 3] "
            ` [PATCH 1/2 Version 5] "
              ` [PATCH 1/2 Version 5 Ping] "
` [PATCH 2/2] "
    ` [PATCH 2/2 Version 2] "
        ` [PATCH 2/2 Version 3] "
            ` [PATCH 2/2 Version 4] "
                  ` [PATCH 2/2 Version 5] "
                    ` [PATCH 2/2 Version 5 PING] "

[PATCH] Do not put linkage names into .gdb_index
 2022-04-24 16:16 UTC  (5+ messages)

2022-04-24 update for upcoming GDB 12.1 Release
 2022-04-24 16:12 UTC 

[PATCH 0/2] Fix regressions caused by prune_threads patch
 2022-04-24  3:20 UTC  (3+ messages)
` [PATCH 1/2] gdb/infrun: make fetch_inferior_event restore thread if exited or signalled
` [PATCH 2/2] gdb/remote: return early from remote_check_symbols if waiting for stop reply

[PING][PATCH v8 0/3] gdb: Add new 'print nibbles' feature
 2022-04-23  9:22 UTC  (6+ messages)
` [PATCH v8 1/3] "
` [PATCH v8 2/3] gdb/doc: Documentation for the new print command
` [PATCH v8 3/3] gdb/python: Export nibbles to python layer

[PATCH] gdb/testsuit: fix FAIL in gdb.base/clear_non_user_bp.exp
 2022-04-23  8:23 UTC  (5+ messages)
` [PATCH v2] "

[PATCH v2] gdb: prune inferiors at end of fetch_inferior_event, fix intermittent failure of gdb.threads/fork-plus-threads.exp
 2022-04-22 20:15 UTC  (7+ messages)
  ` [PATCH v3] "

Powerpc: Update expected floating point output for gdb.arch/altivec-regs.exp and gdb.arch/vsx-regs.exp
 2022-04-22 19:50 UTC  (4+ messages)
  ` [PATCH V2] "
    ` [PATCH V2 Ping] "

[PATCH] gdb: handle_no_resumed: only update thread list of event target
 2022-04-22 18:15 UTC  (4+ messages)

[PATCH] gdbserver/linux: free process_info_private and arch_process_info when failing to attach
 2022-04-22 18:06 UTC  (3+ messages)

[PATCH] Do not double-read minimal symbols for PE COFF
 2022-04-22 17:55 UTC  (3+ messages)

[PATCHv3 0/2] Fix GDB prompt corruption issue
 2022-04-22 17:52 UTC  (4+ messages)
` [PATCHv4 0/3] "

[PATCHv3] gdb: make thread_info executing and resumed state more consistent
 2022-04-22 17:50 UTC  (6+ messages)
` [PATCHv4 0/2] Make "
  ` [PATCHv4 1/2] gdb: add some additional thread status debug output
  ` [PATCHv4 2/2] gdb: make thread_info executing and resumed state more consistent

[PATCH] gdb/testsuite: implement gdb_spawn_attach_cmdline for the native-extended-gdbserver board
 2022-04-22 16:21 UTC 

[pushed] Un-break the coff-pe-read.c build
 2022-04-22 16:12 UTC  (2+ messages)

[PATCH 0/4] Minor cleanups in coff-pe-read.c
 2022-04-22 15:19 UTC  (7+ messages)
` [PATCH 1/4] Simplify BFD section iteration "
` [PATCH 2/4] Remove a const-removing cast from coff-pe-read.c
` [PATCH 3/4] Use std::string in coff-pe-read.c
` [PATCH 4/4] More const use and alloca avoidance "

[PATCH v2] gdb: fix using clear command to delete non-user breakpoints(PR cli/7161)
 2022-04-22 15:01 UTC  (7+ messages)
` [PATCH v3] "
` [PATCH RESEND "

[PATCH 0/4] Smart pointer wrapper for frame_info
 2022-04-22 14:58 UTC  (3+ messages)

[PATCH 0/1] Fix 'rw_pieced_value' for values casted to different type
 2022-04-22 14:44 UTC  (2+ messages)
` [PATCH 1/1] gdb/dwarf2: "

[AArch64] MTE corefile support
 2022-04-22 13:33 UTC  (11+ messages)
` [PATCH, v2] "
` [PATCH 1/2] "
` [PATCH, v3] "

[PATCH] gdb/testsuite: use with_cwd where possible
 2022-04-22 13:16 UTC 

[PATCH] Fix .debug_names regression with new indexer
 2022-04-22 12:51 UTC 

[PATCH] Fix method naming bug in new DWARF indexer
 2022-04-22 12:41 UTC  (3+ messages)

[PATCH 0/1][PR fortran/29053&29054] Fix regressions in GDB intrinsic handling
 2022-04-22 10:52 UTC  (2+ messages)
` [PATCH 1/1][PR fortran/29053&29054] gdb/testsuite: fix testsuite regressions for unix/-m32 board

[PATCH] Slighly tweak and clarify target_resume's interface
 2022-04-22 10:37 UTC  (3+ messages)
  ` [PATCH v2] Slightly "

[PING][PATCH] gdb:csky add support target-descriptions for CSKY arch
 2022-04-22  7:30 UTC 

[PATCH v2 0/6] Fix printing macros
 2022-04-22  1:08 UTC  (8+ messages)
` [PATCH v2 1/6] gdb: introduce symtab_create_debug_printf
` [PATCH v2 2/6] gdb: add debug prints in buildsym.c
` [PATCH v2 3/6] gdb/dwarf: add constructor to line_header
` [PATCH v2 4/6] gdb/dwarf: pass compilation directory to line header, initialize dir[0] for DWARF 4
` [PATCH v2 5/6] gdb/dwarf: use complete paths for symtabs and macro_source_files
` [PATCH v2 6/6] gdb/testsuite: add macros test for source files compiled in various ways

[PATCH 0/6] Fix printing macros
 2022-04-21 20:26 UTC  (11+ messages)
` [PATCH 5/6] gdb: prepend comp_dir to symtab name in buildsym_compunit
` [PATCH 6/6] gdb/testsuite: add macros test for source files compiled in various ways

[PATCH 11/14] gdb: remove BLOCK_ENTRY_PC macro
 2022-04-21 20:25 UTC  (8+ messages)
` [PATCH 12/14] gdb: remove BLOCKVECTOR_BLOCK and BLOCKVECTOR_NBLOCKS macros
` [PATCH 13/14] gdb: constify addrmap_find
` [PATCH 14/14] gdb: remove BLOCKVECTOR_MAP macro

[PATCH] Fix for gdb.base/solib-search.exp test
 2022-04-21 19:16 UTC  (9+ messages)
` [PING] "
  ` [PING 2] "
    ` [PING 3] "

[PATCH 1/2] gdb/dwarf: remove line_header::total_length field
 2022-04-21 19:06 UTC  (7+ messages)
` [PATCH 2/2] gdb/dwarf: remove line_header::header_length field

[PATCH] gdb/testsuite: fix "set temporary breakpoint" DUPLICATEs
 2022-04-21 19:04 UTC  (3+ messages)

[PATCH 01/14] gdb: remove BLOCK_{START,END} macros
 2022-04-21 18:59 UTC  (18+ messages)
` [PATCH 02/14] gdb: remove BLOCK_FUNCTION macro
` [PATCH 03/14] gdb: remove BLOCK_SUPERBLOCK macro
` [PATCH 04/14] gdb: remove BLOCK_MULTIDICT macro
` [PATCH 05/14] gdb: remove BLOCK_NAMESPACE macro
` [PATCH 06/14] gdb: remove BLOCK_RANGE_{START,END} macros
` [PATCH 07/14] gdb: remove BLOCK_RANGES macro
` [PATCH 08/14] gdb: remove BLOCK_NRANGES macro
` [PATCH 09/14] gdb: remove BLOCK_RANGE macro
` [PATCH 10/14] gdb: remove BLOCK_CONTIGUOUS_P macro

[PATCH v2 0/3] Apply fixme notes for multi-target support
 2022-04-21 18:20 UTC  (9+ messages)
` [PATCH v2 1/3] gdb: Make global feature array a per-remote target array
    ` "show remote foo-packet" regression (Re: [PATCH v2 1/3] gdb: Make global feature array a per-remote target array)

[PATCH] Fix crash when creating index from index
 2022-04-21 17:57 UTC 

[PATCH v2 0/2] [symtab/27831] Fix OBJF_MAINLINE assert
 2022-04-21 16:55 UTC  (2+ messages)

[PATCH] Handle encoding failures in Windows thread names
 2022-04-21 15:47 UTC  (2+ messages)

[PATCH 0/9] Unify the DWARF index fields
 2022-04-21 15:15 UTC  (6+ messages)
` [PATCH 1/9] Move mapped_index_base to new header file
` [PATCH 7/9] Simplify version check in dw2_symtab_iter_next

[PATCH v3] gdbsupport: add path_join function
 2022-04-21 15:12 UTC  (5+ messages)

[PATCH] Always use dwarf2_initialize_objfile
 2022-04-21 15:02 UTC  (2+ messages)

[PATCH] Use current_inferior ()->pid for AIX
 2022-04-21 14:51 UTC  (7+ messages)

[PATCH] gdb_spawn_attach_cmdline: use unsupported instead of untested
 2022-04-21 13:42 UTC  (3+ messages)

[PATCH] gdb/debuginfod: Prevent out_of_range exception
 2022-04-21 12:49 UTC  (9+ messages)
            ` [pushed] gdb.debuginfod/fetch_src_and_symbols.exp: Fix "notice empty URL" test

[PATCH] gdb/testsuite: add binary testcases to py-format-string.exp
 2022-04-21 12:48 UTC  (3+ messages)

[PATCH] gdb/debuginfod-support.c: Do not crash if URL list is " "
 2022-04-21 11:23 UTC  (3+ messages)

[PATCH v3] gdb/testsuite: Introduce and use gdb_spawn_attach_cmdline
 2022-04-20 19:54 UTC  (5+ messages)

[PATCH v5 0/8] gdb: split array and string limiting options
 2022-04-20 19:17 UTC  (2+ messages)
` [PING^2][PATCH "

GDB 12.0.90 available for testing
 2022-04-20 17:52 UTC  (3+ messages)

[PATCH v2] gdbsupport: add path_join function
 2022-04-20 17:44 UTC  (9+ messages)

[PATCH] gdb: Fix issue with Clang CLI macros
 2022-04-20 17:41 UTC 

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