public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCH 00/40] C++ debugging improvements: breakpoints, TAB completion, more
 2017-07-14 19:40 UTC  (17+ messages)
` [PATCH 14/40] Introduce CP_OPERATOR_STR/CP_OPERATOR_LEN and use throughout
` [PATCH 03/40] Fix gdb.base/completion.exp with --target_board=dwarf4-gdb-index
` [PATCH 10/40] Clean up "completer_handle_brkchars" callback handling
` [PATCH 09/40] Rename make_symbol_completion_list_fn -> symbol_completer
` [PATCH 11/40] Introduce class completion_tracker & rewrite completion<->readline interaction
` [PATCH 12/40] "complete" command and completion word break characters
` [PATCH 04/40] Fix TAB-completion + .gdb_index slowness (generalize filename_seen_cache)

[PATCH] C++ify dwarf2_per_objfile
 2017-07-14 19:18 UTC 

[RFA 00/10] various frame filter fixes and cleanups
 2017-07-14 19:16 UTC  (11+ messages)
` [RFA 01/10] Rationalize "backtrace" command line parsing
` [RFA 02/10] Change backtrace_command_1 calling to use flags

[RFA] Make "bt N" print correct number of frames when using a frame filter
 2017-07-14 18:56 UTC  (3+ messages)

[FYI] Handle sizeof(type) in Rust
 2017-07-14 18:54 UTC 

[PATCH] Implement the ability to transmit environment variables to GDBserver when starting the inferior
 2017-07-14 17:34 UTC  (4+ messages)

[RFA 0/2] scalar printing regressions
 2017-07-14 17:25 UTC  (10+ messages)
` [RFA 2/2] Remove BITS_IN_BYTES define
` [RFA 1/2] Fix two regressions in scalar printing

[PATCH] Fission support for multiple CUs per DWO file
 2017-07-14 17:10 UTC  (5+ messages)

[RFA] Make gdb.lookup_typename work for Rust types
 2017-07-14 16:22 UTC  (3+ messages)

[RFC] Replace regcache readonly flag with detached flag
 2017-07-14 15:14 UTC  (7+ messages)

[PING] [PATCH v3] gdb: ADI support
 2017-07-14 11:40 UTC  (7+ messages)

[PATCH 0/4] Some cleanups in agent expression generation functions
 2017-07-14 10:54 UTC  (6+ messages)
` [PATCH 1/4] ax-gdb: Use ax->gdbarch instead of exp->gdbarch, remove unused parameters
` [PATCH 3/4] ax-gdb: Remove unnecessary gdbarch parameters
` [PATCH 4/4] ax-gdb: Remove more unused arguments
` [PATCH 2/4] ax-gdb: Remove two unused agent_expr *ax parameters

[PATCH] gdb.python/py-unwind: Disable stack protection
 2017-07-14 10:30 UTC  (2+ messages)
` [PATCH v2] "

[PATCH 0/2] Couple of small fixes to gdb.mi/mi-vla-fortran.exp test
 2017-07-13 22:40 UTC  (4+ messages)
` [PATCH 2/2] gdb: Make some test names unique
  ` [PATCHv2 "

[PATCH 0/2] Support fs_base and gs_base for native FreeBSD/amd64
 2017-07-13 19:59 UTC  (17+ messages)
` [PATCH 2/2] Support the fs_base and gs_base registers on FreeBSD/amd64 native processes
` [PATCH 1/2] Include the fs_base and gs_base registers in amd64 target descriptions

[PATCH] Add shortcuts for "nexti" and "stepi" commands in Single-Key mode
 2017-07-13 19:41 UTC  (6+ messages)

[PATCH] S390: Add record/replay support for arch12 instructions
 2017-07-13 18:18 UTC  (3+ messages)

[PATCH v2 00/13] No-debug-info debugging improvements
 2017-07-13 17:54 UTC  (17+ messages)
` [PATCH v2 06/13] evaluate_subexp_standard: Remove useless assignments
` [PATCH v2 02/13] Stop assuming no-debug-info functions return int
` [PATCH v2 05/13] evaluate_subexp_standard: Eliminate one goto
` [PATCH v2 01/13] Fix calling prototyped functions via function pointers
` [PATCH v2 11/13] Handle "p 'S::method()::static_var'" (quoted) in symbol lookup
` [PATCH v2 10/13] Handle "p S::method()::static_var" in the C++ parser
` [PATCH v2 03/13] Introduce OP_VAR_MSYM_VALUE
` [PATCH v2 09/13] Eliminate UNOP_MEMVAL_TLS
` [PATCH v2 12/13] Make "p S::method() const::static_var" work too
` [PATCH v2 08/13] Stop assuming no-debug-info variables have type int
` [PATCH v2 13/13] Document "no debug info debugging" improvements
` [PATCH v2 07/13] evaluate_subexp_standard: Factor out OP_VAR_VALUE handling
` [PATCH v2 04/13] Make ptype/whatis print function name of functions with no debug info too

[PATCH 00/13] No-debug-info debugging improvements
 2017-07-13 16:14 UTC  (20+ messages)
` [PATCH 03/13] Make ptype/whatis print function name of functions with no debug info too
` [PATCH 01/13] Stop assuming no-debug-info functions return int
` [PATCH 02/13] Introduce OP_VAR_MSYM_VALUE
` [PATCH 08/13] Eliminate UNOP_MEMVAL_TLS
` [PATCH 04/13] evaluate_subexp_standard: Eliminate one goto
` [PATCH 07/13] Stop assuming no-debug-info variables have type int
` [PATCH 06/13] evaluate_subexp_standard: Factor out OP_VAR_VALUE handling
` [PATCH 09/13] Handle "p S::method()::static_var" in the C++ parser
` [PATCH 12/13] Document "no debug info debugging" improvements
  ` [PATCH 13/13] "
` [PATCH 05/13] evaluate_subexp_standard: Remove useless assignments
` [PATCH 11/13] Make "p S::method() const::static_var" work too
` [PATCH 12/13] Fix calling prototyped functions via function pointers
` [PATCH 10/13] Handle "p 'S::method()::static_var'" (quoted) in symbol lookup

Exceptions from backend to GDB core?
 2017-07-13 11:17 UTC  (2+ messages)

[PING] [PATCH v3] gdb: ADI support
 2017-07-12  3:25 UTC  (3+ messages)

[PATCH 1/2] Report call site for inlined functions
 2017-07-11 14:25 UTC  (3+ messages)
` [PATCH 2/2] Report stop locations in "

[PATCH obv] gdb/testsuite: Update dlang demangling tests
 2017-07-11  7:53 UTC 

[PATCH 2/2] D: Sync libiberty with upstream GCC
 2017-07-11  6:53 UTC  (3+ messages)

[PATCH ob/pushed] Add missing ChangeLog etries
 2017-07-10 17:52 UTC 

[PATCH 00/26 v3] Make GDB builtin target descriptions more flexible
 2017-07-10 17:21 UTC  (28+ messages)
` [PATCH 01/26] Improve doc about "maint print c-tdesc"
` [PATCH 04/26] Centralize i386 linux target descriptions
` [PATCH 03/26] Add optional argument to command "maint prints c-tdesc"
` [PATCH 10/26] Use VEC for target_desc.reg_defs
` [PATCH 24/26] [GDBserver] Use pre-generated amd64-linux tdesc as test
` [PATCH 20/26] Update comments in amd64_linux_core_read_description
` [PATCH 23/26] Convert amd64-linux target descriptions
` [PATCH 09/26] Adjust code generated by regformats/regdat.sh
` [PATCH 11/26] Return X86_TDESC_MMX in x86_get_ipa_tdesc_idx
` [PATCH 12/26] [GDBserver] Centralize tdesc for i386-linux
` [PATCH 18/26] [GDBserver] Use pre-generated tdesc as test
` [PATCH 05/26] Use visitor pattern for "maint print c-tdesc"
` [PATCH 15/26] Dynamically composite xml in reply to GDB
` [PATCH 14/26] [GDBserver] unit test to i386_tdesc
` [PATCH 16/26] Share i386-linux target description between GDB and GDBserver
` [PATCH 17/26] Remove features/i386/i386-*linux.c
` [PATCH 21/26] Centralize amd64-linux target descriptions
` [PATCH 07/26] Lazily and dynamically create i386-linux "
` [PATCH 22/26] Lazily and dynamically create amd64-linux "
` [PATCH 13/26] GDBserver self test
` [PATCH 06/26] Generate c for feature instead of tdesc
` [PATCH 25/26] [GDBserver] shorten srv_amd64_linux_xmlfiles
` [PATCH 08/26] Add "maint check xml-descriptions" to test builtin xml target descriptions
` [PATCH 02/26] Class-fy target_desc
` [PATCH 19/26] [GDBserver] Shorten srv_i386_linux_xmlfiles
` [PATCH 26/26] Remove features/i386/amd64-*linux.c and features/i386/x32-*linux.c

[OB PATCH] Re-generate i386/amd64-avx-avx512-linux.c and i386/amd64-avx-mpx-avx512-pku-linux.c
 2017-07-10 11:02 UTC 

[OB PATCH] Re-indent the code
 2017-07-10 10:55 UTC 

[PATCH] compile-loc2c: Fix uninitialized variable error
 2017-07-09 18:28 UTC  (4+ messages)

[RFA] Fix size check in dwarf2_evaluate_loc_desc_full
 2017-07-09 17:22 UTC  (6+ messages)

[PATCH] Align natural-format register values to the same column
 2017-07-09 13:33 UTC 

[PATCH 0/6] Unify the disassembler selection in gdb and objdump
 2017-07-07 16:41 UTC  (6+ messages)
` [PATCH 2/6] Delegate opcodes to select disassembler in GDB

Plan for release 2.29 [and IMPORTANT message]
 2017-07-07 12:35 UTC  (2+ messages)

[PATCH] Fix build breakage on MinGW due to missing setenv
 2017-07-07  9:35 UTC  (15+ messages)
    ` [PATCH] Import setenv and unsetenv from gnulib

[PATCH 0/8] Add support for $_siginfo on FreeBSD
 2017-07-06 13:29 UTC  (3+ messages)

[PATCH 1/1] Adjust fallback definition of DBREG_DRX for netbsd
 2017-07-06  0:14 UTC  (4+ messages)

[pushed] Fix Python unwinder frames regression
 2017-07-05 23:51 UTC 

FYI - git-hooks recents update to be deployed in a couple of weeks
 2017-07-05 16:36 UTC 

[binutils patch] DWARF-5: Extend bfd/dwarf2.c parse_comp_unit()
 2017-07-05 16:07 UTC  (4+ messages)
  ` [binutils commit] "

[pushed] Garbage collect TYPE_STATIC and several TYPE_FN_FIELD_x
 2017-07-04 17:44 UTC 

[PATCH] Handle function aliases better (PR gdb/19487, errno printing)
 2017-07-04 15:49 UTC 

[PATCH obv] buffer.h: Fix spelling mistakes
 2017-07-03 14:21 UTC 

[binutils patch] DWARF-5: readelf: .debug_names
 2017-07-02 20:17 UTC  (5+ messages)
      ` [binutils commit] "

[obv] Import include/+libiberty/ r249883 from upstream GCC
 2017-07-02 20:12 UTC 

[gcc patch] DWARF-5: Define DW_IDX_GNU_static and DW_IDX_GNU_external
 2017-07-02 20:02 UTC  (5+ messages)
` ping: "
  ` ping^2: "
      ` [gcc commit] "

[PATCH v3 0/5] DWARF-5: .debug_names index
 2017-07-02 14:30 UTC  (4+ messages)
` [PATCH v3 5/5] DWARF-5: .debug_names index consumer
  ` [PATCH v3.1 "
    ` [PATCH v3.2 "

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