Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
[PATCH v2 000/203] Refactor expressions
 2021-02-13 20:00 UTC  (32+ messages)
` [PATCH v2 001/206] Split out eval_op_scope
` [PATCH v2 002/206] Split out eval_op_var_entry_value
` [PATCH v2 003/206] Split out eval_op_var_msym_value
` [PATCH v2 004/206] Split out eval_op_func_static_var
` [PATCH v2 005/206] Split out eval_op_register
` [PATCH v2 006/206] Split out eval_op_string
` [PATCH v2 007/206] Split out eval_op_objc_selector
` [PATCH v2 008/206] Split out eval_op_concat
` [PATCH v2 009/206] Split out eval_op_ternop
` [PATCH v2 010/206] Split out eval_op_structop_struct
` [PATCH v2 011/206] Split out eval_op_structop_ptr
` [PATCH v2 012/206] Split out eval_op_member
` [PATCH v2 013/206] Split out eval_op_add
` [PATCH v2 014/206] Split out eval_op_sub
` [PATCH v2 015/206] Split out eval_op_binary
` [PATCH v2 016/206] Split out eval_op_subscript
` [PATCH v2 017/206] Split out eval_op_equal
` [PATCH v2 018/206] Split out eval_op_notequal
` [PATCH v2 019/206] Split out eval_op_less
` [PATCH v2 020/206] Split out eval_op_gtr
` [PATCH v2 021/206] Split out eval_op_geq
` [PATCH v2 022/206] Split out eval_op_leq
` [PATCH v2 023/206] Split out eval_op_repeat
` [PATCH v2 024/206] Split out eval_op_plus
` [PATCH v2 025/206] Split out eval_op_neg
` [PATCH v2 026/206] Split out eval_op_complement
` [PATCH v2 027/206] Split out eval_op_lognot
` [PATCH v2 028/206] Split out eval_op_ind
` [PATCH v2 029/206] Split out eval_op_alignof
` [PATCH v2 030/206] Split out eval_op_memval
` [PATCH v2 032/206] Split out eval_op_predec

[PATCH 000/203] Refactor expressions
 2021-02-13 19:54 UTC  (24+ messages)
` [PATCH 003/203] Split out eval_op_var_msym_value
` [PATCH 009/203] what is this code for
` [PATCH 052/203] Split out eval_op_m2_high
` [PATCH 073/203] Introduce class operation
` [PATCH 151/203] Split out some Ada type resolution code
` [PATCH 169/203] Implement Ada resolution

[PATCH] sim: merge configure.tgt into configure.ac
 2021-02-13 19:42 UTC 

GDB 10.2 release (respin) -- 2021-02-13 Update
 2021-02-13 10:12 UTC 

[PATCH] sim: common: split up acinclude.m4 into individual m4 files
 2021-02-13  8:22 UTC 

[PATCH/committed] sim: rx: mitigate fread warning
 2021-02-13  7:44 UTC 

[PATCH] config/debuginfod: do not include pkg.m4 directly
 2021-02-13  5:17 UTC  (3+ messages)

[PATCH] Fix completion related libstdc++ assert when using -D_GLIBCXX_DEBUG
 2021-02-13  1:18 UTC 

[PATCH][gdb/threads] Fix lin_thread_get_thread_signals for glibc 2.28
 2021-02-12 19:11 UTC  (3+ messages)

[PATCHv6 0/2] Restore thread and frame patches
 2021-02-12 18:20 UTC  (4+ messages)
` [PATCHv7 "
  ` [PATCHv7 1/2] gdb: Restore previously selected thread when switching inferior
  ` [PATCHv7 2/2] gdb: Track the current frame for each thread

[PATCH] Add stdio support to gdbreplay
 2021-02-12 17:54 UTC  (2+ messages)

[pushed] Minor constification in gdbreplay
 2021-02-12 17:26 UTC 

[PATCH 0/2] Expression Evaluation Changes For Dynamic Types
 2021-02-11 20:43 UTC  (7+ messages)
` [PATCH 1/2] gdb: call value_ind for pointers to dynamic types in UNOP_IND evaluation
` [PATCH 2/2] gdb: ignore EVAL_AVOID_SIDE_EFFECTS for STRUCTOP_STRUCT
` PING: Re: [PATCH 0/2] Expression Evaluation Changes For Dynamic Types
  ` PINGv2: "

[PATCH] gdb/fortran: support ALLOCATED builtin
 2021-02-11 19:41 UTC  (2+ messages)

[PATCH][gdb/symtab] Handle DW_FORM_strx in form_requires_reprocessing
 2021-02-11 19:34 UTC  (2+ messages)

[PATCH] gdb/fortran: Don't access non-existent type fields
 2021-02-11 15:48 UTC  (4+ messages)
` [PATCHv2] "

[pushed] Fix two Fortran regressions
 2021-02-11 15:46 UTC 

Your account has been successfully created!
 2021-02-11 15:45 UTC 

[PATCH 3/3] Fix reverse stepping multiple contiguous PC ranges
 2021-02-11 11:38 UTC  (2+ messages)
` [PING][PATCH] "

[PUSHED] gdb/testsuite: remove old comment
 2021-02-11 11:33 UTC 

[PATCH] gdb: Change init order so pretty printers are set in new_objfile event
 2021-02-11 11:23 UTC  (4+ messages)
` [PATCH v2] "

[PATCH][gdb/symtab] Fix wrong unit_type Dwarf Error
 2021-02-11 10:59 UTC 

[PATCH] gdb/testsuite: use "set sysroot" in gdb.multi/multi-target.exp.tcl
 2021-02-10 22:18 UTC  (5+ messages)

[PATCHv2 0/9] Bare-metal core dumps for RISC-V
 2021-02-10 21:00 UTC  (11+ messages)
` [PATCHv2 1/9] gdb: unify parts of the Linux and FreeBSD core dumping code
` [PATCHv2 2/9] bfd/binutils: support for gdb target descriptions in the core file
` [PATCHv2 4/9] bfd/riscv: prepare to handle bare metal core dump creation
` [PATCHv2 6/9] bfd/binutils: add support for RISC-V CSRs in core files

[PATCH] Rewrite GNAT-encoded fixed point types in DWARF reader
 2021-02-10 19:19 UTC 

[PATCH 0/2] Remove a couple of SYMBOL related macros
 2021-02-10 17:06 UTC  (7+ messages)
` [PATCH 1/2] gdb: Delete SYMBOL_OBJ_SECTION and MSYMBOL_OBJ_SECTION
` [PATCH 2/2] gdb: delete SYMBOL_SECTION and MSYMBOL_SECTION macros

new gdb build failures on MacOS X (... fallout from libintl fixups, see users/nalcock/included-gettext)
 2021-02-10 16:12 UTC  (3+ messages)

gdb: Remove support for SH-5/SH64
 2021-02-10 15:11 UTC  (4+ messages)

gdb: Remove arm-symbianelf support
 2021-02-10 15:04 UTC  (2+ messages)

[PATCH 0/8 RFC] unbreak --with-included-gettext, and other configury stuff
 2021-02-10 13:33 UTC  (5+ messages)
` [PATCH 6/8] gdbserver: explicitly include gettext, etc in inprocess agent

[PATCH][gdb/symtab] Fix element type modification in read_array_type
 2021-02-10 12:23 UTC  (6+ messages)

[committed][gdb/testsuite] Fix tcl ERROR in gdb_load_no_complaints
 2021-02-10 10:44 UTC 

[PATCH 0/3] Querying registers of already-exited processes
 2021-02-10  7:47 UTC  (2+ messages)

[PATCH] Correction of gdb.dwarf2/pr13961.S
 2021-02-10  1:36 UTC  (5+ messages)

[pushed] Fix typo in stap_parse_argument_conditionally
 2021-02-10  0:41 UTC 

[PATCH 00/30] Allow location description on the DWARF stack
 2021-02-09 21:26 UTC  (35+ messages)
` [PATCH 11/30] Merge evaluate_for_locexpr_baton evaluator
` [PATCH 12/30] Move piece_closure and its support to expr.c
` [PATCH 13/30] Make DWARF evaluator return a single struct value
` [PATCH 14/30] Simplify dwarf_expr_context class interface
` [PATCH 15/30] Add as_lval argument to expression evaluator
` [PATCH 16/30] Add new register access interface to expr.c
` [PATCH 17/30] Add new memory "
` [PATCH 18/30] Add new classes that model DWARF stack element
` [PATCH 19/30] Add new location description access interface
` [PATCH 20/30] Add dwarf_entry factory class to expr.c
` [PATCH 21/30] Change DWARF stack to use new dwarf_entry classes

[PATCH] gdb/fortran: add parser support for lbound and ubound
 2021-02-09 20:42 UTC  (2+ messages)

[PATCH] [testsuite] Don't use 'testfile' before 'standard_testfile'
 2021-02-09 19:17 UTC  (2+ messages)

[PATCH] arc: Fix gcc-4.8 compilation failure for arc.c
 2021-02-09 17:41 UTC  (5+ messages)
` [PUSHED gdb-10-branch] "

[PATCH 0/2] Fix two crashes with Ada "bt"
 2021-02-09 15:56 UTC  (5+ messages)
` [PATCH 1/2] Avoid crash in resolve_dynamic_struct
` [PATCH 2/2] Avoid crash from coerce_unspec_val_to_type

[PATCH] MI: PR20684, preserve user selected thread and frame when invoking MI commands
 2021-02-09 10:08 UTC 

[PATCH] sim: testsuite: push $arch out to targets
 2021-02-09  5:25 UTC  (10+ messages)

[PATCH] Extract symbol-writing function from parsers
 2021-02-09  2:30 UTC  (5+ messages)

[PATCH] gdb: fix field names of GDB's type main_type structure
 2021-02-08 22:58 UTC 

[PATCH v5 00/25] Memory Tagging Support + AArch64 Linux implementation
 2021-02-08 20:44 UTC  (10+ messages)
` [PATCH v5 20/25] New memory-tag commands
` [PATCH v5 23/25] Document new "x" and "print" memory tagging extensions
` [PATCH v5 24/25] Add NEWS entry

[PATCH 0/3] [RFC] sim: framework for self-declaring initializers
 2021-02-08 19:45 UTC  (5+ messages)
` [PATCH 1/3] sim: add framework for declaring init callbacks locally
` [PATCH 2/3] sim: dv-sockser: localize init callback
` [PATCH 3/3] sim: bfin: move option inits to respective modules

[PATCH 0/3] Changes to 'maint info sections'
 2021-02-08 19:32 UTC  (8+ messages)
` [PATCH 1/3] gdb/testsuite: split 'maint info sections' tests to a new file
` [PATCH 2/3] gdb: 'maint info sections' - handle the no executable case
` [PATCH 3/3] gdb: change 'maint info section' to use command options

[PATCH 1/4] Fix wrong method name
 2021-02-08 19:19 UTC  (10+ messages)
` [PATCH 2/4] Return true in TuiWindow.is_valid only if TUI is enabled

[PING^3] [PATCH 3/4] Add optional styled argument to gdb.execute
 2021-02-08 18:30 UTC  (3+ messages)

[PATCH 0/4] Add support for command renaming
 2021-02-08 17:53 UTC  (3+ messages)
` [PATCH v2 0/5] "
  ` [PING] "

[committed][gdb/testsuite] Use DW_FORM_ref_addr in gdb.dwarf2/enqueued-cu-base-addr.exp
 2021-02-08 14:23 UTC 

[PATCH] gdb: Do not interrupt atomic sequences for ARC
 2021-02-08 12:20 UTC  (3+ messages)
` [PUSHED master] "
` [PUSHED gdb-10-branch] "

[PATCH][gdb/testsuite] Add KFAILs for PR symtab/24549
 2021-02-08 11:46 UTC  (4+ messages)
    ` [RFC][gdb/symtab] Add DW_IDX_GNU_main_subprogram

[PUSHED] gdb/tui: restore delete of window objects
 2021-02-08 11:16 UTC 

[PATCH 00/11] fix build warnings for rx simulator
 2021-02-08 11:01 UTC  (10+ messages)
` [PATCH 01/11] sim/rx: define sim_memory_map
` [PATCH 06/11] sim/rx: use puts instead of printf in a few places
` [PATCH 11/11] sim/rx: enable build with warnings

[PATCH] gdb/riscv: select rv32 target by default when requested
 2021-02-08 10:31 UTC  (3+ messages)

[PING^2] [PATCH 1/3] Refresh regs window in display_registers_from
 2021-02-07 18:17 UTC  (3+ messages)

[PING^4] [PATCH] Also compare frame_id_is_next in frapy_richcompare
 2021-02-07 18:17 UTC  (5+ messages)

RFC: update to Readline 8.1
 2021-02-07  1:38 UTC  (2+ messages)

[PATCH] sim: switch to AC_CONFIG_MACRO_DIRS
 2021-02-07  0:53 UTC 

[PATCH] sim: common: delete unused aclocal.m4
 2021-02-07  0:45 UTC 

[PATCH][gdb/testsuite] Fix gdb.tui/tui-layout-asm.exp with -m32
 2021-02-06 20:41 UTC  (2+ messages)

[PATCH v2] Don't add window duplicates to tui_windows
 2021-02-06 20:24 UTC  (3+ messages)

[PATCH 0/2] tui input related fixes
 2021-02-06 19:27 UTC  (6+ messages)
` [PATCH 1/2] gdb/testsuite: fix implementation of delete line in tuiterm.exp
` [PATCH 2/2] gdb/tui: fix issue with handling the return character

[PATCH v4 0/3] Reduce back and forth with target when threads have pending statuses
 2021-02-06 18:22 UTC  (5+ messages)
` [PATCH v4 1/3] gdb/testsuite: add test for run/attach while program is running
` [PATCH v4 3/3] gdb: generalize commit_resume, avoid commit-resuming when threads have pending statuses

GDB 10.2 release (respin) -- 2021-02-06 Update
 2021-02-06  5:29 UTC 

[PATCH 0/5] CTF: bug fixes and new features
 2021-02-05 19:33 UTC  (6+ messages)
` [PATCH 1/5] CTF: fix incorrect function return type
  ` [PATCH 2/5] CTF: set up debug info for function arguments
    ` [PATCH 3/5] CTF: handle forward reference type

page:  |  | latest

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