[PATCH 00/12] Concurrent displaced stepping
2020-11-26 22:34 UTC (38+ 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: define COFF file offsets with file_ptr
2020-11-26 21:49 UTC (3+ messages)
Fix relocation of R_X86_64_PC32 against `TLS init function for thread_local_segv_handler' [Cygwin]
2020-11-26 21:38 UTC
[PATCH] gdb: improve command completion for 'print', 'x', and 'display'
2020-11-26 19:12 UTC (7+ messages)
[PATCH] Search for DWZ files in debug-file-directories as well
2020-11-26 16:53 UTC (5+ messages)
` [PATCH v2] "
[PATCH] Fix building gdb release from tar file without makeinfo
2020-11-26 16:34 UTC
[PATCH 0/2] RISCV CSR register groups and aliases
2020-11-26 15:34 UTC (4+ 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] gdb: define COFF file offsets with file_ptr
2020-11-26 15:30 UTC (2+ messages)
[PATCH] gdb/riscv: rewrite target description validation, add rv32e support
2020-11-26 13:28 UTC
[PATCH][GDB] aarch64: Add named flags for FPCR and FPSR registers
2020-11-26 12:13 UTC (3+ messages)
[PATCH] KFAIL variable-length array tests which fail with Clang
2020-11-26 10:10 UTC (13+ messages)
` [PATCH][gdb/symtab] Fix gdb.base/vla-optimized-out.exp with clang
` [gdb/testsuite] Add clang xfail in gdb.base/vla-ptr.exp
[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
[PATCH] Fix Value.format_string docu for static members argument
2020-11-24 19:18 UTC (5+ messages)
[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: Add support for DWARF-based fixed point types
2020-11-24 3:12 UTC (35+ 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/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)
RFA: Various enhancements to the fixed-point support implementation
2020-11-24 2:56 UTC (10+ messages)
` RFA v2: "
` [RFA v2 1/6] change and rename gmp_string_asprintf to return an std::string
` [RFA v2 2/6] gmp-utils: Convert the read/write methods to using gdb::array_view
` [RFA v2 3/6] gdbtypes.h: Get rid of the TYPE_FIXED_POINT_INFO macro
` [RFA v2 4/6] Make fixed_point_type_base_type a method of struct type
` [RFA v2 5/6] Make function fixed_point_scaling_factor "
` [RFA v2 6/6] valarith.c: Replace INIT_VAL_WITH_FIXED_POINT_VAL macro by lambda
[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
[PATCH v3 00/24] Memory Tagging Support + AArch64 Linux implementation
2020-11-23 16:08 UTC (17+ messages)
` [PATCH v3 07/24] Documentation for memory tagging remote packets
[PATCH] gdb/testsuite: add template for test cases
2020-11-23 3:06 UTC (3+ messages)
mingw --enable-tui
2020-11-22 18:24 UTC (10+ messages)
[pushed] Change watchpoint_exp_is_const to return bool
2020-11-21 16:21 UTC
[PATCH 1/2] gdb: fix dwarf2/read.c build on solaris
2020-11-20 16:31 UTC (6+ messages)
` [PATCH 2/2] gdb: fix unittests/gmp-utils-selftests.c "
[PATCH 1/2] Don't delete the locator win info
2020-11-20 16:21 UTC (5+ messages)
` [PATCH 2/2] Fix multi-line strings in TuiWindow.write
[PATCH] GDB: Fix detection of ELF support when configuring with -Werror
2020-11-20 15:54 UTC (8+ messages)
[PATCH] Ignore system_error in thread startup
2020-11-20 15:22 UTC (4+ messages)
[PATCH 0/9] Further language class related changes
2020-11-20 11:55 UTC (10+ messages)
` [PATCH 1/9] gdb: delete unused function print_char_chars
` [PATCH 2/9] gdb: avoid accessing global C++ language implementation functions
` [PATCH 3/9] gdb: rename c_printchar as language_defn::printchar
` [PATCH 4/9] gdb: remove LA_EMIT_CHAR macro
` [PATCH 5/9] gdb: move go_language class declaration into header file
` [PATCH 6/9] gdb: move pascal_language into p-lang.h
` [PATCH 7/9] gdb/objc: fix bug in objc_language::opcode_print_table
` [PATCH 8/9] gdb: move rust_language into rust-lang.h
` [PATCH 9/9] gdb: remove some uses of LA_PRINT_STRING
[PATCH] gdb/main: execute breakpoint commands for '-iex' and '-ex' commands
2020-11-20 9:45 UTC (2+ messages)
` [PATCH v2] "
[PATCHv2] Fix multi-line strings in TuiWindow.write
2020-11-20 0:01 UTC
[PATCH] gdb/s390: Correct recording of "store on condition" insns
2020-11-19 18:19 UTC (2+ messages)
[PATCH] Fix range end handling of inlined subroutines - restart
2020-11-19 17:25 UTC (3+ messages)
` [PATCH v2 ] "
` [PATCH v3] "
[PATCH] Squash coverity warning for REVERSE_INULL in dump_note_entry_p
2020-11-19 16:42 UTC (4+ messages)
[pushed] gdb: fix format string warnings in f-lang.c
2020-11-19 16:33 UTC
[pushed] gdb: remove `other` parameter in read_core_file_mappings parameter
2020-11-19 15:38 UTC
[PATCHv4 0/3] Fortran Array Slicing and Striding Support
2020-11-19 11:56 UTC (5+ messages)
` [PATCHv5 0/4] "
` [PATCHv5 4/4] gdb/fortran: Add support for Fortran array slices at the GDB prompt
` [PATCHv6] "
[PATCH 1/2] gdb/testsuite: use unresolved in mi_run_cmd_full
2020-11-18 20:00 UTC (5+ messages)
` [PATCH 2/2] gdb/testsuite: gdb.mi/mi-nonstop-exit.exp: enable non-stop using GDBFLAGS
[pushed] gdb: make get_array_bounds return bool
2020-11-18 19:08 UTC (6+ messages)
` [PATCH][gdb/build] Fix -Werror=bool-compare warning in update_static_array_size
[PATCH 0/2] Improving tab completion for watch commands
2020-11-18 16:55 UTC (5+ messages)
` [PATCH 1/2] gdb: convert some function arguments from int to bool
` [PATCH 2/2] gdb: update command completion for watch, awatch, and rwatch
[PATCH][gdb] Improve early exits for env var in debuginfod-support.c
2020-11-18 15:43 UTC (2+ messages)
Fix Windows-target testing in mi_gdb_file_cmd
2020-11-18 15:38 UTC (2+ messages)
[PATCH] Fix gdb.dwarf2/clztest.exp with Clang
2020-11-18 9:20 UTC (3+ messages)
` [PATCH v2] "
` [PING][PATCH "
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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).