public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCH 10/22] Add optional styled argument to gdb.execute
 2021-03-06 17:40 UTC  (2+ messages)
  ` [PATCH 11/22] Use styled argument of gdb.execute() for cccw command

[RFC] TUI windows for locals/display/threads/frames/memory
 2021-03-06 17:34 UTC  (10+ messages)
  ` [PATCH 01/22] Initial TUI mouse support
  ` [PATCH 02/22] Create/disable/enable/delete breakpoints in TUI with mouse
  ` [PATCH 03/22] Forward mouse click to python TUI window
  ` [PATCH 04/22] Prevent flickering when redrawing the TUI python window
  ` [PATCH 05/22] Implement locals TUI window
  ` [PATCH 06/22] Implement display "
  ` [PATCH 07/22] Implement threads "
  ` [PATCH 08/22] Implement frames "
  ` [PATCH 09/22] Implement cccw TUI command

[PATCH 0/2] Two minor abbrev improvements
 2021-03-06 17:01 UTC  (3+ messages)
` [PATCH 1/2] Remove Irix 6 workaround from DWARF abbrev reader
` [PATCH 2/2] Constify abbrev_table::lookup_abbrev

GDB 10.2 release (respin) -- 2021-02-28 Update
 2021-03-06 16:55 UTC  (10+ messages)

[pushed] Fix build bug in ada-lang.c
 2021-03-06 16:42 UTC 

[PATCH 0/5] Some minor dwz-handling improvements & cleanups
 2021-03-06 16:28 UTC  (2+ messages)

[PATCH] Micro-optimize abbrev reading and storage
 2021-03-06 16:23 UTC  (2+ messages)

[PATCH] Make valgrind tests more robust by adding --wait=1 to vgdb invocation
 2021-03-06 15:55 UTC  (4+ messages)

GDB 10.2 Release: Proposing Mar 13-14 for official GDB 10.2 release
 2021-03-06  6:46 UTC 

[PATCH] Handle unaligned mapping of .gdb_index
 2021-03-05 20:36 UTC 

[PATCH v2] gdb/fortran: Add 'LOC' intrinsic support
 2021-03-05 20:07 UTC  (9+ messages)

[PATCH] nptl: Move stack list variables into _rtld_global
 2021-03-05 19:00 UTC  (4+ messages)

[PATCH] gdb-create-powerpc-power10 test
 2021-03-05 18:51 UTC 

[PATCH] gdb-power10-single-step
 2021-03-05 18:51 UTC 

[PATCH] gdb: fix field names of GDB's type main_type structure
 2021-03-05 18:04 UTC  (4+ messages)

[PATCHv2 0/9] Bare-metal core dumps for RISC-V
 2021-03-05 17:35 UTC  (5+ messages)
` [PATCHv3 "

[PATCH] Use enum for gdbarch_call_dummy_location
 2021-03-05 16:05 UTC  (5+ messages)

[PATCH][gdb/breakpoints] Workaround missing line-table entry
 2021-03-05  6:35 UTC  (3+ messages)
` [PING][PATCH][gdb/breakpoints] "
  ` [PING^2][PATCH][gdb/breakpoints] "

[PATCH gdb-10-branch candidate] gdb: set current thread in sparc_{fetch, collect}_inferior_registers (PR gdb/27147)
 2021-03-04 17:10 UTC  (3+ messages)
` [PATCH gdb-10-branch candidate] gdb: set current thread in sparc_{fetch,collect}_inferior_registers "

[PATCH] sim: drop dep on configure-gdb
 2021-03-04 16:38 UTC  (5+ messages)

[PATCH 0/8] extend branch tracing to use ARM CoreSight traces
 2021-03-04 16:35 UTC  (7+ messages)
` [PATCH 1/8] configure gdb build system for supporting btrace on arm processors
` [PATCH 2/8] add btrace coresight related commands
` [PATCH 3/8] start/stop btrace with coresight etm and parse etm buffer. nat independant

[PATCH] Add directory containing executable to relative search paths for .dwo files
 2021-03-04 15:48 UTC  (3+ messages)
  ` [PATCH, v2] "

[pushed] Minor Ada-related cleanups
 2021-03-04 14:32 UTC  (3+ messages)

[pushed] Use "bool" in ada-lang.c
 2021-03-04 14:31 UTC 

[PATCH 3/3] Fix reverse stepping multiple contiguous PC ranges
 2021-03-04 14:30 UTC  (4+ messages)
` [PING][PATCH] "

[PATCH] gdb/fortran: Add 'LOC' intrinsic support
 2021-03-04 13:26 UTC  (3+ messages)

[PATCH 0/2] Fortran RANK and SIZE keywords
 2021-03-04 10:24 UTC  (6+ messages)
` [PATCH 1/2] gdb/fortran: add support for RANK keyword
` [PATCH 2/2] gdb/fortran: add support for 'SIZE' keyword

[PATCH,V2 0/5] CTF: bug fixes and new features
 2021-03-03 22:27 UTC  (21+ messages)
` [PATCH,V2 1/5] CTF: fix incorrect function return type
  ` [PATCH,V2 2/5] CTF: set up debug info for function arguments
    ` [PATCH,V2 3/5] CTF: handle forward reference type
      ` [PATCH,V2 4/5] CTF: add all members of an enum type to psymtab
        ` [PATCH,V2 5/5] CTF: multi-CU and archive support

[PATCH 0/4] Minor C++-ifications for Ada
 2021-03-03 19:04 UTC  (6+ messages)
` [PATCH 3/4] Return a vector from ada_lookup_symbol_list

[PATCH 0/8] pass gdb.btrace with clang
 2021-03-03  7:57 UTC  (4+ messages)
` [PATCH 1/8] testsuite: extend nopie handling to add -fno-pie to compiler flags

[PATCH] Handle DWARF 5 separate debug sections
 2021-03-02 22:05 UTC  (8+ messages)
` build-ids, .debug_sup and other IDs (Was: [PATCH] Handle DWARF 5 separate debug sections)
  ` build-ids, .debug_sup and other IDs

RFC: update to Readline 8.1
 2021-03-02 20:41 UTC  (2+ messages)

[PING] Re: [PATCH] MI: PR20684, preserve user selected thread and frame when invoking MI commands
 2021-03-02 20:27 UTC 

[PATCH] Rewrite GNAT-encoded fixed point types in DWARF reader
 2021-03-02 20:08 UTC  (2+ messages)

[pushed] Check objfile->sf in ada-lang.c
 2021-03-02 19:06 UTC 

[PATCH v3 000/206] Refactor expressions
 2021-03-02 18:45 UTC  (2+ messages)

[PATCH] MI: PR20684, preserve user selected thread and frame when invoking MI commands
 2021-03-02 17:39 UTC  (4+ messages)
` [PING] "

[PATCH][gdb/testsuite] Add KFAILs for PR symtab/24549
 2021-03-02 15:01 UTC  (7+ messages)
    ` [RFC][gdb/symtab] Add DW_IDX_GNU_main_subprogram

[PATCH v2 0/6] Fix inferior calls from breakpoint condition
 2021-03-02 12:17 UTC  (11+ messages)
` [PATCH v2 1/6] gdb: add in_cond_eval field to thread_control_state struct
` [PATCH v2 2/6] gdb/infrun: in condition evaluation resume only current thread
` [PATCH v2 3/6] gdb/infcall: in condition evaluation register target back after infcall
` [PATCH v2 4/6] gdb/infrun: in condition evaluation wait only for the current inferior

[PATCH] gdb: Change init order so pretty printers are set in new_objfile event
 2021-03-02  7:18 UTC  (4+ messages)

[PATCH] gdb/fortran: add support for ASSOCIATED builtin
 2021-03-02  1:46 UTC  (3+ messages)

[PATCH] sim: aarch64: disable failing add test for now [PR sim/27483]
 2021-03-01 23:47 UTC  (2+ messages)

[PATCH 00/43 V2] Allow location description on the DWARF stack
 2021-03-01 14:46 UTC  (44+ messages)
` [PATCH 01/43] Replace the symbol needs evaluator with a parser
` [PATCH 02/43] Cleanup of the dwarf_expr_context constructor
` [PATCH 03/43] Move frame context info to dwarf_expr_context
` [PATCH 04/43] Remove get_frame_cfa from dwarf_expr_context
` [PATCH 05/43] Move compilation unit info to dwarf_expr_context
` [PATCH 06/43] Move dwarf_call "
` [PATCH 07/43] Move get_object_address "
` [PATCH 08/43] Move read_mem "
` [PATCH 09/43] Move push_dwarf_reg_entry_value to expr.c
` [PATCH 10/43] Inline get_reg_value method of dwarf_expr_context
` [PATCH 11/43] Remove empty frame and full evaluators
` [PATCH 12/43] Merge evaluate_for_locexpr_baton evaluator
` [PATCH 13/43] Move piece_closure and its support to expr.c
` [PATCH 14/43] Make value_copy also copy the stack data member
` [PATCH 15/43] Make DWARF evaluator return a single struct value
` [PATCH 16/43] Simplify dwarf_expr_context class interface
` [PATCH 17/43] Add as_lval argument to expression evaluator
` [PATCH 18/43] Add new register access interface to expr.c
` [PATCH 19/43] Add new memory "
` [PATCH 20/43] Add new classes that model DWARF stack element
` [PATCH 21/43] Add to_location method to DWARF entry classes
` [PATCH 22/43] Add to_value "
` [PATCH 23/43] Add read method to location description classes
` [PATCH 24/43] Add write "
` [PATCH 25/43] Add deref "
` [PATCH 26/43] Add read_from_gdb_value method to dwarf_location
` [PATCH 27/43] Add write_to_gdb_value "
` [PATCH 28/43] Add is_implicit_ptr_at "
` [PATCH 29/43] Add indirect_implicit_ptr to dwarf_location class
` [PATCH 30/43] Add new computed struct value callback interface
` [PATCH 31/43] Add to_gdb_value method to DWARF entry class
` [PATCH 32/43] Change DWARF stack to use new dwarf_entry classes
` [PATCH 33/43] Remove old computed struct value callbacks
` [PATCH 34/43] Comments cleanup between expr.h and expr.c
` [PATCH 35/43] Remove dwarf_expr_context from expr.h interface
` [PATCH 36/43] Move read_addr_from_reg function to frame.c
` [PATCH 37/43] Add frame info check to DW_OP_reg operations
` [PATCH 38/43] Remove DWARF expression composition check
` [PATCH 39/43] Change back the symbol needs to use the evaluator
` [PATCH 40/43] Add support for any location description in CFI
` [PATCH 41/43] Add DWARF operations for byte and bit offset
` [PATCH 42/43] Add support for DW_OP_LLVM_undefined operation
` [PATCH 43/43] Add support for nested composite locations

[PING^2][PATCH v2 0/6] Fix inferior calls from breakpoint condition
 2021-03-01 14:40 UTC 

[PATCH 0/4] Add support for command renaming
 2021-03-01  8:32 UTC  (6+ messages)
` [PATCH v2 0/5] "
  ` [PING] "
    ` [PING2] "
      ` [PING 3] "
        ` [PING 4] "

[PATCH 00/26] Allow multiple "partial" symtab readers per objfile
 2021-02-28 20:38 UTC  (27+ messages)
` [PATCH 01/26] Move some DWARF code out of symfile.h
` [PATCH 02/26] Introduce dwarf2/public.h
` [PATCH 03/26] Change objfile_has_partial_symbols to a method
` [PATCH 04/26] Change objfile::has_partial_symbols to return bool
` [PATCH 05/26] Introduce method wrappers for quick_symbol_functions
` [PATCH 06/26] Move quick_symbol_functions to a new header
` [PATCH 07/26] Move sym_fns::qf to objfile
` [PATCH 08/26] Convert quick_symbol_functions to use methods
` [PATCH 09/26] Move psymbol_map out of objfile
` [PATCH 10/26] Change how some psymbol readers access the psymtab storage
` [PATCH 11/26] Do not pass objfile to psymtab_discarder
` [PATCH 12/26] Set per_bfd->partial_symtabs earlier
` [PATCH 13/26] Change how DWARF indices use addrmap
` [PATCH 14/26] Move psymtab statistics printing to psymtab.c
` [PATCH 15/26] Change how DWARF index writer finds address map
` [PATCH 16/26] Reference psymtabs via per_bfd in DWARF reader
` [PATCH 17/26] Attach partial symtab storage to psymbol_functions
` [PATCH 18/26] Rearrange psymtab_storage construction
` [PATCH 19/26] Remove sym_fns::sym_read_psymbols
` [PATCH 20/26] Introduce objfile::require_partial_symbols
` [PATCH 21/26] Add partial_symtabs parameter to psymtab construction functions
` [PATCH 22/26] Remove last objfile partial_symtab references from psymtab.c
` [PATCH 23/26] Change count_psyms to be a method on psymbol_functions
` [PATCH 24/26] Remove objfile::psymtabs
` [PATCH 25/26] Switch objfile to hold a list of psymbol readers
` [PATCH 26/26] Allow multiple partial symbol readers per objfile

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