[PATCH v2 00/14] Concurrent displaced stepping
2020-12-02 15:48 UTC (12+ messages)
` [PATCH v2 01/14] gdb: add inferior_execd observable
` [PATCH v2 02/14] gdb: clear inferior displaced stepping state and in-line step-over info on exec
` [PATCH v2 03/14] gdb: restore displaced step buffer bytes when another thread forks
` [PATCH v2 04/14] gdb: get rid of get_displaced_stepping_state
` [PATCH v2 05/14] gdb: rename things related to step over chains
` [PATCH v2 06/14] gdb: rename displaced_step_closure to displaced_step_copy_insn_closure
` [PATCH v2 07/14] gdb: rename displaced_step_fixup to displaced_step_finish
` [PATCH v2 08/14] gdb: introduce status enum for displaced step prepare/finish
` [PATCH v2 09/14] gdb: pass inferior to get_linux_inferior_data
` [PATCH v2 12/14] gdb: change linux gdbarch data from post to pre-init
` [PATCH v2 14/14] gdb: use two displaced step buffers on amd64/Linux
Fix relocation of R_X86_64_PC32 against `TLS init function for thread_local_segv_handler' [Cygwin]
2020-12-02 15:13 UTC (2+ messages)
[PATCH] Add gnu global outputs to .gitignore
2020-12-02 14:46 UTC (2+ messages)
[pushed] Sync .gitignore with gcc
2020-12-02 14:42 UTC
[PATCH] gdb: multi-line support for "document" command
2020-12-02 14:38 UTC (4+ messages)
` [PATCH v2] "
[PATCH][AArch64] SVE/FPSIMD fixup for big endian
2020-12-02 9:07 UTC (6+ messages)
RFA: Add support for DWARF-based fixed point types
2020-12-02 3:21 UTC (48+ messages)
` pushed: "
` [pushed/v2 1/9] gdb/configure: Add --with-libgmp-prefix option
` [PATCH] Enable GDB build with in-tree GMP and MPFR
` [RFA] Add TYPE_CODE_FIXED_POINT handling in print_type_scalar
` RFA: wrap mpz_export into gdb_mpz::safe_export
` [RFA 1/2] Fix TARGET_CHAR_BIT/HOST_CHAR_BIT confusion in gmp-utils.c
` [RFA 2/2] gmp-utils: protect gdb_mpz exports against out-of-range values
` RFA/doco: Various changes related to GMP and fixed point type support
` [RFA/doco 1/4] gdb/NEWS: Document that building GDB now requires GMP
` [RFA/doco 2/4] gdb/NEWS: Document that GDB now supports DWARF-based fixed point types
` [RFA/doco 3/4] gdb/README: Document the --with-libgmp-prefix configure option
` [RFA/doco 4/4] gdb/README: Fix the URL of the MPFR website (now https)
[PATCH] Search for DWZ files in debug-file-directories as well
2020-12-02 3:08 UTC (15+ messages)
` [PATCH v2] "
` [PATCH v3] "
[PATCH] Use new+delete for struct expression
2020-12-02 2:55 UTC (3+ messages)
[pushed] gdb/testsuite: use foreach_with_prefix in gdb.threads/non-ldr-exc-*.exp
2020-12-01 20:09 UTC
[PATCH] gdb/testsuite: fix comment in gdb.threads/non-ldr-exit.exp
2020-12-01 15:31 UTC (3+ messages)
[PATCH] gdbsupport/tdesc: print enum size attribute
2020-12-01 11:24 UTC (4+ messages)
` [PUSHED 0/2] "
` [PUSHED 1/2] "
` [PUSHED 2/2] gdbsupport/tdesc: print enum fields using 'evalue' syntax
[PATCH 00/12] Concurrent displaced stepping
2020-12-01 4:27 UTC (44+ messages)
` [PATCH 01/12] gdb: add inferior_execd observable
` [PATCH 02/12] gdb: clear inferior displaced stepping state on exec
` [PATCH 03/12] gdb: rename things related to step over chains
` [PATCH 04/12] gdb: rename displaced_step_closure to displaced_step_copy_insn_closure
` [PATCH 05/12] gdb: rename displaced_step_fixup to displaced_step_finish
` [PATCH 06/12] gdb: introduce status enum for displaced step prepare/finish
` [PATCH 07/12] gdb: pass inferior to get_linux_inferior_data
` [PATCH 08/12] gdb: move displaced stepping types to displaced-stepping.{h, c}
` [PATCH 09/12] gdb: move displaced stepping logic to gdbarch, allow starting concurrent displaced steps
` [PATCH 10/12] gdb: change linux gdbarch data from post to pre-init
` [PATCH 11/12] gdb: make displaced stepping implementation capable of managing multiple buffers
` [PATCH 12/12] gdb: use two displaced step buffers on amd64/Linux
[PATCH] gdb/testsuite: fix race condition in gdb.multi/multi-arch-exec.exp
2020-12-01 3:41 UTC
[PATCH] Fix partial symbols
2020-11-30 19:26 UTC (4+ messages)
` [PATCH] Skip .cold functions in search_minsyms_for_name
[PATCH v2] Replace the symbol needs evaluator with a parser
2020-11-30 18:18 UTC (5+ messages)
[PATCH 0/4] Clear target async event handlers in wait method
2020-11-30 16:52 UTC (5+ messages)
` [PATCH 1/4] gdb: make async event handlers clear themselves
` [PATCH 2/4] gdb: make remote target clear its async event handler in wait
` [PATCH 3/4] gdb: make record-btrace "
` [PATCH 4/4] gdb: make record-full "
[PATCH v3 00/24] Memory Tagging Support + AArch64 Linux implementation
2020-11-30 13:38 UTC (4+ messages)
[PATCH][gdb/testsuite] Fix control-flow in gdb.reverse/insn-reverse.exp
2020-11-30 13:13 UTC
[PATCH] KFAIL variable-length array tests which fail with Clang
2020-11-30 12:51 UTC (12+ messages)
` [PATCH][gdb/symtab] Fix gdb.base/vla-optimized-out.exp with clang
` [committed][PATCH][gdb/symtab] "
[PATCH] Remove per-language op_name functions
2020-11-30 8:21 UTC (3+ messages)
[PATCH] Remove some dead code from evaluate_subexp_standard
2020-11-30 8:20 UTC (3+ messages)
[PATCH] Fix Value.format_string docu for static members argument
2020-11-29 18:16 UTC (6+ messages)
[PATCH 1/2] Don't delete the locator win info
2020-11-29 17:58 UTC (4+ messages)
[PATCH] Fix range end handling of inlined subroutines - restart
2020-11-29 14:43 UTC (4+ messages)
` [PATCH v2 ] "
` [PATCH v3] "
` [PATCH v4] "
[PATCH] gdb:Add new 'print binary-groups' feature
2020-11-29 13:00 UTC
[PATCH] GDB: Fix detection of ELF support when configuring with -Werror
2020-11-28 16:50 UTC (9+ messages)
[PATCH] gdb/riscv: rewrite target description validation, add rv32e support
2020-11-27 23:09 UTC (2+ messages)
[PATCH 0/2] RISCV CSR register groups and aliases
2020-11-27 22:38 UTC (6+ messages)
` [PATCH 1/2] gdb/riscv: place unknown csrs into the correct register groups
` [PATCH 2/2] gdb/riscv: remove csr aliases created with DECLARE_CSR_ALIAS
[PATCH 0/3] Fix "set breakpoint always-inserted" + gdbserver
2020-11-27 22:19 UTC (4+ messages)
` [PATCH 1/3] GDBserver and vfork's child/parent shared address spaces
` [PATCH 2/3] Fix record-full with "set breakpoint always-inserted on"
` [PATCH 3/3] Fix gdb.base/dprintf.exp and gdbserver + breakpoints always-inserted
[PATCH] gdb: define COFF file offsets with file_ptr
2020-11-27 20:55 UTC (5+ messages)
[PATCH] gdb/linespec: relax the position of the '-force-condition' flag
2020-11-27 16:11 UTC (2+ messages)
[PATCH 0/3] Querying registers of already-exited processes
2020-11-27 16:08 UTC (2+ messages)
[PATCH] gdb: improve command completion for 'print', 'x', and 'display'
2020-11-27 14:04 UTC (4+ messages)
[FYI] Add myself to gdb/MAINTAINERS
2020-11-27 13:28 UTC
[PATCH] gdb/cli: if redirecting output, also redirect top-level interpreter's ui-out
2020-11-27 13:19 UTC (3+ messages)
[PATCH] gdb: define COFF file offsets with file_ptr
2020-11-27 2:46 UTC
[PATCH] Fix building gdb release from tar file without makeinfo
2020-11-26 16:34 UTC
[PATCH] gdb: define COFF file offsets with file_ptr
2020-11-26 15:30 UTC (2+ messages)
[PATCH][GDB] aarch64: Add named flags for FPCR and FPSR registers
2020-11-26 12:13 UTC (3+ messages)
[PATCH] Add testcase for DW_AT_count referencing a variable
2020-11-25 22:58 UTC (4+ messages)
` [committed] "
[PATCH][gdb/testsuite] Fix count usage in gdb.reverse/insn-reverse.exp
2020-11-25 22:51 UTC
[pushed] Remove two unnecessary variables from evaluate_subexp_standard
2020-11-25 17:22 UTC
[pushed] Do not include parser-defs.h from c-lang.h
2020-11-25 17:11 UTC
[OB PATCH] Prevent inlining in gdb.base/vla-optimized-out.c
2020-11-25 16:15 UTC (3+ messages)
[PATCH][gdb/testsuite] Fix gdb.reverse/insn-reverse-x86.c for -m32
2020-11-25 11:17 UTC
[PATCH][gdb/testsuite] Handle SIGILL in gdb.reverse/insn-reverse.exp
2020-11-25 9:43 UTC
[pushed] gdb: remove struct cached_reg typedef
2020-11-24 15:31 UTC
[PATCH] gdb/testsuite: do not hard-code location indices in condbreak-multi-context.exp
2020-11-24 9:06 UTC (3+ messages)
[PATCH v3] Remove 512 bytes region limit if 2nd DAWR is avaliable
2020-11-24 8:45 UTC (2+ messages)
RFA: Various enhancements to the fixed-point support implementation
2020-11-24 2:56 UTC (4+ messages)
` RFA v2: "
[PATCH] gdb/testsuite: show evaluation errors in gdb_assert
2020-11-23 22:27 UTC (3+ messages)
[PATCH 0/4] Fix CU expansion queue-related problems
2020-11-23 22:17 UTC (2+ messages)
[PATCH v2] Remove 512 bytes region limit if 2nd DAWR is avaliable
2020-11-23 20:04 UTC (3+ messages)
[PATCH][gdb] Don't return non-existing path in debuginfod_source_query
2020-11-23 19:11 UTC (2+ messages)
` [committed][gdb] "
[PATCH 0/9] Fix most -fgnat-encodings=minimal failures
2020-11-23 19:10 UTC (5+ messages)
` [PATCH][gdb/testsuite] Fix minimal encodings KPASSes
` [committed][gdb/testsuite] "
[PATCH 0/2] Organise maintenance commands that flush caches
2020-11-23 16:28 UTC (7+ messages)
` [PATCH 1/2] gdb: introduce new 'maint flush ' prefix command
` [PATCH 2/2] gdb: new command 'maint flush dcache'
[PATCH 0/4] Fix bug in value_subscript when range's high bound is not known
2020-11-23 16:21 UTC (5+ messages)
` [PATCH 1/4] gdb: make discrete_position return optional
` [PATCH 2/4] gdb: make get_discrete_bounds return bool
` [PATCH 3/4] gdb: split get_discrete_bounds in two
` [PATCH 4/4] gdb: fix value_subscript when array upper bound is not known
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox