public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[pushed/obvious] Fix ARI warning on gdb/typeprint.c:whatis_exp
 2017-12-16  3:35 UTC 

New ARI warning Sat Dec 16 01:55:51 UTC 2017
 2017-12-16  1:55 UTC 

[BuildBot] Notifications disabled for Debian-s390x-* and Fedora-ppc64*-* builders
 2017-12-15 23:20 UTC  (17+ messages)

GDB 8.1 branching 2017-12-11 update
 2017-12-15 20:37 UTC  (7+ messages)

[PATCH] Implement pahole-like 'ptype /o' option
 2017-12-15 20:11 UTC  (64+ messages)
` [PATCH v2] "
` [PATCH v3 0/2] Implement pahole-like 'ptype /o' option (and do some code reorg)
  ` [PATCH v3 2/2] Implement pahole-like 'ptype /o' option
  ` [PATCH v3 1/2] Reorganize code to handle TYPE_CODE_{STRUCT,UNION} on 'c_type_print_base'
` [PATCH v4 0/2] Implement pahole-like 'ptype /o' option (and do some code reorg)
  ` [PATCH v4 2/2] Implement pahole-like 'ptype /o' option
  ` [PATCH v4 1/2] Reorganize code to handle TYPE_CODE_{STRUCT,UNION} on 'c_type_print_base'
` [PATCH v5 0/2] Implement pahole-like 'ptype /o' option (and do some code reorg)
  ` [PATCH v5 1/2] Reorganize code to handle TYPE_CODE_{STRUCT,UNION} on 'c_type_print_base'
  ` [PATCH v5 2/2] Implement pahole-like 'ptype /o' option
` [PATCH v6 0/2] Implement pahole-like 'ptype /o' option (and do some code reorg)
  ` [PATCH v6 1/2] Reorganize code to handle TYPE_CODE_{STRUCT,UNION} on 'c_type_print_base'
  ` [PATCH v6 2/2] Implement pahole-like 'ptype /o' option
` [PATCH v7 0/2] Implement pahole-like 'ptype /o' option (and do some code reorg)
  ` [PATCH v7 1/2] Reorganize code to handle TYPE_CODE_{STRUCT,UNION} on 'c_type_print_base'
  ` [PATCH v7 2/2] Implement pahole-like 'ptype /o' option

[RFC] regresssion(internal-error) printing subprogram argument
 2017-12-15 18:57 UTC  (8+ messages)

[PATCH]: Fix PR19061, gdb hangs/spins-on-cpu when debugging any program on Alpha
 2017-12-15 18:21 UTC  (2+ messages)

[PATCH v3 07/10] s390: Hook s390 into OSABI mechanism
 2017-12-15 16:19 UTC  (5+ messages)

[PATCH 0/4] OpenRISC misc updates
 2017-12-15 10:48 UTC  (7+ messages)
` [PATCH 1/4] gdb: Add Stafford Horne as or1k maintainer
` [PATCH 4/4] gdb: Fix function parameter alignments in or1k-tdep.c
` [PATCH 3/4] gdb: Add news entries for new or1k target
` [PATCH 2/4] sim: Add Stafford Horne as or1k maintainer

[PATCH OBV] Skip 'maintenance check xml-descriptions' if XML is disabled
 2017-12-15 10:45 UTC 

[PATCH OBV] Skip parse_memory_map_tests if XML is disabled
 2017-12-15 10:44 UTC 

[pushed/Ada] Handle same component names when searching in tagged types
 2017-12-15  4:38 UTC 

[PATCH] Fix regression: cannot start with LD_PRELOAD=libSegFault.so (PR gdb/18653#c7)
 2017-12-15  2:31 UTC 

[PATCH 1/2] gdb: Fix ia64 defining TRAP_HWBKPT before including gdb_wait.h
 2017-12-15  0:04 UTC  (2+ messages)
` [PATCH 2/2] gdb: Add missing #ifdef USE_THREAD_DB to gdbserver

[PATCH v2] Compute proper length for dynamic types of TYPE_CODE_TYPEDEF
 2017-12-14 21:26 UTC 

[PATCH] py-breakpoint: Don't use the 'p' PyArg_ParseTupleAndKeywords format specifier
 2017-12-14 20:48 UTC  (2+ messages)

[RFA] (Ada) New command to stop at start of exception handler
 2017-12-14 17:39 UTC  (5+ messages)

[PATCH v3 0/5] DWARF-5: .debug_names index
 2017-12-14  9:03 UTC  (30+ messages)
` [PATCH v3 2/5] DWARF-5: .debug_names index producer
    ` [PATCH v3.1 "
        ` [PATCH v3.2 "
` [PATCH v3 1/5] cc-with-tweaks.sh: Use gdb-add-index.sh
    ` [PATCH v3.1 "
` [PATCH v3 3/5] Code cleanup: dwarf2_initialize_objfile return value
          ` [pushed] Unbreak build for non-ELF ports (Re: [PATCH v3 3/5] Code cleanup: dwarf2_initialize_objfile return value)
` [PATCH v3 4/5] Refactor: Move some generic code out of .gdb_index code
` [PATCH v3 5/5] DWARF-5: .debug_names index consumer
  ` [PATCH v3.1 "
    ` [PATCH v3.2 "
        ` [pushed] Add gdb::hash_enum (Re: [PATCH v3.2 5/5] DWARF-5: .debug_names index consumer)
          ` [patch] DWARF-5 .debug_names DW_IDX_type_unit fix [Re: [PATCH v3.2 5/5] DWARF-5: .debug_names index consumer]
                ` [commit] "

[PATCH] gdb: Fix ARI warnings in or1k-tdep.c
 2017-12-14  5:42 UTC  (4+ messages)

[pushed/Ada] unable to compare strings (Attempt to compare array with non-array)
 2017-12-14  5:20 UTC 

[RFA/commit DWARF 1/2] Add support for dynamic DW_AT_byte_stride
 2017-12-14  4:53 UTC  (2+ messages)
` [commit/Ada 2/2] slices of arrays with dynamic strides

[pushed/Ada] Add support for task switching when debugging core files
 2017-12-14  4:11 UTC 

[PATCH] python: Add qualified parameter to gdb.Breakpoint
 2017-12-13 16:45 UTC  (5+ messages)

[PATCH 0/3] Fix regression: expression completer and scope operator (PR gdb/22584)
 2017-12-13 16:41 UTC  (6+ messages)
` [PATCH 1/3] Factor out final completion match string building
` [PATCH 2/3] Fix regression: expression completer and scope operator (PR gdb/22584)
` [PATCH 3/3] Tighten regexp of lib/completion-support.exp:test_gdb_complete_tab_multiple

[PATCH] python doc: Rework Breakpoint.__init__ doc
 2017-12-13 16:29 UTC  (11+ messages)

[pushed] Fix typo in gdb_ari.sh
 2017-12-13 14:35 UTC 

[PATCH 0/3] Fix "Remote 'g' packet reply is too long" problems with multiple inferiors
 2017-12-13 11:31 UTC  (5+ messages)
` [PATCH 3/3] "

[RFA] fix "server" command prefix handling (unexpected confirmation queries)
 2017-12-13  3:29 UTC  (3+ messages)

New ARI warning Wed Dec 13 01:56:09 UTC 2017
 2017-12-13  3:02 UTC  (3+ messages)

[PATCH] Ignore warning about using different types of enums in switch
 2017-12-12 21:37 UTC 

or1k GDB port - upstream now
 2017-12-12 15:10 UTC 

[PATCH] PR22576, ppc64_skip_trampoline_code uses wrong r2 for EXEC_REVERSE
 2017-12-12  8:21 UTC  (2+ messages)

[PATCH] remote: Return NULL extra_info/name if they are empty
 2017-12-12  2:06 UTC  (3+ messages)

[RFC v2][2/2] Target FP: Make use of MPFR if available
 2017-12-11 14:30 UTC  (5+ messages)
` Regression on i686 host: gdb.base/floatn.exp: "

[pushed, MPFR] Fix regression on 32-bit host systems
 2017-12-11 14:29 UTC 

[PATCH] PR gdb/21698: Fix synchronization problems under python interface
 2017-12-11 12:06 UTC  (2+ messages)

[PATCH 0/5][Resend] Fix multiple Ctrl-C/Quit issues
 2017-12-11 11:20 UTC  (4+ messages)
` [PATCH 3/5] Don't ever Quit out of resume

[RFA/commit/Ada] treat Ada DW_TAG_unspecified_type DIEs as stub types
 2017-12-11  6:25 UTC 

[pushed] Adapt gdb.ada/variant_record_packed_array.exp to accept reordered components
 2017-12-11  6:00 UTC 

[pushed/Ada] change tagged types base_address computation
 2017-12-11  5:25 UTC 

[pushed] Adapt gdb.ada/pkd_arr_elem.exp to accept reordered components
 2017-12-11  5:25 UTC 

GDB 8.1 branching 2017-12-04 update
 2017-12-11  4:24 UTC  (5+ messages)

[RFA] C++-ify parser_state
 2017-12-10 21:23 UTC  (7+ messages)

[PATCH 1/2] Replace objfile field in dwarf2_cu and dwarf2_per_cu_data with dwarf2_per_objfile
 2017-12-10 21:11 UTC  (3+ messages)
` [PATCH 2/2] Remove dwarf2_per_objfile global
` [PATCH 3/2] Remove dwarf2_cu::dwarf2_per_objfile

[RFA 0/2] scalar printing regressions
 2017-12-10 14:15 UTC  (11+ messages)
` [RFA 1/2] Fix two regressions in scalar printing
                  ` Regression on 32-bit: gdb.guile/scm-ports.exp [Re: [RFA 1/2] Fix two regressions in scalar printing]

[pushed] dwarf2read.c: Rewrite/simplify mock_mapped_index
 2017-12-09  0:00 UTC 

[pushed] Support wildmatching in .debug_names too
 2017-12-09  0:00 UTC 

[pushed] dwarf2read.c:mapped_index, use gdb::array_view, simplify symbol table
 2017-12-08 23:59 UTC 

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