public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCH v2 0/2] Querying registers of already-exited processes
 2022-02-22  7:31 UTC  (2+ messages)

[PATCH] sim: gdbinit: hoist setup to common code
 2022-02-22  3:36 UTC  (4+ messages)
  ` [PATCH] sim: add arch/.gdbinit stub scripts

GDB 12 preparation -- 2022-02-20 update
 2022-02-22  1:50 UTC  (3+ messages)

[PATCH] Fix detection of compilation and linking flags for source-highlight
 2022-02-21 21:10 UTC  (2+ messages)

Making mi -add-inferior command consistent with ci
 2022-02-21 21:08 UTC 

[PATCH] gdb/python: add gdb.Architecture.format_address
 2022-02-21 18:02 UTC  (4+ messages)

[PATCH 0/7] TUI command changes, including new winwidth command
 2022-02-21 17:29 UTC  (3+ messages)
` [PATCHv2 00/15] TUI changes, new winwidth command and resizing changes

[PATCH] Fix bug in C++ overload resolution
 2022-02-21 16:53 UTC  (3+ messages)

[PATCH] gdb/testsuite: relax pattern in new gdb.mi/mi-multi-commands.exp test
 2022-02-21 13:09 UTC  (2+ messages)

[PATCH 00/11] gdb/testsuite: Cleanup gdb.base for clang testing
 2022-02-21 12:53 UTC  (3+ messages)
` [PING][PATCH "
  ` [PINGv2][PATCH "

[PATCH 0/2] fix for the stabs debug parser
 2022-02-21 11:51 UTC  (7+ messages)
` [PATCH 1/2] gdb: make use of std::string in dbxread.c
` [PATCH 2/2] gdb: avoid nullptr access in dbxread.c from read_dbx_symtab

[PATCH v2] Support glibc multiple namespace extension
 2022-02-21  6:53 UTC  (6+ messages)
` [PATCH v3] "

[PATCH] gdb: Only paginate for filtered output in fputs_maybe_filtered
 2022-02-20 18:34 UTC  (4+ messages)

[PATCH] gdb/testsuite/README: update default value of INTERNAL_GDBFLAGS
 2022-02-20 16:49 UTC  (4+ messages)
` [PATCH v2] gdb/testsuite/README: point to "

[PATCH v5 00/15] FreeBSD target async mode and related refactoring
 2022-02-20 11:38 UTC  (7+ messages)
` [PATCH v5 04/15] Enable async mode on supported targets in target_resume
` [PATCH v5 05/15] Don't enable async mode at the end of target ::resume methods
` [PATCH v5 07/15] inf-ptrace: Return an IGNORE event if waitpid() fails

[[RFC][PATCH][PR gdb/24069]] gdb/testsuite/README: update default value of INTERNAL_GDBFLAGS
 2022-02-19 21:37 UTC  (2+ messages)

[PATCH 1/3] [fix] Unused struct
 2022-02-19 17:49 UTC  (10+ messages)
` [RFC][PATCH v2 0/2][PR gdb/24069] Fix GDB hang on macOS 10.14 and later (PR gdb/24609)
  ` [RFC][PATCH v2 1/2][PR gdb/24069] [delete] Not-so-harmless spurious call to `wait4`
  ` [RFC][PATCH v2 2/2][PR gdb/24069] [fix] Skip over WIFSTOPPED wait4 status

[PATCH] Add to documentation of Python 'dont_repeat' method
 2022-02-19 16:47 UTC 

[PATCH v3] gdb: testsuite: fix wrong expected result in attach-pie-noexec.exp
 2022-02-19 15:42 UTC  (2+ messages)

[PATCH] gdb: filter inferiors using linux_target in check_zombie_leaders
 2022-02-19 10:17 UTC  (2+ messages)

[PATCH] Change how "print/x" displays floating-point value
 2022-02-19 10:05 UTC  (6+ messages)

C++ template completion support v3
 2022-02-18 20:34 UTC  (2+ messages)

[PATCH] Add constructor to bound_minimal_symbol
 2022-02-18 19:46 UTC  (2+ messages)

[pushed] gdb: remove newlines from some linux_nat_debug_printf calls
 2022-02-18 19:21 UTC 

[PATCH v2 1/1] gdb/mi: PR20684, preserve user selected thread and frame when invoking MI commands
 2022-02-18 17:45 UTC  (7+ messages)
` [PATCH v3 0/1] PR20684, preserve user selected context "
    ` [PING] "
` [PATCH v3 1/1] gdb/mi: PR20684, preserve user selected thread and frame "

[PATCH 0/2][PR fortran/26373][PR fortran/22497] GDB support for Fortran extends feature
 2022-02-18 16:14 UTC  (7+ messages)
` [PATCH 1/2][PR fortran/26373][PR fortran/22497] gdb/fortran: add support for accessing fields of extended types

[PING] [PATCH v3] gdb: testsuite: fix wrong expected result in attach-pie-noexec.exp
 2022-02-18  9:25 UTC 

[PATCH v2 00/18] Refactor character printing
 2022-02-17 22:05 UTC  (19+ messages)
` [PATCH v2 01/18] Fix latent quote char bug in generic_printstr
` [PATCH v2 02/18] Boolify need_escape in generic_emit_char
` [PATCH v2 03/18] Remove c_emit_char
` [PATCH v2 04/18] Remove c_printstr
` [PATCH v2 05/18] Don't use wchar_printable in print_wchar
` [PATCH v2 06/18] Fix a latent bug "
` [PATCH v2 07/18] Remove language_defn::emitchar
` [PATCH v2 08/18] Add gdb_iswcntrl
` [PATCH v2 09/18] Include \0 in printable wide characters
` [PATCH v2 10/18] Use a ui_file in print_wchar
` [PATCH v2 11/18] Add an emitter callback to generic_printstr and generic_emit_char
` [PATCH v2 12/18] Add a default encoding to generic_emit_char and generic_printstr
` [PATCH v2 13/18] Change generic_emit_char to print the quotes
` [PATCH v2 14/18] Use generic_emit_char in Rust
` [PATCH v2 15/18] Use generic_emit_char in Ada
` [PATCH v2 16/18] Use generic_emit_char in Modula-2
` [PATCH v2 17/18] Use generic_emit_char in Pascal
` [PATCH v2 18/18] Simplify Fortran string printing

[PATCH 00/18] Refactor character printing
 2022-02-17 22:02 UTC  (34+ messages)
` [PATCH 01/18] Fix latent quote char bug in generic_printstr
` [PATCH 02/18] Boolify need_escape in generic_emit_char
` [PATCH 03/18] Remove c_emit_char
` [PATCH 04/18] Remove c_printstr
` [PATCH 05/18] Don't use wchar_printable in print_wchar
` [PATCH 06/18] Fix a latent bug "
` [PATCH 07/18] Remove language_defn::emitchar
` [PATCH 08/18] Add gdb_iswcntrl
` [PATCH 09/18] Include \0 in printable wide characters
` [PATCH 10/18] Use a ui_file in print_wchar
` [PATCH 11/18] Add an emitter callback to generic_printstr and generic_emit_char
` [PATCH 12/18] Add a default encoding to generic_emit_char and generic_printstr
` [PATCH 13/18] Change generic_emit_char to print the quotes
` [PATCH 14/18] Use generic_emit_char in Rust
` [PATCH 15/18] Use generic_emit_char in Ada
` [PATCH 16/18] Use generic_emit_char in Modula-2
` [PATCH 17/18] Use generic_emit_char in Pascal
` [PATCH 18/18] Simplify Fortran string printing

[PATCH v2] gdb/debuginfod: Rework progress updates
 2022-02-17 16:06 UTC  (6+ messages)
` [PATCH v3] gdb: Improve debuginfod "

[PATCH 2/3] gdb: Add soname to build-id mapping for corefiles
 2022-02-17 16:01 UTC  (5+ messages)

[PING 4] [PATCH v3 1/1] gdb: Use a typedef's scoped type name to identify local typedefs
 2022-02-17 12:48 UTC 

[PATCH 00/12] A little TLC for the simulators (in particular CRIS)
 2022-02-17  5:30 UTC  (36+ messages)
` [PATCH 01/12] sim cris: Correct PRIu32 to PRIx32
` [PATCH 03/12] sim/testsuite: Set global_cc_os also when no compiler is found
` [PATCH 04/12] sim/testsuite/cris/c: Use -sim3 but only for newlib targets
` [PATCH 06/12] sim/testsuite: Support "requires: simoption <--name-of-option>"
` [PATCH 08/12] sim cris: Unbreak --disable-sim-hardware builds
` [PATCH 09/12] sim: Fix use of out-of-tree assembler and linker when testing
` [PATCH 10/12] sim: Add sim_dump_memory for debugging
` [PATCH 11/12] sim/testsuite/cris: Remove faulty use of basename in C tests

[PATCH] Add initializers to bound_minimal_symbol
 2022-02-16 20:47 UTC  (7+ messages)

[PATCH v2 0/9] Some fixes for handling vfork by multi-threaded programs
 2022-02-16 13:35 UTC  (4+ messages)
` [PATCH v2 6/9] gdb: fix handling of vfork by multi-threaded program (follow-fork-mode=parent, detach-on-fork=on)

[PUSHED] gdb/tui: add a missing white space character
 2022-02-16 11:54 UTC 

[PUSHED] gdb: convert callback_handler_installed from int to bool
 2022-02-16 11:52 UTC 

[PATCH/committed] sim: testsuite: cleanup the istarget * logic
 2022-02-16  5:44 UTC 

[PATCH] gdb: remove unneeded value_address call in value_cast_structs
 2022-02-16  4:53 UTC 

[PATCH] gdb/python: Add gdb.InferiorThread.details attribute
 2022-02-15 11:52 UTC 

[PATCH v3 0/2] Make GDB respect the DW_CC_nocall attribute
 2022-02-15 10:53 UTC  (4+ messages)
` [PATCH v3 2/2] gdb: Respect "

[PATCH 12/12] sim/testsuite/cris: If failing compilation, mark C tests as errors
 2022-02-14 23:08 UTC 

[PATCH 07/12] sim/testsuite/cris: As applicable, require simoption --cris-900000xx
 2022-02-14 23:04 UTC 

[PATCH 05/12] sim/testsuite/cris/hw/rv-n-cris/irq1.ms: Disable due to randomness
 2022-02-14 23:03 UTC 

[PATCH 02/12] sim/testsuite/cris: Assembler testcase for PRIx32 usage bug
 2022-02-14 23:01 UTC 

[PATCH 0/2] Rewrite make-target-delegates in Python
 2022-02-14 19:28 UTC  (3+ messages)
` [PATCH 1/2] Move copyright code from gdbarch.py to new file
` [PATCH 2/2] Rewrite make-target-delegates in Python

GDB 12 preparation and target date?
 2022-02-14 18:51 UTC  (4+ messages)

[PATCH] microblaze: fix fsqrt collicion to build on glibc-2.35
 2022-02-14 17:13 UTC  (2+ messages)

[PATCHv3 0/2] Disassembler Output Styling
 2022-02-14 11:22 UTC  (7+ messages)
` [PATCHv4 "
  ` [PATCHv4 1/2] gdb: use python to colorize disassembler output

[PATCH 0/5] Add support for MIPS32/64 revision 6
 2022-02-14  0:04 UTC  (11+ messages)
` [PATCH v5 0/4] sim: "

[PATCH 0/5] create GDB/MI commands using python
 2022-02-13 21:46 UTC  (8+ messages)
` [PATCHv2] gdb/python/mi: create MI "
    ` [PATCHv3] "

GDB 12 preparation -- 2022-02-13 update
 2022-02-13 14:38 UTC 

[PATCH v2 0/5] gdb: Add basic support for LoongArch
 2022-02-12  7:59 UTC  (3+ messages)

[PATCH] gdb: Add Tiezhu Yang as LoongArch maintainer
 2022-02-12  7:53 UTC 

[PATCH] gdb-add-index: disable debuginfod
 2022-02-12  0:28 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).