public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCH] Change riscv_return_value to use RETURN_VALUE_ABI_PRESERVES_ADDRESS
 2022-01-05 19:33 UTC  (5+ messages)

[PATCH 0/2] Unify target announce and detach messages
 2022-01-05 18:47 UTC  (4+ messages)
` [PATCH 1/2] Introduce target_announce_attach
` [PATCH 2/2] Use target_announce_detach in more targets

[PATCH 00/12] More filtered output cleanups
 2022-01-05 18:38 UTC  (21+ messages)
` [PATCH 01/12] Use filtered output for gdbarch dump
` [PATCH 02/12] Use filtered output in target-descriptions.c
` [PATCH 03/12] Use filtered output in files_info implementations
` [PATCH 04/12] Use filtered output in language_info
` [PATCH 05/12] Use filtered output in ordinary commands
` [PATCH 06/12] Use filtered output in kill command
` [PATCH 07/12] Use filtered output in some dumping commands
` [PATCH 08/12] Use filtered output in btrace-related commands
` [PATCH 09/12] Use filtered output in *-tdep commands
` [PATCH 10/12] Use filtered output in gnu-nat.c commands
` [PATCH 11/12] Use filtered output in terminal_info implementations
` [PATCH 12/12] Filtered output cleanup in expression dumping

[PATCH] Implement putstr and putstrn in ui_file
 2022-01-05 18:00 UTC  (5+ messages)

[PATCH] Fix inferior_thread attribute in new_thread event
 2022-01-05 17:33 UTC  (3+ messages)

[PATCH] Change how versioned symbols are recorded
 2022-01-05 17:31 UTC  (2+ messages)

[PATCH] gdb: testsuite: print explicit test result for gdb.base/dfp-test.exp
 2022-01-05 17:28 UTC  (2+ messages)

[PATCH v3 00/33] Rewrite the DWARF "partial" reader
 2022-01-05 17:18 UTC  (2+ messages)

[PATCH 0/3] Improvements to Python parameters
 2022-01-05 17:13 UTC  (4+ messages)
` [PATCH 1/3] Change how Python architecture and language are handled
` [PATCH 2/3] Fix another crash with gdb parameters in Python
` [PATCH 3/3] Add a way to temporarily set a gdb parameter from Python

[PATCH] Do not print anything when self-backtrace unavailable
 2022-01-05 17:07 UTC  (3+ messages)

[PATCH v2 0/2] add annotation in 'info locals' command for variables shadowing case
 2022-01-05 16:26 UTC  (7+ messages)
` [PATCH v2 1/2] gdb: "
` [PATCH v2 2/2] gdb: add shadowed_loc field in '-stack-list-locals/variables' mi commands

[PATCH 00/29] Remove DUPLICATEs from testsuite/gdb.base/*.exp
 2022-01-05 16:23 UTC  (32+ messages)
` [PATCH 01/29] gdb/testsuite: Remove duplicates from gdb.base/stack-checking.exp
` [PATCH 02/29] gdb/testsuite: Remove duplicates from gdb.base/miscexprs.exp
` [PATCH 04/29] gdb/testsuite: Remove duplicates from gdb.base/realname-expand.exp
` [PATCH 05/29] gdb/testsuite: Remove duplicates from gdb.base/pie-fork.exp
` [PATCH 06/29] gdb/testsuite: Remove duplicates from gdb.base/checkpoint.exp
` [PATCH 07/29] gdb/testsuite: Remove duplicates from gdb.base/pending.exp
` [PATCH 08/29] gdb/testsuite: Remove duplicates from gdb.base/decl-before-def.exp
` [PATCH 09/29] gdb/testsuite: Remove duplicates from gdb.base/solib-display.exp
` [PATCH 10/29] gdb/testsuite: Remove duplicates from gdb.base/del.exp
` [PATCH 11/29] gdb/testsuite: Remove duplicates from gdb.base/dfp-test.exp
` [PATCH 12/29] gdb/testsuite: Remove duplicates from gdb.base/ptype.exp
` [PATCH 25/29] gdb/testsuite: Remove duplicates from gdb.base/pointers.exp

[PATCH] gdb: testsuite: fix wrong expected result in attach-pie-noexec.exp
 2022-01-05 13:10 UTC  (5+ messages)

[PATCH] [AArch64] Fix PR gdb/28681
 2022-01-05 12:54 UTC  (8+ messages)

[PATCH] Fix pager regression
 2022-01-05 12:48 UTC  (2+ messages)

[PATCH] Simplify execute_control_commands_to_string
 2022-01-05 10:43 UTC  (2+ messages)

[PATCH] gdb: on SVE Architecture sve registers are not saved in inferior calls
 2022-01-05  7:41 UTC 

[RFC PATCH] sim: switch Andrew Cagney copyrights to FSF
 2022-01-05  6:49 UTC  (2+ messages)

[PATCH 0/2] Do some changes in gdb/testsuite/gdb.base/a2-run.exp
 2022-01-05  6:16 UTC  (6+ messages)
` [PATCH 2/2] gdb: testsuite: specify two args for "set args" command in a2-run.exp

[PATCH v2] gdb: testsuite: show print array-indexes after set in arrayidx.exp
 2022-01-05  6:07 UTC  (3+ messages)

[PATCH v2] gdb: split array and string limiting options
 2022-01-04 23:15 UTC  (3+ messages)

[PATCH v3] gdb: split array and string limiting options
 2022-01-04 23:13 UTC 

[PATCH] [gdb]: fix until behavior with trailing !is_stmt lines
 2022-01-04 20:34 UTC 

[RFC] gdb: introduce limited array lengths while printing values
 2022-01-04 17:50 UTC  (2+ messages)
` [PING^8][RFC] "

[PATCH] gdb/testsuite: fix inferior-clone.exp for native-extended-gdbserver
 2022-01-04 14:35 UTC  (3+ messages)

[PATCH 0/8] Unify escaping/quoting of args in GDB/GDBserver
 2022-01-04 14:26 UTC  (5+ messages)
` [PING] "
  ` [PING 2] "
    ` [PING 3] "

[RFC][PATCH 0/1] gdb, testsuite, fortran, ada: gfortran symbols get demangled as ada
 2022-01-04 11:33 UTC  (4+ messages)
` [RFC][PATCH 1/1] gdb, testsuite, fortran: adapt info symbol expected output for intel compilers

[PATCH] gdb: don't pass nullptr to sigwait
 2022-01-04 10:38 UTC  (5+ messages)

[PATCH 1/3] [gdb/cli] Fix typo in logging overwrite help text
 2022-01-03 21:46 UTC  (5+ messages)
` [PATCH 3/3] [gdb/cli] Improve show logging output
    ` [PING][PATCH "

[PATCH] Add _sigsys info to siginfo struct
 2022-01-03 18:58 UTC 

[pushed] Fix use of 'printf' in gdbtypes.c
 2022-01-03 18:05 UTC 

[pushed] Fix regression in page-logging.exp
 2022-01-03 16:06 UTC 

[PATCH] Fix logging redirection bug with pager
 2022-01-03 16:00 UTC  (6+ messages)

[pushed] Small indentation fix in eval.c
 2022-01-03 15:02 UTC 

[PATCH 1/2] [gdb/symtab] Fix segfault in search_one_symtab
 2022-01-03 14:53 UTC  (3+ messages)
` [PATCH 2/2] [gdb/symtab] Add maint expand-symtabs -verbose
  ` [PING][PATCH "

[PATCH] [gdb/testsuite] Handle for loop initial decl with gcc 4.8.5
 2022-01-03 14:37 UTC  (2+ messages)
` [pushed][gdb/testsuite] "

[pushed] Update copying.awk for _initialize declaration patch
 2022-01-02 19:50 UTC 

[pushed] Use filtered output in print_i387_ext
 2022-01-02 17:52 UTC 

[PATCH 01/17] sim: cr16: migrate to standard uintXX_t types
 2022-01-01 20:55 UTC  (17+ messages)
` [PATCH 02/17] sim: d10v: "
` [PATCH 03/17] sim: m68hc11: "
` [PATCH 04/17] sim: v850: "
` [PATCH 05/17] sim: mn10300: "
` [PATCH 06/17] sim: erc32: "
` [PATCH 07/17] sim: testsuite: "
` [PATCH 08/17] sim: bfin: "
` [PATCH 09/17] sim: riscv: "
` [PATCH 10/17] sim: msp430: "
` [PATCH 11/17] sim: synacor: "
` [PATCH 12/17] sim: iq2000: "
` [PATCH 13/17] sim: cris: "
` [PATCH 14/17] sim: mips: "
` [PATCH 15/17] sim: igen: "
` [PATCH 16/17] sim: common: "
` [PATCH 17/17] sim: ppc: "

[PATCH/committed] gdb: copyright: fix a few comment typos
 2022-01-01 18:48 UTC 

[RFC PATCH] sim: switch Cygnus Solutions copyrights to FSF
 2022-01-01 18:41 UTC 

[PATCH/committed] sim: ppc: drop natural types
 2022-01-01 18:32 UTC 

[PATCH/committed] sim: mips: clean up bad style/whitespace
 2022-01-01 18:27 UTC 

[PATCH] gdb: copyright: make file header scan a bit more pythonic
 2022-01-01 18:15 UTC 

[PATCH] gdb: make copyright.py interface a bit nicer
 2022-01-01 18:14 UTC 

[PATCH/committed] sim: tweak copyright lines for gnulib update-copyright
 2022-01-01 18:14 UTC 

[PATCH] gdb: update sim mips testsuite copyright exemption
 2022-01-01 18:04 UTC 

[FYI] GDB Start of New Year Procedure
 2022-01-01 15:12 UTC  (6+ messages)
` [PATCH 1/6] Update Copyright Year in gdb, gdbserver and gdbreplay version output
` [PATCH 3/6] Manual copyright year update of various GDB files
` [PATCH 4/6] gdb/copyright.py: Add update-netbsd.sh to MULTIPLE_COPYRIGHT_HEADERS
` [PATCH 5/6] Fix copyright header in gdb/testsuite/gdb.arch/powerpc-power10.exp
` [PATCH 6/6] Update Copyright year "

[PATCH 0/4] Clean up wrap_here function a little
 2021-12-31 22:25 UTC  (5+ messages)
` [PATCH 1/4] Convert wrap_here to use integer parameter
` [PATCH 2/4] Add ui_file::wrap_here
` [PATCH 3/4] Always call the wrap_here method
` [PATCH 4/4] Remove global wrap_here function

[pushed] Do not call reinitialize_more_filter from avr_io_reg_read_command
 2021-12-31 20:30 UTC 

[PATCH 0/4] Change how stdlog timestamps are written
 2021-12-31 20:19 UTC  (5+ messages)
` [PATCH 1/4] Simplify the CLI set_logging logic
` [PATCH 2/4] Use unique_ptr in CLI logging code
` [PATCH 3/4] Add new timestamped_file class
` [PATCH 4/4] Switch gdb_stdlog to use timestamped_file

[PATCH] RISC-V: add new mconfigptr CSR
 2021-12-30 22:41 UTC  (3+ messages)

[PATCH 0/2] Modify gdb.base/charset.c to fix some issues
 2021-12-30  3:10 UTC  (3+ messages)

[pushed v2 0/2] Minor fix to "show" callbacks
 2021-12-29 18:11 UTC  (3+ messages)
` [pushed v2 1/2] Consistently Use ui_file parameter to show callbacks
` [pushed v2 2/2] Use filtered output in "

[PATCH] Consistently Use ui_file parameter to show callbacks
 2021-12-29 18:10 UTC  (3+ messages)

[PATCH 0/7] Send some logging output to gdb_stdlog
 2021-12-29 17:56 UTC  (13+ messages)
` [PATCH 1/7] Send debugging data to gdb_stdlog in mips-linux-nat.c
` [PATCH 2/7] Use debug_prefixed_printf_cond_nofunc in microblaze.c
` [PATCH 3/7] Use debug_prefixed_printf_cond_nofunc in machoread
` [PATCH 4/7] Use gdb_stdlog for separate debug file logging
` [PATCH 5/7] Send minsym logging to gdb_stdlog
` [PATCH 6/7] Use debug_prefixed_printf_cond_nofunc in index-cache
` [PATCH 7/7] Use gdb_stdlog for MI debugging

[PATCH] Remove unusual use of core_addr_eq and core_addr_hash
 2021-12-29 17:23 UTC  (3+ messages)

[PATCH v2] gdb: Copy inferior properties in clone-inferior
 2021-12-29 14:00 UTC  (5+ messages)

[PATCH v7] gdb: Add new 'print nibbles' feature
 2021-12-29 13:45 UTC 

[PATCH 0/1] Fix variable length strings array for FORTRAN
 2021-12-29 11:31 UTC  (7+ messages)
` [PATCH 1/1] gdb: Fix arrays of variable length strings "

[PATCH 0/3] Send some output to gdb_stderr
 2021-12-29  4:12 UTC  (5+ messages)
` [PATCH 1/3] Send jit.c errors "
` [PATCH 2/3] Use correct stream for process record output
` [PATCH 3/3] Send arch-utils error messages to gdb_stderr

gdb: target remote in detached state
 2021-12-29  0:59 UTC  (3+ messages)

[RFC] [gdb/testsuite] change gdb.base/skip.exp to use finish
 2021-12-28 19:43 UTC  (2+ messages)
`  "

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