Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
[PATCH][gdb/breakpoint] Fix assert in jit_event_handler
 2021-05-21 19:12 UTC  (6+ messages)

[PATCH] sim/d10v: Use offsetof in a static assertion about structure layout
 2021-05-21 17:46 UTC  (3+ messages)

[PATCH] [AArch64] MTE corefile support
 2021-05-21 17:20 UTC  (7+ messages)

[PATCH] gdb/doc: add '@:' after 'e.g.' to help texinfo
 2021-05-21 16:00 UTC  (2+ messages)

[PATCH] testsuite/gdb.dwarf2: avoid dead code in dw2-inline-with-lexical-scope.c
 2021-05-21 15:05 UTC  (2+ messages)

[PATCH 1/2] sim: h8300 Fixed different behavior in preinc/predec
 2021-05-21 15:03 UTC  (3+ messages)
` [PATCH 2/2] sim: h8300 add special case test
` [PATCH RESEND "

[PATCH] gdb: run 'maint selftest' with an executable loaded
 2021-05-21 14:42 UTC  (9+ messages)
` [PATCHv2] "

[PATCHv2 1/2] Prevent flickering when redrawing the TUI python window
 2021-05-21 14:35 UTC  (3+ messages)
  ` [PATCHv2 2/2] Add optional full_window argument to TuiWindow.write

[PATCH 0/4] Improve debugging of optimized code
 2021-05-21 12:42 UTC  (5+ messages)
` [PING] "
  ` [PING**2] "
    ` [PING**3] "

[PATCH][gdb/tdep] Use pid to choose x86_64 process 64/32-bitness
 2021-05-21 10:50 UTC  (6+ messages)

[PATCH] gdb: avoid premature dummy frame garbage collection
 2021-05-21  8:42 UTC  (3+ messages)

[Ping] [PATCH] gdb, testsuite: Fix mi-var-child-f.exp for Intel compilers
 2021-05-21  6:52 UTC 

[pushed] gdb: remove linespec_p typedef
 2021-05-20 19:58 UTC 

[PATCHv2] Add optional styled argument to gdb.execute
 2021-05-20 18:02 UTC  (9+ messages)

[PATCH] kill all threadapply processes at end of test
 2021-05-20 16:01 UTC  (8+ messages)

[PATCH] gdb: Don't change the uiout to console one when doing gdb.execute in TUI
 2021-05-20 15:37 UTC 

[RFC][gdb/cli] Ignore error in gdb command script
 2021-05-20 15:01 UTC  (15+ messages)
            ` [PATCH][gdb/cli] Add ignore-errors command

[PATCH] cli-script: use unique_ptr to not leak next struct
 2021-05-20 14:55 UTC  (2+ messages)

[PATCH] guile: stop procedures on invalid breakpoints
 2021-05-20 14:52 UTC  (3+ messages)

[PATCH] Mark tu_abbrev_offset::operator<() const
 2021-05-20 14:41 UTC  (3+ messages)

[PATCH] opcodes: cris: move desc & opc files from sim/
 2021-05-20 13:21 UTC  (10+ messages)

[PATCH] [AArch64] Sanitize the address before working with allocation tags
 2021-05-20 12:22 UTC  (6+ messages)

[PATCH] sim: ppc: fix some Wpointer-sign warnings
 2021-05-20 12:08 UTC  (4+ messages)

[PATCH 0/5] Add support for MIPS32/64 revision 6
 2021-05-20  7:45 UTC  (6+ messages)
` [PATCH 1/5] sim: Allow toggling of quiet NaN-bit semantics
` [PATCH 2/5] sim: Factor out NaN handling in floating point operations
` [PATCH 3/5] sim: Add partial support for IEEE 754-2008
` [PATCH 4/5] sim: mips: Add simulator support for mips32r6/mips64r6
` [PATCH 5/5] gdb: mips: Add MIPSR6 support

[PATCH] Replace sort_tu_by_abbrev_offset with operator<
 2021-05-19 23:35 UTC  (4+ messages)

[PATCH] guile: fix smob exports
 2021-05-19 22:27 UTC 

[PATCH] guile: fix make-value with pointer type
 2021-05-19 22:26 UTC 

[PATCH] sim: pcc: fix some Wenum-compare warnings
 2021-05-19 17:06 UTC  (2+ messages)

[PATCH] sim: ppc: fix Wnonnull warning
 2021-05-19 16:25 UTC  (2+ messages)

[PATCH] gdb: Move definitions of std::string overloads in ui_out to the header
 2021-05-19 15:53 UTC  (3+ messages)

[PATCH 0/8] Change alias creation functions to accept target as cmd_list_element
 2021-05-19 15:52 UTC  (10+ messages)
` [PATCH 1/8] gdb: make add_setshow commands return set_show_commands
` [PATCH 2/8] gdb: remove unnecessary lookup_cmd when deprecating commands
` [PATCH 3/8] gdb/python: use return values of add_setshow functions in add_setshow_generic
` [PATCH 4/8] gdb: make add_com_alias accept target as a cmd_list_element
` [PATCH 5/8] gdb: make add_info_alias "
` [PATCH 6/8] gdb: remove add_alias_cmd overload that accepts a string
` [PATCH 7/8] gdb: add make-init-c script
` [PATCH 8/8] gdb: add option to reverse order of _initialize function calls

[PATCH] gnulib: import ffs
 2021-05-19 14:43 UTC 

[PATCH] sim: ppc: fix some more Wunused-function warnings
 2021-05-19 14:42 UTC  (2+ messages)

[PATCH] sim: ppc: fix some Wunused-function warnings
 2021-05-19 14:40 UTC  (2+ messages)

[PATCH 0/4] Fix crash in "set python" and small cleanups
 2021-05-19 13:43 UTC  (16+ messages)
` [PATCH 1/4] gdb: Add an overloaded ui_out::text accepting a const std::string &
` [PATCH 2/4] gdb: Pass std::strings to ui_out::field_string () where convenient
` [PATCH 3/4] gdb: Fix crash in cmd_show_list () if the prefix doesn't contain "show "
` [PATCH 4/4] gdb: Add "set|show python" commands to the correct list

[PUSHED] gdb/testsuite: resolve duplicate test names in gdb.guile/*.exp
 2021-05-19 12:41 UTC 

[PATCH][gdb/testsuite] Fix read1 timeout in gdb.base/info-types-c++.exp
 2021-05-19 12:03 UTC  (2+ messages)
` [committed][gdb/testsuite] "

[PATCH 0/4] New option for 'info sources', also better MI support
 2021-05-19 11:53 UTC  (10+ messages)
` [PATCHv2 0/5] "info sources" - group by objfile
  ` [PATCHv2 1/5] gdb: add new function quick_symbol_functions::has_unexpanded_symbols
  ` [PATCHv2 2/5] gdb: make struct output_source_filename_data more C++ like
  ` [PATCHv2 3/5] gdb/mi: add regexp filtering to -file-list-exec-source-files
  ` [PATCHv2 4/5] gdb/mi: add new --group-by-objfile flag for -file-list-exec-source-files
  ` [PATCHv2 5/5] gdb: change info sources to group results by objfile

[PATCH] Guile: temporary breakpoints
 2021-05-19  5:15 UTC  (3+ messages)
` [PING] "
  ` [PING**2] "

[PATCH] Update the core file architecture if a target description is present
 2021-05-18 20:20 UTC 

[PATCH] Fix printing of non pointer types when memory tagging is enabled
 2021-05-18 20:20 UTC 

gdb build broken in sim with -Wall -Werror
 2021-05-18 15:26 UTC  (6+ messages)

[PATCH] gdb, testsuite, rs6000: Add powerpc64le prologue test
 2021-05-18 15:10 UTC  (2+ messages)

[PATCH V5] CTF: multi-CU and archive support
 2021-05-18  0:20 UTC 

[PATCH] gdb: add build mode to reverse order of _initialize function calls
 2021-05-17 20:43 UTC  (3+ messages)

[PATCH] gdb: additional settings for emacs in .dir-locals.el
 2021-05-17 19:41 UTC  (4+ messages)

[PATCH] Avoid crash with GCC trunk
 2021-05-17 19:02 UTC  (2+ messages)

[PATCH] gdb/testsuite: rename .py.in files to .py
 2021-05-17 18:58 UTC  (3+ messages)

[PATCH 0/3] Fix some sanitizer errors
 2021-05-17 18:53 UTC  (2+ messages)

[PATCH] gdb: add pyproject.toml
 2021-05-17 18:31 UTC  (3+ messages)

[PATCH 0/7] Minor improvements to cmd_list_element
 2021-05-17 18:08 UTC  (7+ messages)
` [PATCH 2/7] gdb: don't handle old == nullptr in add_alias_cmd

[PING] [PATCH 3/4] Add optional styled argument to gdb.execute
 2021-05-17 16:20 UTC  (2+ messages)

[PATCH 0/3] Move dwarf2_cu to its own file
 2021-05-17 16:15 UTC  (8+ messages)
` [PATCH 1/3] Move dwarf2_cu to new header file

[PATCH] gdb: re-format Python files using black 21.4b0
 2021-05-17 14:48 UTC  (7+ messages)

[PATCH v2] Fix raw-frame-arguments in combination with frame-filters
 2021-05-17 10:54 UTC  (3+ messages)

[PATCH 1/2] [pr gdb/19447] sim: mips: Only truncate sign extension bits for 32-bit target models
 2021-05-17  7:45 UTC  (6+ messages)
` [PATCH 2/2] [pr gdb/19447] sim: mips: Add shadow mappings for 32-bit memory address space
    ` [PATCH v2 1/2] [pr gdb/19447] sim: mips: Only truncate sign extension bits for 32-bit target models
      ` [PATCH v2 2/2] [pr gdb/19447] sim: mips: Add shadow mappings for 32-bit memory address space

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox